/*Better division between top level and expanded sections of mobile menu*/
.navPages .navPage-subMenu-list {
    border-bottom: 2px solid #111;
}

.navPages-action {
	font-size: 16px;
}

.navPages-action-depth-max.has-subMenu.is-open {
	border-bottom: 2px solid #4d4d4d;
	text-align: center;
}

.navPages-action {
	font-weight: 600;
}

.navPage-subMenu-action .navPages-action {
	font-weight:500;
}

/*Enlarge option text*/
.form-label--alternate {
	font-size: 1rem;
}

/* Hide Yotpo branding */
.yotpo-head .yotpo-reviews-by {
	display: none!important;
}

.yotpo-widget-instance {
	border-top: 1px solid #c8c8c8!important;
	margin: 2rem 1rem 0!important;
}

.yotpo-base-layout {
	width: 100%!important;
}

.yotpo-head > h2 {
	border-bottom: none!important;
	font-size: 18px!important;
	margin: 0 0 1rem!important;
	padding: 0!important;
	font-family: Montserrat,Times,"Times New Roman",serif!important;
	font-style: normal!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
}


/*Remove padding on quick search input to span full width of the box on desktop*/
@media (min-width: 1261px) {
	#quickSearch > .container {
		padding: 0;
	}
}

.productView-images {
	 margin-bottom: 0;
}

/* Make lists go full width */

.cms-content ol, .cms-content ul {
	padding: .5rem 1rem .5rem 2rem !important;
    width: auto !important;
}

@media (min-width: 1261px) {
	.cms-content ol, .cms-content ul {
		width: auto !important;
	}
}

/* Hide red required text on product page fields*/
.form-label small, .form-label--inlineSmall small.required-label {
	display:none;
}

/* Hide coupon code entry during checkout */
.optimizedCheckout-orderSummary a {
	display:none;
}

/* Hide gallery thumbnails on mobile */
.productView-thumbs {
	display: none;
}

.productView-images .productView-image.has-thumbs {
width: 100%;
}

.productView-img-container img {
	position: relative;
}

.productView-img-container:after {
	padding-bottom: inherit;
}
