.product-layout {
	float: left;
	position: relative;
}

.product-layout .widget {
	position: relative;
}

.product-layout .widget > button:first-of-type {
	background: none;
	border: none;
	cursor: pointer;
	height: 32px;
	left: 0;
	padding: 0 7px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 2;
}

.product-layout .widget > button:first-of-type:after {
	content: "\F078";
	font-family: FontAwesome;
}

.product-layout .widget[data-switch="1"] > button:first-of-type:after {
	content: "\F077";
}

.product-layout .widget > label {
	background: RGB(235, 235, 235);
	border: 1px solid RGB(170, 170, 170);
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}

.product-layout .widget > .content {
	background: none;
	border: none;
	border-bottom: 1px solid transparent;
	height: 0;
	margin: 0;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 10px;
	transition: border-color .5s ease-in-out, height .5s ease-in-out;
	width: auto;
}

.product-layout .widget[data-switch="1"] > .content {
	border-bottom-color: RGB(170, 170, 170);
	height: auto;
}

.product-layout .rating {
	cursor: default;
}

.product-layout .rating .star {
	float: left;
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	position: relative;
	text-shadow: 0px 1px 1px RGB(220, 220, 220);
	width: 22px;
}

.product-layout .rating .star:before,
.product-layout .rating .star:after {
	font-family: FontAwesome;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .rating .star[data-val="0.5"]:before {
	color: RGB(250, 200, 50);
	content: "\F089";
	right: 8px;
}

.product-layout .rating .star[data-val="1"]:before {
	color: RGB(250, 200, 50);
	content: "\F005";
}

.product-layout .rating .star:after {
	color: RGB(230, 180, 30);
	content: "\F006";
}

.product-layout .rating .tally {
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.product-layout .bag-added {
	background: RGB(100, 100, 100);
	border: 1px solid RGB(0, 0, 0);
	box-shadow: 0px 4px 2px RGB(180, 180, 180);
	color: RGB(250, 250, 250);
	height: 260px;
	left: 75px;
	max-width: 410px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 4;
}

.product-layout .bag-added .close {
	background: none;
	border: none;
	color: RGB(170, 170, 170);
	cursor: pointer;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 25px;
}

.product-layout .bag-added .close:after {
	content: "\F00D";
	font-family: FontAwesome;
}

.product-layout .bag-added .close:hover {
	color: RGB(200, 200, 200);
}

.product-layout .bag-added .close:focus {
	color: RGB(175, 175, 175);
}

.product-layout .bag-added .title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	padding: 0;
	text-transform: uppercase;
	width: 80%;
}

.product-layout .bag-added .product {
	border-bottom: 1px solid RGB(255, 255, 255);
	float: left;
	margin: 5px 3% 10px;
	padding: 0 1% 10px;
	width: 94%;
}

.product-layout .bag-added .product .img {
	background: RGB(255, 255, 255);
	border: 1px solid RGB(50, 50, 50);
	float: left;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

.product-layout .bag-added .product .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .bag-added .product .details {
	float: right;
	margin: 8px 0 0;
	width: 257px;
}

.product-layout .bag-added .product .details .name {
	color: RGB(250, 210, 80);
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	max-height: 32px;
	margin: 0 0 2px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	text-transform: uppercase;
	width: 90%;
}

.product-layout .bag-added .product .details .data {
	clear: left;
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.product-layout .bag-added .summary {
	float: left;
	height: 60px;
	margin: 0 3% 0;
	padding: 0 1%;
	position: relative;
	width: 94%;
}

.product-layout .bag-added .summary .total {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.product-layout .bag-added .summary .note {
	clear: left;
	float: left;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.product-layout .bag-added .summary .checkout {
	background: RGB(250, 200, 30);
	background: linear-gradient(RGB(250, 200, 30) 45%, RGB(230, 180, 10) 55%);
	border: 1px solid RGB(150, 100, 20);
	border-radius: 3px;
	box-shadow: inset 0px 1px 1px RGB(255, 255, 255),
				0px 0px 1px RGB(180, 180, 180);
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.product-layout .bag-added .summary .checkout:hover {
	background: RGB(255, 220, 50);
	background: linear-gradient(RGB(255, 220, 50) 45%, RGB(235, 200, 30) 55%);
}

.product-layout .bag-added + .gallery {
	opacity: 0.3;
}

.product-layout .gallery {
	float: left;
	padding-right: 10px;
	position: relative;
	transition: opacity 0.5s;
}

.product-layout .gallery .main {
	float: right;
	height: 420px;
	margin: 0 35px 20px;
	position: relative;
	width: 350px;
}

.product-layout .gallery .main img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .gallery .main .magnify {
	background: RGB(255, 255, 255);
	cursor: crosshair;
	display: none;
	height: 150px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 150px;
}

.product-layout .gallery .main .magnify:after {
	border: 1px solid RGB(150, 150, 150);
	box-shadow: inset 0px 0px 3px RGB(200, 200, 200);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.product-layout .gallery .main .magnify .img {
	height: 420px;
	position: absolute;
	width: 350px;
}

.product-layout .gallery .main .magnify .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .gallery .switch {
	background: RGB(220, 220, 220);
	background: linear-gradient(RGB(220, 220, 220) 45%, RGB(200, 200, 200) 55%);
	border: 1px solid RGB(100, 100, 100);
	box-shadow: inset 0px 1px 1px RGB(230, 230, 230),
				2px 2px 2px RGB(200, 200, 200);
	border-radius: 2px;
	color: RGB(50, 50, 50);
	cursor: pointer;
	display: none;
	font-size: 11px;
	height: 32px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 10px;
	transition: background .7s, border-color .7s, color .7s;
	user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		-webkit-user-select: none;
	white-space: nowrap;
	width: 120px;
	z-index: 3;
}

.product-layout .gallery .switch:before {
	content: "\F065";
	font-family: FontAwesome;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	left: 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.product-layout .gallery .switch:after {
	height: 32px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 95px;
}

.product-layout .gallery[data-switch="0"] .switch:after {
	content: "Enlarge";
}

.product-layout .gallery[data-switch="1"] .switch:after {
	content: "Close Zoom";
}

.product-layout .gallery[data-zoom="1"] .switch {
	display: block;
}

.product-layout .gallery[data-switch="1"] .switch {
	background: RGB(120, 120, 120);
	background: linear-gradient(RGB(120, 120, 120) 45%, RGB(100, 100, 100) 55%);
	border-color: RGB(50, 50, 50);
	color: RGB(250, 200, 30);
}

.product-layout .gallery[data-switch="0"] .switch:hover {
	background: RGB(230, 230, 230);
	background: linear-gradient(RGB(230, 230, 230) 45%, RGB(210, 210, 210) 55%);
}

.product-layout .gallery .reel {
	float: left;
}

.product-layout .gallery .reel .arrow {
	clear: left;
	color: RGB(250, 200, 20);
	cursor: pointer;
	float: left;
	font-size: 26px;
	height: 25px;
	line-height: 25px;
	margin: 0 20px;
	text-align: center;
	text-shadow: 0px 1px 1px RGB(180, 180, 180);
	transition: color .3s, opacity .3s, text-shadow .3s;
	width: 40px;
}

.product-layout .gallery .reel .arrow[data-switch="1"] {
	opacity: 0.7;
}

.product-layout .gallery .reel .arrow[data-switch="1"]:hover {
	color: RGB(240, 190, 10);
	opacity: 1;
	text-shadow: 0px 1px 2px RGB(180, 180, 180);
}

.product-layout .gallery .reel .arrow[data-switch="0"] {
	color: RGB(190, 190, 190);
	cursor: default;
}

.product-layout .gallery .reel .arrow[data-dir="prev"]:before {
	content: "\F077";
	font-family: FontAwesome;
}

.product-layout .gallery .reel .arrow[data-dir="next"]:before {
	content: "\F078";
	font-family: FontAwesome;
}

.product-layout .gallery .reel .visible {
	clear: left;
	float: left;
	height: 360px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}

.product-layout .gallery .reel .visible .overflow {
	position: relative;
	top: 0;
}

.product-layout .gallery .reel .img {
	background: RGB(255, 255, 255);
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(180, 180, 180);
	clear: left;
	float: left;
	cursor: pointer;
	height: 80px;
	margin: 5px 0;
	opacity: 0.4;
	overflow: hidden;
	position: relative;
	transition: border-color .5s, box-shadow .5s, opacity .5s;
	width: 80px;
}

.product-layout .gallery .reel .img[data-switch="1"] {
	box-shadow: 0px 1px 2px RGB(150, 150, 150);
	border-color: RGB(250, 200, 20);
	cursor: default;
	opacity: 1;
}

.product-layout .gallery .reel .img:not([data-switch="1"]):hover {
	box-shadow: 0px 1px 2px RGB(150, 150, 150);
	opacity: 0.8;
}

.product-layout .gallery .reel .img img {
	bottom: 0;
	font-size: 10px;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .enlarged-image {
	background: RGB(255, 255, 255);
	border: 1px solid RGB(150, 150, 150);
	display: none;
	height: 450px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	z-index: 3;
}

.product-layout .enlarged-image .img {
	height: 1260px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1050px;
}

.product-layout .enlarged-image .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout[data-page="outfit"] .items {
	float: right;
	position: relative;
	width: 450px;
}

.product-layout[data-page="outfit"] .items .item {
	border-bottom: 1px solid RGB(150, 150, 150);
	float: left;
	margin-bottom: 8px;
	padding: 0 0 12px;
}

.product-layout[data-page="outfit"] .items .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-layout .add-to-bag {
	float: right;
	position: relative;
	width: 450px;
}

.product-layout .add-to-bag h1 {
	float: left;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

.product-layout .add-to-bag .details {
	position: absolute;
	right: 0;
	top: 30px;
}

.product-layout .add-to-bag .details .prices p {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.product-layout .add-to-bag .details .prices p.was {
	clear: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: line-through;
}

.product-layout .add-to-bag .details .prices p.now {
	color: RGB(250, 50, 50);
	margin: 0 0 0 7px;
	text-transform: uppercase;
}

.product-layout .add-to-bag .details .rating {
	clear: right;
}

.product-layout .add-to-bag .details .rating .tally {
	clear: left;
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 2;
}

.product-layout .add-to-bag .details .rating .tally:hover {
	text-decoration: underline;
}

.product-layout .add-to-bag .details .inbag {
	background: RGB(200, 240, 200);
	border: 1px solid RGB(160, 220, 160);
	clear: right;
	color: RGB(50, 150, 50);
	float: right;
	font-size: 10px;
	line-height: 18px;
	margin: 5px 0 0;
	padding: 3px 8px;
	text-transform: uppercase;
}

.product-layout .add-to-bag .details .inbag:before {
	content: "\F00C";
	float: left;
	font-family: FontAwesome;
	line-height: 18px;
	padding: 0;
	width: 15px;
}

.product-layout .add-to-bag fieldset {
	border: none;
	float: left;
	margin: 0;
	min-height: 200px;
	padding: 0;
	position: relative;
	width: 100%;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .img {
	border: 1px solid RGB(150, 150, 150);
	box-shadow: 0px 1px 2px RGB(180, 180, 180);
	float: left;
	height: 125px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .img img {
	bottom: 0;
	left: 0;
	font-size: 12px;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .add-to-bag fieldset .field {
	clear: left;
	float: left;
	margin: 3px 0 11px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .field {
	margin: 2px 0 3px;
}

.product-layout .add-to-bag fieldset .field:last-child {
	margin-bottom: 0;
}

.product-layout .add-to-bag fieldset .field p {
	color: RGB(100, 100, 100);
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .field.brand,
.product-layout[data-page="outfit"] .add-to-bag fieldset .field.colours {
	clear: none;
	float: none;
	left: 110px;
	margin: 0;
	position: absolute;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .field.brand {
	top: 5px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .field.colours {
	top: 50px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .ednotes-switch {
	color: RGB(200, 150, 20);
	font-size: 11px;
	line-height: 16px;
	left: 110px;
	position: absolute;
	text-transform: uppercase;
	top: 110px;
}

.product-layout .add-to-bag fieldset .field.id a,
.product-layout .add-to-bag fieldset .field.brand a {
	color: RGB(150, 150, 150);
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.product-layout .add-to-bag fieldset .field .swatches {
	float: left;
	width: 275px;
}

.product-layout .add-to-bag fieldset .field label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.product-layout .add-to-bag fieldset .field .swatches .swatch {
	background: RGB(255, 255, 255);
	border: 2px solid transparent;
	border-radius: 3px;
	float: left;
	margin-right: 4px;
	padding: 2px;
}

.product-layout .add-to-bag fieldset .field .swatches .swatch:last-child {
	margin-right: 0;
}

.product-layout .add-to-bag fieldset .field .swatches .swatch.current {
	border-color: RGB(250, 200, 20);
	cursor: default;
}

.product-layout .add-to-bag fieldset .field .swatches .swatch:not(.current):hover {
	border-color: RGBA(250, 200, 20, 0.8);
	border-width: 1px;
	padding: 3px;
}

.product-layout .add-to-bag fieldset .field .swatches .swatch img {
	border: 1px solid RGB(0, 0, 0);
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
}

.product-layout .add-to-bag fieldset .field select {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 27px;
	padding: 0 3px;
	width: 170px;
}

.product-layout .add-to-bag fieldset .field select option {
	padding: 2px 0 2px 4px;
}

.product-layout .add-to-bag fieldset .field select option:disabled {
	background: RGB(230, 230, 230);
	color: RGB(100, 100, 100);
	cursor: default;
	opacity: 0.8;
}

.product-layout .add-to-bag fieldset .field textarea {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	font-size: 12px;
	margin: 0;
	max-height: 125px;
	max-width: 300px;
	min-height: 75px;
	min-width: 225px;
	padding: 5px;
}

.product-layout .add-to-bag fieldset .field.sizes .size-guide {
	clear: left;
	float: left;
	color: RGB(200, 150, 20);
	font-size: 11px;
	line-height: 15px;
	margin: 7px 3px 0;
	padding: 0;
	text-transform: uppercase;
}

.product-layout .add-to-bag fieldset .oos-message {
	background: RGB(255, 200, 200);
	border: 1px solid RGB(200, 0, 0);
	border-radius: 3px;
	bottom: 60px;
	color: RGB(150, 0, 0);
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	width: 270px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .oos-message {
	width: 220px;
}

.product-layout .add-to-bag fieldset .size-error {
	bottom: 85px;
	color: RGB(200, 0, 0);
	display: none;
	font-size: 10px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .size-error {
	bottom: 75px;
}

.product-layout .add-to-bag fieldset .size-error:before {
	content: "\F00D";
	font-family: FontAwesome;
	font-size: 11px;
	margin: 0 5px 0 0;
}

.product-layout .add-to-bag fieldset .buttons {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%:
}

.product-layout .add-to-bag fieldset .buttons .bag,
.product-layout .add-to-bag fieldset .buttons a.oos {
	background: RGB(250, 200, 20);
	background: linear-gradient(RGB(250, 200, 20) 45%, RGB(230, 180, 0) 55%);
	border: 1px solid RGB(200, 150, 0);
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px RGB(240, 240, 240),
				0px 1px 2px RGB(200, 200, 200);
	cursor: pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 25px;
	text-transform: uppercase;
}

.product-layout .add-to-bag fieldset .buttons .bag:hover,
.product-layout .add-to-bag fieldset .buttons a.oos:hover {
	background: RGB(100, 100, 100);
	background: linear-gradient(RGB(100, 100, 100) 45%, RGB(80, 80, 80) 55%);
	border-color: RGB(0, 0, 0);
	box-shadow: inset 0px 1px 2px RGB(200, 200, 200),
				0px 1px 2px RGB(200, 200, 200);
	color: RGB(250, 200, 20);
	text-decoration: none;
}

.product-layout .add-to-bag fieldset .buttons .wishlist {
	background: RGB(240, 240, 240);
	background: linear-gradient(RGB(240, 240, 240) 45%, RGB(230, 230, 230) 55%);
	border: 1px solid RGB(200, 200, 200);
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px RGB(250, 250, 250),
				0px 1px 2px RGB(220, 220, 220);
	cursor: pointer;
	clear: right;
	float: right;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.product-layout .add-to-bag fieldset .buttons .wishlist.remove {
	background: RGB(190, 240, 190);
	background: linear-gradient(RGB(190, 240, 190) 45%, RGB(180, 230, 180) 55%);
	border-color: RGB(140, 190, 140);
	color: RGB(90, 140, 90);
}

.product-layout .add-to-bag fieldset .buttons .wishlist.remove:after {
	content: "\F058";
	float: left;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 15px;
	margin: 0 7px 0 0;
	padding: 0;
}

.product-layout .add-to-bag fieldset .buttons .wishlist:hover {
	background: RGB(225, 225, 225);
	background: linear-gradient(RGB(225, 225, 225) 45%, RGB(215, 215, 215) 55%);
	border-color: RGB(160, 160, 160);
}

.product-layout .add-to-bag fieldset .buttons .wishlist.remove:hover {
	background: RGB(240, 190, 190);
	background: linear-gradient(RGB(240, 190, 190) 45%, RGB(230, 180, 180) 55%);
	border-color: RGB(190, 140, 140);
	color: RGB(140, 90, 90);
}

.product-layout .add-to-bag fieldset .buttons .wishlist.remove:hover:after {
	content: "\F057";
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .buttons .bag,
.product-layout[data-page="outfit"] .add-to-bag fieldset .buttons a.oos {
	font-size: 16px;
	padding: 8px 18px;
}

.product-layout[data-page="outfit"] .add-to-bag fieldset .buttons .wishlist {
	font-size: 11px;
	padding: 3px 7px;
}

.product-layout .accordion {
	float: left;
	margin: 35px 0 10px;
	padding: 0;
	width: 100%;
}

.product-layout[data-page="outfit"] .accordion {
	margin: 15px 0 10px;
	width: 500px;
}

.product-layout .accordion .widget {
	margin: 0 0 3px;
}

.product-layout .accordion .widget > .content {
	font-size: 11px;
	line-height: 15px;
}

.product-layout .widget.share {
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 450px;
}

.product-layout[data-page="outfit"] .widget.share {
	clear: left;
	padding: 0 10px;
	width: 500px;
}

.product-layout .widget.share > button,
.product-layout .widget.share > label {
	display: none;
}

.product-layout .widget.share > .content {
	border-bottom: none;
	height: auto;
	overflow: visible;
}

.product-layout .widget.share .button {
	background: RGB(250, 250, 250);
	background: linear-gradient(RGB(250, 250, 250) 45%, RGB(235, 235, 235) 55%);
	border: 1px solid RGB(180, 180, 180);
	border-radius: 3px;
	box-shadow: 1px 1px 1px RGB(220, 220, 220),
				inset 0px 1px 1px RGBA(255, 255, 255, 0.5);
	color: RGB(255, 255, 255);
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 4px 6px 4px 0;
	padding: 0 10px 0 2px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.5);
}

.product-layout[data-page="outfit"] .widget.share .button {
	margin: 4px 12px 4px 0;
}

.product-layout .widget.share .button:last-child {
	margin: 4px 0;
}

.product-layout .widget.share .button:after {
	border-right: 1px solid RGB(180, 180, 180);
	float: left;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	height: 17px;
	line-height: 15px;
	margin: 4px 8px 4px 0;
	text-align: center;
	width: 25px;
}

.product-layout .widget.share .button.email {
	background: RGB(80, 80, 80);
	background: linear-gradient(RGB(80, 80, 80) 45%, RGB(60, 60, 60) 55%);
	border-color: RGB(30, 30, 30);
}

.product-layout .widget.share .button.email:after {
	border-color: RGB(30, 30, 30);
	content: "\F0E0";
}

.product-layout .widget.share .button.email:hover {
	background: RGB(100, 100, 100);
	background: linear-gradient(RGB(100, 100, 100) 45%, RGB(80, 80, 80) 55%);
	border-color: RGB(40, 40, 40);
}

.product-layout .widget.share .button.facebook {
	background: RGB(65, 95, 170);
	background: linear-gradient(RGB(65, 95, 170) 45%, RGB(45, 75, 150) 55%);
	border-color: RGB(15, 45, 120);
}

.product-layout .widget.share .button.facebook:after {
	border-color: RGB(15, 45, 120);
	content: "\F09A";
	line-height: 17px;
}

.product-layout .widget.share .button.facebook:hover {
	background: RGB(85, 115, 190);
	background: linear-gradient(RGB(85, 115, 190) 45%, RGB(65, 95, 170) 55%);
	border-color: RGB(25, 55, 130);
}

.product-layout .widget.share .button.twitter {
	background: RGB(0, 170, 240);
	background: linear-gradient(RGB(0, 170, 240) 45%, RGB(0, 150, 220) 55%);
	border-color: RGB(0, 120, 190);
}

.product-layout .widget.share .button.twitter:after {
	border-color: RGB(0, 120, 190);
	content: "\F099";
}

.product-layout .widget.share .button.twitter:hover {
	background: RGB(20, 190, 255);
	background: linear-gradient(RGB(20, 190, 255) 45%, RGB(0, 170, 235) 55%);
	border-color: RGB(10, 130, 200);
}

.product-layout .widget.share .button.google {
	background: RGB(220, 85, 70);
	background: linear-gradient(RGB(220, 85, 70) 45%, RGB(200, 65, 50) 55%);
	border-color: RGB(170, 35, 20);
}

.product-layout .widget.share .button.google:after {
	border-color: RGB(170, 35, 20);
	content: "\F1A0";
	line-height: 17px;
}

.product-layout .widget.share .button.google:hover {
	background: RGB(240, 105, 90);
	background: linear-gradient(RGB(240, 105, 90) 45%, RGB(220, 85, 70) 55%);
	border-color: RGB(180, 45, 30);
}

.product-layout .widget.share .button.pinterest {
	background: RGB(200, 45, 45);
	background: linear-gradient(RGB(200, 45, 45) 45%, RGB(180, 25, 25) 55%);
	border-color: RGB(150, 0, 0);
}

.product-layout .widget.share .button.pinterest:after {
	border-color: RGB(150, 0, 0);
	content: "\F231";
	line-height: 17px;
}

.product-layout .widget.share .button.pinterest:hover {
	background: RGB(220, 65, 65);
	background: linear-gradient(RGB(220, 65, 65) 45%, RGB(200, 45, 45) 55%);
	border-color: RGB(160, 10, 10);
}

.product-layout .widget.complete-look {
	float: left;
	margin: 10px 0 0;
	width: 500px;
}

.product-layout .widget.complete-look > button {
	display: none;
}

.product-layout .widget.complete-look > .content {
	border-bottom: 1px solid RGB(170, 170, 170);
	float: left;
	height: auto;
	max-height: none;
	overflow: visible;
	padding: 10px 1% 0;
}

.product-layout .widget.complete-look .product {
	background: RGB(255, 255, 255);
	border: 1px solid RGB(150, 150, 150);
	box-shadow: 0px 1px 1px RGB(200, 200, 200);
	float: left;
	height: 108px;
	margin: 0 0 7px;
	padding: 3px;
	position: relative;
	text-decoration: none;
	transition: background .4s, border-color .4s, box-shadow .4s;
	width: 49%;
}

.product-layout .widget.complete-look .product:nth-child(odd) {
	margin: 0 2% 7px 0;
}

.product-layout .widget.complete-look .product:hover {
	background: RGBA(250, 220, 50, 0.3);
	border-color: RGB(250, 200, 20);
	box-shadow: 0px 1px 2px RGB(150, 150, 150);
}

.product-layout .widget.complete-look .product .img {
	background: RGB(255, 255, 255);
	border: 1px solid RGB(180, 180, 180);
	float: left;
	height: 100px;
	position: relative;
	width: 100px;
}

.product-layout .widget.complete-look .product .img img {
	bottom: 0;
	font-size: 10px;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-layout .widget.complete-look .product .name {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 45px;
	line-height: 15px;
	margin: 2px 0 3px 5px;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 125px;
	width: calc(100% - 110px);
}

.product-layout .widget.complete-look .product .prices {
	bottom: 4px;
	position: absolute;
	right: 5px;
}

.product-layout .widget.complete-look .product .prices p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.product-layout .widget.complete-look .product .prices p.was {
	font-weight: normal;
	margin: 0 5px 0 0;
	text-decoration: line-through;
}

.product-layout .widget.complete-look .product .prices p.now {
	color: RGB(250, 50, 50);
}

.product-layout .widget.reviews {
	float: left;
	margin: 25px 0 0;
	padding: 0 0 45px;
	position: relative;
	width: 100%;
}

.product-layout .widget.reviews > button:first-of-type {
	display: none;
}

.product-layout .widget.reviews > .content {
	float: left;
	height: auto;
	max-height: none;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.product-layout .widget.reviews .ekomi-logo {
	height: 24px;
	position: absolute;
	right: 8px;
	top: 4px;
}

.product-layout .widget.reviews > .rating {
	left: 80px;
	position: absolute;
	top: 6px;
}

.product-layout .widget.reviews .rating .star {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.product-layout .widget.reviews > .rating .tally {
	float: left;
	line-height: 20px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

.product-layout .widget.reviews .review {
	border-bottom: 1px solid RGB(220, 220, 220);
	float: left;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.product-layout .widget.reviews .review:last-child {
	border-bottom: 1px solid RGB(170, 170, 170);
}

.product-layout .widget.reviews .review[data-switch="0"] {
	display: none;
}

.product-layout .widget.reviews .review .rating {
	left: 15px;
	position: absolute;
	top: 20px;
	width: 110px;
}

.product-layout .widget.reviews .review .comment {
	border-left: 2px solid RGB(180, 180, 180);
	float: right;
	margin: 0;
	padding: 20px 15px 10px;
	position: relative;
	width: 85%;
	width: calc(100% - 130px);
}

.product-layout[data-page="outfit"] .widget.reviews .review .comment {
	padding: 20px 15px 25px;
}

.product-layout .widget.reviews .review .comment .date {
	color: RGB(100, 100, 100);
	font-size: 11px;
	font-weight: bold;
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 5px;
}

.product-layout .widget.reviews .review .comment .feedback {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.product-layout .widget.reviews .review .comment .product {
	bottom: -10px;
	color: RGB(100, 100, 100);
	font-size: 11px;
	font-style: italic;
	left: 20px;
	line-height: 20px;
	position: absolute;
	text-transform: uppercase;
}

.product-layout .widget.reviews .switch {
	background: RGB(230, 230, 230);
	border: 1px solid RGB(200, 200, 200);
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.product-layout .widget.reviews .switch:hover {
	background: RGB(220, 220, 220);
	border-color: RGB(190, 190, 190);
	text-decoration: underline;
}

.product-layout .widget.reviews .empty {
	border-bottom: 1px solid RGB(170, 170, 170);
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.oos-form {
	height: 100%;
	position: relative;
	width: 100%;
}

.oos-form h1 {
	background: RGB(240, 220, 130);
	border: 1px solid RGB(210, 190, 100);
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	margin: 0 0 5px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	width: 100%;
}

.oos-form .alert {
	line-height: 18px;
	padding: 5px 8px;
}

.oos-form .img {
	border: 1px solid RGB(150, 150, 150);
	float: left;
	height: 300px;
	margin: 0 15px 0 0;
	position: relative;
	width: 250px;
}

.oos-form .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.oos-form h2 {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}

.oos-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.oos-form fieldset .field {
	float: left;
	margin: 2px 0;
	padding: 0 4% 0 1%;
	width: 50%;
}

.oos-form fieldset .field.size {
	width: 100%;
}

.oos-form fieldset .field > label {
	float: left;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.oos-form fieldset .field > p {
	clear: left;
	float: left;
	height: auto;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.oos-form fieldset .field > select {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	cursor: pointer;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.oos-form fieldset .field > input[type="email"],
.oos-form fieldset .field > input[type="password"] {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	height: 25px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 100%;
}

.oos-form fieldset .split {
	border-top: 1px solid RGB(200, 200, 200);
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 98%;
}

.oos-form fieldset .lost-password {
	float: left;
	line-height: 20px;
	margin: 5px 0 0 1%;
	padding: 0;
	text-transform: uppercase;
}

.oos-form fieldset .sign-me-up {
	float: right;
	line-height: 20px;
	margin: 0 4% 0 0;
	padding: 0;
}

.oos-form input[type="submit"] {
	background: RGB(250, 200, 20);
	background: linear-gradient(RGB(250, 200, 20) 45%, RGB(230, 180, 0) 55%);
	border: 1px solid RGB(200, 150, 0);
	border-radius: 4px;
	bottom: 5px;
	box-shadow: inset 0px 1px 2px RGB(240, 240, 240),
				0px 1px 2px RGB(200, 200, 200);
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
}

.oos-form input[type="submit"]:hover {
	background: RGB(100, 100, 100);
	background: linear-gradient(RGB(100, 100, 100) 45%, RGB(80, 80, 80) 55%);
	border-color: RGB(0, 0, 0);
	box-shadow: inset 0px 1px 2px RGB(200, 200, 200),
				0px 1px 2px RGB(200, 200, 200);
	color: RGB(250, 200, 20);
	text-decoration: none;
}

.ednotes {
	height: 100%;
	position: relative;
	width: 100%;
}

.ednotes h2 {
	background: RGB(240, 220, 130);
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 5px;
	width: 100%;
}

.ednotes .img {
	border: 1px solid RGB(150, 150, 150);
	float: left;
	height: 300px;
	margin: 10px;
	position: relative;
	width: 250px;
}

.ednotes .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.ednotes .details {
	float: right;
	max-height: 300px;
	margin: 10px 10px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px 0 0;
	width: 430px;
}

.wl-form {
	height: 100%;
	position: relative;
	width: 100%;
}

.wl-form h1 {
	background: RGB(240, 220, 130);
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	width: 100%;
}

.wl-form .alert {
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
}

.wl-form fieldset {
	border: none;
	clear: left;
	float: left;
	margin: 10px 2% 0;
	padding: 0;
	width: 96%;
}

.wl-form fieldset .tagline {
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.wl-form fieldset .field {
	clear: left;
	float: left;
	margin: 5px 0;
	padding: 0 8%;
	width: 100%;
}

.wl-form fieldset .field > label {
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.wl-form fieldset .field > select {
	border: 1px solid RGB(150, 150, 150);
	cursor: pointer;
	height: 22px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wl-form fieldset .field > input[type="email"],
.wl-form fieldset .field > input[type="password"] {
	border: 1px solid RGB(150, 150, 150);
	height: 22px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 100%;
}

.wl-form fieldset .sign-me-up {
	float: right;
	line-height: 20px;
	margin: 0 8% 0 0;
	padding: 0;
}

.wl-form fieldset .lost-password {
	float: left;
	line-height: 20px;
	margin: 5px 0 0 8%;
	padding: 0;
	text-transform: uppercase;
}

.wl-form input[type="submit"] {
	background: RGB(250, 200, 20);
	background: linear-gradient(RGB(250, 200, 20) 45%, RGB(230, 180, 0) 55%);
	border: 1px solid RGB(200, 150, 0);
	border-radius: 4px;
	bottom: 5px;
	box-shadow: inset 0px 1px 2px RGB(240, 240, 240),
				0px 1px 2px RGB(200, 200, 200);
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
}

.wl-form input[type="submit"]:hover {
	background: RGB(100, 100, 100);
	background: linear-gradient(RGB(100, 100, 100) 45%, RGB(80, 80, 80) 55%);
	border-color: RGB(0, 0, 0);
	box-shadow: inset 0px 1px 2px RGB(200, 200, 200),
				0px 1px 2px RGB(200, 200, 200);
	color: RGB(250, 200, 20);
	text-decoration: none;
}

.sg-form {
	height: 100%;
	position: relative;
	width: 100%;
}

.sg-form h1 {
	background: RGB(240, 220, 130);
	border: 1px solid RGB(210, 190, 100);
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	width: 100%;
}

.sg-form .img {
	height: 590px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

.sg-form .img img {
	max-width: 500px;
	width: 100%;
}

.thickbox-form {
	height: 100%;
	position: relative;
	width: 100%;
}

.thickbox-form h1 {
	background: RGB(240, 220, 130);
	border: 1px solid RGB(210, 190, 100);
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	width: 100%;
}

.thickbox-form .alert {
	height: auto;
}

.thickbox-form .alert p {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.thickbox-form .alert ul {
	float: left;
	list-style: square;
	margin: 8px 0 8px 15px;
	padding: 0;
}

.thickbox-form .alert ul li {
	clear: left;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.thickbox-form fieldset {
	border: none;
	clear: left;
	float: left;
	padding: 0 5%;
	width: 100%;
}

.thickbox-form fieldset .field {
	float: left;
	margin: 5px 0 10px;
	width: 100%;
}

.thickbox-form fieldset .field > label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	width: 100%;
}

.thickbox-form fieldset .field input[type="text"],
.thickbox-form fieldset .field input[type="email"] {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	float: left;
	font-size: 12px;
	height: 25px;
	padding: 0 0 0 3px;
	width: 250px;
}

.thickbox-form fieldset .field.subject input[type="text"] {
	width: 325px;
}

.thickbox-form fieldset .field textarea {
	border: 1px solid RGB(150, 150, 150);
	border-radius: 2px;
	box-shadow: 0px 1px 2px RGB(220, 220, 220);
	float: left;
	font-size: 12px;
	max-height: 100px;
	max-width: 325px;
	min-height: 100px;
	min-width: 325px;
	padding: 3px;
	resize: none;
}

.thickbox-form input[type="submit"] {
	background: RGB(250, 200, 20);
	background: linear-gradient(RGB(250, 200, 20) 45%, RGB(230, 180, 0) 55%);
	border: 1px solid RGB(200, 150, 0);
	border-radius: 4px;
	bottom: 5px;
	box-shadow: inset 0px 1px 2px RGB(240, 240, 240),
				0px 1px 2px RGB(200, 200, 200);
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
}

.thickbox-form input[type="submit"]:hover {
	background: RGB(100, 100, 100);
	background: linear-gradient(RGB(100, 100, 100) 45%, RGB(80, 80, 80) 55%);
	border-color: RGB(0, 0, 0);
	box-shadow: inset 0px 1px 2px RGB(200, 200, 200),
				0px 1px 2px RGB(200, 200, 200);
	color: RGB(250, 200, 20);
	text-decoration: none;
}