.product-pricing .product-set-item-price .product-standard-price.price-range-style,
.product-tile .product-pricing .product-set-item-price .product-sales-price.price-range-style{
	font-weight: normal !important;;
}
.product-set-details .product-price{
	font-family: AvenirNext-Bold;
}

#wrapper.pt_categorylanding #primary.primary-content{
	width: 100%;
}
.mega-nav.level-1 > li:nth-child(8) .level-2 > ul > li > a,
.mega-nav.level-1 > li:nth-child(1) .level-2 > ul > li > a,
.mega-nav.level-1 > li > a.has-sub-menu{
	pointer-events: none;
}
.mega-nav .level-2 > .banner img{
	max-width: 100%;
	width: 100%;
}
.product-variations .swatches .selectable.selected a{
	pointer-events: none;
} 

.cat-top img{
	width: 100%;
}

.cat-top img.mobile{
	display: none;
}
.cat-top p{
	text-align: center;
	max-width: 800px;
	margin: 50px auto 0;
	padding: 0 15px;
}

.checkout-terms-popup #dialog-container h1{
	text-align: center;
}

h1.content-heading{
	text-align: center;
	font-family: futura-pt,sans-serif;
	font-weight: 300;
	font-size: 3.375rem;
	letter-spacing: .3rem;
	color: #151515;
	position: relative;
	margin: 8px 0 40px;
}
h1.content-heading:after {
    content: "";
    display: block;
    border: .5px solid #151515;
    width: 6.75rem;
    text-align: center;
    margin: .875rem auto;
}

.large-8 > .primary-content h1.content-heading{
	font-size: 2em;
	text-align: left;
	margin-bottom: 10px;
}

.large-8 > .primary-content h1.content-heading:after{
	display: none;
}
.large-8 > .primary-content .grid-container{
	padding: 0;
}

.content-button{
	font-family: AvenirNextCondensed-Regular !important;
	font-size: 16px;
	color: #fff !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	background: #151515;
	line-height: 36px;
	border: 1px solid #151515;
	padding: 0 14px 0 19px;
	transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
	text-decoration: none !important;
}

.content-button.right:after {
    margin-left: 10px;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
}
.content-button.down:after {
	margin-left: 10px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 16px;
}
.content-button:hover{
	background: #fff;
	color: #151515 !important;
}

p.content-par{
	font-size: 16px !important;
	line-height: 28px !important;
}

.size-table{
	text-align: center;
}
.size-table h3{
	text-align: center;
	font-size: 18px;
	margin: 10px 0 20px;
}
.size-table a{
	font-size: 14px;
	color: #151515;
	text-decoration: underline;
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
}

.size-table table {
	width:100%;
	line-height:normal;
	table-layout:fixed;
	color:#151515;
	margin-bottom:20px;
}

.size-table table th,
.size-table table td {
	border:1px solid #f7f7f7;
	padding:10px;
	text-align:center;
	font-family: AvenirNext-Regular;
	vertical-align: middle;
}

.size-table table thead th {
	background:#151515;
	color:#fff;
}

.size-table table th {
	background:#bbb;
	font-size:14px;
	text-transform:uppercase;
	font-weight: 300;
}

.size-table table td {
	background:#fff;
	font-size:14px;
}

.size-table table tr:nth-child(odd) td {
	background:#ececec;
}

.size-table .measure{
	text-align: left;
	background: #fff;
	margin-bottom: 20px;
}
.size-table .measure:after{
	content: "";
    clear: both;
    display: table;
}
.size-table .measure img{
	width: 250px;
	float: left;
	margin: 20px;
}
.size-table .measure h3{
	padding: 40px 0 0 0;
	margin: 0;
	text-align: left;
}


@media only screen and (min-width: 1024px) {
	
	.left-sidebar-menu{
		display: none;
	}
	
	/* Girls */
	

	.mega-nav.level-1 > li:nth-child(5) .level-3 > li{
		width: 200px;
	}
	
	/* Collections */
	

	.mega-nav.level-1 > li:nth-child(7) .level-3 > li{
		width: 200px;
	}
	
	/* Swimwear */
	
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul{
		position: relative;
	}
	
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(4){
		width: auto;
		border-left: 1px solid #ddd;
		padding-left: 50px;
	}

	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(4) .level-3 > li{
		width: 150px;
	}
	
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(1) a,
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(2) a,
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(3) a{
		padding-bottom: 0;
	}
	
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(2){
	    position: absolute;
	    left: 0;
	    top: 37px;
	}
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(3){
		position: absolute;
	    left: 0;
	    top: 74px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(4){
		padding-left: 30px;
	}
	.mega-nav.level-1 > li:nth-child(2) .level-2 > ul > li:nth-child(4) .level-3 > li{
		width: 130px;
	}
}

@media only screen and (max-width: 1023px) {
	h1.content-heading{
		font-size: 1.875rem;
	}
	h1.content-heading:after  {
	    width: 4.75rem;
	    margin: .875rem auto;
	}
}

@media only screen and (max-width: 959px) {
	.size-table table th,
	.size-table table td {
		border:1px solid #f7f7f7;
		padding:10px;
	}
	
	.size-table table th:first-child {
		width:130px!important;
	}
	
	.size-table table td,
	.size-table table th {
		font-size:14px;
	}
	.size-table .measure{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.cat-top img{
		width: 100%;
	}
	
	.cat-top img.mobile{
		display: block;
	}
	
	.cat-top img.desktop{
		display: none;
	}
	.cat-top p{
		margin: 40px auto 0;
	}

}

@media only screen and (max-width: 480px) {
	.size-table table th:first-child {
		width:40px!important;
	}
	
	.size-table table td,
	.size-table table th {
		font-size:10px;
	}
	
	.size-table table th,
	.size-table table td {
		padding:10px 3px;
	}
}