

div#pdpBrandLogo {
    text-align: center;
}
.social_icons a.twitter {
color: #00aced;
}
.social_icons a.facebook {
color: #4364a9;
}
.social_icons a.pinterest {
color: #d1252c;
}
.social_icons a.youtube {
color: #dc0101;
}
.social_icons a.instagram {
color: #c9ba9a;
}

#viewDetailsButton{
	cursor:pointer;
}

.newsletterContent {
    background-color: #000;
    padding: 25px 0px;
    color: #fff;
    padding: 25px !important;
    margin-top: -15px;
}

.newsletterContainer {
	 max-width: 1100px;
    margin: 0 auto;
}

.contentLeft {
    font-family: GothamBold;
    font-size: 18px;
    line-height: 27px;
    margin-top: 7px;
    text-transform: uppercase;
}
.contentLeft > div{
  border-right: 1px solid #fff;
}

.contentRight {
    line-height: 20px;
}

.newsletter_submit button {
    height: 36px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 0px;
}

.newsletter_email input[type="email"] {
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;
   border-radius: 0px !important;
   -webkit-border-radius:0 !important;
}

.newsletter_submit button:hover {
	background-color: #fff;
	color: #000;
}

.contentRight form {    
	padding-top: 3px;
}

#instagram_feed {
     padding: 0 0 0 0; 
     margin: 0 0 0 0; 
}

.main {
    padding: 83px 0 0 0;
}

.newsletterContent a {
    color: #fff;
}

#ProductReviewsLink {
	cursor:pointer;
}
.Breadcrumb li span#renText {
    text-decoration: none;
    font-family: 'Gotham-Book';
}


.desktop{
  display: block;
}
.mobile{
  display:none;
}
@media screen and (max-width: 600px){
  .productlist-page .CategoryDescription {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .blog #LayoutColumn1 {
    display: none;
  }
	.main {
    	padding: 0 0 0 0;
	}
    .contentLeft > div{
      border-right: 0;
    }
    .newsletter_email,.newsletter_submit{
      margin-top:15px;
    }

    .SortBox label{display: none;}
    .sortForm {}
    .filterBtn {
      width: 100% !important;
      margin: 0;
      padding: 8px 24px;
    }
	
	#DrawerMenu p > a {
    display: block;
    box-sizing: border-box;
    font-size: 1.3em;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

}


















