@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Body */
body {
    font: normal 14px 'Source Sans Pro', sans-serif;
    background-color: #FFFFFF;
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/bg.jpg");
    background-repeat: no-repeat;
    color: #2C2B2B;   
    background-position: center top;
}
/** Diwali Gifts  */
#video-on-banner {
    position: absolute;
    padding: 3% 4%;
}
/** End diwali */
.faq h3{
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.faq {
    padding-left: 50px;
}
#marquee {
   /* font-family: 'Shadows Into Light', cursive; */
    color:#000;
    background:#D5FF00;
  /*  background: -webkit-linear-gradient(orange, white, green); /* For Safari 5.1 to 6.0 */
  /*  background: -o-linear-gradient(orange, white, green); /* For Opera 11.1 to 12.0 */
  /*  background: -moz-linear-gradient(orange, white, green); /* For Firefox 3.6 to 15 */
  /* background: linear-gradient(orange, white, green); /* Standard syntax */
    text-align: center;
    font-weight: 700;
}
.marquee {
    background:#9DC6DC;
}

.listcus:nth-child(1){
    padding-right:2px!important;
    border-right:1px solid #000!important;
}
.listcus:nth-child(3){
    border:none;
}
.listcus{
    width: 100px;
}
table {
    background-color: transparent;
    border: none;
}

object#ply, embed#ply {
    height: 560px;
    max-width: none;
}

.ps-cart-page table.cart-items tr.cartrow td {
    vertical-align: middle;
}

fieldset legend {
    background-color: transparent;
}

span.error,
small.error {
    background-color: transparent;
}

input[type="text"],
input[type="text"]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[placeholder], [placeholder], *[placeholder] {
   color:#666666 !important;
}

.fi-shopping-bag{
    color:#FFFFFF;
    font-size:30px;
}

.social-icon{
    color:#C3C3C3;
	font-size:39px;
	margin-right:10px;
}

.ps-credit-card-page #btnPayNow{
    background-color:#880805;
    color: #ffffff;
    width: 100px;
    height: 31px;
}

.ps-credit-card-page .box{
    border: 1px solid #eaeaea;
}

/* CloudZoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 0px solid #888;
    margin:0px;        /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
    top:0;
    z-index:9999;
    position:relative;
}

/* This is the zoom window. */
.cloud-zoom-big { 
    overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2C2B2B;
    font-weight: 300;
    text-align: center;
}

p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Fluid video */
.video-wrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    width: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end Fluid video */

a  {
    color: #787878 /* #33c4cc */;
}

a:hover {
    color: #880805;
}

button,
.button,
.ps-cart-page .checkoutbut .checkout {
    display: inline-block;
    border: 0;
    background-color: #2C2B2B;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    color: #FFFFFF;
    -moz-appearance: none;
	-webkit-appearance: none;
    appearance: none;
    text-transform:uppercase;
    padding: 7px 15px;
    letter-spacing:1px;
    font-size:13px;
}
.product-container .image .img,
.product-detail .img-wrap .current-image {
    box-shadow: 1px 1px #ccc;
}

.text-logo {
    color:;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    vertical-align: middle;
}

button:hover,
.button:hover,
button:focus,
.button:focus,
.ps-cart-page .checkoutbut .checkout:hover,
.ps-cart-page .checkoutbut .checkout:focus {
    background-color: #2C2B2B;
    color: #FFFFFF;
    outline: none;
}

.ps-cart-page .checkoutbut input.update-btn {
    background-color: #2C2B2B;
    color: #FFFFFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.ps-cart-page .checkoutbut input.update-btn:hover,
.ps-cart-page .checkoutbut input.update-btn:focus {
    outline: none;
    background-color: ;
    color: ;
}

.ps-cart-page .bread-crumbs {
   font-size: 0.85em;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 600;
}

button a,
button a:hover {
    color: ;
}

.row {
    max-width: 1152px;
}

.full-width{
	width:100%;
}

.ias_loader{
    display:none;
}

.breadcrumbs {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.breadcrumbs a{
    color: #880805;
}

.breadcrumbs a:hover{
    color: #787878;
}

.breadcrumbs li {
    display: inline;
}

.product-container .image.text-center a {
    position: relative;
    display: inline-block;
    outline: medium none;
}

.collection-listing .sale,
.featured .sale,
.recommendations .sale,
.wrap-product .sale {
    background-color: #880805;
    border-bottom-left-radius: 15px;
    -moz-bottom-left-radius: 15px;
    -webkit-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-top-right-radius: 15px;
    -webkit-top-right-radius: 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    height: 30px;
    right: 0px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 78px;
}

.wrap-product .sale {
   right: 0px;
}

.hide-mobile{
    display:block;
}

.hide-desktop{
	display:none;
}

/* Header */

.menu a {
    margin-top: 0 !important;
}

header {
    margin-top: 0;
    margin-bottom: 20px;
    height: auto;
}

header .name img {
    position: relative;
    max-height: 100px;
}

header .auth-links{
	text-transform:uppercase;
	font-size:13px;
    color : #2c2b2b;
}

header .auth-links a{
    color : #2c2b2b;
    padding: 0 10px;
    border-right : 1px solid #2c2b2b;
}

header .auth-links a:first-child{
    padding-left: 0;
}

header .auth-links a:last-child{
    padding-right: 0;
    border-right : none;
}

header .phone-number{
    font-size : 17px;
    color : #3e3e3e;
    margin-bottom:22px;
}

/* Override default styling */

.top-bar-section li a:not(.button) {
    background: transparent;
    line-height: 45px;
    padding: 0 14px;
}

.top-bar .name {
    float: left;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding-bottom: 20px;
}

.top-bar {
    line-height: 22px;
    height: auto;
}

header .header-nav{
    background: #2C2B2B;
}

header .top-bar-section{
    text-align: center;
	float:left;
	width:100%;
    z-index: 999;
}

header nav.top-bar,
header .top-bar-section ul,
header .top-bar-section ul li.active>a {
    background-color: transparent;
}

header .top-bar-section ul {
    display: inline-table;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-bar .toggle-topbar.menu-icon {
    margin-top: -5px;
    padding-left: 10px;
    right: 5px;
    top: 40%;
}

header .top-bar .toggle-topbar a,
header .top-bar .toggle-topbar.menu-icon a,
header .top-bar-section li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
	font-weight:300;
    margin-top:5px;
}

header .top-bar-section ul li.hover>a,
header .top-bar-section ul li.active>a {
    background: #880805;
}

header .top-bar-section ul li.hover a:hover,
header .top-bar-section li a:hover {
    color: #880805;
    text-decoration: underline;
    background-color: transparent;
}

header .top-bar .toggle-topbar.menu-icon a span {
    width: 30px;
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/menu-btn.png")no-repeat center center;
    height: 30px;
    box-shadow: none;
}

header .top-bar.expanded .title-area {
    background-color: transparent;
}

.top-bar-section li.hover>a:not(.button){
    background-color: transparent;
    color:#FFFFFF;
}

header .top-bar.expanded .top-bar-section li {
    background-color: #2C2B2B;
    border-bottom: 1px solid #FFFFFF;
}

header .top-bar.expanded .top-bar-section li a {
    color: #FFFFFF;
    display:block;
    height: 100%;
    margin: 0;
    width: 100%;
    background-position: 15px center;
}

header .top-bar.expanded .top-bar-section li a:hover {
    color: #880805;
}

header .top-bar.expanded {
    margin-bottom: 0;
}

header .top-bar.expanded .top-bar-section li.social-icon {
    display: block;
    background-color: #2C2B2B;
}

/* 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:0 0 3px 3px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    background: #2C2B2B /* Old browsers */
    background: -moz-linear-gradient(top,  #2C2B2B 0%, #2C2B2B 45%, #2C2B2B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2C2B2B), color-stop(45%,#2C2B2B), color-stop(100%,#2C2B2B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2C2B2B 0%,#2C2B2B 45%,#2C2B2B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2C2B2B 0%,#2C2B2B 45%,#2C2B2B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2C2B2B 0%,#2C2B2B 45%,#2C2B2B 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2C2B2B 0%,#2C2B2B 45%,#2C2B2B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C2B2B', endColorstr='#2C2B2B',GradientType=0 ); /* IE6-9 */
}

header .top-bar-section .dropdown li a {
    color: #FFFFFF;
    font-size: px;
    text-transform: none;
    line-height:30px;
}

header .top-bar-section .dropdown li a:hover {
    color: #880805;
}

header .top-bar-section .has-dropdown > a:after {
    border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

header .top-bar.expanded .top-bar-section .dropdown {
    background-color: transparent;
}

header .search-cart-section{
	float:right;
    margin-top: -10px;
}

.top-bar form{
    position:relative
}

header .search-input{
	padding:0 18px;
	height:39px;
	width: 220px;
	border: 1px solid #A0A0A0;
	position: relative;
	font-size: 9px;
    font-weight:bold;
    letter-spacing:1px;
	text-transform: uppercase;
    background-color: #FFFFFF;
	color:#A0A0A0;
    margin-right: 20px;
    top:0;
}

header .search-button{
	position: absolute;
	right: 30px;
	top: 7px;
	background-image:url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/search.png");
	width:35px;
	height:25px;
	background-color: transparent;
	border: 0;
	border-left: 1px solid #e5e5e5;
}

header .cart-detail{
	background-color:#2C2B2B;
	height: 39px;
	color: #FFFFFF;
	width: 160px;
	line-height:0.5;
	padding-left:15px;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
}

header .cart-list{
	position:absolute;
	display:none;
	right: 13px;
	background-color: #2C2B2B;
	color:#FFFFFF;
	width: 160px;
	z-index: 1;
	padding:10px;
    font-size:12px;
    z-index: 9999;
}

header .header-cart-item{
    width:100%;
	list-style:none;
    line-height:2;
}

.header-cart-title a{
    color:#FFFFFF;
}

header .header-cart-item li{
    border-bottom: 1px dotted #D9D9D9;
    width:100%;
    float:left;
    margin-bottom:10px;
    padding-bottom:10px;
}

header .header-cart-item li:last-child{
    border-bottom: none;
}

header .header-cart-item .checkout{
    background-color:#FFFFFF !important;
    color:#000000 !important;
    font-size: 15px;
    padding: 0 18px;
}

header .bag{
	padding-top:8px;
}

header .item{
	padding-top:15px;
	margin-left:10px;
}

header .item a{
	color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 1px;
}

header .remove-cart{
    color:#FFFFFF;
}

header .remove-cart a{
    color:#FFFFFF;
}

header .separator{
	margin-top: 12px;
	margin-left: 10px;
}

header .cart-dropdown{
	padding-top: 20px;
	margin-left: 20px;
	cursor:pointer;
}

header .cart-dropdown{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color:#FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-top-style: solid;
	margin-top: 15px;
	top: 22.5px;
	margin-left: 15px;
	padding-top:0;
}

header .cart-dropdown.open{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	margin-top: 5px;
}

 /* 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: 0px;
    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;
}

.search-results .product-container .details .content .button {
    margin-top: 0;
}

.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: 20px;
    text-align: center;
    color: #ffffff;
}

.search-results .product-container .details p.new+hr {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

/*additional */
.ps-checkout-page #sectionCartSummary .td-edit-cart{
    vertical-align: middle;
}

.ps-checkout-page div.box #cartTotalValue{
    color: #ffffff;
}

.ps-checkout-page .continue_btn {
     background-color: transparent;
    border: medium none;
    padding: 0 0 0 30px;
    text-align: left;
}

.ps-checkout-page #paymentMethods {
    padding-top: 0;
    }

/* Homepage */

.hero-image img,
.hero-image-admin img {
    display: block;
    margin: 0 auto -380px auto;
    padding-bottom: 100px;
}

.hero-text,
.hero-text-admin {
    margin-top: 6%;
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
}

.hero-text a.button,
.hero-text-admin a.button {
    font-size: 18px;
    padding: 1em 2.5em;
    margin: 30px auto;
    display: inline-block;
}

.hero-text-admin h2,
.hero-text h2 {
    font-size: 40px;
}

.bx-pager {
    position: relative;
    display: block;
    z-index: 999;
}

.bx-pager {
    text-align: center;
    padding-top: 0px;
    font-size: 12px;
    color: #666;
}

.bx-pager-item {
    display: inline;
}

.bx-pager .bx-pager-item a {
    background-image: none;
    background: #b1b1b1!important;
    text-decoration: none;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    margin-right: 13px;
}

.bx-pager a {
    height: 14px!important;
    padding: 0px!important;
    font-size: 0!important;
    width:14px !important;
    display:inline-block;
    border: 2px solid #b1b1b1;
}

.bx-pager-item a.active {
    background: transparent!important;
    color: ;
    padding: 0px !important;
    border: 2px solid #b1b1b1!important;
}

.hero-text-admin h2 span,
.hero-text h2 span {
    font-weight: 400;
}

.hero-text-admin p,
.hero-text p {
    font-size: 1.2em;
    margin-bottom: 2.5em;
}

.hero-text-admin button.learn-more,
.hero-text button.learn-more {
    font-size: 125%;
    padding: 4% 11%;
}

.home-ad{
	margin-top:20px;
}

.last-promo{
    margin-top:20px;
}

.featured {
	margin-top:40px;
	width:100%;
}

.product-container .title{
	margin-bottom:30px;
    margin-top : 20px;
}

.product-container .title a{
	color:#2C2B2B;
	font-weight:600;
    font-size:13px;
    letter-spacing:1px;
    text-transform : uppercase;
}

.product-container .pack-sizes form {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.product-container .s-price{
    margin-top:8px;
	margin-bottom:20px;
	font-weight:700;
	color:#2C2B2B;
	font-size:22px;
    letter-spacing:2px;
    display:none;
}

.product-container ul, .product-container li{
    margin : 0;
    padding : 0;
    list-style : none;
}

.product-container label{
	color: #616161;
    width : auto;
    display: block;
}

.product-container select{
	color:#787878;
    width : 100px;
}

.product-container .cart-button{
	background-color:#2C2B2B;
	padding:5px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
	border:none;
    margin-top:15px;
}

/* product page*/
.productpage{
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.row.product-detail{
    padding-top:100px;
}

#prod-details {
    padding: 0;
    margin-top: 20px;
}    

#product-price {
    font-size: 14px;
    padding: 0;
}

.productpage #product-price .price { 
    font-size: 32px;
    color:#2C2B2B;
    font-weight:bold;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.product-detail .price sup,
.product-detail .compareprice sup {
    position: relative;
    vertical-align:top;
}

.product-detail .compareprice{
    font-size:20px;
}

#product-title{
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

.subheader{
    color: #2C2B2B;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.productpage .description p {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}

.product-title-price{
    padding: 0;
}

.product-detail .description{
    margin: 0px;
    float: left;
}

.productpage .product-detail .description p{
    text-align:center;
    color : #737373;
}

.productpage .product-detail .description p strong{
    text-transform : uppercase;
    letter-space:1px;
    color: #2c2b2b;
    font-size : 18px;
}

.productpage .product-detail .description a{
   color: #880805;
   letter-space:1px;
   font-size : 18px; 
   text-transform : uppercase;
}

.product-detail .selectors label{
    text-transform: capitalize;
    font-size: 16px;
    text-transform : uppercase;
    color : #000000;
    vertical-align: middle;
}

.product-quantity-cart{
    padding: 0;
}

.product-quantity-cart .columns{
    padding:16px 0;
}

.product-quantity-cart img{
    vertical-align:middle
}

.product-quantity-cart .quantity-controls{
    display: inline-block;
    margin-bottom: 0;
}

.prod-cbtn{
    background: #2c2b2b;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    padding-right: 0;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-top: 8px;
    width : 100%;
}

#add-quantity{
    font-size: 35px;
    font-weight: 600;
    margin: 0 9px;
    vertical-align: middle
}

.selectors .chosen-container-single .chosen-single {
    line-height: 21px;
    min-width: 100px;
}

.selectors .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    vertical-align: middle;
    text-align: left;
}

.quantities_label {
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
}

.quantities {
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}

.product-quantity {
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

#add-quantity {
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin: 0 9px;
    vertical-align: middle;
}

.product-quantity-operators{
    background: #2c2b2b;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font: bold 25px/30px Georgia;
    height: 33px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: center;
    text-shadow: none;
    width: 36px;
    vertical-align: super;
}

.like-box{
	margin-top:18px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.related-products{
	margin-top:90px;
	margin-bottom:30px;
    text-transform:uppercase;
}

.img-wrap{
    margin-left: 30px;
}

.wrap-product {
    margin-left: auto;
    margin-right: auto;
    max-width:400px;
}

.productpage  .selectors {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.productpage .product-title{
    margin-bottom: 65px;
    text-transform: uppercase;
    
}

.product-add-cart {
    margin: 17px auto 40px;
}

.recommendations {
    clear: both;
    margin-bottom: 50px;
    margin-top: 48px;
}

.recommendations .product-title{
    margin-bottom:20px;
    text-transform: uppercase;
}

.recommendations-image-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top:0;
    margin-top:20px;
}

.recommendations .title-url {
    margin-top: 12px;
    text-transform: uppercase;
}

.productpage hr {
    border-color: #2C2B2B;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
}

.chosen-container .chosen-results li {
    width: 100%;
}

.recommendations .product-title a {
    font-size: 18px;
    color:#2C2B2B;
}

.recommendations .related-product-detail{
    margin:0 auto;
}

.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: #2C2B2B !important;
    border: medium none;
    box-shadow: none;
    margin-bottom: 18px;
    margin-top: 23px;
    text-transform: uppercase;
}

.ps-cart-page #cart-form .chkoutbut .checkout,
.ps-cart-page .checkoutbut input.update-btn {
    font-size: 13px;
}
/* end product page */

/* Collection Page */
.collection-listing .breadcrumbs a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none;
    color : #880805;
}

.collection-listing .breadcrumbs a:hover {
    color : #787878;
}

.collection-listing .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.collection-listing .breadcrumbs li {
    display: inline;
}

.collection-listing button,
.collection-listing .button {
    margin-bottom: 50px;
}

.collection-listing .collection-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom : 1em;
    border-bottom : 1px solid #e5e5e5;
    margin-bottom: 1.5em;
}

.collection-listing .product-container {
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.collection-listing .product-container .image img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.collection-listing .product-container .details{
    font-size: 1.05em;
    text-transform: uppercase;
    text-align:left;
}

.collection-listing .product-container .details p {
    padding-top: 0;
	margin-bottom:0;
    font-size: 1.05em;
    text-transform: uppercase;
}

.collection-listing .product-container .details p.price {
    margin-top:30px;
	font-weight:700;
	color: #2C2B2B;
	font-size:24px;
    letter-spacing: 2px;
}

.collection-listing .product-container .details p.title {
    color: #2C2B2B;
	font-weight:400;
    margin-top:15px;
}

.collection-listing .sorter {
    font-size: 0.9em;
}

.collection-listing .cart-button{
	padding:5px 10px;
	text-transform:uppercase;
	border:none;
	margin-bottom:20px;
}

.collection-listing .sorter select {
    width: 25%;
    font-size: 0.9em;
}

.collection-listing .sorter .chosen-container {
    text-align: left;
    font-size: 0.9em;
}

.collection-listing .filter,
.collection-listing .itemsper,
.collection-listing .pagination-container {
    text-align: center;
    line-height: 12px;
    padding: 1.5em 0;
    border-bottom: 1px solid #e5e5e5;
}

.collection-listing .pagination-container {
    border-bottom: 1px solid transparent;
}

.collection-listing .filter select {
    width: 45%;
}

.collection-listing .pagination-container a {
    display: inline-block;
    line-height: 12px;
    text-decoration: none;
}

.collection-listing .pagination-container .current,
.collection-listing .pagination-container a {
    margin: 0 0.2em;
}

.collection-listing .pagination-container .current {
    font-weight: 700;
    cursor: default;
}

.collection-listing .pagination-container span.next a,
.collection-listing .pagination-container span.prev a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: inline-block;
    text-indent: -9999em;
    width: 10px;
    height: 12px;
    cursor: pointer;
    text-align: left;
    background: transparent url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/pagination_controls.png") no-repeat;
}

.collection-listing .pagination-container span.prev a {
    background-position: 0 -12px;
}

.collection-listing .pagination-container span.next a:hover,
.collection-listing .pagination-container span.prev a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* gallery */
.ps-small-gallery img{
	border:0;
}

.mobile-prefooter{
    display:none;
}

footer {
    background-color: #FFFFFF;
    padding: 40px 0;
}

footer .pre-footer-content{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
}

footer a {
    color: #787878;
}

footer a:hover,
footer a:active {
    color: #880805;
}

footer .social-news-letter{
	background-color:#2C2B2B;
	padding-top:5px;
	padding-bottom:10px;
	width:100%;
}

footer .signup-input{
    background-color:#FFFFFF;
	padding: 8px;
	width: 70%;
	border: 0;
	position: relative;
}

footer .signup-button{
	top: 10px;
	height: 20px;
	background-color: #880805;
	border: 0;
	border-left: 1px solid #C3C3C3;
	margin-top: 2px;
	color: #ffffff;
    cursor: pointer;
}

footer .news-letter-content{
    margin-top:1px;
}

footer .follow-us{
    color: #C3C3C3;
	font-size:22px;
	margin-top:10px;
    letter-spacing:1px;
    font-weight:bold;
}

footer .email-signup{
    color: #FFF;
	font-size:15px;
	margin-right:30px;
    text-transform:uppercase;
    font-weight:bold;
}

footer .news-letter{
	margin-top:5px;
	margin-left:10px;
    background-color:#FFFFFF !important;
    width:37%;
}

footer .signup-full-width{
    border-left:0;
}

footer .signup-full-width .signup-input{
    width:78%;
}

footer .signup-full-width .news-letter{
    width:25%;
}

footer .footer-nav-content {
     width: 100%;
}

.footerl-nav{
    width:100%;
}

footer .footer-lnks {
    border-bottom: 1px solid #e5e5e5;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
}

footer .copyright{
     color: #787878;
     font-size:14px;
     margin-top: 10px;
}

footer .post-footer-content{
    margin-top:20px;
    margin-bottom:50px;
}

footer h4 {
    color: #2C2B2B;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}

footer .footer-lnks {
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
}

.section > ul {
    list-style-type: none;
    margin-left: 0;
}

footer .footer-lnks li a {
    color: #787878;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

footer .footer-lnks li a:hover {
    color: #880805;
}

.footer-content{
	margin-top:12px;
    color: #C3C3C3;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.5em;
}

.footer-menu li {
    float: left;
    margin-right: 20px;
    text-transform: lowercase;
}

.desktop-social{
    line-height: 30px;
}

.desktop-social a i:before{
    font-size:20px;
    line-height:20px;
}

.ps-copyright {
    display: none; 
}

.ps-logo {
    float: none;
}

.ps-logo img {
    display: block;
    margin: 0 auto;
}

#ps-gallery-small .bp1-ps-col-one-third, 
#ps-gallery-small .bp1-ps-col-set-one-third .ps-grid-col {
    width: 25%;
}

#ps-gallery-small{
    margin-top:30px;
}

.page-404 h3{
    text-align:left;
}

/* cart page */
.ps-cart-page input.prod-quant{
    color: #2C2B2B;
    font-weight: bold;
}

.ps-cart-page .cart-items .item .cart-item-title a,
#checkout-login a{
    color: #880805;
}

.ps-cart-page .cart-items .item .cart-item-title a:hover,
#checkout-login a:hover{
    color: #787878;
}

.ps-cart-page .qty-increment{
    background-color: #2C2B2B;
    color: #FFFFFF;
}

#cart-form .chkoutbut .checkout{
    background-color: #2C2B2B;
    color: #FFFFFF;
}

.order-summary h3{
	text-align:left;
}

.wait {
    display:none;
    top:50%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.ias_loader,
.filter{
    display: none !important;
}

#checkout-login h3, #checkout-login h6{
    text-align: left;
}

#checkout-login input[type="text"], #checkout-login .special-message textarea, #login-has-pass #password {
    width: 90%;
}

#checkout-login .error,#checkout-login .errorMargin {
    padding: 2px !important;
}

.required.email{
    width: 175px;
    border: 1px solid #000000;
    font-size: 13px;
}

.required.email input[placeholder], [placeholder], *[placeholder] {
   color:#000000 !important;
}

.top-center-links{
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/header-center-bg.jpg") bottom repeat #e2e2e2;
    width:auto;
    display:inline;
    text-align : center;
    display: inline-block;
    margin:0 auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.top-center-links a{
    line-height:15px;
    color:#810100;
    padding:5px;
    width:80px;
    height:auto;
    display:inline-block;
    border-right: 1px solid #a1a1a1;
    text-transform : uppercase;
}

.top-center-links a:last-child{
    border-right: none;
}

h3.featured-brands{
    font-size:17px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align : left;
    border-bottom:1px solid #e5e5e5;
    padding:0 0 15px;
    margin:0 0 30px;
}

.bx-prev{
    background:url(//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/left.png) no-repeat;
    width:18px;
    height:32px;
    left:0;
    top: 24%;
}

.bx-next{
    background:url(//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/right.png) no-repeat;
    width:18px;
    height:32px;
    right:0;
    top: 24%;
}

.bx-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.map iframe{
    width:100%;
    height:600px;
    margin:0;
    padding:0;
    border:none;
}

.buzz .fb_iframe_widget,
.buzz .fb_iframe_widget span,
.buzz .fb_iframe_widget span iframe{
    width : 100% !important;
}

#horizontalTab .resp-tab-content ul, 
#horizontalTab .resp-tab-content ol{
    padding-left:40px;
}

.checkout-custom-below{
    border:2px solid;
    border-radius:4px;
    margin-top:20px;
    padding:1em;
}

.checkout-custom-below td{
    padding-bottom:10px;
}

.checkout-custom-below label{
    width:100%;
    font-weight:700;
}

.checkout-custom-below input[type="text"], .special-message textarea{
    width:98%;
}

.special-message textarea{
    height:5em;
    width: 90%;
}

.numeric-box{
    width:2%;
    background:#000;
    color:#FFF;
    display:inline-block;
    line-height:30px;
    text-align:center;
}

.shop-step{
    width:22%;
    background:#eeeeee;
    color:#cccccc;
    display:inline-block;
    line-height:30px;
    text-align:center;
}

.shop-step .active{
    color:#000;
}

.product-email{
    margin:20px auto 20px;
    width:auto;
    text-align:center;
}

.product-email #email{
    line-height:45px;
    width:50%;
    height:45px;
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform:lowercase;
}

.product-email input.error,
.purchase-box input.error{
    border-color:red
}

.product-email label.error,
.purchase-box label.error{
    display:none !important;
}


.left-nav h5{
    text-align:left;
    text-transform:uppercase;
}

.left-nav ul, 
.left-nav li{
    list-style:none;
    padding:0;
    margin:0;
}

.left-nav li a {
   padding-left:10px;
}

.left-nav li a {
   color: #880805;
   width:100%;
   height:1em;
   display:block;
}

.left-nav li.active a{
   color: #090909;
}

.hide-for-desktop {
    display: none;
}

.listing li {
    list-style-type: none;
    float: left !important;
}

#header-cart li span:last-child {
    margin-left: 4px;
    width: 104px;
}

/*responsive checkout*/
.ps-checkout-page .discount-text {
    color: #333333;
    font: bold 13px/40px Arial,sans-serif;
}

.ps-checkout-page hr {
    margin: 0 !important;
}

.ps-checkout-page .error {
    margin-left: 33%;
}

.ps-checkout-page #discountCode {
     margin: 5px auto;
     width: 100% !important;
}

.ps-checkout-page .shipping-banner {
    display: none;
    margin-bottom: 20px;
   
}

.ps-checkout-page #shippingIsBilling {
    margin-left: 0;
}

.ps-checkout-page {
    padding: 0;
}

.ps-checkout-page #paymentMethods {
    padding-top: 0;
}

.ps-checkout-page #paymentMethods small {
    padding-left: 0;
}

.ps-checkout-page .apply {
    background-color: #333333;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin: 9px 0 2px;
    padding: 0 10px;
    text-decoration: none;
    width: 81px;
}

.ps-checkout-page th,
.ps-checkout-page td {
    padding: 4px 10px 4px 5px;
}

.ps-checkout-page div.box table tr td img {
    max-width: 65px;
}

.ps-checkout-page .cartSummary .box.cart-summary-box td {
    padding-left: 0;
    padding-right: 5px;
}

.ps-checkout-page div.box {
   border: none;
}

.ps-checkout-page .cartSummary {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ps-checkout-page .grand-total {
    background-color: #a0202a;
    color: #ffffff;
    padding: 5px 10px;
}

.ps-checkout-page .grand-total a {
    color: #ffffff;
}

.ps-checkout-page .grand-total big {
    color: #ffffff;
    font-weight: bold;
}

.ps-checkout-page textarea {
    height: 70px !important;
    width: 60% !important;
    vertical-align: middle;
}

.ps-checkout-page h3{
    font-size: 1.5em;
}

.ps-checkout-page .cartSummary h3 {
    font-size: 20px;
}


.orderbtn {
    background: url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/8/theme/1220/img/chkout-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 51px;
    margin: 15px 0;
    position: relative;
    text-align: center;
    width: 207px;
}

.orderbtn span {
    color: #ffffff;
    font: bold 22px/51px Arial,Helvetica,sans-serif;
    text-shadow: 0 -2px 1px #cd6701;
}

.ps-checkout-page form label {
     width: 32%;
}

.ps-success #msg-container {
    width: 75%;
}

.ps-checkout-page div.form {
    margin-top: 15px;
}

.price-buy-box {
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: 0 0 10px grey;
    padding: 10px 0 10px 30px;
    clear: both;
    top: 10px;
}

.first-row-discount > div,
.second-row-discount > div {
    float: left;
    width: 33%;
}

.first-row-discount > div {
    font-weight: bold;
}

.first-row-discount,
.second-row-discount{
    display: inline-block;
    width: 100%;
}

.ps-checkout-page.gci-checkout-page input[type="text"], 
.ps-checkout-page.gci-checkout-page select,
.ps-checkout-page.gci-checkout-page textarea {
    width: 270px;
}

.ps-checkout-page .cartSummary .gciCartSummary table {
    width: 90%;
}

/*responsive directpay*/

.directpay-gci {
    padding-top: 20px;
}

.directpay-gci .gci.order-summary {
    float: left;
    width: 100%;
}

.directpay-gci .ps-grid-wrap {
    clear: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 48%;
    vertical-align: top;
}

.directpay-gci .ps-grid-wrap .ps-grid-col .ps-top-padding .left {
    width: 100% !important;
}

.directpay-gci .ps-grid-wrap .ps-grid-col .ps-top-padding .left img {
    margin: 0;
}

.directpay-gci h2,
.directpay-gci h3,
.directpay-gci p{
    text-align: left;
}

.directpay-gci .ps-grid-col {
    padding-left: 0;
}

.directpay-gci .product-summary {
    float: left;
}

.directpay-gci .resp-tabs-container {
    font-family: verdana,Arial,sans-serif;
}

.directpay-gci p.card-details {
    font-weight: bold;
    margin-left: 6px;
}

.directpay-gci form.payment-options label {
    display: inline-block;
    font-weight: normal;
    width: 23%;
    text-align: right;
}

.directpay-gci form.payment-options input,
.directpay-gci form.payment-options select {
    margin: 10px auto;
    width: 200px;
}

.payment-options img {
    margin-left: 30%;
}

.directpay-gci .total {
    text-align: center;
}

.directpay-gci .total h1 {
  font-size: 1.7em;
}

.directpay-gci .total small{
    font-size: 90%;
}

.directpay-gci .seamless-integration.gci-review {
    margin-top: 46px;
}

.directpay-gci .payoption {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 21px;
    padding-left: 27px;
    padding-top: 18px;
}

.directpay-gci .purchased-products {
     border-right: 1px solid;
}

.directpay-gci .resp-tabs-list {
    margin-left: 25px;
}

.directpay-gci .horizontalTab {
    background: none repeat scroll 0 0 #474747;
}

.directpay-gci .payment-options p.submitForm {
    text-align: right;
}

.directpay-gci .payment-options p.submitForm input {
    width: 100px !important;
}

.directpay-gci h3.pay-using-cc {
    background-size: contain;
}

.directpay-gci .resp-tabs-list li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    text-transform: capitalize;
    border: medium none;
}

.directpay-gci .resp-tab-active {
    background-color: #ffffff;
    border-bottom: medium none;
    border-top: 1px solid 474747;
    color: #000000 !important;
}

.directpay-gci .resp-tab-content.resp-tab-content-active {
    border-top: medium none;
}

.directpay-gci .resp-tabs-container .error {
    display: block;
    margin-left: 50%;
    text-align: left;
}

.error-holder .error-msg {
    color: #ff0000;
    font-weight: normal;
}

.product-thumbs-container {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.seo {
    color:#787878;
    }

.ps-checkout-page.gci-checkout-page input[type="text"], 
.ps-checkout-page.gci-checkout-page input[type="tel"],
.ps-checkout-page.gci-checkout-page select,
.ps-checkout-page.gci-checkout-page textarea {
    width: 270px;
}

.ps-checkout-page form label[for="email"] {
    margin-top: 1em;
}
/* Media Queries */

@media only screen and (min-width: 60em) {
    .ps-checkout-page .error,
    div#mobilePhoneNumber_valid, 
    div#shippingPhoneNumber_valid {
        margin-left: 32%;
    }
}

@media only screen and (max-width: 1140px) {
    .featured .title a{
        font-size:13px;
        letter-spacing:0;
    }
    
    .featured .price{
        margin-bottom:5px;
        margin-top:0;
        font-size:20px;
    }
    
}

/* Media Queries */
@media only screen and (max-width: 1024px) {  
    footer .signup-input{
        width:66%;
    }
   
    .homepage #slidder2 li {
        
    }
    
    .purchase-box .title {
        font-size: 14px;
    }
    #promo-image-banner {
        position: relative;
        overflow: hidden;
    	right: calc(1152px - 100%);
    	width: 1152px;
    	text-align: center;
    }
}
@media only screen and (min-width: 940px) {
    .featured .product-container{
    }   
   
    
    .featured .featured-button{
        margin:0;
    }
}
/* Below 940px */
@media only screen and (max-width: 939px) {
     #video-on-banner {  
        margin: 12% auto;
    }
     .seo {
     display: none;
        }
     .listcus:nth-child(1) {
    border:none!important;
    }
    .zopim.meshim_components_FirstUse {
        display: none;
    }
    
    .ps-checkout-page .shipping-banner {
       display: none;
    }
    
    .ps-checkout-page #paymentMethods {
        float: left;
    }
            
    .searchForMobile{
        background-color: #2C2A2B;
        margin-bottom: 20px;
    }
    
    .fi-page-search.mobile {
        color: #ffffff;
        font-size: 30px;
        left: 16px;
        position: relative;
        top: 5px;
    }
    #video-on-banner {  
        margin: 12% auto;
        padding-left: 5%;
    }
    
    .mobile-search-button {
        background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/8/theme/8644/img/mobile_search.png")no-repeat center center;
        border: medium none;
        cursor: pointer;
        height: 40px !important;
        width: 45px;
        z-index: 9999999;
    }
    
    .mobile-search {
        background-color: #E0DEDF;
        border: 1px solid #000000;
        border-radius: 16px !important;
        color: #1a1a1a !important;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px !important;
        height: 30px;
        letter-spacing: 1px;
        margin-bottom: 12px !important;
        margin-top: 10px !important;
        padding: 0 10px 0 20px !important;
        width: 90%;
    }
    .parent-link.js-generated {
        display: none !important;
    }
    
    .directpay-gci .total {
        border-top: 1px solid;
    }
    
    .directpay-gci .total,
    .directpay-gci .total h1{
        text-align: left;
    }
    
    .directpay-gci .purchased-products {
        border-right: none;
    }
     
    .price-buy-box {
        width: 60%;
    }
     
    .hide-for-desktop {
        display: block;
    }
    
    .purchase-box {
        margin: 0;
    }
    
    .purchase-box .title {
       text-align: center !important;
    }
   
   .purchase-box div {
        line-height: 21px;
    }
    
    .purchase-box div.slashed {
        margin-top: 15px;
    }
    
    .purchase-box li .slashed {
        text-decoration: none 
        !important;
    }
    
    .purchase-box div.fee {
        /**text-decoration: line-through; */
    }
    
    .top-bar .name {
        width: 80%;
    }
    
    footer .copyright {
        font-size: 16px;
    }
    
    .top-bar {
        height : 127px;
       /* border-bottom :3px solid #880805;*/
    }
    
    .hide-mobile{
        display:none;
    }
    
	.hide-desktop{
		display:block;
	}
    
    header .name img {
        max-width:80%;
    }
    
    .mobile-header-cart img{
        vertical-align:inherit;
    }
    
    .mobile-header-cart a{
        font-size: 23px!important;
        font-weight: 400!important;
        color: #FFFFFF!important;
        letter-spacing: 2px!important;
    }
    
    .mobile-header-cart a:hover{
        text-decoration:none!important;
        color:#880805!important;
    }
    
    .fi-shopping-bag{
        font-size: 25px;
    }
    
    .top-bar-section li a:not(.button) {
        line-height: 45px;
        padding: 0 15px;
    }
    
    .mobile-prefooter{
		background-color:#2C2B2B;
		display:block;
	}
    
    .mobile-prefooter a{
        margin:0 5%;
    }
	
	.mobile-social-icon{
		font-size:80px;
		color:#C3C3C3;
	}
    
    .mobile-promo img{
        width:100%;
    }
	
	footer{
		padding-bottom:0;
	}
    
    .top-bar-section .has-dropdown > a:after {
        border-color: transparent transparent transparent rgba(255,255,255,0.5);
        margin-top: -4.5px;
    }
    
	header .top-bar-section ul li:first-child a {
	    padding-left: 15px;
	}
    
    .top-bar-section .dropdown li.title h5{
        text-align:left;
    }
    
    header .top-bar-section .dropdown li a {
        line-height:45px;
    }
    
    .top-bar-section .dropdown li.title h5 a{
        line-height:45px;
    }
         
    .footer-menu { 
        display: none;
    }
	
	/* homepage */
	.featured .product-detail{
		width:100%;
		margin-left:0;
		text-align:center;
	}

	.featured .product-container .image{
		width:100%;
		margin-left:0;
		text-align:center;
	}
    
    .featured .product-container{
        max-width:390px;
        margin:0 auto;
    }
    
	.featured .description{
		display:none;
	}
	
	.featured .price{
		margin-top:20px;
	}
	
	.featured .title{
		margin-top:20px;
	}
    
    .featured .title a{
        font-size:15px;
	}
	
	.featured .cart-button{
		margin-bottom: 40px;
		padding: 12px 20px;
		font-size: 18px;
	}
    
    .home-ad{
        margin-top:25px;
    }
    
    .home-ad .last-banner img {
		width: 100%;
	}
    
    .last-promo{
        margin-top:0;
    }
    
    .homepage .last-promo{
        margin-top:20px;
    }
	
    /* product page */
    .productpage {
        margin-top:30px;
    }
    
    .product-title-price{
        margin-top:30px;
        margin-bottom:20px;
        clear: both;
    }
        
    .selectors {
        margin-top: 0;
    }
    
    .product-detail .current-image {
        border: medium none;
    }
    
    .productpage .product-title{
        margin-bottom: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #product-price,
    #product-title {
        font-size: 24px;
    }
     
    #product-title {
        padding-left: 17px;
    }
    
    .productpage .collection .columns:last-child {
        margin-bottom: 0;
    }
    
    .img-wrap{
        margin-left: 0;
    }
    
    .wrap-product{
        text-align:center;
    }
    
    .recommendations-image-wrap{
        padding:0;
        max-width:359px;
    }
    
    .productpage .selectors {
        margin: 0 auto;
       
    }
   
   .purchase-box li {
        border-right: none !important;
    }   
	/* end product page */
    
    /* collection */
    
    .collection-listing{
        margin-top:30px;
    }    
    
    .collection-listing .sorter{
        margin-bottom:20px;
    }
    
    .collection-listing .collection-title {
        margin-bottom:1em;
    }
    
    .collection-listing .product-container .details{
        text-align:center;
    }
    
    .collection-listing .product-container .details p{
        text-align:center;
    }
    
    .collection-listing .product-container .details p.title {
        font-size:25px;
    }
    
    .collection-listing .product-container {
        max-width:390px;
        margin:0 auto;
    }
    
    #ps-gallery-small .bp1-ps-col-one-third, 
    #ps-gallery-small .bp1-ps-col-set-one-third .ps-grid-col {
        width: 50%;
    }
    
    .product-add-cart {
        width:40%;
    }
    
     .ps-checkout-page .error {
        margin-left: 40.2%;
    }
    
    .ps-checkout-page form label {
        width: 40%;
    }
    
    .ps-checkout-page .apply {
        float: left;
    }
    
    .ps-checkout-page .discount {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
    
    p {
        width: auto;
        text-align: left;
    }
    
    header {
        border-bottom: 0;
    }
    
    header .nav-wrap {
        float: none;
        margin-right: auto;
    }
    
    header .name img {
        padding: 0;
    }    

    .hero-image img,
    .hero-image-admin .image {
        float: right;
        max-width: 319px;
    }
    
    .hero-image img{
        position: relative;
        margin-bottom: -140px;
        padding-bottom: 0;
    }
        
    /* Collection */
    .collection-listing .product-container {
        max-width: 380px;
    }
    
    .collection-listing .filter,
    .collection-listing .itemsper,
    .collection-listing .pagination-container {
        border: 0;
    }
    
    .collection-listing .sorter {
        margin-top: 2em;
        margin-bottom: 3em;
    }
    
    .collection-listing .pagination-container p {
        text-align: center;
    }    
    
    .collection-listing .collection-title+hr {
        width: 60px;
        margin: 2em auto 4em auto;
    }
    
    /* Footer */
    footer {
        padding: 10px 0 0 0;
    }
    
    .ps-copyright {
        float: left;
        display: block; 
    }
    
    .ps-logo {
        float: right; 
    }
    
    .ps-logo img {
        height: 20px;
    }
    
}

@media only screen and (max-width: 600px) {
    .mobile-search {
        width: 82%;
    }
    
    .mobile-promo{
        width:100%;
    }
    
    .product-add-cart {
        width:60%;
    }
    
    .numeric-box {
        width:19%;
    }
    .shop-step {
        width:79%;
        margin-bottom: 2px;
    }
    
    footer .copyright {
        font-size: 16px;
    }
    
    .ps-checkout-page .cartSummary .box.cart-summary-box table,
    .ps-checkout-page .grand-total{
        width: 100% !important;
    }
    
    .discount-text {
        line-height: 20px;
    }
    #promotional-banner{
        overflow: hidden;
        max-width: 200% ;
        right: 95%;
        position: relative;
        width: 1128px;
        height: unset;
    }
    #video-on-banner {
        margin: auto 12%;
        padding-top: 14%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 769px) {
    .directpay-gci form.payment-options label {
        width: 24%;
    }
    .payment-options img {
        margin-left: 35%;
    }
    .directpay-gci .resp-tabs-container .error {
        margin-left: 47%;
    }
}

@media only screen and (max-width: 600px) {
    .directpay-gci form.payment-options label {
        width: 33%;
    }
    
    .payment-options img {
        margin-left: 43%;
    }
    #promotional-banner{
        overflow: hidden;
        max-width: 200%;
        right: 88%;
        width: 1128px;
        padding: 0;
    }
    #video-on-banner {
        margin: auto 26%;
        padding-top: 14%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ps-checkout-page form label {
        width: 70%;
    }
    
    .directpay-gci .payment-options div:nth-child(21) input {
        margin-left: 0 !important;
    }
    
    .directpay-gci .payment-options div:nth-child(22) input {
        margin-left: 0 !important;
    }
    
    .directpay-gci .payment-options img {
        margin-left: 0;
    }
    
    .directpay-gci .resp-tabs-container .error {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    form.payment-options {
        text-align: left;
    }

    .directpay-gci form.payment-options label {
        width: auto;
        display: inline-block;
    }
    
    .directpay-gci form.payment-options input,
    .directpay-gci form.payment-options select {
        width: 100%;
    }
    
    .directpay-gci .ps-grid-wrap {
        float: none !important;
        width: 100% !important;
    }
    
    .product-add-cart {
        width:75%;
    }
    .learn-more {
        text-align: center;
    }
    
    .featured .product-container{
        max-width:320px;
        margin:0 auto;
    }
    
    .collection-listing .product-container {
        max-width:320px;
        margin:0 auto;
    }
    
    #ps-gallery-small .bp1-ps-col-one-third, 
    #ps-gallery-small .bp1-ps-col-set-one-third .ps-grid-col {
        width: 100%;
    }
    
    .mobile-social-icon {
        font-size: 50px;
    }
    
    .text-logo {
        font-size: 22px;
    }
    
    footer .copyright {
        font-size: 16px;
    }
     
    .ps-checkout-page .discountCode {
        width: 100%;
    }
    
    .price-buy-box {
        width: 85%;
    }
    
    .amex-title {
        font-size: 20px;
    }
    
    .amex-title,
    .super-card-title {
        margin-bottom: 27px !important;
        margin-top: 0 !important;
    }
    
    .product-thumbs-container img.thumbnail {
        margin-bottom: 15px;
        max-width: 45%;
    }
    #promotional-banner{
        right:100%;
    }
    #video-on-banner{
        margin: auto 15%;
    }
}

@media only screen and (max-width: 385px) {
    .top-bar {
        height: 116px;
    }
    .ps-checkout-page .error {
        margin-left: 0;
    }
    .wrap-product .sale {
        right: 15px;
    }
    .ps-success #msg-container {
        width: 85%;
    }

}

@media only screen and (max-width: 360px) {
    footer .copyright {
        font-size: 14px;
    }
}

@media only screen and (max-width: 321px) {
    .top-bar {
        height: 95px;
    }

    .learn-more {
        text-align: center;
    }
    
    .featured .product-container{
        margin:0 auto;
    }
    
    .wrap-product .sale {
        right: 12px;
    }
        
    .featured .product-container .image.text-center a {
        display: block;
    }
    
    .price-buy-box {
        width: 100%;
    }
    #video-on-banner {
        margin: auto 2%;
    }
}

@media only screen and (max-width: 240px) {
    .text-logo {
        font-size:15px;
    }
    
    header .top-bar .toggle-topbar a, header .top-bar .toggle-topbar.menu-icon a, header .top-bar-section li a{
        margin-top:0;
    }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 940px) {
header .top-bar-section li a{
    font-size:13px;
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
        
}

/* 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) {
    
}