body {
  font: 16px 'Lato', sans-serif;
  background: #fff;
}
body, html {
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrapper {
  margin: 0 auto;
  width: 1180px;
}
.t {
  display: table;
  height: 100%;
  width: 100%
}
.tc {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
h2 {
  font-size: 30px !important;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
}
strong {
  font-weight: bold;
}

/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .85);
  height: 88px;
  z-index: 6;
  font-family: 'Open Sans', sans-serif
}
header #logo {
  width: 280px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -140px;
}
header .wrapper {
  height: 88px;
}
header ul.primary-menu {
  float: left;
}
header .right {
  float: right;
}
header .right ul.secondary-menu {
  float: left;
}
header .right ul.languages {
  float: right
}
header ul li {
  line-height: 88px;
  float: left;
  margin-right: 40px;
  position: relative
}
header ul.languages li {
  margin-left: 17px;
  margin-right: 0;
}
header ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c2c2c;
}
header ul.languages li a {
  color: #bdbcbd;
}
header ul.languages li.selected a {
  color: #999;
}
header:after {
  display: block;
  content: "";
  clear: both;
}
header ul li ul {
  opacity: 0;
  visibility: hidden;
}
header ul li ul:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 7px;
  margin-top: -7px;
}
header ul li ul:hover:before {
  border-color: transparent transparent #68a1f6 transparent;
}
header ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
header ul li ul {
  position: absolute;
  left: 0;
  top: 60px;
  white-space: nowrap;
}
header ul li ul li {
  float: none;
  margin-right: 0;
  line-height: 34px;
  background: #fff;
}
header ul li ul li a {
  display: block;
  padding: 0 35px 0 15px;
}
header ul li ul li:hover {
  background: #68a1f6;
}
header ul li ul li:hover a {
  color: #fff;
}
header ul div li a {
	font-size: 10px;
	line-height: 22px;
	margin: 0 15px;
 }
/* SHOPCART */

.shopcart {
  position: absolute;
  top: 88px;
  right: 15px;
  background: #68A1F6;
  padding: 10px 15px 10px 15px;
  color: #FFFFFF;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.5s;
}
.shopcart:hover {
  opacity: .8;
}

/* CONNECTED PRODUCTS */

.connected-products {
  width: 100%;
  overflow: hidden;
  display: block;
  float: left;
  height: auto;
}
.connected-product {
  margin-right: 20px;
  width: 150px;
  float: left;
}
.connected-products h2 {
  margin-bottom: 20px;
}
.connected-products h3 {
  text-align: center;
}

/* Large */

#large {
  height: 550px;
  width: 100%;
  background: url(../i/large.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}
#large2 {
  height: 300px;
  width: 100%;
  background: url(../i/large.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}
#large:before, #services:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../i/pattern.png);
  content: "";
}
#large .object {
  fill: #fff;
  height: 118px;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
}
#large .wrapper {
  position: absolute;
  padding: 88px 0 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4
}
#large h1 {
  font-size: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px
}
#large h1:after {
  content: "";
  display: inline-block;
  margin: 0 50px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#large p {
  font-size: 30px
}
#large .button {
  font-size: 30px;
  padding: 0 0px;
  border: 2px solid #fff;
  background: transparent;
  height: 60px;
  line-height: 56px;
  display: inline-block;
}
#large .button:hover {
  background: rgba(255, 255, 255, .1);
}
#large .bottom {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  display: none;
}
#large.inner {
  height: 350px;
}
#large.inner .wrapper {
  padding-bottom: 0px
}
#large.inner .tc {
  vertical-align: bottom;
}

/* Content */

#content {
  padding: 50px 0;
}
#content:after {
  display: block;
  clear: both;
  content: "";
}
#content > ol {
  list-style: decimal;
  margin-left: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#content > ul {
  list-style: circle;
  margin-left: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#content > ol > li {
	line-height: 30px;
}

/* Sidebar */

#sidebar {
  width: 320px;
  float: left;
}
#sidebar h3 {
  margin-bottom: 25px;
  color: #68a1f6;
}
#sidebar form {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
#sidebar form h3 {
  margin-bottom: 15px
}
#sidebar .form-row {
  padding-bottom: 15px
}
#sidebar .form-row:after {
  display: block;
  clear: both;
  content: ""
}
#sidebar hr {
  border: 0;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px
}
#sidebar hr:first-of-type {
  display: none;
}
#sidebar label.checkbox {
  width: 22px;
  height: 20px;
  background: url(../i/checkbox.png) no-repeat right;
}
#sidebar input {
  display: none
}
#sidebar input:checked + label.checkbox {
  background-position: left;
}
#sidebar label {
  float: left;
  cursor: pointer;
}
#sidebar label:not(.checkbox) {
  margin-top: 3px;
  margin-left: 7px;
  text-transform: uppercase;
  font-size: 16px
}
#sidebar span {
  display: block;
  float: left;
  width: 22px;
  height: 20px;
  background: url(../i/checkbox.png) no-repeat right;
}
#sidebar span.on {
  background-position: left;
}
#sidebar div {
  float: left;
  margin-top: 3px;
  margin-left: 7px;
  text-transform: uppercase;
  font-size: 16px
}

/* Products */

#products {
  text-align: center;
  font-size: 0;
}
#products ul.products {
  display: inline-block;
}
#products ul.products li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#products ul.products li:nth-of-type(3n) {
  margin-right: 0
}
#products .product {
  width: 390px;
  border: 1px solid #ebebeb;
  height: 355px;
  display: block;
  position: relative
}
#products .product:hover {
  border-color: #00bff3;
}
#products .product .image {
  margin: 0 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 290px;
}
#products .product .title {
  padding: 5px 40px 0;
  height: 40px;
  line-height: 40px;
}
#products .product h2 {
  color: #68a1f6;
  display: inline-block;
  margin-right: 30px;
  text-transform: lowercase;
}
#products .product h3 {
  font-size: 18px;
  display: inline-block;
  color: #333;
  text-transform: none;
}
#products .product .badge {
  position: absolute;
  top: 15px;
  right: 0;
  height: 40px;
  line-height: 40px;
  background: #68a1f6;
  padding: 0 30px 0 15px;
  margin-right: -3px
}
#products .product .badge p {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#products .product .badge:before, #products .product .badge:after {
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  margin-left: -20px;
  border-style: solid;
}
#products .product .badge:after {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #68a1f6 transparent;
  bottom: 0;
}
#products .product .badge:before {
  border-width: 0 20px 20px 0;
  border-color: transparent #68a1f6 transparent transparent;
  top: 0;
}
#products .product .badge p:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #3870c4;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  margin-top: -3px;
  opacity: 0
}
#products .product:hover .badge p:before {
  opacity: 1
}
#products #sort {
  font-size: 12px;
  text-align: left;
  padding-bottom: 25px
}
#products #sort * {
  display: inline-block;
  vertical-align: middle;
}
#products #sort ul li {
  margin-left: 15px
}
#products #sort ul li a:before {
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px
}
#products #sort ul li.active {
  color: #68a1f6
}
#sidebar + #products {
  width: 785px;
  float: right;
}
#sidebar + #products ul.products li:nth-of-type(3n) {
  margin-right: 5px;
}
#sidebar + #products ul.products li:nth-of-type(2n) {
  margin-right: 0
}

/*PRODUCT SHEET */

.shop_info {
  width: 550px;
  overflow: hidden;
  display: block;
  padding-left: 100px;
}
.shop_info > span {
  display: block;
  float: left;
  width: 50%;
  background: #68A1F6;
  padding: 16px 20px;
  font-size: 14px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  margin-top: 10px;
}
.shop_info > span > span {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.shop_info > a {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  float: right;
  width: 50%;
  background: #262626 url('../i/hcart.png') no-repeat scroll 92% center;
  padding: 16px 20px;
  font-size: 14px;
  min-height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  margin-top: 10px;
}
.shop_info h4 {
	font-size: 22px;
	font-weight: bold;
}
.shop_info ul {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-bottom: 20px;
}
.size-box {
	text-align: right;
	margin-bottom: -5px;
}
.size-box select {
	width: 225px;
	padding: 13px 15px;
	background: #fff;
	border: 1px solid #a2a2a2;
	border-top-right-radius: 15px;
	border-top-left-radius: 3px;
}
.clearer.with-height {
	height: 30px;
}
.shop_images {
  float: left;
  display: block;
  width: 362px;
  min-height: 168px;
  background: #fff;
  padding: 10px 0 0 0;
  margin-right: 20px;
}
.shop_images > a {
  float: left;
  overflow: hidden;
  display: block;
  margin: 0 10px 10px 0;
}
.shop_images > a img {
  display: block;
}
.shop_images > a:first-child {
  float: none;
}
.shop-addinfo {
  float: left;
  overflow: hidden;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.shop-addinfo h2 {
  float: left;
}
.shop-addinfo table {
  border-collapse: collapse;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  float: left;
  clear: both;
  width: 362px;
}
.shop-addinfo table tr {}
.shop-addinfo table tr:hover td, .shop_addinfo table tr:hover th {
  background: #efefef;
}
.shop-addinfo table th {
  text-align: left;
  vertical-align: top;
  padding: 4px 10px;
  border-top: 1px solid #E0E0E0;
  width: 120px;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 140px;
}
.shop-addinfo table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 10px;
  border-top: 1px solid #E0E0E0;
  width: 100%;
}
.shop_connected {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 -10px 0 0;
}
.shop_connected h2 {}
.shop_connected > a {
  display: block;
  float: left;
  border: 1px solid #E0E0E0;
  margin: 0 10px 10px 0;
  width: 346px;
  padding: 5px;
  background: #F8F8F8;
}
.shop_connected > a:nth-child(2n) {
  clear: left;
}
.shop_connected > a:hover {
  background: #E0E0E0;
}
.shop_connected > a > span {
  display: block;
  float: left;
  overflow: hidden;
}
.shop_connected > a > span img {
  display: block;
}
.shop_connected > a > div {
  display: block;
  padding-left: 10px;
  overflow: hidden;
}

/* Services */

#services {
  padding: 55px 0 30px;
  background: url(../i/bowties.jpg) no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
#services .wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0
}
#services .box {
  width: 560px;
  padding: 35px 25px;
  background: rgba(0, 0, 0, .35);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
#services .box:first-of-type {
  margin-right: 60px
}
#services .box h2 {
  margin-bottom: 65px
}
#services .box p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 300
}
#services .box ul {
  padding-top: 45px;
  text-align: center
}
#services .box ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%
}
#services .box .image {
  height: 100px;
  margin-bottom: 20px;
  display: table;
  width: 100%
}
#services .box .image div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#services .box ul li p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px
}

/* Banks */

#banks {
  padding: 45px 0;
  text-align: center
}
#banks ul {
  display: inline-block;
  font-size: 0
}
#banks ul li {
  display: inline-block;
  vertical-align: middle;
}

/* CONTENT FORM */

#content > form, #post > form {
  display: block;
}
form label b {
  color: #999;
}
#content > form > div, #post > form > div, #content > form > span > div, #post > form > span > div {
  display: block;
  margin-top: 8px;
  overflow: hidden;
}
#content > form > div:nth-child(2n+1), #post > form > div:nth-child(2n+1) {}
#content form > div > label, #content form > span > div > label {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  float: left;
  width: 30%;
}
#content form > div > label b, #content form > span > div > label b {
  color: #666;
  font-size: 18px;
  margin: 0 0 0 5px;
}
#content form > div > input[type=text], #content form > div > input[type=password], #content form > div > select, #content form > div > textarea, #content form > span > div > input[type=text], #content form > span > div > input[type=password], #content form > span > div > select, #content form > span > div > textarea {
  display: block;
  float: left;
  width: 60%;
}
#content form div > label strong {
  display: inline-block;
  font-weight: normal;
  font-size: 17px;
  color: #999;
  margin-left: 5px;
}
#content form input[type="submit"] {
  margin: 10px 0.5% 0;
  margin-top: 20px;
}
a.button {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 15px;
  background: #68a1f6;
  display: inline-block;
  color: #fff;
  border: none 0px;
  transition: all 0.5s;
}
.cart_total {
  font-size: 20px !important;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*
#content #loginpage > div > label {
	float: left;
	width: 30%;
	margin: 0 0 5px 0;
}
#content #loginpage > div > input[type=text],
#content #loginpage > div > input[type=password],
#content #loginpage > div > select,
#content #loginpage > div > textarea {
	display: block;
	float: left;
	width: 50%;
}
#content #loginpage > div {
	width: auto;
	float: none;
	margin: 4px 0.5%;
}
*/

form {}
input[type=text], input[type=password], select, textarea {
  border: 1px solid #dfdede;
  padding: 5px 10px;
  color: #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f5f4f4;
  width: 300px;
  transition: all 0.5s;
}
input[type=text]:hover, select:hover, textarea:hover, input[type=text]:focus, select:focus, textarea:focus {
  background: #fff;
}
textarea {
  width: 400px;
  height: 156px;
}
input[type=submit] {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 15px;
  background: #68a1f6;
  display: inline-block;
  color: #fff;
  border: none 0px;
  transition: all 0.5s;
}
input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #666;
  cursor: pointer;
}

/* Footer */

footer {
  background: #68a1f6;
  padding: 40px 0;
  font-size: 0;
}
footer ul, footer p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 26px;
  font-size: 13px;
}
footer .col-3 {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 3%
}
footer .col-2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
footer #newsletter {
  border: 1px solid #347ce7;
  height: 56px;
  margin-top: 15px;
  background: #fff;
}
footer #newsletter * {
  height: 54px;
  border: 0;
  outline: none;
}
footer #newsletter button {
  background: #000;
  width: 20%;
  color: #68a1f6;
  font-size: 40px;
  float: right;
  line-height: 60px;
  cursor: pointer;
}
footer #newsletter button:hover {
  background: #0b1c36;
}
footer #newsletter input {
  float: left;
  width: 80%;
  padding: 0 10px;
  font: 16px 'Lato', sans-serif;
}
footer .social {
  float: right;
}
footer .social li {
  width: 42px;
  height: 42px;
  margin-left: 3px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 25px
}
footer .social li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #ccc;
  border-radius: 3px;
}
footer .social li a.icon-twitter {
  color: #29c5f6;
  border-color: #29c5f6;
}
footer .social li a.icon-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.footer-menu li {
  list-style-type: none;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 26px;
}
header ul li:hover ul {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#large .button, #products .product, #products .product .badge p:before, footer #newsletter button, #menu, body, header, header ul li ul {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

/* Toggler */

.toggler {
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 9;
  display: none;
  cursor: pointer
}
.toggler span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.toggler span:before, .toggler span:after {
  position: absolute;
  content: '';
}
.toggler span, .toggler span:before, .toggler span:after {
  width: 30px;
  height: 5px;
  background-color: #68a1f6;
  display: block;
}
.toggler span:before {
  margin-top: -10px;
}
.toggler span:after {
  margin-top: 10px;
}

/* Toggler */

body.active .toggler span {
  background-color: rgba(0, 0, 0, 0);
}
body.active .toggler span:after, body.active .toggler span:before {
  margin-top: 0;
}
.toggler span, .toggler span:before, .toggler span:after {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}
.toggler span, body.active .toggler span {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.toggler span:before, .toggler span:after {
  -webkit-transition-delay: .2s, 0;
  -moz-transition-delay: .2s, 0;
  -o-transition-delay: .2s, 0;
  transition-delay: .2s, 0;
}
body.active .toggler span:before, body.active .toggler span:after {
  -webkit-transition-delay: 0, .2s;
  -moz-transition-delay: 0, .2s;
  -o-transition-delay: 0, .2s;
  transition-delay: 0, .2s;
}
body.active .toggler span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.active .toggler span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggler span:before, .toggler span:after {
  -webkit-transition-property: margin, -webkit-transform;
  -moz-transition-property: margin, -moz-transform;
  -o-transition-property: margin, -o-transform;
  transition-property: margin, transform;
}

/*Custom Bow Tie*/

.customBowTieBox {
}

.columnLeft {
	float:right;
	width: 550px;
	max-width: 50%;
	margin:30px 0px;
	margin-left: 8%;
}
.columnRight, .wide-selection {
	overflow: hidden;
	border:solid 1px #e5e5e5;
	margin:30px 0px;
	padding:20px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.2;
}

.columnRight h3, .wide-selection h3 {
	margin:10px 0px;
	font-weight: 700;
}

.priceRow {
	margin:30px 0px;
	text-align: right;
}

#price {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

#buybutton {
	background: #68A1F6;
	color:#fff;
	font:inherit;
	text-transform: uppercase;
	font-size: 15px;
	padding:15px 30px;
	letter-spacing: 1px;
	line-height: 1;
	border-radius: 4px;
	border: none 0px;
	float:right;
	margin-left:30px;
	box-shadow: rgba(255,255,255,0.2) 0px 2px 0px inset;
	transition:all 0.3s;
}

#buybutton:hover {
	cursor: pointer;
	background: #111;
}

.shapeSelectRow, .sizeSelectRow, .outfitSelectRow {
  list-style-type: none;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
  border: 1px solid #e5e5e5;
}
.shapeSelectRow li, .sizeSelectRow li, .outfitSelectRow li {
  cursor: pointer;
	display: block;
	padding:10px;
	position: relative;
}

.shapeSelectRow li:before, .sizeSelectRow li:before, .outfitSelectRow li:before {
	content:"";
	position: absolute;
	left:-2px;
	top:0px;
	bottom:0px;
	height:2px;
	background: #555;
	width:2px;
	margin:auto;
}

.shapeSelectRow li+li, .sizeSelectRow li+li, .outfitSelectRow li+li {
	border-top:solid 1px #e5e5e5;
}

.shapeSelectRow li.on, .sizeSelectRow li.on, .outfitSelectRow li.on  {
  background: #eee;
}

.thumbSelectBox {
  overflow-y: hidden;
  overflow-x: auto;
	border:solid 1px #e5e5e5;
	margin-bottom:20px;
	padding:10px;
}
.thumbSelectOptionWood, .thumbSelectOptionFabric {
  cursor: pointer;
	margin:10px;
	text-align: center;
}
.thumbSelectOptionWood.on img, .thumbSelectOptionFabric.on img  {
  border: 5px solid #e5e5e5;
}
.thumbSelectOptionWood img, .thumbSelectOptionFabric img {
	display: block;
  border: 5px solid transparent;
	margin-bottom:5px;
}
.thumbSelectOptionWood p, .thumbSelectOptionFabric p {
  padding: 0;
  margin: 0;
}

#imagesPlaceholder {
	position: relative;
}

#imagesPlaceholder img {
	display: block;
	max-width: 100%;
	top:0px;
	left:0px;
}
#img-outfit {

}
#img-tie {
  position: absolute;
	z-index: 1;
}
#img-fabric {
  position: absolute;
	z-index: 5;
}
.picture-comment {
	height: 30px;
}
.eas{
	position:fixed;
	left:0;
	bottom:0;
	min-height:120px;
	width:100%;
	background-color:#FFF;
	text-align:center;
	-webkit-box-shadow: 0px -10px 28px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px -10px 28px 0px rgba(0,0,0,0.12);
	box-shadow: 0px -10px 28px 0px rgba(0,0,0,0.12);
	opacity:.95;
	z-index: 1;
}
.eas.sticky{
	position:relative;
}
.eas img{
	width:auto;
	height:145px;
	margin: 0;
}
.newsletter-popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	align-items: center;
	justify-content: center;
	padding: 10px;
	z-index: 99999999;
}
.newsletter-popup > div {
	width: 559px;
	height: auto;
	position: relative;
	background: #fff;
	max-width: 100%;
	text-align: center;
}
.newsletter-popup > div img {
	display: block;
	max-width: 100%;
	height: auto;
}
.newsletter-popup > div form {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10%;
}
.newsletter-popup > div form input[type="email"] {
	width: 250px;
	height: 49px;
	background: #fff;
	padding: 0 14px;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
  border: 0 none;
  font-weight: 400;
  border: 2px solid #68a1f6;
}
.newsletter-popup > div form input[type="email"]::placeholder {
	color: #000;
}
.newsletter-popup > div form input[type="submit"] {
	height: 49px;
	font-family: 'Lato', sans-serif;
}
.newsletter-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.newsletter-popup .close svg {
  fill: #fff;
}
.newsletter-popup .close:hover svg {
  fill: #f3f3f3;
}
@media (max-width:740px) {
	.columnLeft {
		float:none;
		width: auto;
		max-width: 100%;
		margin-left: 0px;
		margin-top:30px;
	}
}
