/***** VWD-CSS *****/

html, body{
	height: 100%;
}

body{
	font-size: 16px;
}

/**iframe#scCookieTestFrame, iframe#scFrameWorkFrame, iframe#scHddnIFrame{
	position: absolute;
}**/

#header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}

#container{
	background: #fff;
}

a.phone-link{
	color: #fff;
	text-decoration: none;
}

.slick-slide img{
	max-width: 100%;
}


.mobile-logo{
	display: none;
}

.header-logo{
	width: 80%;
}

.header-cart{
	width: 20%;
}

.sectionCaption img{
	max-width: 100%;
	height: auto;
}

#myAccountLink, #myAccountLinkLoggedIn,
#header .scMCcontainer{
	position: static !important;
}

#myAccountLink, #myAccountLinkLoggedIn{
	text-align:center !important;
}

a#toggLink-0061,
div#ctrlBox-0061{
	float: none;
}

a#toggLink-0061{
	margin: 0 auto 5px auto;
}

div#ctrlBox-0061{
	width: 100%;
	margin-bottom: 5px;
}

.mm-navbar .mm-title,
.mm-listview{
	text-transform: uppercase;
}

h1{
	font-size: 1.5em;
}


#topNavWrap .topNav{
	text-align: center;
}


a#logo img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#container{
	max-width: 100%;
}

div.scSequenceBannerMain img{
	max-width: 100%;
	height: auto;
}

#topBar{
	overflow: hidden;
	padding: 0;
}

#topBar div.top-bar-text{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-right:0;
	justify-content: space-around;
}

#topBar div.top-bar-text div{
	margin-bottom: 5px;
}

#topBar .wrap{
	max-width: 100%;
	padding: 5px 0;
}

#topBar .wrap div{
	margin-right: 0;
	line-height: 1.2;
}

#topBar .wrap div:last-child{
	display: block;
	margin-right: 0;
}


/********** TOP NAV **********/
#topNavWrap{
	padding: 5px 0;
	background-color: #f3f3f3;
}

#topNavWrap.stickOnScroll-on{
	z-index: 500;
	width: 100% !important;
	left: 0
}

#topNavWrap .topNav{
	font-size: 16px;
}


.topNav .icon{
	display: none;
}

div#vwdMobileMenu{
	text-align: left;
	font-size: 16px;
	padding: 5px;
	background: #f3f3f3;
	display: none;
}

div#vwdMobileMenu a{
	color: #474747;
	text-decoration: none;
	text-transform: uppercase;
}

div#vwdMobileMenu a:hover{
	color: #ff6600;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 767px) {
  .topNav li.menuItem{display: none !important;}
  .topNav li.icon {
    float: left !important;
    display: block !important;
	margin-right: 15px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 767px) {
  .topNav.responsive {position: relative;}
  .topNav.responsive li.icon {
    position: absolute !important;
    right: 5px !important;
    top: 0 !important;
	position: fixed !important;
  }

  .topNav.responsive li.menuItem {
    float: none !important;
    display: block !important;
    text-align: left !important;
  }
  #topNavWrap{
	  overflow: hidden;
  }
  #topNavWrap .topNav.responsive{
	  overflow-y:auto;
	  max-height: 250px;
	  heigth: 250px;
	  width: 100%;
	  background: #f3f3f3;
	  z-index: 500;
	  top: 0;
	  position: fixed;
	}

	ul.topNav.responsive ul.subMenu{
		display: block;
		position: static;
		background: transparent;
		border: none;
	}
	ul.topNav.responsive li.menuItem:first-child{
		padding-top: 30px;
	}
	div#topNavWrap{
		display: none;
	}
	div#vwdMobileMenu{
		display: block;
		z-index: 500;
	}
}



/********** END TOP NAV **********/


.socialWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
}

.socialWrap .newsletter,
.socialWrap .socialButtons{
	width: 50%;
	margin: 0;
}

.socialWrap .label,
.newsletter > form{
	text-align: center;
}

.newsletter #newsletter-go{
	margin-right: -35px;
}

.homeInfoWrap li{
	font-size: 14px;
	width: 25%;
}

.productInfoWrap{
		width: 33%;
	}
#cf-atc{
	max-width: 100%;
}
.productImageWrap{
		width: 60%
	}

.mainImage .image, .mainImage #scMainImage{
	width: 579px;
	height: auto;
	max-width: 100%;
}

.mainImage img, .mainImage #scMainImgId{
	max-width: 100%;
	height: auto;
}

.extraImagesWrap{
	max-width: 100%
}



.sectinfoimg{
	font-size: 16px;
	font-family: Century Gothic, Avant Garde, sans-serif;
}

#inv-email-address{
	height: 24px;
	padding: 0 5px;
}

/***** RESPONSIVE VIDEO ******/

#homepageVideo {
	margin: 0 auto;
	max-width: 640px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper object,
.videoWrapper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sendToFriend > div{
	margin-right: 30px;
}

/********** Cross Sell **********/
.crossSell{
	display: flex;
	flex-wrap: wrap;
}

.crossSellItem{
	margin: 0 auto 10px auto;
}


/********** Category Page **********/

.sectionContents #contentsTable{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.category-item{
	width: 33%;
	margin-bottom: 30px;
}

.imgCell{
	position: relative;
	width: 100% !important;
	/**height: auto !important;**/
	min-height: 320px;
	display: flex;
	align-items: center;
}

#contentsTable .imgCell img{
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 0 !important;

}

#contentsTable .imgCell a{
	display: block;
	margin: 0 auto;
}

.category-item div.prItemRatingCat{
	text-align: right;
}

.category-item div.prItemRatingCat span{
	display: none;
}

.category-item div.prices{
	font-weight: bold;
}

.footer-links{
	max-width: 100%;
}


div#noscript-warning{
	background: #900;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.pdRewardsPromoMessage{
	margin-top: 5px;
}

/***** Instagram ******/
#bigskinny-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.feed-items {
    display: inline-block;
}

/***** BIOs *****/

div.bio{
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	
div.bio img{
	float: left;
	margin-right: 10px;
	}
	

/***** RESPONSIVE *********/
@media(max-width: 1020px){
	#header,
	#contentWrap{
		padding: 0 10px;
	}
	div.vwd-rotator{
		max-width: 95%;
		margin: 0 auto;
	}
}
@media(max-width: 768px){
	.socialWrap .newsletter,
	.socialWrap .socialButtons{
		width: 100%;
	}
	.socialWrap .newsletter{
		margin-bottom: 20px;
	}
	.homeInfoWrap li{
		width: 50%;
		margin-bottom: 20px;
	}
	#topBar{
		text-align: center;
	}
}

@media(max-width: 767px){
	.productInfoWrap{
		float: none;
		width: 100%;
	}
	.productImageWrap{
		float: none;
		width: 100%;
	}
	#productPage .quantity{
		float: none;
	}
	#productPage .add-to-cart{
		text-align: center;
	}
	.mobile-logo{
		display: inline;
	}
	.desktop-logo{
		display: none;
	}
	.header-logo{
		width: 50%;
		text-align: center;
	}
	.header-cart{
		width: 50%;
	}
	.category-item{
		width: 48%;
	}
	.imgCell{
		height: auto !important;
	}
	.contact-form-area{
		padding-left: 0;
		padding-right:0;
	}
	.contact-form-area form .input-area textarea{
		max-width: 100%;
	}
	#productPage{
		display: flex;
		flex-wrap: wrap;
	}
	#productPage h2.pageHeading{
		order: -5;
	}
	#productPage .productImageWrap{
		order: -2;
	}
}


@media(max-width: 600px){
	.homeInfoWrap li{
		width: 100%;
	}
	#topBar div.top-bar-text div{
		width: 50%;
	}
	#productPage div.reviews{
		position: static;
		display: inline-block;
	}
	.imgCell{
		min-height: 190px;
		padding: 5px;
	}
	table.extraImages tr{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	div#scrollArrows1{
		display: none !important;
	}
	div.vwd-rotator{
		max-width: 90%;
		margin: 0 auto;
	}
	div.footer-links{
		margin-top: 20px;
	}
	a.phone-link{
		text-decoration: underline;
	}

}

@media(max-width: 480px){
	.imgCell{
		min-height: 160px;
	}
	#sectionPage .sectionImage{
		float: none;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.prContentCell,
	.prReviewerCell{
		display: block;
	}
	.footer-links ul li a{
		padding-left: 5px;
		padding-right: 5px;
	}
	div.bio img{
		display: block;
		margin: 0 auto 5px auto;
		float: none
		}

}
