

/* FILE: screen.css */
@charset "UTF-8";
/* ------------------------------------- */
/* ------>>> VARIABLES & MIXINS <<<------ */
/* ------------------------------------- */
/* ----- SVG stylesheet ----- */
#masthead .end-logo a:before, #searchbox input.searchsubmit, .mini-basket-summary .decrement-qty:before, .mini-basket-summary .increment-qty:before, .mini-basket-summary .prev:before, .mini-basket-summary .next:before, .more-views a.productPrev:before, .more-views a.productNext:before, #column-2 .my-account .dashboard-payment-methods li.visa span.card-image, #column-2 .my-account .dashboard-payment-methods li.mastercard span.card-image, #column-2 .my-account .dashboard-payment-methods li.americanexpress span.card-image, #column-2 .my-account .dashboard-payment-methods li.paypal span.card-image, #column-2 .my-account .dashboard-payment-methods li.discover span.card-image, #column-2 .my-account .dashboard-payment-methods li.applepay span.card-image, .dashboard-payment-methods #default-payment-method-result:before, #default-payment-method-result:before, .success-msg ul li:before, .error-msg ul li:before, .notice-msg ul li:before, .note-msg ul li:before, .social li a.facebook:before, .social li a.twitter, .social li a.instagram, .social li a.google, .payments-logo:before {
  display: inline-block;
  background-image: url("//skin.endclothing.com/skin/frontend/enterprise/end/img/sprite.svg");
  background-size: 90.5625em 59.375em;
}

.lt-ie9 #masthead .end-logo a:before, .lt-ie9 #searchbox input.searchsubmit, .lt-ie9 .mini-basket-summary .decrement-qty:before, .lt-ie9 .mini-basket-summary .increment-qty:before, .lt-ie9 .mini-basket-summary .prev:before, .lt-ie9 .mini-basket-summary .next:before, .lt-ie9 .more-views a.productPrev:before, .lt-ie9 .more-views a.productNext:before, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.visa span.card-image, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.mastercard span.card-image, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.americanexpress span.card-image, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.paypal span.card-image, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.discover span.card-image, .lt-ie9 #column-2 .my-account .dashboard-payment-methods li.applepay span.card-image, .lt-ie9 .dashboard-payment-methods #default-payment-method-result:before, .lt-ie9 #default-payment-method-result:before, .lt-ie9 .success-msg ul li:before, .lt-ie9 .error-msg ul li:before, .lt-ie9 .notice-msg ul li:before, .lt-ie9 .note-msg ul li:before, .lt-ie9 .social li a.facebook:before, .lt-ie9 .social li a.twitter, .lt-ie9 .social li a.instagram, .lt-ie9 .social li a.google, .lt-ie9 .payments-logo:before {
  background-image: url("//skin.endclothing.com/skin/frontend/enterprise/end/img/sprite.1452661204.png");
}

/* ------------------------------------- */
/* -------->>> GLOBAL STYLES <<<-------- */
/* ------------------------------------- */
/* ----- Body, Paragraphs, Lists ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  border-style: none;
  outline: none;
}

caption, th {
  text-align: left;
}

button:hover {
  cursor: pointer;
}

q:before, q:after {
  content: '';
}

input:focus, textarea:focus {
  outline: none;
}

.fme-filter dd ::-webkit-scrollbar {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/scroll.1452661204.jpg) left repeat-y;
  -webkit-appearance: none;
  width: 22px;
}

.fme-filter dd ::-webkit-scrollbar-thumb {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/scroll-thumb.1452661204.jpg) left repeat-y;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/backgrad.1452661204.jpg) top repeat-x;
  color: #3b464c;
  font-size: 14px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

strong {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* ----- Structure ----- */
#wrapper {
  margin: 0 auto;
  position: relative;
  padding: 168px 22px 0;
  width: 980px;
}

.info-banner {
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 12px;
}
.info-banner .content {
  display: table-header-group;
}
.info-banner a {
  width: 100%;
  min-height: 22px;
  display: table-cell;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
}
.info-banner a.black {
  background: #000;
  color: #fff;
}
.info-banner a.grey {
  background: #f5f5f5;
  color: #000;
}
.info-banner a.red {
  background: #bb0000;
  color: #fff;
}

#main {
  min-height: 400px;
  overflow: hidden;
}

.a-center {
  text-align: center;
}

.nobr {
  white-space: nowrap;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

.floatleft, .left {
  float: left;
}

.floatright, .right {
  float: right;
  text-align: right;
}

.no-display {
  display: none;
}

.a-right {
  text-align: right;
}

.a-left {
  text-align: left;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

/* ------------------------------------- */
/* -------->>> HEADER STYLES <<<-------- */
/* ------------------------------------- */
/* ----- General Header Styles ----- */
#masthead {
  height: 145px;
  left: 22px;
  position: absolute;
  top: 0;
  width: 980px;
}

#topbar {
  border: 0;
  color: #666666;
  font-size: 11px;
  height: 33px;
}
#topbar a {
  color: #666666;
}

#loginbox {
  float: left;
  height: 26px;
  padding: 7px 0 0 0px;
  text-align: left;
  width: 35%;
}

#account-links {
  float: right;
  padding-top: 7px;
}
#account-links ul, #account-links li {
  display: inline;
}
#account-links ul li.last {
  display: none;
}
#account-links ul li.first {
  display: block !important;
}

#masthead .end-logo {
  float: left;
  height: 40px;
  width: 110px;
  margin: 21px 0 21px 0px;
  font-size: 16px;
}
#masthead .end-logo a {
  height: 40px;
  width: 110px;
  display: block;
  text-indent: -9999px;
}
#masthead .end-logo a:before {
  width: 6.9375em;
  height: 2.5625em;
  background-position: -16.25em -11.75em;
  content: '';
  float: left;
}
.lt-ie9 #masthead .end-logo a:before {
  width: 110px;
  height: 40px;
  background-position: -260px -188px;
}

#breadcrumbs {
  font-size: 12px;
  margin-bottom: 12px;
}
#breadcrumbs li {
  display: inline;
}

#customer-service, #myaccount {
  float: right;
  margin-right: 25px;
  padding-top: 7px;
}

#account-links a, #customer-service a, #myaccount a {
  text-decoration: none;
  text-transform: uppercase;
}

#basketsummary {
  height: 17px;
  float: right;
  margin-top: 33px;
  margin-right: 0;
  padding-left: 32px;
}
#basketsummary a {
  font-size: 12px;
  text-transform: uppercase;
}

#searchbox {
  float: left;
  padding: 7px 0;
  position: relative;
}
#searchbox img {
  width: 15px;
  height: 18px;
  position: absolute;
  top: 31px;
  left: 633px;
}
#searchbox img:hover {
  cursor: pointer;
}
#searchbox input.searchfield {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #9e9e9e;
  height: 10px;
  left: 295px;
  padding: 15px;
  position: absolute;
  top: 19px;
  width: 335px;
}
#searchbox input.searchsubmit {
  left: 630px;
  position: absolute;
  top: 28px;
  font-size: 15.5px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 1.625em;
  height: 1.625em;
  background-position: -75.6875em -45.875em;
}
.lt-ie9 #searchbox input.searchsubmit {
  width: 25px;
  height: 25px;
  background-position: -1211px -734px;
}
#searchbox .search-autocomplete {
  height: 0 !important;
  overflow: visible !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 999;
}
#searchbox .search-autocomplete ul {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  left: 180px;
  padding-left: 0;
  position: absolute;
  top: 24px;
  width: 180px;
}
#searchbox .search-autocomplete li {
  cursor: pointer;
}
#searchbox .search-autocomplete li .amount {
  display: none;
}

/* ---- New Currency Changer ---- */
.currency-switch {
  width: auto;
  padding: 6px 0 0;
  float: right;
  text-align: center;
  z-index: 13;
  cursor: pointer;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #fff;
  margin-right: 11px;
}
.currency-switch .flag-icon {
  margin-left: 15px;
}

.currency-active {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 15px;
  padding: 6px 0 7px;
  position: relative;
}

#switches {
  width: 220px;
  float: right;
  position: relative;
}

.currencies-box {
  visibility: hidden;
  width: 312px;
  background: #fff;
  position: absolute;
  z-index: 11;
  right: 11px;
  top: 27px;
  padding: 22px 20px 20px;
  border: 1px solid #000;
}
.currencies-box h4 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.change-currency {
  padding: 1px 11px 0 9px;
  display: inline-block;
  letter-spacing: 0.6px;
  vertical-align: top;
}
.change-currency:after {
  content: "";
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  background: none;
  width: 0px;
  height: 3px;
  display: inline-block;
  margin-left: 8px;
}

#topbar .websites-change {
  padding-bottom: 5px;
}
#topbar .websites-change li {
  padding: 7px 0 5px;
  float: left;
  width: 49%;
  margin-left: 1%;
}
#topbar .websites-change li.selected {
  background: #f2f2f2;
}
#topbar .websites-change li a {
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
#topbar .websites-change li a:hover {
  text-decoration: underline;
}
#topbar .websites-change li span {
  margin-right: 7px;
}

.country-options {
  width: 100%;
  float: left;
  margin-right: 20px;
  border: 0;
  padding: 0;
}
.country-options select {
  color: #4d4d4d;
  background: #fff;
  font-size: 11px;
  width: 100%;
  padding: 2px;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.country-options h6 {
  padding: 10px 0px 0px 10px;
  width: 100%;
  float: left;
  font-size: 14px;
}
.country-options .form-input {
  padding: 0;
  float: left;
  width: 100%;
  line-height: 14px;
  margin: 20px 0 10px;
}
.country-options label {
  float: left;
  display: none;
  width: 22%;
  padding: 2px 0;
  font-size: 14px;
}
.country-options small.required {
  display: block;
  text-align: right;
  padding: 2px 5px 10px 10px;
}

fieldset#country-options-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 17px;
  height: 13px;
  line-height: 1em;
  margin-left: 5px;
}

.flag-icon-ar {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ar.svg);
}

.flag-icon-au {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/au.svg);
}

.flag-icon-at {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/at.svg);
}

.flag-icon-be {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/be.svg);
}

.flag-icon-br {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/br.svg);
}

.flag-icon-bg {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/bg.svg);
}

.flag-icon-ca {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ca.svg);
}

.flag-icon-cl {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/cl.svg);
}

.flag-icon-cn {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/cn.svg);
}

.flag-icon-co {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/co.svg);
}

.flag-icon-cr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/cr.svg);
}

.flag-icon-hr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/hr.svg);
}

.flag-icon-cy {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/cy.svg);
}

.flag-icon-cz {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/cz.svg);
}

.flag-icon-dk {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/dk.svg);
}

.flag-icon-ec {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ec.svg);
}

.flag-icon-ee {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ee.svg);
}

.flag-icon-fi {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/fi.svg);
}

.flag-icon-fr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/fr.svg);
}

.flag-icon-ge {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ge.svg);
}

.flag-icon-de {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/de.svg);
}

.flag-icon-gr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/gr.svg);
}

.flag-icon-gg {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/gg.svg);
}

.flag-icon-hk {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/hk.svg);
}

.flag-icon-hu {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/hu.svg);
}

.flag-icon-is {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/is.svg);
}

.flag-icon-ie {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ie.svg);
}

.flag-icon-im {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/im.svg);
}

.flag-icon-it {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/it.svg);
}

.flag-icon-jm {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/jm.svg);
}

.flag-icon-jp {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/jp.svg);
}

.flag-icon-je {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/je.svg);
}

.flag-icon-lv {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/lv.svg);
}

.flag-icon-li {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/li.svg);
}

.flag-icon-lt {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/lt.svg);
}

.flag-icon-lu {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/lu.svg);
}

.flag-icon-lv {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/lv.svg);
}

.flag-icon-lt {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/lt.svg);
}

.flag-icon-mo {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/mo.svg);
}

.flag-icon-my {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/my.svg);
}

.flag-icon-mt {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/mt.svg);
}

.flag-icon-mx {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/mx.svg);
}

.flag-icon-mc {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/mc.svg);
}

.flag-icon-np {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/np.svg);
}

.flag-icon-nl {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/nl.svg);
}

.flag-icon-nz {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/nz.svg);
}

.flag-icon-no {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/no.svg);
}

.flag-icon-py {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/py.svg);
}

.flag-icon-pe {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/pe.svg);
}

.flag-icon-pl {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/pl.svg);
}

.flag-icon-pt {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/pt.svg);
}

.flag-icon-pr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/pr.svg);
}

.flag-icon-ro {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ro.svg);
}

.flag-icon-ru {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ru.svg);
}

.flag-icon-sm {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/sm.svg);
}

.flag-icon-sa {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/sa.svg);
}

.flag-icon-rs {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/rs.svg);
}

.flag-icon-sg {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/sg.svg);
}

.flag-icon-sk {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/sk.svg);
}

.flag-icon-si {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/si.svg);
}

.flag-icon-kr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/kr.svg);
}

.flag-icon-es {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/es.svg);
}

.flag-icon-se {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/se.svg);
}

.flag-icon-ch {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ch.svg);
}

.flag-icon-tw {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/tw.svg);
}

.flag-icon-th {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/th.svg);
}

.flag-icon-tr {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/tr.svg);
}

.flag-icon-ua {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ua.svg);
}

.flag-icon-ae {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ae.svg);
}

.flag-icon-gb {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/gb.svg);
}

.flag-icon-us {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/us.svg);
}

.flag-icon-uy {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/uy.svg);
}

.flag-icon-va {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/va.svg);
}

.flag-icon-ve {
  background-image: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/flags/ve.svg);
}

.dont-ship-link, .dont-ship-message {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #999;
  text-align: center;
}

.dont-ship-link {
  clear: both;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

.dont-ship-message {
  display: none;
  margin-top: 20px;
}
.dont-ship-message a {
  color: #999;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* ----- Navigation ----- */
.header-nav-container {
  border: 0;
  background: #000;
  float: left;
  height: 40px;
  margin-bottom: 0px;
  width: 980px;
}

#nav li ul {
  background: #fff;
  border: 1px solid #000;
  border-top: 0px;
  visibility: hidden;
  height: auto;
  padding: 15px;
  width: 340px;
  z-index: 1;
}
#nav li ul.connect {
  margin-top: -1px;
  right: 0px;
  width: 75px;
}
#nav li ul.connect li {
  float: none !important;
}
#nav li ul.brands {
  width: 540px;
  margin-top: 33px;
}
#nav li ul.brands li {
  float: none;
  width: 100%;
}
#nav li ul.brands li:first-child a {
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#nav li ul.sale {
  margin-left: -53px;
}

a#topnav-sale {
  color: #f63333;
}

#nav li ul.connect li.blank {
  height: 0px;
}

#nav li ul.brands li:first-child a {
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

#nav li ul li a {
  border: 0px;
  color: #000;
  display: block;
  font-size: 12px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  padding: 0px;
  text-decoration: none;
  text-transform: none;
}
#nav li ul li:hover {
  text-decoration: underline;
}
#nav li ul li:first-child a {
  color: #000;
  display: block;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

div.header-nav {
  position: relative;
  z-index: 10;
}
div.header-nav ul {
  font-size: 21px;
  height: 40px;
  line-height: 16px;
  position: absolute;
  width: 100%;
}
div.header-nav ul li ul li {
  float: left;
  width: 50%;
}
div.header-nav ul li ul li:first-child {
  float: none;
}
div.header-nav ul li ul li:last-child {
  float: left;
  width: 50%;
}
div.header-nav ul li ul li a:hover {
  border-bottom: 0px !important;
}

div.header-nav ul li {
  float: left;
  position: relative;
}
div.header-nav ul li:last-child {
  float: right;
}
div.header-nav ul li a {
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 18px;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
div.header-nav ul li a.active {
  background: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  color: #000;
}
div.header-nav ul li a:hover {
  background: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #fff !important;
  color: #000;
}
div.header-nav ul li a.over {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}
div.header-nav ul li a#connect.over {
  width: 75px;
}
div.header-nav ul li a#connect:hover {
  border-bottom: 1px solid #000;
}

#nav li:hover ul {
  visibility: visible;
}

a.view-all-brands {
  background: #fff;
  border-bottom: 0 !important;
  border-top: 0 !important;
  color: #000 !important;
  display: none !important;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 15px !important;
  position: absolute;
  width: 540px;
}
a.view-all-brands:hover {
  text-decoration: underline;
}

li.nav-brands:hover a.view-all-brands {
  display: block !important;
}

.brands li:first-child a {
  font-family: ProximaNova-Regular !important, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px !important;
  text-transform: none !important;
}

dl#narrow-by-list2 dt, .currently ol li a {
  float: left;
  display: block;
  width: 170px;
  height: 18px;
  background: #fbfbfb url(//skin.endclothing.com/skin/frontend/enterprise/end/images/filter_arrow.1452661204.gif) 93% 50% no-repeat;
  border: 1px solid #d3d3d3;
  color: #979797;
  margin-right: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  padding: 3px 8px;
}

dl#narrow-by-list2:hover dt, .currently ol li a {
  cursor: pointer;
  background: #929292 url(//skin.endclothing.com/skin/frontend/enterprise/end/images/filter_arrow_hover2.1452661204.gif) 93% 50% no-repeat;
  color: #fff;
  border: 1px solid #929292;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}

.currently ol li a {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  background: #929292 url(//skin.endclothing.com/skin/frontend/enterprise/end/images/filter_cross2.1452661204.gif) 93% 50% no-repeat;
}

dl#narrow-by-list2:hover ol, dl#narrow-by-list2:hover ol li {
  display: block;
  width: 188px;
  background: #929292;
  z-index: 1000;
  margin: 0;
  border: 0;
}

dl#narrow-by-list2 {
  height: 26px;
  position: relative;
  font-size: 14px;
}
dl#narrow-by-list2 ol {
  display: none;
}
dl#narrow-by-list2:hover ol {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 0 0 8px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
dl#narrow-by-list2:hover ol li {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
dl#narrow-by-list2:hover ol li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 3px 9px;
}
dl#narrow-by-list2:hover ol li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ------------------------------------- */
/* --->>> NEWSLETTER POPUP STYLES <<<--- */
/* ------------------------------------- */
.nl-popup {
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1100;
}

.nl-popup-show {
  display: block !important;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/pop-opacity.1452661204.png);
}

.nl-popup-content {
  height: 400px;
  width: 800px;
  margin: 190px auto 40px;
  overflow: hidden;
  position: relative;
}
.nl-popup-content h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #000;
  letter-spacing: 4.3px;
  line-height: 36px;
  margin-bottom: 13px;
}
.nl-popup-content .validation-advice {
  width: 200px;
  margin: 0 auto;
  background: none;
}
.nl-popup-content .validation-advice:before {
  content: "";
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/validation_advice_bg.1452661204.gif) 2px 1px no-repeat;
  width: 11px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.nl-popup-left {
  width: 400px;
  height: 400px;
}

.nl-popup-right {
  width: 360px;
  height: 100%;
}
.nl-popup-right p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 17px;
}

.nl-popup-left {
  float: left;
}

.nl-popup-right {
  float: right;
  background: #f2f2f2;
  padding: 0 20px;
}

.nl-popup-close {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 26px;
  cursor: pointer;
  height: 20px;
  width: 23px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  color: #000;
}
.nl-popup-close:before {
  content: "×";
  height: 20px;
  width: 20px;
}

.nl-popup-inner {
  margin-top: 74px;
}

.nl-form, .nl-submit-wrap > b {
  float: left;
}

.nl-form, .nl-success-mess, .nl-sending, .nl-error-mess {
  position: relative;
  text-align: center;
}

.nl-success-mess, .nl-sending, .nl-error-mess {
  display: none;
  margin-top: 20px;
  font-size: 12px;
}

.nl-error-mess {
  color: #fe0000;
  margin-top: 10px;
}

.nl-form-container {
  overflow: hidden;
  display: block;
}
.nl-form-container input {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}

.nl-form {
  text-align: center;
  width: 360px;
}

.nl-form > label {
  color: #000;
  cursor: text;
  height: 15px;
  width: 278px;
  padding: 15px 0;
  text-align: center;
  left: 41px;
  top: 1px;
  position: absolute;
  font-size: 16px;
  letter-spacing: 0.16px;
}

.nl-input {
  border: none;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px;
  width: 258px;
  height: 45px;
}
.nl-input label {
  text-align: center;
}

.nl-sumbit-wrap {
  display: block;
  margin: 10px auto 0;
  width: 278px;
  overflow: hidden;
}

.nl-submit {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  height: 45px;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 278px;
  float: left;
  text-transform: uppercase;
  padding-top: 5px;
}

/* ------------------------------------- */
/* --------->>> PAGE STYLES <<<--------- */
/* ------------------------------------- */
/* ----- General Page ------ */
#basketsummary a, .thumbnail a, small a, .prod-count a, .cms-page a, td a, .button-set a, .account-box a, address a, ul.add-to-box li a, .post a, #breadcrumbs a, #column-1 .actions a, .category-description a, #home-page-latest-news ul li a, .more-latest-products a, .one-page-checkout-progress a, ul.messages a, .link, .order-info a, .multi-address-checkout-box a, .my-account-link a, .footerlinksfloat a, body.paypal-express-review .col-1 a, body.paypal-express-review .col-2 a, .credit-code-box a, .brand-listing a, .back-link a, .onestepcheckout-popup-contents a {
  color: #1e2021;
  text-decoration: none;
}

#basketsummary a:hover, .thumbnail a:hover, small a:hover, .prod-count a:hover, .cms-page a:hover, td a:hover, .button-set a:hover, .account-box a:hover, address a:hover, ul.add-to-box li a:hover, .post a:hover, #breadcrumbs a:hover, #column-1 .actions a:hover, .category-description a:hover, #home-page-latest-news ul li a:hover, .more-latest-products a:hover, .one-page-checkout-progress a:hover, ul.messages a:hover, .link:hover, .order-info a:hover, .multi-address-checkout-box a:hover, .my-account-link a:hover, .footerlinksfloat a:hover, body.paypal-express-review .col-1 a:hover, body.paypal-express-review .col-2 a:hover, .credit-code-box a, .brand-listing a:hover, .back-link a:hover, .onestepcheckout-popup-contents a:hover {
  text-decoration: underline;
}

#column-1 {
  width: 180px;
  float: left;
  margin: 0px 0 21px;
}
#column-1 h2 {
  padding: 7px;
}

#column-1 .account-nav h2 {
  padding: 7px;
}

#column-1 .block-title {
  background: #666666;
  color: #fff;
  padding: 7px 10px;
  margin-bottom: 22px;
  font-size: 14px;
  clear: both;
}

#column-1-wide h2 a, #column-2 h2 a, .checkout-footer a {
  color: #fff;
}

#column-1-wide {
  width: 980px;
  float: left;
  margin: 0px 0 21px;
}

#column-1-wide #dropdown h2 {
  background: #fff;
  padding-left: 0px;
  padding-bottom: 0px;
}

#column-2 p, .content p, body.cms-shipping-matrix p {
  margin: 16px 0;
  line-height: 21px;
  font-size: 14px;
}

#column-2 {
  width: 779px;
  float: right;
  margin: 0px 0 21px;
}
#column-2 fieldset {
  border: 1px solid #ccc;
  /* background:#f5f5f5; */
  margin: 22px 0;
  padding: 15px;
}
#column-2 fieldset legend {
  display: none;
}

input.input-text.qty {
  width: 25px;
  text-align: center;
}

.required {
  color: #fe0000;
}

p.required {
  font-size: 10px;
  text-align: right;
}

.marginbottom {
  margin-bottom: 20px;
}

.success {
  color: #3d6611;
}

.error {
  color: #df280a;
}

.notice {
  color: #e26703;
}

.success, .error {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.giftcard-send-form .validation-advice {
  position: absolute;
}

.product-gift-card .product-options-bottom {
  clear: both;
}

.requiredFields {
  font-size: 12px;
  float: right;
  color: red;
  display: block;
  margin-top: 20px;
  margin-right: 10px;
}

.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 0px;
  font-size: 10px;
  line-height: 13px;
  background: none;
  color: #fe0000;
}

.validation-advice-HK {
  clear: both;
  min-height: 13px;
  margin: 10px 0 0 150px;
  padding-left: 17px;
  font-size: 10px;
  line-height: 13px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/validation_advice_bg.1452661204.gif) 2px 1px no-repeat;
  color: #fe0000;
  text-align: center;
  width: 230px;
}

span.product-options-required {
  color: red;
  float: right;
  font-size: 10px;
  margin-top: -16px;
}

.v-fix {
  float: left;
}
.v-fix .validation-advice {
  float: left;
  width: 192px;
  margin-right: -192px;
  display: inline;
  position: relative;
}

#phonenumber a {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/icons_top.1452661204.gif) top left no-repeat;
  width: 148px;
  height: 17px;
  float: right;
  margin: 36px 28px 0 0;
}

.my-account-link {
  float: right;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/icons_top.1452661204.gif) center left no-repeat;
  padding: 0 0 0 27px;
  margin: 36px 28px 0 0;
}

#column-1 h2.widgettitle {
  padding: 7px;
}

.cms-home #breadcrumbs, .cms-home-usa #breadcrumbs {
  display: none;
}

#column-1 h2, #column-1 h3, h1#category-brand-header, .category-rrl .category-head h1, .block.block-account .block-title strong, .checkout-footer {
  background: #666;
  color: #fff;
  padding: 0px;
  font-size: 14px;
  clear: both;
  display: block;
  text-decoration: none;
}

.category-rrl .category-head h1 {
  margin-bottom: 20px;
}

#column-1 ul#brands li a, #column-1 ul#departments li a, .box.account-nav li a {
  background: #A9A9A9;
  color: #fff;
  clear: both;
  text-decoration: none;
}

#column-1 ul.tabs li.selected a {
  background: #929292 url(//skin.endclothing.com/skin/frontend/enterprise/end/images/h2bg.1452661204.png) top left repeat-x;
}

#column-1 li.brands, #column-1 li.departments {
  display: inline;
}

#column-1 ul {
  margin-bottom: 22px;
}

#column-1 ul#brands li a, #column-1 ul#departments li a, .blog-sidebar ul li ul li a, .block.block-account ul li a, .block.block-account ul li.on, #column-1 li.departments li a, #column-1 li.departments li.on, .block.block-account li.current, .box.account-nav li a {
  display: block;
  background: #f5f5f5;
  padding: 7px 6px;
  width: 168px;
  text-decoration: none;
  font-size: 13px;
  color: #3b464c;
}

#column-1 ul#brands li a:hover, #column-1 ul#departments li a:hover, #column-1 ul li.on, .blog-sidebar ul li ul li a:hover, .block.block-account ul li a:hover, .block.block-account li.current, .box.account-nav li a:hover {
  background: #dfdfdf;
}

.newsbox-header {
  display: block;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

#column-1 .advert {
  border: 1px solid #929292;
  margin-top: 22px;
}

#column-1 .advert-category {
  border: 1px solid #929292;
}

#column-1 .last.sale, li.morelink24, li.morelink25 {
  display: none;
}

#column-2 h2, #column-1-wide h2 {
  background: #666666;
  color: #fff;
  padding: 8px 10px 7px 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  clear: both;
}

.catalogsearch-result-index .middle-container {
  min-height: 700px;
}

.home-col-right, #home-random-adverts {
  width: 100%;
  float: left;
}

/* Potentially unused styles */
.flash-advert-temp {
  border: 1px solid #929292;
  margin-bottom: 21px;
}

.advanced-search .multiselect {
  width: 300px;
}

.department-thumb {
  float: left;
  font-size: 16px;
  line-height: 16px;
  width: 180px;
  margin: 7px 7px 20px;
}
.department-thumb img {
  border: 1px solid #929292;
  margin-bottom: 5px;
}

.mini-product-view, .mini-wishlist {
  display: none;
}

.newsbox-description {
  display: block;
  font-size: 14px;
}

.brands-col-1, .brands-col-2, .brands-col-3 {
  width: 33%;
  float: left;
}

.brand-listing {
  margin: 10px 0 22px;
}
.brand-listing h4 {
  margin-bottom: 5px;
}

img.avatar {
  float: left;
  margin-right: 22px;
}

.comment-body {
  width: 720px;
  margin-left: 54px;
  margin-bottom: 22px;
}

.home-hero {
  margin-bottom: 10px;
  position: relative;
  border: 2px solid #ababab;
}
.home-hero div.flipInX {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

div.hero-copy {
  font-size: 18px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width: 100%;
  position: absolute;
  top: 44%;
  line-height: 37px;
  margin-top: -27px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #666;
}
div.hero-copy span {
  font-size: 36px;
}
div.hero-copy span.italic {
  font-size: 18px;
  font-style: italic;
}

div.block.block-layered-nav {
  margin-top: 0px;
}

/* ----- Homepage Slideshow ------ */
/* ----- Homepage Slideshow ------ */
#slideshow {
  position: relative;
  overflow: hidden;
  width: 980px;
  height: 450px;
  margin-bottom: 15px;
}
#slideshow .hero-title {
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 43.5%;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 46px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#slideshow .hero-title h1 {
  font-size: 48px !important;
}
#slideshow .hero-title p {
  background: none;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 8px 0px 8px 0px;
}
#slideshow .hero-title h1.black, #slideshow .hero-title p.black {
  color: #000;
}
#slideshow .hero-title h1.white, #slideshow .hero-title p.white {
  color: #fff;
}
#slideshow .hero-title button {
  height: 35px;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0 20px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  margin-top: 10px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#slideshow .hero-title button.black {
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
#slideshow .hero-title button.white {
  border: 2px solid #fff;
  color: #000;
  background: #fff;
}
#slideshow .hero-title.black {
  color: #000 !important;
}
#slideshow .hero-title.topLeft {
  left: 60px !important;
  top: 40px !important;
}
#slideshow .hero-title.middleLeft {
  left: 60px !important;
  bottom: 150px !important;
  top: initial;
}
#slideshow .hero-title.middleLeft h1, #slideshow .hero-title.middleLeft p {
  padding-left: 0px;
}
#slideshow .hero-title.bottomLeft {
  left: 60px !important;
  bottom: 40px !important;
  top: initial;
}
#slideshow .hero-title.topRight {
  right: 60px !important;
  top: 40px !important;
  text-align: right;
}
#slideshow .hero-title.middleRight {
  right: 60px !important;
  bottom: 150px !important;
  text-align: right;
  top: initial;
}
#slideshow .hero-title.middleRight h1, #slideshow .hero-title.middleRight p {
  padding-right: 0px;
}
#slideshow .hero-title.bottomRight {
  right: 60px !important;
  bottom: 40px !important;
  text-align: right;
  top: initial;
}
#slideshow .hero-title.topCenter {
  bottom: 300px !important;
  text-align: center;
  width: 100% !important;
  top: initial;
}
#slideshow .hero-title.middleCenter {
  bottom: 150px !important;
  text-align: center;
  width: 100% !important;
  top: initial;
}
#slideshow .hero-title.bottomCenter {
  bottom: 40px !important;
  text-align: center;
  width: 100% !important;
  top: initial;
}

.items {
  display: none;
  float: left;
  position: relative;
}
.items img {
  width: 980px;
  height: auto;
}

.random-ad {
  height: 331px;
  position: relative;
  float: left;
  width: 100%;
}

ul.slideshow-nav {
  display: none;
  height: 22px;
  margin-bottom: 20px;
  width: 980px;
  text-align: center;
  padding-top: 10px;
}
ul.slideshow-nav li {
  display: inline;
}
ul.slideshow-nav li a {
  width: 25px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #979797;
  border: 0;
  padding: 0 3px;
  position: relative;
  top: 300px;
  z-index: 100;
}
ul.slideshow-nav li a.next {
  right: 4px;
}
ul.slideshow-nav li a.prev {
  left: -3px;
}
ul.slideshow-nav li a:hover {
  color: #fff;
}
ul.slideshow-nav li a.active {
  text-decoration: none;
  color: #000;
}
ul.slideshow-nav li img {
  padding-top: 3px;
}
ul.slideshow-nav li.navi {
  display: none;
}
ul.slideshow-nav li.navi a {
  background: #fff;
  height: 13px;
  width: 13px;
  margin-right: 25px;
  text-indent: -99999px;
  display: inline-block;
}
ul.slideshow-nav li.navi a.active {
  background: #aaa;
}

ul.slideshow-nav li a.next, ul.slideshow-nav li a.prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

/* ----- Homepage Latest News ----- */
#home-page-latest-news h4 {
  font-size: 13px;
  margin-top: 10px;
  padding: 0px;
  line-height: 16px;
}

#home-page-latest-news h2 a, #home-page-latest-news h2 a:hover {
  text-decoration: none;
}

#home-page-latest-news p {
  margin: 7px 0px;
}
#home-page-latest-news p a {
  color: #000;
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: initial;
  text-transform: uppercase;
}

#home-page-latest-news img {
  float: left;
  margin-bottom: 10px;
  width: 233px;
  height: auto;
}

#home-page-latest-news ul li {
  float: left;
  width: 233px;
  margin-right: 16px;
}
#home-page-latest-news ul li a {
  margin-bottom: 10px;
  display: block;
}

#home-page-latest-news .clearboth {
  height: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #home-page-latest-news ul li {
    float: left;
    width: 229px;
    margin-right: 16px;
  }

  div.header-nav ul li ul li {
    width: 170px;
  }
}
#home-page-latest-news ul li:last-child {
  margin-right: 0;
}

.post {
  margin-bottom: 20px;
}
.post h1 {
  color: #3b464c;
  font-size: 35px;
  margin-bottom: 2px;
  line-height: 16px;
}
.post h3 {
  color: #8b9396;
  font-size: 24px;
  line-height: 24px;
}
.post small {
  margin: 22px 0;
  display: block;
}

.blog-right-message {
  border: 1px solid #929292;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
}

span.bdate {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  display: block;
  padding: 0;
}

span.btitle {
  color: #000;
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.catalog-category-view.categorypath-brands.category-brands .prod-count span, .thumbnail .tax-message, .product-description-text h2 {
  display: none;
}

div.gplusonebtn {
  float: left;
  margin-right: 10px;
}

/* ----- Homepage Latest Products ----- */
.latest-products-home {
  width: 100%;
  float: left;
}
.latest-products-home .note-msg {
  clear: both;
}
.latest-products-home h2 a {
  text-decoration: none;
}

.latest-products-home h2:hover, #home-page-latest-news h2:hover {
  cursor: pointer;
}

.more-latest-products {
  float: right;
}

.latest-products-home .pager, .top-picks .pager {
  display: none;
}

.latest-products-home .thumbnail {
  width: 180px;
  height: 265px;
}
.latest-products-home .thumbnail img {
  width: 180px;
  height: 180px;
}

#column-1-wide .latest-products-home h2 {
  margin-bottom: 15px;
}

/* ----- Homepage Adverts ----- */
.home_ad_main1, .home_ad_main2, .home_ad_main3 {
  width: 316px;
  height: auto;
  margin-bottom: 15px;
}

.home_ad_main2 {
  margin-left: 11px;
  margin-right: 13px;
}

.home_ad_random {
  border: 1px solid #929292;
  float: right;
  margin-top: 40px;
}

.home_ad_main1 {
  clear: both;
}

.catalogsearch-result-index .thumbnail {
  width: 230px;
}

.collateral-box.up-sell .thumbnail {
  margin: 0 20px 0 0;
  width: 230px;
}
.collateral-box.up-sell .thumbnail.last {
  margin: 0px;
}

h2#category-brand-header {
  margin-bottom: 0;
}

.layered-nav-number {
  font-size: 14px;
  color: #999;
}

.categoryimage, .category-description {
  margin: 20px 0;
}

.category-description {
  font-size: 14px;
  text-align: center;
}

.category-description a {
  text-decoration: underline;
}

#random_adverts a {
  display: block;
  float: left;
  position: relative;
  height: 316px;
  width: 316px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#random_adverts a div {
  position: absolute;
  bottom: 0px;
  padding-bottom: 13px;
  width: 100%;
}
#random_adverts a div span {
  padding-bottom: 20px;
  display: block;
}
#random_adverts a div span.shop {
  font-size: 14px;
  text-decoration: underline;
  padding-bottom: 0px;
}
#random_adverts a.middle {
  margin-left: 16px;
  margin-right: 16px;
}

/* ----------- Sort By ----------- */
.toolbar {
  clear: both;
  margin-bottom: 30px;
  width: 100%;
}

.latest-products-home .toolbar {
  display: none;
}

.sorter {
  width: 186px;
  float: right;
}
.sorter .sort-by {
  padding: 0;
  margin: 0;
  border: 1px solid #666;
  width: 164px;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  float: right;
}
.sorter .sort-by:after {
  top: 49%;
  left: 88%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #000000;
  border-width: 4px;
  margin-top: -2px;
  z-index: 100;
}
.sorter .sort-by select:hover {
  cursor: pointer;
}
.sorter .sort-by select {
  padding: 10px 10px 8px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.3px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sorter .sort-by select:focus {
  outline: none;
}

.toolbar-bottom .sorter {
  display: none;
}

.pager {
  height: 35px;
}
.pager ul {
  float: right;
  padding: 4px 0 7px;
}
.pager li {
  float: left;
}
.pager li a {
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 8px 14px;
  font-size: 12px;
  color: #666;
}
.pager li a:hover {
  background: #f2f2f2;
}
.pager li a.next, .pager li a.previous {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  letter-spacing: 0.3px;
}
.pager li a.next {
  margin-left: 3px;
}
.pager li a.previous {
  margin-right: 3px;
}
.pager li span.on {
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #f2f2f2;
  color: #000;
  display: block;
  text-decoration: none;
  line-height: 12px;
  padding: 8px 14px;
}

.pager li a, .pager li span.on {
  display: block;
  text-decoration: none;
  line-height: 12px;
}

.prod-count {
  font-size: 12px;
  letter-spacing: 0.3px;
  padding: 12px 0 8px;
  display: block;
  float: left;
}
.prod-count .countNumber {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.prod-count a {
  text-decoration: underline;
}

/* ----- Catalog ------ */
.thumbnail {
  width: 245px;
  height: 320px;
  float: left;
  margin: 6px 7px;
  line-height: 21px;
  position: relative;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
  text-align: center;
}
.thumbnail.desaturate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
.thumbnail span.tax_info {
  color: #000;
}
.thumbnail span.regular-price {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.thumbnail span.old-price {
  color: #A0A0A0;
  font-size: 12px;
  text-decoration: line-through;
}
.thumbnail .out-of-stock {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.thumbnail h3 {
  font-size: 13px;
  line-height: 16px;
  color: #929292;
  margin-top: 10px;
}
.thumbnail h4 {
  font-size: 12px;
  line-height: 16px;
}

.thumbnail h4, .thumbnail h6 {
  font-size: 13px;
  line-height: 16px;
  color: #666;
}

/* ----- Product Page ------ */
/* ----- Mini Basket ----- */
.basket-wrapper {
  position: relative;
  font-size: 12px;
}

.basket-wrapper #your-basket {
  height: 20px;
  padding: 12px 16px 9px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 0;
  z-index: 1001;
  background: #fff;
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.basket-wrapper #your-basket:hover {
  text-decoration: none;
}

.basket-wrapper #your-basket.active {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.mini-basket-summary {
  visibility: hidden;
  width: 370px;
  background: #fff;
  position: absolute;
  top: 60px;
  right: 0;
  border: 1px solid black;
  z-index: 1000;
  padding: 30px 0 20px;
  letter-spacing: 0.25px;
}
.mini-basket-summary .product-image {
  float: left;
  margin: 0 20px;
}
.mini-basket-summary .mini-products-list li {
  min-height: 75px;
  padding: 17px 0;
  overflow: hidden;
}
.mini-basket-summary .mini-products-list li .error {
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.mini-basket-summary .mini-products-list li dt {
  float: left;
}
.mini-basket-summary #minicart-error-message {
  background: #f2dedf;
  padding: 10px 20px;
  margin: 0 0 10px;
  font-size: 12px;
  text-align: center;
  color: #b94a48;
}
.mini-basket-summary #minicart-error-message:nth-of-type(2) {
  margin: 0 0 20px;
}
.mini-basket-summary #minicart-error-message .product-name {
  display: block;
  padding-bottom: 0;
  color: #000;
  line-height: 16px;
}
.mini-basket-summary .empty {
  padding: 0 20px 10px 20px;
  font-size: 12px;
  text-align: center;
}
.mini-basket-summary .checkout-button {
  cursor: pointer;
}
.mini-basket-summary .code-input-container, .mini-basket-summary .apply-button-container {
  display: inline-block;
  float: left;
}
.mini-basket-summary .code-input-container input {
  border: 1px solid #666;
  padding: 0 10px;
  height: 31px;
  width: 220px;
  float: left;
  margin-bottom: 10px;
}
.mini-basket-summary #mini-giftcard-form label {
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
  display: block;
}
.mini-basket-summary #mini-giftcard-form .code-input-container {
  width: 305px;
}
.mini-basket-summary #mini-giftcard-form .code-input-container input {
  width: 100%;
  border: 1px solid #666;
  padding: 0 10px;
}
.mini-basket-summary #gift-code-error, .mini-basket-summary #gift-error {
  color: #f63333;
}
.mini-basket-summary #giftcard_balance_lookup {
  margin-bottom: 10px;
}
.mini-basket-summary #gc-please-wait {
  display: block;
  width: 100%;
  text-align: center;
}
.mini-basket-summary .gift-card-info {
  float: left;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.mini-basket-summary .gift-card-info {
  text-align: right;
}
.mini-basket-summary .gift-card-info p {
  padding-bottom: 0px !important;
  font-size: 12px;
}
.mini-basket-summary .gift-card-info p.card span {
  margin-right: 20px;
}
.mini-basket-summary .gift-card-info p.exp span {
  margin-right: 61px;
}
.mini-basket-summary .gift-card-info p.current {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 10px;
  font-size: 16px;
  padding-bottom: 20px !important;
}
.mini-basket-summary .gift-card-info p.current span.title {
  margin-right: 63px;
}
.mini-basket-summary .code-input-container input:focus:valid {
  background-position: -138px -135px;
}
.mini-basket-summary .apply-button-container {
  float: right;
}
.mini-basket-summary .product-name {
  padding-bottom: 7px;
}
.mini-basket-summary .product-name a {
  text-decoration: none;
  color: #000;
}
.mini-basket-summary .product-name a:hover {
  text-decoration: underline;
}
.mini-basket-summary .product-quantity {
  vertical-align: top;
  display: inline-block;
  padding-top: 1px;
  text-transform: uppercase;
}
.mini-basket-summary .summary-size {
  padding-bottom: 4px;
}
.mini-basket-summary .summary-price {
  float: right;
  display: block;
  margin-right: 20px;
}
.mini-basket-summary .mini-cart-conversion {
  clear: both;
  float: right;
}
.mini-basket-summary .currency-conversion {
  width: 127px;
  display: inline-block;
}
.mini-basket-summary input.input-text {
  width: 95px;
  border: 0px;
  padding: 0px;
  background: transparent;
}
.mini-basket-summary .product-color {
  color: #666;
  padding-bottom: 6px;
}
.mini-basket-summary .product-size {
  padding-bottom: 6px;
}
.mini-basket-summary .remove-product {
  vertical-align: top;
  margin-left: 15px;
  color: #666;
  text-decoration: underline;
}
.mini-basket-summary .product-details {
  width: 180px;
  float: left;
}
.mini-basket-summary .decrement-qty, .mini-basket-summary .increment-qty {
  display: block;
  opacity: 0.4;
}
.mini-basket-summary .decrement-qty, .mini-basket-summary .increment-qty, .mini-basket-summary .qty {
  display: inline-block;
}
.mini-basket-summary .decrement-qty {
  margin-left: 6px;
  width: 10px;
  height: 6px;
  padding-top: 4px;
}
.mini-basket-summary .decrement-qty:before {
  width: 0.65625em;
  height: 0.23125em;
  background-position: -63.3125em -30.6875em;
  content: '';
  float: left;
}
.lt-ie9 .mini-basket-summary .decrement-qty:before {
  width: 9.5px;
  height: 2.7px;
  background-position: -1013px -491px;
}
.mini-basket-summary .increment-qty {
  width: 10px;
  height: 9px;
  padding-top: 2px;
}
.mini-basket-summary .increment-qty:before {
  width: 0.6625em;
  height: 0.66875em;
  background-position: -71.625em -39.5em;
  content: '';
  float: left;
}
.lt-ie9 .mini-basket-summary .increment-qty:before {
  width: 9.6px;
  height: 9.7px;
  background-position: -1146px -632px;
}
.mini-basket-summary .product-qty span {
  display: inline-block;
}
.mini-basket-summary input.input-text.qty {
  width: 23px;
  vertical-align: top;
}
.mini-basket-summary .totals {
  clear: both;
  overflow: hidden;
  margin: 25px 20px 15px 0;
  text-align: right;
}
.mini-basket-summary .totals .label {
  float: left;
  text-align: right;
}
.mini-basket-summary .totals .subtotal .label {
  margin-left: 200px;
}
.mini-basket-summary .totals .tax .label {
  margin-left: 226px;
}
.mini-basket-summary .totals .total {
  font-size: 16px;
  font-family: ProximaNova-Semibold;
  padding-top: 2px;
}
.mini-basket-summary .totals .total .label {
  margin-left: 158px;
}
.mini-basket-summary h2.item-added {
  display: none;
}
.mini-basket-summary .minicart {
  width: 330px;
  margin: 0 20px;
}
.mini-basket-summary .minicart-actions {
  overflow: hidden;
  position: relative;
  text-align: center;
  float: none;
  text-align: center;
}
.mini-basket-summary .minicart-actions li {
  display: inline-block;
}
.mini-basket-summary .minicart-actions .checkout-button {
  width: 330px;
  background-color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 0 5px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mini-basket-summary .minicart-actions .checkout-types a {
  margin: 0 0 7px;
  border: 0;
}
.mini-basket-summary .minicart-actions .cart-link {
  float: right;
  margin-right: 20px;
  color: #000;
}
.mini-basket-summary .gift-code-box {
  padding: 20px 20px 0;
}
.mini-basket-summary .gift-code-box.cards {
  margin-top: -21px;
}
.mini-basket-summary .gift-code-button, .mini-basket-summary .mini-gift-code-button {
  font-size: 14px;
  color: #999;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  padding: 13px 10px 10px 0px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  line-height: 14px;
  text-transform: uppercase;
}
.mini-basket-summary .gift-code-button:after, .mini-basket-summary .mini-gift-code-button:after {
  content: "+";
  float: right;
  line-height: 3px;
  border: 0px;
  margin-top: 0px;
  font-size: 24px;
  font-family: ProximaNova-Semibold;
  right: 10px;
  top: 50%;
  position: absolute;
}
.mini-basket-summary .selected {
  border-bottom: 0;
}
.mini-basket-summary .selected:after {
  content: "-";
  top: 44%;
  right: 13px;
}
.mini-basket-summary .gift-code-tab, .mini-basket-summary .mini-gift-code-tab {
  display: none;
  margin-top: 10px;
}
.mini-basket-summary .gift-code-tab p, .mini-basket-summary .mini-gift-code-tab p {
  padding-bottom: 10px;
}
.mini-basket-summary .apply-button {
  min-width: 76px;
  margin-left: 6px;
  float: left;
  border: 0;
  background: #000;
  color: #fff;
  font-family: ProximaNova-Semibold;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 0.1em;
  -moz-outline: 0 none;
  outline: 0 none;
  height: 33px;
}
.mini-basket-summary .apply-button:hover {
  cursor: pointer;
}
.mini-basket-summary .apply-button.check {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 12px;
}
.mini-basket-summary .validation-advice {
  display: none;
}
.mini-basket-summary .prev, .mini-basket-summary .next {
  width: 18px;
  height: 10px;
  margin: 0 auto;
  display: none;
}
.mini-basket-summary .prev {
  margin: 10px auto 20px;
}
.mini-basket-summary .prev:before {
  width: 1.125em;
  height: 0.6875em;
  background-position: -83.3125em -54em;
  content: '';
  float: left;
}
.lt-ie9 .mini-basket-summary .prev:before {
  width: 17px;
  height: 10px;
  background-position: -1333px -864px;
}
.mini-basket-summary .next {
  margin-top: 20px;
}
.mini-basket-summary .next:before {
  width: 1.125em;
  height: 0.6875em;
  background-position: -13.5em -9.625em;
  content: '';
  float: left;
}
.lt-ie9 .mini-basket-summary .next:before {
  width: 17px;
  height: 10px;
  background-position: -216px -154px;
}
.mini-basket-summary .prev.active, .mini-basket-summary .next.active {
  display: block;
}
.mini-basket-summary .prev.active.disabled, .mini-basket-summary .next.active.disabled {
  opacity: 0.3;
}
.mini-basket-summary .vertical {
  overflow: hidden;
}
.mini-basket-summary.loading:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

#end-header-cart .mini-basket-summary .country-currency-rate .currency-label:after {
  content: ':';
}

#end-header-cart .mini-basket-summary .totals table {
  float: right;
}
#end-header-cart .mini-basket-summary .totals table td {
  padding-bottom: 4px;
}
#end-header-cart .mini-basket-summary .totals table tbody tr td:first-child:after {
  content: ":";
  margin-left: -3px;
}
#end-header-cart .mini-basket-summary .totals table tfoot tr td.a-right {
  font-size: 15px;
}
#end-header-cart .mini-basket-summary .totals table tfoot tr td:first-child:after {
  content: ":";
  margin-left: -4px;
}
#end-header-cart .mini-basket-summary .totals table tfoot tr td:nth-child(2) {
  width: 130px;
}

.last-modified-item {
  background: #f2f2f2;
}

.product-description {
  width: 450px;
  float: right;
}
.product-description h1 {
  color: #000;
  margin-bottom: 8px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
}
.product-description h3 {
  color: #666;
  font-size: 18px;
  line-height: 17px;
  padding-bottom: 9px;
}

ul.product-bullets, .cms-page ul, .product-description-text ul {
  margin: 15px 0 0 0;
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
}

.product-description-text ul, #prod-info-tab2 ul {
  margin: 7px 0 2px 0;
}

.product-description-text p, #prod-info-tab4 p, #prod-info-tab2 p, #prod-info-tab1 p {
  margin: 7px 0px 7px 0px;
}

#prod-info-tab4 p:last-child, #prod-info-tab2 p:last-child {
  margin-bottom: 0;
}

#prod-info-tab2 .tab-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
}
#prod-info-tab2 .showestimate {
  display: inline-block;
}
#prod-info-tab2 .showestimate span {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#prod-info-tab2 .time {
  color: #7ac568;
}
#prod-info-tab2 ul li:first-letter {
  text-transform: capitalize;
}
#prod-info-tab2 ul li .bold {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
#prod-info-tab2 ul li .bold div {
  display: inline;
}
#prod-info-tab2 ul li ul {
  margin-top: 0px;
}
#prod-info-tab2 ul li ul li {
  padding-left: 20px;
  list-style: none;
}

.product-description-text a {
  color: #3B464C;
  text-decoration: underline;
}

ul.product-bullets li, .cms-page li, .product-description-text li {
  padding: 3px;
  font-size: 12px;
}

.product-description-text br {
  display: none;
}

.product-description .price-box {
  color: #000;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2px;
}
.product-description .price-box span.unconverted-price {
  font-size: 14px;
}
.product-description .price-box span.regular-price {
  font-size: 18px;
}

.currency-conversion-disclaimer {
  margin-top: 10px;
  font-size: 12px;
}

.unconverted-price {
  display: none;
}

.product-description .price-box.currency-converted .unconverted-price {
  display: inline-block !important;
}

.tooltip-container {
  display: inline;
  position: relative;
}
.tooltip-container a {
  color: #666;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.tooltip-container span.tooltip {
  display: none;
}
.tooltip-container span.tooltip h4, .tooltip-container span.tooltip div:nth-child(2) {
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.tooltip-container span.tooltip.active {
  display: block;
  position: absolute;
  border: 1px solid #a1a1a1;
  width: 222px;
  padding: 25px;
  background: #fff;
  left: 0px;
  z-index: 2;
  top: 22px;
  font-size: 12px;
  color: #a1a1a1;
}
.tooltip-container span.tooltip.active.arrow_box {
  background: #ffffff;
  border: 1px solid #a1a1a1;
}
.tooltip-container span.tooltip.active.arrow_box:after, .tooltip-container span.tooltip.active.arrow_box:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip-container span.tooltip.active.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.tooltip-container span.tooltip.active.arrow_box:before {
  border-color: rgba(161, 161, 161, 0);
  border-bottom-color: #a1a1a1;
  border-width: 6px;
  margin-left: -6px;
}

#product-currency-conversion {
  display: inline-block;
  vertical-align: bottom;
}

#currency-conversion-price {
  color: #000;
}

.price {
  color: #000000;
}

.vat-free {
  display: block;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
  float: left;
}

.prod-more-links {
  display: block;
  text-transform: none;
  font-size: 12px;
  padding-top: 10px;
  color: #8b9396;
}
.prod-more-links ul {
  list-style-type: disc;
  list-style-position: inside;
}

fieldset#product-options-wrapper, fieldset#add-to-cart-box-fieldset-remove {
  border: 0;
  padding: 0;
  margin: 0;
}

.shipping_popup {
  font-size: 12px;
  color: #8b9396;
  margin-bottom: 15px;
  margin-top: -2px;
  float: right;
  display: none;
  padding-top: 2px;
}

.shipping_popup a, .prod-more-links a {
  color: #8b9396;
}

.product-description h5 {
  font-style: italic;
  margin-bottom: 15px;
}

.product-info-box {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 12px;
  padding-top: 2px;
  overflow: hidden;
}

ul.product-bullets {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.product-bullets li {
  float: left;
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  top: -2px;
  z-index: 0;
  border: 1px solid #fff;
}
ul.product-bullets li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
ul.product-bullets li.selected {
  background: #fff;
  color: #666;
  top: 1px;
  z-index: 1;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  margin-top: -3px;
}
ul.product-bullets li.selected a {
  color: #000;
}

div.product-tab-standard {
  background: #fff;
  padding: 8px 15px 15px 15px;
  clear: left;
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  top: -3px;
}

div.product-tab-standard a {
  text-decoration: underline;
}

#prod-info-tab1 table {
  width: 100%;
  margin-top: 7px;
}
#prod-info-tab1 table th {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100px;
}

#prod-info-tab1, #prod-info-tab2, #prod-info-tab3, #prod-info-tab4 {
  display: none;
}

.enlargement-thumbs {
  margin-top: 10px;
}
.enlargement-thumbs img {
  float: left;
  border: 1px solid #989898;
  margin-right: 12px;
  width: 104px;
  height: 95px;
}
.enlargement-thumbs img.last {
  margin-right: 0;
}

.product-buy-box {
  width: 100%;
  padding: 5px 0px;
  height: 67px;
  margin-bottom: 12px;
}
.product-buy-box .add-to-holder {
  text-transform: uppercase;
  text-align: center;
  padding-top: 33px;
}

.product-options {
  width: 263px;
  float: left;
  margin-right: 20px;
  border: 0;
  padding: 0;
}
.product-options select {
  color: #4d4d4d;
  background: #fff;
  font-size: 11px;
  width: 240px;
  padding: 2px;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-options h6 {
  padding: 10px 0px 0px 10px;
  width: 100%;
  float: left;
  font-size: 14px;
}
.product-options .form-input {
  padding: 10px 0px;
  float: left;
  width: 240px;
  line-height: 14px;
}
.product-options label {
  float: left;
  display: none;
  width: 22%;
  padding: 2px 0;
  font-size: 14px;
}
.product-options small.required {
  display: block;
  text-align: right;
  padding: 2px 5px 10px 10px;
}

.product-buy-box .price-box {
  display: none;
}

.product-buy-box button, #review-buttons-container button, #wishlist-table button, a#link-regcard, button.grey-button {
  font-size: 16px;
  background: #929292;
  color: #fff;
  margin-top: 10px;
  padding: 8px 5px 4px 5px;
  float: left;
  border: 1px solid #000;
}

.product-buy-box button {
  float: right;
  width: 185px;
  background: #000;
  line-height: 15px;
  height: 35px;
  outline: none;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sizing-table tr {
  padding: 20px;
  margin: 10px;
  height: 20px;
}

.sizing-table tr:last-child {
  border-bottom: 0px;
}

body.destination-country-popup #wrapper {
  opacity: 0.2;
}

#destination-country-popup {
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: fixed;
  background: #fff;
  border: 1px solid #000;
  height: 150px;
  padding: 120px 85px;
  width: 430px;
  left: 50%;
  margin-left: -300px;
  z-index: 1;
  text-align: center;
  top: 50%;
  margin-top: -220px;
}
#destination-country-popup span.buttonContainer {
  text-align: center;
}
#destination-country-popup a {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
#destination-country-popup .ship-to-selected {
  background: #000;
  color: #fff;
  display: block;
  margin: 40px auto;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#destination-country-popup .ship-to-selected:hover {
  cursor: pointer;
}
#destination-country-popup .ship-to-current {
  color: #242424;
}
#destination-country-popup .current-website, #destination-country-popup .selected-website {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#destination-country-popup p {
  text-align: center;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs li.current {
  background: #ededed;
  color: #222;
}

.tab-content {
  display: none;
  border: 2px solid #ededed;
  margin-bottom: 20px;
}
.tab-content.current {
  display: inherit;
}

.prechat {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.livechat a {
  text-decoration: none;
  color: #3b464c;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.livechat .livechat_button {
  padding-top: 10px;
}

.split-list ul {
  float: left;
  margin-left: 1em;
}

.split-list li {
  padding-right: 2em;
  line-height: 1.5em;
}

#zoom {
  display: none;
  position: fixed;
  top: 0px;
  padding-top: 30px;
  right: 0%;
  margin-right: -100%;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  overflow: hidden;
  /*
      Legacy Firefox implementation treats all flex containers
      as inline-block elements.
  */
}
#zoom ul {
  position: relative;
  height: 100%;
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#zoom #zback {
  position: absolute;
  bottom: 60px;
  left: 30px;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 5px 5px;
  line-height: 23px;
  height: 20px;
}
#zoom .zlogo {
  position: absolute;
  left: 30px;
  z-index: 1;
}
#zoom #zoomContainer {
  position: absolute;
  right: 30px;
  max-width: 1260px;
  height: 92.3vh;
  width: 100%;
}
@media (max-width: 600px) {
  #zoom #zoomContainer {
    left: 100px;
  }
}
#zoom #zoomContainer #zimage {
  float: right;
  position: relative;
  width: 78%;
  height: 100%;
}
#zoom #zoomContainer #zimage img {
  height: 100%;
  max-height: 1000px;
  max-width: 1000px;
  float: right;
}
#zoom .zmore-views {
  height: 100%;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  #zoom .zmore-views {
    left: 60px !important;
    right: auto !important;
    top: 80px;
  }
}
#zoom .zmore-views #zCarouselInner {
  height: 100%;
  overflow: hidden;
}
#zoom .zmore-views ul {
  position: relative;
  float: right;
  margin: 0px 15px;
  padding: 0px;
  height: auto;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#zoom .zmore-views ul li {
  width: 100px;
  /* fixed width, important */
}
#zoom .zmore-views a {
  margin-bottom: 30px;
  float: right;
}
#zoom .zmore-views button.prev {
  border: 0px;
  outline: 0px;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/zoom-carousel-arrows.1452661204.jpg) no-repeat bottom;
}
#zoom .zmore-views button.next {
  border: 0px;
  outline: 0px;
  top: 0px;
  width: 100px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/zoom-carousel-arrows.1452661204.jpg) no-repeat top;
  position: absolute;
  z-index: 10;
}
#zoom .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  float: left;
  height: 100%;
}
#zoom .flex-item {
  margin: 0px 15px;
}
@-moz-document url-prefix() {
  #zoom .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
ul.add-to-box {
  text-align: right;
  font-size: 12px;
  margin: 5px 5px;
}
ul.add-to-box li a {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}

.event-dates {
  background: #f5f5f5 url(//skin.endclothing.com/skin/frontend/enterprise/end/images/clock.1452661204.png) center 20px no-repeat !important;
  margin-top: 0px;
  padding-top: 60px !important;
  text-transform: normal !important;
  letter-spacing: 0.1em;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

span.add-or {
  display: none;
}

.box-up-sell {
  display: none;
}

.collateral-box.up-sell {
  clear: both;
  padding-top: 20px;
}
.collateral-box.up-sell h4 {
  color: #000;
  line-height: 16px;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.collateral-box.up-sell.wear {
  padding-top: 40px;
}

.old-price {
  color: #A0A0A0;
  font-size: 16px;
  text-decoration: line-through;
}

.was {
  display: none;
}

.free-april-delivery {
  color: #fff;
  background-color: #015bff;
  padding: 3px;
  font-size: 18px;
}

.product-gift-card .product-img-box, .product-gift-card .product-info-box, .product-gift-card .livechat, .product-gift-card .up-sell, .product-gift-card-1 .product-img-box, .product-gift-card-1 .product-info-box, .product-gift-card-1 .livechat, .product-gift-card-1 .up-sell {
  display: none;
}
.product-gift-card fieldset#add-to-cart-box-fieldset-remove, .product-gift-card-1 fieldset#add-to-cart-box-fieldset-remove {
  width: 100%;
}
.product-gift-card fieldset#add-to-cart-box-fieldset-remove button, .product-gift-card-1 fieldset#add-to-cart-box-fieldset-remove button {
  margin: 0 auto;
  width: 185px;
  display: block;
}
.product-gift-card .product-buy-box button, .product-gift-card-1 .product-buy-box button {
  float: none;
}
.product-gift-card .product-buy-box .add-to-box, .product-gift-card-1 .product-buy-box .add-to-box {
  display: none;
}
.product-gift-card .product-description, .product-gift-card-1 .product-description {
  float: none;
  width: 100%;
}
.product-gift-card .product-description h1, .product-gift-card .product-description h3, .product-gift-card-1 .product-description h1, .product-gift-card-1 .product-description h3 {
  display: none;
}
.product-gift-card .product-description span, .product-gift-card-1 .product-description span {
  /*input[type="radio"].toggle:checked + label,*/
}
.product-gift-card .product-description span .giftcard-send-form, .product-gift-card-1 .product-description span .giftcard-send-form {
  width: 635px;
  margin: 0 auto;
}
.product-gift-card .product-description span .giftcard-send-form textarea, .product-gift-card-1 .product-description span .giftcard-send-form textarea {
  width: 605px;
  padding: 10px;
  border: 1px solid #ccc;
  height: 105px;
  max-width: 619px;
  resize: none;
}
.product-gift-card .product-description span ul li div.field, .product-gift-card-1 .product-description span ul li div.field {
  width: 50%;
  display: block;
  float: left;
}
.product-gift-card .product-description span ul li div.field label, .product-gift-card-1 .product-description span ul li div.field label {
  color: #666;
  padding: 30px 0 5px 0;
  display: block;
}
.product-gift-card .product-description span ul li div.field label em, .product-gift-card-1 .product-description span ul li div.field label em {
  color: #ff0000;
}
.product-gift-card .product-description span ul li div.field input, .product-gift-card-1 .product-description span ul li div.field input {
  border: 1px solid #ccc;
  max-width: 293px;
  width: 100%;
  color: #666;
  padding-left: 10px;
  font-size: 14px;
  height: 26px;
  line-height: 36px;
  font-family: ProximaNova-Regular;
}
.product-gift-card .product-description span ul li h2, .product-gift-card-1 .product-description span ul li h2 {
  padding-top: 40px !important;
}
.product-gift-card .product-description span ul li .remaining, .product-gift-card-1 .product-description span ul li .remaining {
  float: right;
  font-size: 11px;
  padding-right: 10px;
  padding-top: 5px;
}
.product-gift-card .product-description span ul li .remaining input, .product-gift-card-1 .product-description span ul li .remaining input {
  border: 0px;
}
.product-gift-card .product-description span input[type="radio"].toggle, .product-gift-card-1 .product-description span input[type="radio"].toggle {
  position: absolute;
  left: -99em;
}
.product-gift-card .product-description span input[type="radio"].toggle + label, .product-gift-card-1 .product-description span input[type="radio"].toggle + label {
  display: inline-block;
  text-align: center;
  padding: 15px 10px;
  width: auto;
  background: #f2f2f2;
  font-size: 14px;
}
.product-gift-card .product-description span input[type="radio"].toggle + label:hover, .product-gift-card-1 .product-description span input[type="radio"].toggle + label:hover {
  cursor: pointer;
}
.product-gift-card .product-description span input[type="radio"].toggle.checked + label, .product-gift-card-1 .product-description span input[type="radio"].toggle.checked + label {
  background-color: #000;
  color: #fff;
}
.product-gift-card .product-description span .giftcard-amount-form, .product-gift-card-1 .product-description span .giftcard-amount-form {
  margin: 20px 0;
}
.product-gift-card .product-description span .giftcard-amount-form .input-box, .product-gift-card-1 .product-description span .giftcard-amount-form .input-box {
  text-align: center;
}
.product-gift-card .product-description span h1, .product-gift-card-1 .product-description span h1 {
  display: block;
  text-align: center;
}
.product-gift-card .product-description span h2, .product-gift-card-1 .product-description span h2 {
  background: none !important;
  text-align: center;
  text-transform: uppercase;
  color: #000 !important;
  font-size: 18px !important;
}
.product-gift-card .product-description span p, .product-gift-card-1 .product-description span p {
  text-align: center;
  font-size: 14px;
}
.product-gift-card .product-description span .giftcard-form, .product-gift-card-1 .product-description span .giftcard-form {
  margin-top: 40px;
}
.product-gift-card .product-description span .giftcard-form p.availability, .product-gift-card-1 .product-description span .giftcard-form p.availability {
  display: none;
}

#email-preview {
  margin-top: 40px;
}
#email-preview .outer {
  border: 40px solid #f2f2f2;
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
#email-preview .outer h2 {
  font-size: 30px !important;
}
#email-preview .outer h2 span {
  font-size: 16px;
  display: none;
}
#email-preview .outer h2 span.active {
  display: block;
}
#email-preview .outer p {
  padding: 10px 50px;
}
#email-preview .outer .gift-card {
  display: block;
  margin: 40px auto;
  width: 426px;
  height: 265px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/gift-card.1452661204.jpg);
  position: relative;
}
#email-preview .outer .gift-card #to, #email-preview .outer .gift-card #from, #email-preview .outer .gift-card #exp, #email-preview .outer .gift-card #amount {
  position: absolute;
  color: #fff;
  font-family: courier new;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
#email-preview .outer .gift-card #amount {
  font-size: 55px;
  font-weight: bold;
  font-family: arial;
  top: 36px;
  right: 23px;
}
#email-preview .outer .gift-card #to {
  bottom: 40px;
  left: 49px;
}
#email-preview .outer .gift-card #from {
  bottom: 23px;
  left: 65px;
}
#email-preview .outer .gift-card #exp {
  right: 30px;
  bottom: 23px;
}
#email-preview #name, #email-preview #message, #email-preview em {
  display: inline-block;
}
#email-preview #name {
  min-width: 150px;
  border-bottom: 1px solid #000;
}
#email-preview #message {
  padding: 0 10%;
}
#email-preview #message.active:after, #email-preview #message.active:before {
  font-size: 45px;
}
#email-preview #message.active:before {
  content: '“';
  margin-right: 5px;
  line-height: 0px;
  font-family: arial;
}
#email-preview #message.active:after {
  content: '”';
  vertical-align: top;
  margin-left: 5px;
  font-family: arial;
}

.product-img-box {
  float: left;
  width: 500px;
}
.product-img-box > div:first-child {
  height: 500px;
  overflow: hidden;
}
.product-img-box p.product-image-zoom {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
  z-index: 9;
}
.product-img-box .more-views {
  position: relative;
  width: 500px;
  overflow: hidden;
  margin-top: 15px;
}
.product-img-box .more-views ul {
  position: relative;
  left: -120px;
  margin: 0px;
  padding: 0px;
  width: 9999px;
  padding-left: 15px !important;
}
.product-img-box .more-views li {
  float: left;
  /* important for inline positioning of the list items */
  width: 100px;
  /* fixed width, important */
  /* just styling bellow */
  padding: 0px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
.product-img-box .more-views li a {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0px;
}
.product-img-box .more-views li a img {
  margin: 0;
}
.product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}

.more-views a.productPrev, .more-views a.productNext {
  display: block;
  text-indent: -9999px;
  height: 55px;
  width: 20px;
  position: absolute;
  top: 0;
  z-index: 100;
  padding-top: 45px;
}

.more-views a.productPrev {
  background: #fff;
}
.more-views a.productPrev:before {
  width: 0.6875em;
  height: 1.11875em;
  background-position: -74.4375em -44.1875em;
  content: '';
  float: left;
}
.lt-ie9 .more-views a.productPrev:before {
  width: 10px;
  height: 16.9px;
  background-position: -1191px -707px;
}

.more-views a.productNext {
  right: 0px;
  background: #fff;
}
.more-views a.productNext:before {
  width: 0.6875em;
  height: 1.11875em;
  background-position: -66.125em -34.9375em;
  content: '';
  float: right;
}
.lt-ie9 .more-views a.productNext:before {
  width: 10px;
  height: 16.9px;
  background-position: -1058px -559px;
}

.more-views a.productPrev span, .more-views a.productNext span {
  display: none;
}

.product-img-box .more-views h4 {
  display: none;
}

#carousel_inner {
  width: 480px;
  /* important (this width = width of list item(including margin) * items shown */
  overflow: hidden;
  /* important (hide the items outside the div) */
  margin: 0 auto;
}

.image-zoom {
  position: relative;
  z-index: 9;
  margin: 0 auto 13px;
  padding: 0;
  cursor: pointer;
}
.image-zoom #track {
  position: relative;
  height: 18px;
}
.image-zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/magnifier_handle.1452661204.gif) 0 0 no-repeat;
}
.image-zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 1px;
}
.image-zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 1px;
}

.ddcommon ul {
  margin-top: -23px;
}

.dd .ddChild {
  height: auto !important;
}
.dd .ddChild li {
  padding: 10px;
}
.dd .ddChild li:first-child {
  height: 0px;
}
.dd .ddChild li:first-child span {
  display: none;
}
.dd .ddChild li .ddlabel {
  color: #666;
  font-size: 12px;
}

.currencies-box .dd .ddChild {
  height: 143px !important;
}
.currencies-box .dd .ddChild ul li {
  letter-spacing: 0.35px;
  color: #666;
}

.currencies-box .dd .ddArrow {
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  top: 49%;
}

.currencies-box .dd .ddTitle {
  text-transform: none;
}

div.notonline {
  background: #f2f2f2;
  color: #000;
  padding: 10px 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
div.notonline h3 {
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
div.notonline p {
  font-size: 12px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: initial;
  color: #000;
  padding: 1px;
}

div.notonline a, div.notonline span {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

/* ----- Wishlist ----- */
.my-wishlist .buttons-set button {
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin: 0 4px 0 0;
  border: none;
}

.my-wishlist .page-title {
  margin-bottom: 15px;
}

#column-2 .my-wishlist fieldset {
  margin-top: 5px;
}

#wishlist-table textarea {
  width: 300px;
  max-width: 300px;
  height: 95px;
}

.my-wishlist .cart-cell .item-options {
  display: block;
  width: 100%;
  float: left;
}

.my-wishlist .cart-cell .input-text {
  margin-top: 0px;
  margin-left: 5px;
  height: 17px;
}

#wishlist-table {
  border: 0;
  background: #fff;
}
#wishlist-table th {
  display: none;
}
#wishlist-table td {
  border: 0;
  background: #fff;
}
#wishlist-table td a {
  text-decoration: underline;
}
#wishlist-table .price-box {
  display: none;
}
#wishlist-table .btn-remove {
  font-size: 14px;
  text-decoration: underline;
  float: left;
  margin: 22px 0 0 10px;
}
#wishlist-table .configured-price {
  color: #f63333;
}
#wishlist-table button {
  width: 120px;
}

ul.wishlist-sharing li a, .wishlist-sharing-footer li a {
  color: #1E2021;
}

ul.wishlist-sharing li, .wishlist-sharing-footer li {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/wishlist_share.1452661204.gif) top left no-repeat;
  padding-left: 21px;
  float: left;
  height: 16px;
  margin-right: 21px;
  margin-bottom: 15px;
}

ul.wishlist-sharing li.facebook, .wishlist-sharing-footer li.facebook {
  background-position: 0 50%;
}

ul.wishlist-sharing li.twitter, .wishlist-sharing-footer li.twitter {
  background-position: bottom left;
}

body.wishlist-index-index .buttons-set {
  float: left;
}

.success-message {
  background: #f3f7ee url(//skin.endclothing.com/skin/frontend/enterprise/end/images/success.1452661204.gif) center left no-repeat;
  padding: 10px 32px;
  font-size: 14px;
  color: #56742a;
  border: 1px solid #56742a;
}

/* ----- User Login ----- */
.login-box .new-users {
  border: 1px solid #929292;
  background: #f5f5f5;
  padding: 15px;
  float: left;
  width: 446px;
  height: 250px;
}

.login-box .registered-users {
  border: 1px solid #929292;
  background: #f5f5f5;
  padding: 15px;
  float: right;
  width: 446px;
  height: 250px;
}

.login-box .new-users h4, .login-box .registered-users h4, .group-select h4, h4.legend {
  color: #3c454a;
  font-size: 27px;
  margin-bottom: 2px;
  line-height: 16px;
}

.group-select {
  border: 1px solid #929292;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 21px;
}

.dashboard-welcome strong, .account-box h4, .account-box h5, .account-box h6, .primary-address-list h4, .address-list h4 {
  color: #3c454a;
  font-size: 22px;
  margin-bottom: 2px;
  line-height: 16px;
}

.account-box h4, .account-box h5, .account-box h6, .primary-address-list h4, .address-list h4 {
  margin-bottom: 14px;
}

.my-account, .my-addresses {
  color: #1a1a1a;
}
.my-account h3, .my-addresses h3 {
  font-size: 24px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.my-account h4, .my-addresses h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #1a1a1a;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.my-account h5, .my-addresses h5 {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.my-account .button-set button, .my-addresses .button-set button {
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
}

.my-account .head h4 {
  width: 378px;
  display: inline-block;
  float: left;
}
.my-account .head h4:first-child {
  margin-right: 22px;
}

.account-box.ad-account-info .col2-set {
  clear: both;
}

.my-account .dashboard-payment-methods ul {
  padding-top: 18px;
}

.block.block-account .block-title {
  display: none;
}

.my-account .no-payment-methods {
  text-align: center;
  color: #666;
  font-size: 14px;
  display: block;
  margin-top: 26px;
}

.my-account .dashboard-payment-methods .no-payment-methods {
  text-align: left;
  margin-top: 0;
}

.my-account .no-payment-methods.dashboard-no-payments {
  margin-top: 14px;
}

#column-2 .my-account .dashboard-payment-methods li {
  height: 35px;
  height: 25px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
#column-2 .my-account .dashboard-payment-methods li a {
  float: right;
  padding-top: 3px;
}
#column-2 .my-account .dashboard-payment-methods li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
#column-2 .my-account .dashboard-payment-methods li span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 205px;
  float: left;
  white-space: nowrap;
  line-height: 25px;
}
#column-2 .my-account .dashboard-payment-methods li span.card-image {
  width: 41px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
#column-2 .my-account .dashboard-payment-methods li.visa span.card-image {
  width: 3.68125em;
  height: 2.3em;
  background-position: -85em -55.25em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.visa span.card-image {
  width: 57.9px;
  height: 35.8px;
  background-position: -1360px -884px;
}
#column-2 .my-account .dashboard-payment-methods li.mastercard span.card-image {
  width: 3.68125em;
  height: 2.3em;
  background-position: -59.0625em -27.8125em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.mastercard span.card-image {
  width: 57.9px;
  height: 35.8px;
  background-position: -945px -445px;
}
#column-2 .my-account .dashboard-payment-methods li.americanexpress span.card-image {
  width: 2.625em;
  height: 1.65em;
  background-position: -0.3125em -0.3125em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.americanexpress span.card-image {
  width: 41px;
  height: 25.4px;
  background-position: -5px -5px;
}
#column-2 .my-account .dashboard-payment-methods li.paypal span.card-image {
  width: 3.65625em;
  height: 2.30625em;
  background-position: -67.375em -36.625em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.paypal span.card-image {
  width: 57.5px;
  height: 35.9px;
  background-position: -1078px -586px;
}
#column-2 .my-account .dashboard-payment-methods li.discover span.card-image {
  width: 3.68125em;
  height: 2.3em;
  background-position: -9.25em -6.75em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.discover span.card-image {
  width: 57.9px;
  height: 35.8px;
  background-position: -148px -108px;
}
#column-2 .my-account .dashboard-payment-methods li.applepay span.card-image {
  width: 3.68125em;
  height: 2.3em;
  background-position: -3.5em -2.5625em;
  content: '';
  float: left;
}
.lt-ie9 #column-2 .my-account .dashboard-payment-methods li.applepay span.card-image {
  width: 57.9px;
  height: 35.8px;
  background-position: -56px -41px;
}
#column-2 .my-account .dashboard-payment-methods li input {
  float: left;
  margin: 5px 15px 0 0;
}

.my-account .col2-set h5.saved-payment-methods {
  margin-bottom: 0;
}

.dashboard-payment-methods #default-payment-method-result {
  margin-top: 3px;
  color: #7ac173;
}
.dashboard-payment-methods #default-payment-method-result:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  width: 0.91875em;
  height: 0.725em;
  background-position: -7.75em -5.4375em;
  opacity: 0.7;
}
.lt-ie9 .dashboard-payment-methods #default-payment-method-result:before {
  width: 13.7px;
  height: 10.6px;
  background-position: -124px -87px;
}

#column-2 .my-account .dashboard-payment-methods.payment-method-list li {
  height: 35px;
  height: 25px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  padding: 10px 20px;
}
#column-2 .my-account .dashboard-payment-methods.payment-method-list li:last-of-type {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#column-2 .my-account .dashboard-payment-methods.payment-method-list li span.card-details {
  width: 600px;
}

#default-payment-method-result {
  margin-top: 3px;
  margin-bottom: 20px;
  color: #7ac173;
}
#default-payment-method-result:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  width: 0.91875em;
  height: 0.725em;
  background-position: -7.75em -5.4375em;
  opacity: 0.7;
}
.lt-ie9 #default-payment-method-result:before {
  width: 13.7px;
  height: 10.6px;
  background-position: -124px -87px;
}

.dashboard-payment-methods #default-payment-method-result {
  margin-bottom: 0;
}

#column-2 .my-account h2.payment-method-header {
  background: none;
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.my-account .payment-method-list.dashboard-payment-methods span {
  width: 600px;
}

.my-account .payment-method-list a {
  float: right;
  color: #1e2021;
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
  padding: 0;
}
.my-account .payment-method-list li {
  padding: 14px 20px 6px;
  background: #f5f5f5;
  margin-bottom: 10px;
  height: 25px;
  font-size: 14px;
  color: #666666;
}

.change-default, .edit-address, .link-remove {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.my-addresses button {
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  display: block;
  clear: both;
}
.my-addresses button:focus {
  outline: none;
}
.my-addresses address {
  margin-bottom: 10px;
}
.my-addresses h5 {
  margin-bottom: 14px;
}

#column-2 .cart-cell p {
  margin-bottom: 5px;
}

.my-account .data-table {
  margin-bottom: 50px;
}
.my-account .data-table th, .my-account .data-table td {
  padding-right: 20px;
  text-align: left;
}

.balance-wrapper {
  padding: 15px 20px;
  background: #f2f2f2;
}

.share-wishlist {
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  display: block;
  margin-top: 20px;
  border: 0;
}

.my-account .data-table, .my-account .data-table td, .my-account .data-table th {
  border: none;
}

.additional-addresses > div:nth-of-type(even) {
  float: right;
}

.wishlist-address-list label {
  margin-bottom: 10px;
  display: block;
}
.wishlist-address-list textarea {
  max-width: 380px;
}

.store-credit-title, .address-book-title, .giftcard-title, .account-info-title, .additional-addresses .col-1, .share-wishlist-title {
  margin-bottom: 20px;
}

.dashboard-welcome {
  text-align: center;
  margin-bottom: 40px;
}

#column-2 .my-account p {
  line-height: normal;
}
#column-2 .my-account h2 {
  padding: 7px 10px;
}
#column-2 .my-account address {
  color: #666;
  font-size: 14px;
}
#column-2 .my-account fieldset {
  border: none;
  padding: 20px;
}
#column-2 .my-account fieldset .text-input {
  padding: 10px 0;
}
#column-2 .my-account fieldset .country {
  margin-bottom: 20px;
}
#column-2 .my-account .box-account a, #column-2 .my-account .account-box a, #column-2 .my-account .col-1 a, #column-2 .my-account .col-2 a, #column-2 .my-account #my-orders-table a {
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
  padding: 0;
}
#column-2 .my-account .box-account a:hover, #column-2 .my-account .account-box a:hover, #column-2 .my-account .col-1 a:hover, #column-2 .my-account .col-2 a:hover, #column-2 .my-account #my-orders-table a:hover {
  text-decoration: none;
}

#wishlist-table button {
  margin-top: 0;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  display: block;
  clear: both;
}
#wishlist-table button:focus {
  outline: none;
}

.giftcardaccount {
  overflow: hidden;
  padding: 20px;
  background: #f2f2f2;
}
.giftcardaccount label {
  margin-bottom: 10px;
  display: block;
}
.giftcardaccount .input-box {
  margin: 0 10px 10px 0;
  float: left;
}
.giftcardaccount #giftcard-form .redeem-giftcard-button {
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  float: left;
  border: 0;
}
.giftcardaccount #giftcard-form .redeem-giftcard-button:focus {
  outline: none;
}

.check-gc-status {
  background: none;
  border: none;
  border-bottom: 1px solid #cbcbcb;
  padding: 0;
  float: left !important;
  margin-top: 9px;
}
.check-gc-status:focus {
  outline: none;
}

.my-account #change_password {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.redeem-giftcard-button {
  margin-right: 10px;
  clear: both;
}

#column-2 .my-wishlist fieldset {
  padding: 20px 0;
}

.my-wishlist .product-name {
  font-size: 14px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}

.my-account-edit {
  float: right;
}

/* old styles */
.col-1, .col-2 {
  background: #f5f5f5;
  padding: 20px;
  width: 338px;
}

.col2-set {
  margin-bottom: 50px;
  overflow: hidden;
}

.col-1 {
  float: left;
}
.col-1 ul {
  margin-bottom: 20px;
}
.col-1 li {
  color: #666666;
  font-size: 14px;
}

.col-2 {
  float: right;
}

.inner-head {
  clear: both;
  padding-top: 18px;
}

/* ----- Error / Success / Notice ----- */
.success-msg, .error-msg, .notice-msg, .note-msg {
  letter-spacing: 0.25px;
  font-size: 12px;
  line-height: 24px;
  min-height: 23px;
  margin-bottom: 10px;
  padding: 8px 10px;
}
.success-msg strong, .error-msg strong, .notice-msg strong, .note-msg strong {
  text-transform: uppercase;
}
.success-msg ul, .error-msg ul, .notice-msg ul, .note-msg ul {
  margin-top: 1px;
}
.success-msg ul li:before, .error-msg ul li:before, .notice-msg ul li:before, .note-msg ul li:before {
  margin-right: 5px;
  content: '';
}
.success-msg ul li a, .error-msg ul li a, .notice-msg ul li a, .note-msg ul li a {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.success-msg {
  background-color: #eff5ea;
  color: #468847;
}
.success-msg ul li:before {
  width: 0.91875em;
  height: 0.725em;
  background-position: -7.75em -5.4375em;
}
.lt-ie9 .success-msg ul li:before {
  width: 13.7px;
  height: 10.6px;
  background-position: -124px -87px;
}
.success-msg li a {
  color: #468847;
}

.error-msg {
  background-color: #f3e1e1;
  color: #b94a48;
}
.error-msg ul li:before {
  width: 1.0625em;
  height: 0.99375em;
  background-position: -89.25em -58.125em;
}
.lt-ie9 .error-msg ul li:before {
  width: 16px;
  height: 14.9px;
  background-position: -1428px -930px;
}
.error-msg li a {
  color: #b94a48;
}

.notice-msg, .note-msg {
  background-color: #fcf8e3;
  color: #c2a38d;
}
.notice-msg ul li:before, .note-msg ul li:before {
  width: 0.9125em;
  height: 0.9125em;
  background-position: -53.4375em -22.375em;
}
.lt-ie9 .notice-msg ul li:before, .lt-ie9 .note-msg ul li:before {
  width: 13.6px;
  height: 13.6px;
  background-position: -855px -358px;
}
.notice-msg li a, .note-msg li a {
  color: #c2a38d;
}

table#shopping-cart-table, .data-table {
  border: 1px solid #929292;
  width: 100%;
  margin: 0 0 22px;
}

table#shopping-cart-table th, .data-table th {
  font-size: 14px;
  padding: 5px 8px;
  border: 1px solid #929292;
  text-align: center;
  background: #f5f5f5;
}

table#shopping-cart-table td, .data-table td {
  padding: 8px;
  border: 1px solid #929292;
}

table#shopping-cart-table td dl, .data-table td dl {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: -16px;
}

table#shopping-cart-table td dl dd, .data-table td dl dd {
  margin-bottom: 16px;
}

table#shopping-cart-table td dl dt, .data-table td dl dt {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  clear: both;
}

input.input-text {
  border: 1px solid #929292;
  background: #fff;
  padding: 4px;
}

.cart-table-totals {
  width: 275px;
  float: right;
  padding: 0px;
}
.cart-table-totals table#shoping-cart-totals-table {
  width: 275px;
  font-size: 16px;
}
.cart-table-totals table#shoping-cart-totals-table tr {
  padding-bottom: 7px;
  height: 22px;
}
.cart-table-totals table#shoping-cart-totals-table td {
  text-align: right;
}
.cart-table-totals table#shoping-cart-totals-table td:nth-of-type(even) {
  width: 104px;
}
.cart-table-totals .country-currency-rate {
  font-size: 12px;
  color: #000;
  float: right;
}
.cart-table-totals .currency-label {
  margin-left: 11px;
  display: inline-block;
}
.cart-table-totals .currency-conversion {
  text-align: right;
  display: inline-block;
  width: 101px;
}

.checkout-types a {
  font-size: 18px;
  background: #929292;
  color: #fff;
  padding: 9px;
  margin: 7px 0 0;
  float: right;
  border: 1px solid #000;
  text-decoration: none;
}

.cart-table-totals a#payPalExpressCO {
  display: none;
}

.small-buttons button, #onestepcheckout-login-button, button#onestepcheckout-forgot-button {
  font-size: 12px;
  background: #929292;
  color: #fff;
  padding: 5px;
  margin: 0 4px 0 0;
  border: 1px solid #000;
}

li div.remember-me {
  padding: 10px 19px;
}

body.onestepcheckout-index-index #wrapper, body.paypal-express-review #wrapper {
  padding-top: 75px;
}

body.checkout-onepage-index {
  background: none;
}
body.checkout-onepage-index #breadcrumbs {
  display: none;
}
body.checkout-onepage-index #wrapper {
  width: 779px;
  padding: 85px 0;
}
body.checkout-onepage-index .page-title h1 {
  background: #929292;
  color: #fff;
  padding: 7px 10px;
  margin-bottom: 22px;
  font-size: 14px;
  clear: both;
}
body.checkout-onepage-index #column-1-wide {
  width: 779px;
  float: none;
  margin: 0 auto;
}
body.checkout-onepage-index li.section.active .step-title {
  display: block;
}
body.checkout-onepage-index .opc-block-progress dl {
  margin: 22px auto;
  width: 600px;
}
body.checkout-onepage-index .opc-block-progress dt {
  display: block;
  width: 100px;
  height: 23px;
  float: left;
  color: #d4d4d4;
  padding: 8px 0 0 32px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/checkout_arrow_off.1452661204.png) top left no-repeat;
  margin-right: 1px;
  margin-bottom: 22px;
  font-size: 13px;
}
body.checkout-onepage-index .opc-block-progress dt.complete {
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/checkout_arrow_on.1452661204.png) top left no-repeat;
}
body.checkout-onepage-index .opc-block-progress dt.complete a {
  color: #7f7f7f;
  text-decoration: none;
}
body.checkout-onepage-index input.input-text {
  padding: 5px;
  font-size: 12px;
}
body.checkout-onepage-index .text-input label {
  padding: 5px 0;
  font-size: 14px;
}
body.checkout-onepage-index p.required {
  text-align: center;
}
body.checkout-onepage-index #payment_form_sagepaydirectpro li.control {
  padding-left: 19px;
  padding-top: 15px;
  clear: both;
}

body.checkout-onepage-index .step-title span.number, body.checkout-onepage-index li.section .step-title, body.checkout-onepage-index .footer-top-line, body.checkout-onepage-index .opc-block-progress .block-title {
  display: none;
}

body.checkout-onepage-index .opc-block-progress dt.s_shippingaddress {
  width: 115px;
}

body.checkout-onepage-index .opc-block-progress dt.s_shippingmethod, body.checkout-onepage-index .opc-block-progress dt.s_paymentmethod {
  width: 112px;
}

body.checkout-onepage-index .opc-block-progress dd {
  display: none;
}

#checkout-step-login h4 {
  color: #3C454A;
  margin-bottom: 2px;
  line-height: 23px;
  font-size: 23px;
}

#checkout-step-login p {
  margin: 16px 0;
  line-height: 24px;
}

#checkout-step-login .col-1, #checkout-step-login .col-2 {
  height: 230px;
  width: 45%;
  font-size: 14px;
}

#billing-new-address-form div.fieldset li, #shipping-new-address-form li.fields {
  margin-left: 165px;
}

a#link-regcard {
  margin: 22px 0;
  float: none;
  text-decoration: none;
}

body.review-product-list .product-img-box, body.review-product-list .product-shop {
  display: none;
}

div.free-shipping {
  background: #f2f2f2;
  color: #000;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
  margin-top: 15px;
  letter-spacing: 1px;
  height: 15px;
}

body.sagepaysuite-card-index p.back-link, .hidden, body.paypal-express-review #topbar, body.paypal-express-review .header-nav-container, body.paypal-express-review #footer {
  display: none;
}

body.paypal-express-review #masthead {
  height: 75px;
}
body.paypal-express-review #masthead .end-logo {
  float: left;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: 222px;
}

body.paypal-express-review .col-1, body.paypal-express-review .col-2 {
  background: #f2f2f2;
  border: 0;
  padding: 20px;
}

.primary-address-list address, .address-list address {
  margin: 16px;
}

.mini-compare-products {
  display: none;
}

.order-box-mgn {
  margin-bottom: 20px;
}

body.sales-order-view .col-1, body.sales-order-view .col-2 {
  margin-bottom: 22px;
}

p.order-date {
  font-size: 22px;
}

body.sales-order-view p.back-link a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

body.checkout-onepage-index li.helper-text, #checkout-shipping-method-load dt, #co-payment-form dt {
  margin: 22px 0 16px;
  text-align: center;
  margin-left: 0 !important;
  color: #3C454A;
  font-size: 18px;
}

#checkout-shipping-method-load .sp-methods {
  margin-bottom: 20px;
}

body.sagepaysuite-card-index li.helper-text {
  padding: 22px 0 0;
  color: #3C454A;
  font-size: 22px;
}

body.checkout-onepage-index #co-payment-form li.helper-text, #co-payment-form dt {
  margin-left: -165px !important;
}

body.checkout-onepage-index #payment_form_sagepaydirectpro li.control {
  margin-left: 0 !important;
}

.checkout-header {
  height: 90px;
  position: absolute;
  top: 0;
  left: 22px;
  width: 779px;
}
.checkout-header .end-logo {
  margin-top: 24px;
}

body.checkout-onepage-index li.control, li.account-billing-address, #co-shipping-method-form, #checkout-step-payment {
  margin-left: 182px;
  margin-top: 10px;
}

body.checkout-onepage-index li.control .input-box, body.checkout-onepage-index li.control label {
  display: inline;
  font-size: 14px;
}

#checkout-step-billing .buttons-set, #shipping-method-buttons-container, #payment-buttons-container, #shipping-buttons-container {
  text-align: center;
}

#checkout-step-billing button, #shipping-method-buttons-container button, #checkout-step-payment button, #shipping-buttons-container button, body.sagepaysuite-card-index .buttons-set button {
  font-size: 19px;
  background: #929292;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}

li.account-billing-address select {
  width: 400px;
  margin: 4px 0;
}

#checkout-step-billing .fieldset li.control {
  margin-left: 182px;
  margin-bottom: 18px;
}

.checkout-footer {
  margin: 22px 0;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

.norton-logo {
  text-align: right;
  margin-bottom: 22px;
}

#checkout-shipping-method-load dt, #shipping-method-buttons-container, #payment-buttons-container {
  margin-left: -182px !important;
}

#payment-buttons-container button {
  margin-left: 353px !important;
  display: block !important;
}

#customerbalance_placer {
  margin-left: 19px;
}

#remember-me-box a {
  display: none;
}

#checkout-review-submit {
  text-align: center;
}
#checkout-review-submit button {
  font-size: 35px;
}

li.tokencard-radio {
  background: #F5F5F5;
  margin-bottom: 15px;
  margin-left: 19px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 359px;
}
li.tokencard-radio img {
  float: right;
}
li.tokencard-radio a {
  display: none;
}
li.tokencard-radio label.token {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.radio-input {
  margin-bottom: 10px label;
  margin-bottom-font-size: 21px;
  margin-bottom-display: block;
}

.radio-input input, .checkbox-input input {
  float: left;
  margin-right: 5px;
}

.text-input, .checkbox-input {
  padding: 10px 19px;
}

.text-input-small {
  padding: 8px 19px;
}
.text-input-small input {
  border: 1px solid #929292;
  background: #fff;
  padding: 4px;
  width: 170px;
}
.text-input-small label {
  width: 110px;
  float: left;
  display: block;
  padding: 4px 0;
}

.text-input input {
  border: 1px solid #929292;
  background: #fff;
  padding: 4px;
  width: 250px;
}

.text-input select, select#billing-address-select, select#shipping-address-select {
  border: 1px solid #929292;
  background: #fff;
  padding: 4px;
}

.text-input label {
  width: 140px;
  float: left;
  display: block;
  padding: 4px 0;
}

.form-submit button {
  font-size: 16px;
  background: #929292;
  color: #fff;
  padding: 5px;
  margin: 10px 19px 0;
  border: 1px solid #000;
}

.form-button {
  font-size: 32px;
  background: #929292;
  color: #fff;
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
}

.button-set button {
  font-size: 12px;
  background: #929292;
  color: #fff;
  padding: 5px;
  float: right;
  border: 1px solid #000;
}

.button-level button {
  font-size: 12px;
  background: #929292;
  color: #fff;
  padding: 5px;
  border: 1px solid #000;
  margin-bottom: 22px;
}

.button-set a {
  font-size: 12px;
}

.checkbox-input label {
  display: block;
  padding: 1px;
}

.cms-delivery .col-main ul {
  padding-left: 20px;
  list-style: square;
  margin-bottom: 10px;
}
.cms-delivery .col-main ul li {
  margin-left: 10px;
}
.cms-delivery .col-main ul li ul li {
  list-style: none;
  padding: 5px 0px;
}

.cms-delivery h3 {
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.cms-page h1 {
  color: #3b464c;
  font-size: 27px;
  margin: 23px 0;
  line-height: 16px;
}

.cms-page h3 {
  color: #8b9396;
  font-size: 20px;
  margin: 12px 0;
  line-height: 20px;
}

.cms-page hr {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin: 22px 0;
}

body.cms-shipping-matrix {
  background-image: none;
  background-color: #fff;
  padding: 5px 22px 22px;
}
body.cms-shipping-matrix table tr:hover td {
  background: #F5F5F5;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

div.cms-page .newsletter-box-container {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
}

div.cms-page .newsletter-box-container h3, div.cms-page .newsletter-box-container p {
  display: none;
}

#payment_form_sagepaydirectpro a.addnew, #payment_form_sagepaydirectpro a.usexist {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #929292;
  color: #fff;
  display: block;
  width: 130px;
  margin-left: 145px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#payment_form_sagepaydirectpro a.addnew:hover, #payment_form_sagepaydirectpro a.usexist:hover {
  background: #4d4d4d;
}

#co-payment-form dt {
  margin-left: -179px !important;
}

#review-buttons-container button {
  margin-left: 310px;
}

.shipping-restricted {
  position: relative;
  left: -84px;
  text-align: center;
}
.shipping-restricted a {
  color: #7F7F7F;
}

.discount-code-box, .credit-code-box, .voucher-code-box {
  width: 220px;
  height: 105px;
  float: left;
  border: 1px solid #929292;
  background: #f5f5f5;
  margin-right: 22px;
  padding: 10px;
  font-size: 13px;
}

.discount-code-box button, .credit-code-box button, .voucher-code-box button {
  background: #929292;
  color: #fff;
  padding: 3px;
  border: 1px solid #000;
  height: 23px;
}

.discount-code-box button.form-button-alt {
  width: 87px;
  margin-top: 16px;
}

#giftcard_code {
  width: 115px;
}

#giftcard-form button.button {
  float: right;
}

#giftcard-form .v-fix .validation-advice {
  float: none;
}

.voucher-code-box button.button {
  margin-top: 0px;
  margin-left: 4px;
}

.voucher-code-box button.button.check-gc-status {
  margin-top: 10px;
  margin-left: 0px;
  width: 220px;
}

.discount-code-box #coupon_code {
  width: 119px;
  margin-top: 16px;
}

.discount-code-box p, .credit-code-box p, .voucher-code-box p {
  margin: 4px 0;
}

table.orders-table {
  margin: 0;
}

ol#basket-navigation {
  list-style-type: decimal;
  list-style-position: inside;
  color: #fff;
  font-size: 19px;
}
ol#basket-navigation li {
  display: block;
  background: #ccc;
  color: #fff;
  padding: 12px;
  margin-bottom: 10px;
}
ol#basket-navigation li.active {
  background: #929292;
}

#fme_filters_list dd#fme_layered_price {
  height: 50px;
}

div.fme-filter dd a {
  padding: 0px 5px 0px 0px;
  display: block;
  float: left;
}

/*categories*/
div.fme-filter span.adj-nav-category-current {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
}

div.fme-filter a.adj-nav-pad2 {
  padding-left: 5px;
}

div.fme-filter a.adj-nav-pad3 {
  padding-left: 10px;
}

div.fme-filter a.adj-nav-price-selected {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

div.fme-filter a.fme_layered_attribute {
  line-height: 22px;
  height: 20px;
  padding-left: 20px;
  background: transparent url(//skin.endclothing.com/skin/frontend/enterprise/end/images/Check-Box.1452661204.png) no-repeat scroll 0px 3px;
}

.block-content div.fme-filter a.fme_layered_attribute_selected, .block-content div.fme-filter a.fme_layered_attribute:hover {
  background-position: 0px -16px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}

div.fme-filter a.fme_layered_swatches {
  padding: 0px 0px 5px 0px;
}

div.fme-filter a.fme_layered_swatches_selected {
  opacity: 0.5;
}

div.fme-filter a.fme_layered_disabled {
  color: gray;
  cursor: wait;
}

div.fme-filter input.fme_layered_disabled {
  background-color: gray;
  border: 1px solid gray;
  cursor: wait;
}

div.fme-filter a.fme_layered_clear {
  float: right;
  cursor: pointer;
}

div.price_slider {
  position: relative;
  z-index: 0;
  height: 28px;
  margin: 0 auto 5px auto;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/gray_bar.1452661204.jpg) no-repeat 50% 50%;
  cursor: pointer;
}

div.price_slider div.handle {
  top: 3px;
  width: 5px;
  height: 23px;
  background: transparent url(//skin.endclothing.com/skin/frontend/enterprise/end/images/slider_button.1452661204.png) no-repeat;
  cursor: move;
  position: absolute;
}

#adj-nav-container, div.adj-nav {
  position: relative;
}

.fme_loading_filters {
  width: 100%;
  height: 1000%;
  z-index: 500;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
}

.fme_loading_filters img {
  left: 48%;
  top: 45%;
  display: block;
  position: fixed;
  z-index: 900;
}

.fme-filter dt {
  cursor: pointer;
}

div.fme-filter dd li {
  overflow: hidden;
}

.color {
  width: 150px;
  clear: both;
  margin: 6px 0 6px 0;
}
.color .color_box {
  width: 17px;
  height: 17px;
  float: left;
  display: block;
  margin-right: 4px;
}
.color a {
  font-family: Arial;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.color a:hover {
  color: #09F;
  text-decoration: none;
}
.color span {
  font-family: Arial;
  font-size: 11px;
  color: #999;
}

#size-clear {
  display: none;
}

.totals .a-right .btn-remove {
  display: none;
}

.a-right .btn-remove {
  display: block;
  color: #666;
  padding-bottom: 10px;
  font-size: 12px;
}

#loading-image {
  display: none;
}

.h-link {
  font-size: 12px;
  float: right;
  line-height: 18px;
}

.h-link:hover {
  text-decoration: none;
}

#fme_filters_list {
  margin-bottom: 20px;
}
#fme_filters_list dd {
  background: #f2f2f2;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  width: 178px;
}
#fme_filters_list dd ol {
  overflow-y: auto;
  max-height: 160px;
}
#fme_filters_list dd ol.overflow {
  overflow-y: auto;
}
#fme_filters_list dd ol:hover {
  cursor: pointer;
}
#fme_filters_list dd a {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 12px;
}
#fme_filters_list dd a.disabled {
  display: none;
}
#fme_filters_list dd a:hover {
  cursor: pointer;
}

#fme_filters_list dt {
  font-size: 14px;
  padding: 8px 6px 7px 10px;
  background: #666;
  color: #fff;
  margin-top: 15px;
  width: 170px;
  position: relative;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
#fme_filters_list dt:first-child {
  margin-top: 0px;
}
#fme_filters_list dt:after {
  content: "";
  width: 17px;
  height: 18px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/up-arrow-icon.1452661204.png) no-repeat;
  top: 5px;
  right: 8px;
  position: absolute;
  display: inline-block;
  z-index: 100;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
#fme_filters_list dt.fme_layered_dt_selected:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

p.block-subtitle a {
  color: #000;
  text-decoration: none;
}
p.block-subtitle a:hover {
  text-decoration: underline;
}

#brand-clear {
  display: none;
}

/* ----- Careers Page ----- */
#jobs {
  display: block;
  background: #fff;
}

#job-info {
  display: block;
  float: left;
  width: 530px;
  min-height: 300px;
  border-left: 1px solid #ddd;
  padding: 10px 20px 20px 20px;
}

.cms-page #job-info ul li {
  font-size: 14px;
}

.jobitem {
  display: none;
  min-height: 600px;
}
.jobitem p {
  margin: 10px 0px;
  font-size: 14px;
}
.jobitem p strong {
  display: block;
  padding-top: 10px;
}
.jobitem a {
  text-decoration: underline;
}
.jobitem ul {
  margin: 15px;
  text-indent: -13px;
}
.jobitem.displayed {
  display: block;
}

#jobs-list {
  display: block;
  width: 230px;
  float: left;
}
#jobs-list ul {
  list-style: none;
  margin: 0px;
}
#jobs-list ul li {
  font-size: 19px;
  border-bottom: 1px solid #ddd;
  padding: 0px;
}
#jobs-list ul li a {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 13px 6px;
  text-decoration: none;
  color: #9a9a9a;
  background: #fff;
}
#jobs-list ul li a:hover {
  color: #787878;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#jobs-list ul li a.active {
  display: block;
  color: #414141;
  padding-left: 6px;
  position: relative;
  left: 1px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.details-list {
  font-size: 22px;
  color: #616161;
  list-style: disc;
  margin-left: 11px;
  margin-bottom: 25px;
}
.details-list li {
  line-height: 22px;
  margin-bottom: 4px;
  padding-top: 2px;
}

/* ----- Brands Page ----- */
#column-1-wide .alphabet {
  padding: 10px 0 30px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#column-1-wide .alphabet a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 0 7.5px;
  font-family: ProximaNova-semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#column-1-wide .alphabet a.disabled {
  color: #cfcfcf;
}

.category-brands #column-1-wide h2 {
  background: none;
  color: #000;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}

#column-1-wide .brands-list .brand {
  margin-bottom: 3px;
  vertical-align: top;
}
#column-1-wide .brands-list a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 21.5px;
}
#column-1-wide .brands-list a:hover {
  text-decoration: underline;
}
#column-1-wide .brands-list ul.brandslisting {
  -moz-column-count: 3;
  -moz-column-gap: 60px;
  -webkit-column-count: 3;
  -webkit-column-gap: 60px;
  column-count: 3;
  column-gap: 60px;
}
#column-1-wide .brands-list ul.brandslisting .last {
  width: 27% !important;
}
#column-1-wide .brands-list ul.brandslisting li.disabled a {
  color: #cfcfcf;
}
#column-1-wide .brands-list ul.brandslisting li.coming-soon a:after {
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  content: "coming soon";
  font-size: 11px;
  margin-left: 12px;
  color: #666;
  background: #f2f2f2;
  padding: 0px 10px;
  line-height: 17px;
  height: 16px;
}
#column-1-wide .brands-list ul.brandslisting li.new a:after {
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  content: "new";
  font-size: 11px;
  margin-left: 12px;
  color: #fff;
  background: #000;
  padding: 0px 10px;
  line-height: 17px;
  height: 16px;
}
#column-1-wide .brands-list ul.brandslisting li.sale a:after {
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  content: "sale";
  font-size: 11px;
  margin-left: 12px;
  color: #f3363a;
  padding: 0px 10px;
  border: 1px solid #f3363a;
  height: 14px;
  line-height: 15px;
}
#column-1-wide .brands-list .initial {
  margin-bottom: 60px;
}
#column-1-wide .brands-list h2 {
  background: #fff;
  color: #000;
  font-size: 20px;
  display: inline;
  float: left;
  text-align: left;
  width: 60px;
  padding: 0px;
  margin-bottom: 0px;
}
#column-1-wide .brands-list h2 a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
}
#column-1-wide .brands-list h2 a:hover {
  text-decoration: none;
}

.brands-list {
  margin-bottom: 30px;
}
.brands-list div.col {
  float: left;
  width: 25%;
}

.comment-slug {
  float: left;
  width: 720px;
}
.comment-slug span {
  font-size: 10px !important;
  text-transform: uppercase;
}

/* ------ Upcoming Releases ----- */
#upcoming-releases-intro p {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  padding: 5px 0 10px 0;
  clear: both;
  color: #000;
}
#upcoming-releases-intro .intro-img {
  margin: 10px 0 20px;
  float: left;
}
#upcoming-releases-intro .intro-img:first-child {
  margin-right: 16px;
  margin-left: 0px;
}
#upcoming-releases-intro .intro-img:nth-child(3) {
  margin-left: 16px;
  margin-right: 0px;
}

.upcoming-releases-table {
  width: 979px;
  margin: 0 0 35px;
}
.upcoming-releases-table th {
  padding: 5px;
  font-family: proximanova-semibold;
  background-color: #f5f5f5;
  text-align: center;
}
.upcoming-releases-table th:nth-child(2) {
  width: 250px;
}
.upcoming-releases-table th:nth-child(3) {
  width: 85px;
}
.upcoming-releases-table th:first-child {
  padding: 0 0 0 35px;
  width: 390px;
  text-align: left;
}
.upcoming-releases-table td {
  padding: 5px;
  font-family: proximanova-regular;
  text-align: center;
}
.upcoming-releases-table td:first-child {
  padding: 0 0 0 35px;
  width: 390px;
  text-align: left;
}
.upcoming-releases-table tr td.ur-logo {
  padding: 0 0 20px 0;
  text-align: center;
}

/* ------------------------------------- */
/* -------->>> FOOTER STYLES <<<-------- */
/* ------------------------------------- */
#footer {
  clear: both;
}

.footer-top-line {
  display: none;
  height: 10px;
  margin-bottom: 14px;
  background: #000;
  font-size: 1px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.footer-links {
  margin-bottom: 14px;
  border: 0;
}

.footer-links-inner {
  padding: 0px;
  margin-top: 28px;
}

.copyright {
  padding: 6px 10px;
  color: #222;
  font-size: 12px;
  border: 0;
  width: 100%;
  text-align: center;
}
.copyright a {
  color: #222;
}

.footerlinksfloat {
  width: 245px;
  float: left;
  font-size: 12px;
}
.footerlinksfloat h5 {
  text-transform: uppercase;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}

.social {
  overflow: hidden;
}

.footerlinksfloat ul.social li {
  float: left;
  margin-right: 10px;
}
.footerlinksfloat ul.social li a {
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
}

.social li a.facebook:before {
  width: 2.0625em;
  height: 2.0625em;
  background-position: -23.75em -14.875em;
  content: '';
  float: left;
}
.lt-ie9 .social li a.facebook:before {
  width: 32px;
  height: 32px;
  background-position: -380px -238px;
}
.social li a.twitter {
  width: 2.0625em;
  height: 2.0625em;
  background-position: -80.6875em -51.375em;
  content: '';
  float: left;
}
.lt-ie9 .social li a.twitter {
  width: 32px;
  height: 32px;
  background-position: -1291px -822px;
}
.social li a.instagram {
  width: 2.0625em;
  height: 2.0625em;
  background-position: -54.9375em -23.875em;
  content: '';
  float: left;
}
.lt-ie9 .social li a.instagram {
  width: 32px;
  height: 32px;
  background-position: -879px -382px;
}
.social li a.google {
  width: 2.0625em;
  height: 2.0625em;
  background-position: -50.8125em -19.75em;
  content: '';
  float: left;
}
.lt-ie9 .social li a.google {
  width: 32px;
  height: 32px;
  background-position: -813px -316px;
}

.footerlinksfloat h5, .security-logo h5 {
  margin-bottom: 8px;
}

.security-logo {
  width: 356px;
  float: right;
  height: 87px;
  text-align: right;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/security_logo.1452661204.png) bottom right no-repeat;
  font-size: 12px;
  margin: 10px;
}

.footer-social ul li {
  float: left;
}
.footer-social ul li a {
  float: left;
  margin-right: 0;
  color: #848996;
  font-size: 12px;
  text-decoration: none;
  height: 24px;
  height: 25px;
  line-height: 19px;
  padding-left: 31px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/ftr-icons.1452661204.gif) no-repeat;
}

#newsletter-validate-detail {
  width: 500px;
  display: inline-block;
}

.newsletter-box-container button {
  color: #000;
  text-transform: uppercase;
  height: 40px;
  background: transparent;
  display: inline-block;
  outline: none;
  border: 0px;
  border-style: none;
  margin-left: -87px;
}
.newsletter-box-container button:hover {
  cursor: pointer;
}

.newsletter-box-container h3 {
  text-transform: uppercase;
  font-size: 12px;
  width: 130px;
  display: inline-block;
  height: 44px;
  line-height: 50px;
  vertical-align: top;
  font-family: ProximaNova-Regular, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.newsletter-box-container, .newsletterbox {
  width: 966px;
  background: #000;
  padding: 0;
  color: #fff;
  height: 48px;
}

.newsletterbox {
  padding: 7px;
  text-align: center;
}
.newsletterbox .field {
  margin-top: 5px;
}
.newsletterbox input.input-text {
  background: #fff;
  padding: 15px;
  width: 448px;
  height: 16px;
  font-size: 12px;
  border: 1px solid #000;
  color: #9e9e9e;
}

#newsletter-validate-detail .validation-advice {
  position: absolute;
  top: -4px;
  width: 150px;
  display: inline-block;
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 10px;
  line-height: 13px;
  background: none;
  color: #fe0000;
}

.mini-newsletter {
  text-transform: uppercase;
  padding-top: 16px;
}

#news-loader {
  position: absolute;
  left: 50%;
  margin-top: -27px;
  z-index: 10;
}

#main .validation-failed {
  border: 1px solid #fe0000 !important;
  background: #faebe7;
}

fieldset#newsletterFieldset {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
}

.payments-logo {
  width: 380px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  margin: 35px auto;
  opacity: 0.5;
  font-size: 16px;
}
.payments-logo:before {
  width: 23.81875em;
  height: 1.66875em;
  background-position: -26.375em -17.5em;
  content: '';
  float: left;
}
.lt-ie9 .payments-logo:before {
  width: 380.1px;
  height: 25.7px;
  background-position: -422px -280px;
}

.product-options.highlight .dd .ddTitle {
  color: #ff0000;
}

.cms-delivery .tab-title {
  background: #666666;
  color: #fff;
  padding: 8px 10px 7px 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
  clear: both;
}

.latest-carousel {
  width: 935px;
  margin-left: -15px;
}

.latest-carousel .slick-slide img {
  height: 160px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slider-for {
  display: block !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  position: relative;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: none;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/scroll-left.1452661204.png) no-repeat;
}

.slick-next {
  right: 5px;
  background: url(//skin.endclothing.com/skin/frontend/enterprise/end/images/scroll-right.1452661204.png) no-repeat;
}

.delivery-estimate .highlight {
  color: #619a5e;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
}

.slider-nav {
  opacity: 0;
  position: absolute;
}

.slick-slider.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized.slider-nav {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in;
}

/* ------------------------------------- */
/* -------->>> MEDIA QUERIES <<<-------- */
/* ------------------------------------- */



/* FILE: slick-lightbox.css */
.slick-lightbox
{
	-webkit-transition:opacity .5s ease;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	transition:opacity .5s ease;
	width:100%;
	z-index:9999;
}

.slick-slider{
    max-width: 980px;
    margin: 0 auto;	
}

.catalog-product-view .slider-for .slick-active a:hover{
	cursor:pointer;
	cursor:-moz-zoom-in;
	cursor:-webkit-zoom-in;	
}

.slick-lightbox.slick-hide
{
	opacity:0;
}

.slick-lightbox.slick-hide-init
{
	opacity:0;
	position:absolute;
	top:-9999px;
}

.slick-lightbox.slick-lightbox-ie.slick-hide,.slick-lightbox.slick-lightbox-ie.slick-hide-init
{
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter:alpha(opacity=0);
}

.slick-lightbox .slick-lightbox-inner
{
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:980px;
	margin: 0 auto;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item
{
	overflow:hidden;
	text-align:center;
	background:#FFF;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before
{
	content:'';
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner
{
	display:inline-block;
	max-height:90%;
	max-width:90%;
	vertical-align:middle;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img
{
	display:block;
	margin:0 auto;
	max-height:100%;
	max-width:100%;
	margin-left: 3px;
	margin-top: -3%;  	
}

@media screen and ( max-height: 883px ){
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img{
    	margin-top: -5%;

    }

}


.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption
{
	color:#fff;
	margin-top:10px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption
{
	bottom:0;
	left:0;
	margin-bottom:20px;
	position:absolute;
	text-align:center;
	width:100%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption
{
	display:block;
	text-align:center;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close
{
	background:transparent;
	border:none;
	color:transparent;
	cursor:pointer;
	display:block;
	font-size:0;
	height:20px;
	line-height:0;
	padding:0;
	position:absolute;
	right:15px;
	top:15px;
	width:20px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus
{
	outline:none;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before
{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	color:#000;
	content:'×';
	font-family:slick;
	font-size:20px;
	line-height:1;
	opacity:.85;
}

.slick-lightbox .slick-loading .slick-list
{
	background-color:transparent;
}

.slick-lightbox .slick-prev
{
	left:15px;
	-webkit-filter: invert(100%); filter: invert(100%);
}

.slick-lightbox .slick-next
{
	right:15px;
	-webkit-filter: invert(100%); filter: invert(100%);
}


/* FILE: proxima.css */
/**
 * @license
 * MyFonts Webfont Build ID 2979527, 2015-02-25T09:17:42-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * 
 * Webfont: ProximaNovaA-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * 
 * Webfont: ProximaNovaS-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/
 * 
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2979527
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/




  
@font-face {font-family: 'ProximaNovaA-Regular';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_0_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_0_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_0_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_0_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Semibold';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_1_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_1_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_1_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_1_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Regular';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_2_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_2_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_2_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_2_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Semibold';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_3_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_3_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_3_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_3_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Semibold';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_4_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_4_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_4_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_4_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Regular';src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_5_0.eot');src: url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_5_0.eot?#iefix') format('embedded-opentype'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_5_0.woff2') format('woff2'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_5_0.woff') format('woff'),url('//skin.endclothing.com/skin/frontend/enterprise/end/webfonts/2D76C7_5_0.ttf') format('truetype');}
 


/* FILE: fme_layered_nav.css */
div.fme-filter dd a {padding:0px 5px 0px 0px; display:block; float: left;} 

/*categories*/
div.fme-filter span.adj-nav-category-current {font-weight: bold; padding-left: 5px;} 
div.fme-filter a.adj-nav-pad2 {padding-left:5px}
div.fme-filter a.adj-nav-pad3 {padding-left:10px}

/*price ranges*/
div.fme-filter a.adj-nav-price {}
div.fme-filter a.adj-nav-price-selected {font-weight: bold}

/*attributes*/
div.fme-filter a.fme_layered_attribute {line-height: 22px;height:20px;padding-left:20px; background:transparent url(//skin.endclothing.com/skin/frontend/base/default/images/FME/Check-Box.1452661204.png) no-repeat scroll 0px 3px;}
div.fme-filter a.fme_layered_attribute_selected, div.fme-filter a.fme_layered_attribute:hover {background-position: 0px -16px; font-weight: bold; overflow:hidden;}
div.fme-filter a.fme_layered_swatches {padding:0px 0px 5px 0px;}
div.fme-filter a.fme_layered_swatches_selected {opacity:0.5}

div.fme-filter a.fme_layered_disabled {color:gray; cursor:wait}
div.fme-filter input.fme_layered_disabled {background-color:gray; border:1px solid gray; cursor:wait}

div.fme-filter a.fme_layered_clear {float: right; cursor:pointer;} 

div.price_slider { position:relative; z-index:0; height:28px; margin:0 auto 5px auto; background:url(//skin.endclothing.com/skin/frontend/base/default/images/FME/gray_bar.1452661204.jpg) no-repeat 50% 50%; cursor:pointer; }
div.price_slider div.handle { top:3px; width:5px; height:23px; background: transparent url(//skin.endclothing.com/skin/frontend/base/default/images/FME/slider_button.1452661204.png) no-repeat; cursor:move; position: absolute; }

#adj-nav-container, div.adj-nav {position:relative}
.fme_layered_clear_all{
    padding:20px 10px 10px 0px;
}

.fme_layered_clear_all a{
    background: #000;
    color: #fff!important;
    padding: 5px 10px;
}

.fme_layered_clear_all a:hover{
    text-decoration: none!important;
}

.fme_loading_filters{
    width:100%;
    height:1000%;
    z-index:500;
    opacity: 0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    position:absolute;
    top:0;
    left:0;
}

.fme_loading_filters img{
	left:48%;
	top:45%;
	display:block;
	position:fixed;
	z-index:900;
}

.layered-nav div.fme_layered_clear_all {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    text-align:center;
} 

.fme-filter dt{
cursor:pointer;
}
.fme-filter dt.fme_layered_dt_selected{}

div.fme-filter dd li{overflow:hidden;}


.color { width:150px; clear:both; margin:6px 0 6px 0; }

.color .color_box { width:17px; height:17px; float:left; display:block; margin-right:4px; }

.color a { font-family:Arial; font-size:12px; color:#333; text-decoration:none; }

.color a:hover { color:#09F; text-decoration:none; }

.color span { font-family:Arial; font-size:11px; color:#999; }
