/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
main,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.field-quote-na {
  display: none;
}
a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}
b {
  font-weight: bold;
}
select,
textarea,
button,
input[type=submit],
input {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
button {
  background: none;
  border: none;
}
iframe[name=google_conversion_frame] {
  display: none;
}
mark {
  background: none;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
/* Colours */
/* Brands */
/* Fonts */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  font-size: 12px;
  background-color: white;
  color: #332F30;
  max-width: 100vw;
}
.fa {
  font-family: 'FontAwesome' !important;
}
.fleft,
.fl {
  float: left;
}
.fright,
.fr {
  float: right;
}
.clear {
  clear: both;
}
.max-screen-width {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.left-align {
  text-align: left !important;
}
.right-align {
  text-align: right !important;
}
.quiet {
  color: #757374;
}
.row {
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 0;
  white-space: nowrap;
}
.column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
}
.single-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 100%;
}
.one-half-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 50%;
}
.one-third-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 33.3%;
}
.two-third-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 66.6%;
}
.one-quarter-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 25%;
}
.three-quarter-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 75%;
}
.one-fifth-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 20%;
}
.two-fifth-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 40%;
}
.three-fifth-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 60%;
}
.four-fifth-column {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 1em;
  box-sizing: border-box;
  white-space: normal;
  width: 80%;
}
.black-on-white {
  background-color: white;
  color: #332F30;
}
.white-on-black {
  background-color: #332F30;
  color: white;
}
.message {
  padding: 0.8em;
  margin: 0.8em 0;
  background: rgba(153, 187, 255, 0.3);
}
.message .icon {
  margin-left: -10px;
  margin-right: 5px;
  width: 25px;
}
    .message.warning,
    .message.error {
        padding-left: 50px;
        background: url(https://cdn.saboskirt.net/content2/Images/alert-icon.png) no-repeat 14px 4px;
    }
.message.notification {
  background-color: rgba(153, 187, 255, 0.3);
}
.message.warning {
  background-color: rgba(255, 165, 89, 0.3);
}
.message.error {
  background-color: rgba(255, 153, 153, 0.3);
}
.message.success {
  background-color: rgba(153, 215, 153, 0.3);
}
@media (min-width: 1101px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .desktop-only {
    display: none !important;
  }
  .share-this {
    text-align: center;
  }
}
.btn-social {
  display: block;
  height: 3em;
  line-height: 3em;
  text-transform: uppercase;
  color: white;
  background-color: #332F30;
  width: 230px;
  margin: 1em auto;
  text-align: left;
}
.btn-social > :first-child {
  padding: 0;
  text-align: center;
  font-size: 14.4px;
  display: inline-block;
  width: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
a.btn-facebook {
  display: block;
  height: 3em;
  line-height: 3em;
  text-transform: uppercase;
  color: white;
  background-color: #332F30;
  width: 230px;
  margin: 1em auto;
  text-align: left;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-facebook > :first-child {
  padding: 0;
  text-align: center;
  font-size: 14.4px;
  display: inline-block;
  width: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
a.btn-facebook:focus,
a.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-instagram {
  display: block;
  height: 3em;
  line-height: 3em;
  text-transform: uppercase;
  color: white;
  background-color: #332F30;
  width: 230px;
  margin: 1em auto;
  text-align: left;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-instagram > :first-child {
  padding: 0;
  text-align: center;
  font-size: 14.4px;
  display: inline-block;
  width: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
a.btn-instagram:focus,
a.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-pinterest {
  display: block;
  height: 3em;
  line-height: 3em;
  text-transform: uppercase;
  color: white;
  background-color: #332F30;
  width: 230px;
  margin: 1em auto;
  text-align: left;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-pinterest > :first-child {
  padding: 0;
  text-align: center;
  font-size: 14.4px;
  display: inline-block;
  width: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
a.btn-pinterest:focus,
a.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
a.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.opacity-transition {
  transition: opacity ease 0.2s;
}
.share-this {
  font-size: 120%;
  font-weight: bold;
  color: #757374;
  margin: 2%;
}
.share-this li {
  font-family: 'FontAwesome' !important;
  display: inline-block;
  width: 2em;
  text-align: center;
}
.share-this li a:hover {
  color: #332F30;
}
.button {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
}
.button:hover {
  color: white;
  background: #757374;
}
.button.skinny-button {
  background-color: none;
  height: 2em;
  line-height: 2em;
}
.button-big {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  font-size: 24px;
}
.button-big:hover {
  color: white;
  background: #757374;
}
/**** FORM STUFF ****/
.form-control {
  height: 44px;
  line-height: 44px;
  padding-left: 1em;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.form-control-focus {
  outline: none;
  box-shadow: 0 0 0.5em #F2C5B7;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea {
  height: 44px;
  line-height: 44px;
  padding-left: 1em;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0.5em #F2C5B7;
}
body {
  overflow-x: auto;
  overflow-y: auto;
}
body.open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  #basket-view .basket-content {
    width: 95% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #basket-view .basket-content {
    width: 80% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #basket-view .basket-content {
    width: 90% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 16px !important;
  }
}
@media (min-width: 771px) and (max-width: 991px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 16px !important;
  }
}
@media (max-width: 771px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 17px !important;
  }
}
@media (max-width: 1100px) {
  #basket-view .basket-content {
    width: 95% !important;
    text-align: center !important;
  }
  #basket-view .basket-content .move-to-wishlist,
  #basket-view .basket-content .remove-from-bag {
    display: block;
    margin-bottom: 1em !important;
  }
  #basket-view .basket-content .move-to-wishlist:hover,
  #basket-view .basket-content .remove-from-bag:hover {
    text-decoration: underline;
  }
  #basket-view .basket-content .one-half-column.size,
  #basket-view .basket-content .one-half-column.qty {
    width: 50%;
  }
  #basket-view .basket-content select.size,
  #basket-view .basket-content select.qty {
    height: 20px;
    line-height: 20px;
    width: 3em;
    margin-left: 15px;
  }
  #basket-view .basket-content .product-list,
  #basket-view .basket-content .order-summary {
    width: 100% !important;
    border: none;
    display: block;
    height: auto !important;
    min-height: 20px !important;
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .innerPage {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
  }
  .innerPage.open {
    overflow: hidden;
  }
}
@media (min-width: 1101px) {
  .max-screen-width {
    min-width: 1100px;
  }
}
.input-imp-long {
  display: none;
}
main {
  max-width: 100vw;
}
/**** CONTENT PAGE ****/
.content-page {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  margin: 2em auto;
  font-family: 'Open Sans';
  min-height: 350px;
}
.content-page p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 2em;
}
.content-page h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}
.content-page h2 {
  font-size: 1.6em;
  margin: 20px 0 10px;
}
.content-page th,
.content-page td {
  font-family: 'Open Sans' !important;
  padding: 5px !important;
}
.content-page th {
  font-weight: 400 !important;
}
.content-page strong {
  font-weight: 400;
  margin-left: -2em;
}
.content-page .row {
  font-size: 12px;
  text-align: center;
}
.content-page textarea {
  width: 22em;
  height: 120px;
}
.content-page .chosen-container {
  margin: 0 auto;
}
.content-page input[type=submit] {
  width: auto;
}
.content-page .contact-form {
  margin-bottom: 3em;
}
.content-page.contact-us input {
  width: 22em;
}
.content-page.contact-us .chosen-container {
  width: 20.25em;
}
.content-page .content #Country_chosen {
  width: 300px;
  text-align: center;
}
.content-page.error {
  min-height: 36vh;
}
.content-page.error p {
  text-align: center;
}
.content-page.error input[type=email] {
  width: 400px;
}
.content-page.error textarea {
  width: 400px;
  height: 200px;
}
@media (max-width: 1100px) {
  .account-page {
    width: 95% !important;
  }
  .account-page .items-section .one-half-column {
    width: 49% !important;
    padding: 3px 0 !important;
    font-size: 10px !important;
  }
  .account-page .items-section .one-half-column p {
    font-size: 100% !important;
  }
  .account-page .items-section .one-half-column .single-column {
    padding: 3px 0 !important;
    font-size: 10px !important;
  }
  .account-page table {
    width: 100% !important;
  }
  .account-page table td,
  .account-page table th {
    padding: 6px 0 !important;
  }
  .account-page table td .button,
  .account-page table th .button {
    width: 100% !important;
  }
  .account-page .pagination-footer {
    width: 100% !important;
  }
  .account-page #address-details {
    width: 100% !important;
  }
  .account-page .breadcrumbs {
    margin: 3em 0 0;
  }
  .account-page #details {
    width: 100% !important;
  }
  .account-page .content .page-title {
    text-align: center !important;
  }
  .account-page .logout {
    width: 100% !important;
  }
  .content-page {
    width: 100%;
    min-width: 100vw;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .content-page table {
    margin: 0 auto;
  }
  .content-page table p,
  .content-page table strong {
    margin: 0;
    padding: 0;
  }
  .content-page table th,
  .content-page table td {
    text-align: center;
  }
  .content-page select,
  .content-page textarea {
    width: 264px;
  }
}
/**** ACCOUNT PAGES ****/
.account-page {
  min-height: 39vh;
}
.account-page input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.account-page .breadcrumbs {
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  font-size: 8px;
}
.account-page .breadcrumbs a,
.account-page .breadcrumbs .currentPage {
  padding: 0px 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #332F30;
}
.account-page .breadcrumbs img {
  width: 12px;
  vertical-align: sub;
  display: inline-block;
}
.account-page .breadcrumbs img:hover {
  width: 13px !important;
}
.account-page .breadcrumbs a:hover {
  color: black;
  font-size: 8.5px;
}
.account-page .breadcrumbs .currentPage {
  color: black;
  display: inline-block;
  text-shadow: 0 0;
}
.account-page #credits-view-all table th,
.account-page #credits-view-all table td {
  text-align: left;
  padding: 1em;
}
.account-page .newsletter-button {
  height: auto;
  width: auto;
  line-height: normal;
  background: white;
  color: black;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
}
.account-page #address-details .one-half-column,
.account-page #address-details .single-column,
.account-page #address-details .one-quarter-column,
.account-page #address-details .one-third-column,
.account-page #address-details .one-fifth-column {
  padding: 1em 0 !important;
}
.account-page #address-details .one-half-column input,
.account-page #address-details .single-column input,
.account-page #address-details .one-quarter-column input,
.account-page #address-details .one-third-column input,
.account-page #address-details .one-fifth-column input {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column select,
.account-page #address-details .single-column select,
.account-page #address-details .one-quarter-column select,
.account-page #address-details .one-third-column select,
.account-page #address-details .one-fifth-column select {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column .chosen-container,
.account-page #address-details .single-column .chosen-container,
.account-page #address-details .one-quarter-column .chosen-container,
.account-page #address-details .one-third-column .chosen-container,
.account-page #address-details .one-fifth-column .chosen-container {
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.account-page #address-details .one-half-column .chosen-container .chosen-single,
.account-page #address-details .single-column .chosen-container .chosen-single,
.account-page #address-details .one-quarter-column .chosen-container .chosen-single,
.account-page #address-details .one-third-column .chosen-container .chosen-single,
.account-page #address-details .one-fifth-column .chosen-container .chosen-single {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column .chosen-container input,
.account-page #address-details .single-column .chosen-container input,
.account-page #address-details .one-quarter-column .chosen-container input,
.account-page #address-details .one-third-column .chosen-container input,
.account-page #address-details .one-fifth-column .chosen-container input {
  height: 24px;
  line-height: 24px;
}
.account-page #address-details .one-half-column .button,
.account-page #address-details .single-column .button,
.account-page #address-details .one-quarter-column .button,
.account-page #address-details .one-third-column .button,
.account-page #address-details .one-fifth-column .button {
  height: 35px;
  line-height: 35px;
  background: #dbbca9;
  color: white;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.account-page #address-details .one-half-column a.button,
.account-page #address-details .single-column a.button,
.account-page #address-details .one-quarter-column a.button,
.account-page #address-details .one-third-column a.button,
.account-page #address-details .one-fifth-column a.button {
  font-weight: bold;
  background: white !important;
  color: black !important;
  text-decoration: underline;
}
    .account-page #address-details .one-half-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .single-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-quarter-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-third-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-fifth-column .chosen-container-active.chosen-with-drop .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
    .account-page #address-details .one-half-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .single-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-quarter-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-third-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-fifth-column .chosen-container-single .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
.account-page #details,
.account-page #orders {
  width: 45%;
  padding: 1em;
  margin-top: 0 !important;
}
.account-page #orders-mobile {
  width: 100%;
  margin-top: 0 !important;
}
.account-page #orders-mobile table {
  width: 100%;
}
.account-page #orders-mobile table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders-mobile table th,
.account-page #orders-mobile table td {
  text-align: left;
  padding: 10px 0;
}
.account-page #orders-mobile table .button {
  padding: 0;
  width: 80px;
  height: 2em;
  line-height: 2em;
}
.account-page .items-section .one-half-column {
  text-align: left;
  width: 40%;
  padding: 1em 0;
}
.account-page .items-section .one-half-column .one-half-column {
  width: 45%;
  padding: 1em 0;
}
.account-page .items-section .one-half-column .one-half-column .single-column {
  padding: 8px;
  font-weight: 600;
}
.account-page .pagination-footer {
  width: 80%;
}
.account-page .pagination {
  margin: 5em auto !important;
  float: none !important;
}
.account-page #order-details {
  font-weight: 500;
}
.account-page #order-details table {
  font-weight: 500;
  width: 100%;
}
.account-page #order-details table a {
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
.account-page #order-details table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #order-details table th,
.account-page #order-details table td {
  text-align: left;
  padding: 8px 0 !important;
}
.account-page #order-details table .button {
  padding: 0;
  width: 60%;
  height: 3em;
  line-height: 3em;
  font-size: 10px;
  color: black;
  background: white;
  border: 1px solid;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}
.account-page #orders-view-all table {
  font-weight: 500;
  width: 100%;
}
.account-page #orders-view-all table a {
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
.account-page #orders-view-all table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders-view-all table th,
.account-page #orders-view-all table td {
  text-align: left;
  padding: 1em;
}
.account-page #orders-view-all table .button {
  padding: 0;
  width: 60%;
  height: 3em;
  line-height: 3em;
  font-size: 10px;
  color: black;
  background: white;
  border: 1px solid;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}
.account-page .content .single-column {
  padding: 1em 0;
  text-align: left;
}
.account-page .content .single-column .button {
  background: #dbbca9;
  color: white;
  width: 50%;
  letter-spacing: 2px;
  height: 35px;
  line-height: 35px;
}
.account-page .content .single-column input {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.account-page .content .title {
  text-transform: capitalize;
  border-bottom: 1px solid;
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-size: 12px;
  line-height: 2em;
  position: relative;
  letter-spacing: 2px;
}
.account-page .content .title a {
  float: right;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.account-page .content .shipping-address,
.account-page .content .billing-address,
.account-page .content .account-settings-view {
  margin-top: 1em;
}
.account-page .content .shipping-address p,
.account-page .content .billing-address p,
.account-page .content .account-settings-view p {
  line-height: 20px;
}
.account-page .bordered-form {
  width: 40%;
}
.account-page input {
  width: 100%;
}
.account-page #orders {
  margin-top: 20px;
  width: 42%;
}
.account-page #orders table {
  width: 100%;
}
.account-page #orders table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders table th,
.account-page #orders table td {
  text-align: left;
  padding: 10px 0;
}
.account-page #orders table .button {
  padding: 0;
  width: 80px;
  height: 2em;
  line-height: 2em;
}
.account-page #warning-message {
  display: none;
  padding: 1em;
  line-height: 1.5em;
}
.account-page #warning-message b {
  font-weight: 400;
}
.account-page #warning-message h2 {
  font-size: 24px;
  line-height: 2em;
}
.account-page #warning-message p {
  padding-bottom: 1em;
}
.account-page #warning-message .button {
  height: auto;
  display: inline-block;
}
@media (max-width: 1100px) {
  #order-details table td,
  #order-details table th {
    padding: 8px 0 !important;
  }
  .account-page table {
    width: 100% !important;
  }
  .account-page table td,
  .account-page table th {
    padding: 6px 0 !important;
  }
  .account-page table td .button,
  .account-page table th .button {
    width: 100% !important;
  }
  .my-bag + .items > .button {
    margin-top: 20px !important;
  }
  .account-page .bordered-form {
    width: 100%;
  }
  .account-page #orders {
    width: 100%;
    padding: 0;
  }
}
/* Awesomplete */
[hidden] {
  display: none;
}
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
div.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.awesomplete > input {
  display: block;
}
div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
div.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
div.awesomplete > ul > li:hover,
div.awesomplete > ul > li[aria-selected="true"] {
  background-color: #332F30;
  color: white;
}
div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
  display: none;
}
.flag {
  background-size: contain;
  background-repeat: no-repeat;
}
.au-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.saboskirt.net/content2/Images/flags/Aus-Flag.svg);
}
.us-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.saboskirt.net/content2/Images/flags/US-Flag.svg);
}
.drop-down-menu {
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
}
.shopping-bag-small .my-bag + .items {
  top: 20px;
}
.basket-list-view {
  text-align: center;
  right: 10px;
  width: 300px;
  min-height: 5em;
}
.basket-list-view h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.basket-list-view ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.basket-list-view ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.basket-list-view ul li + li {
  border-top: 1px solid #F3F1F3;
}
.basket-list-view ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.basket-list-view ul li.small-item {
  height: 5.5em;
}
.basket-list-view ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.basket-list-view ul li.small-item .info {
  font-size: 80%;
}
.basket-list-view ul img {
  display: inline-block;
}
.basket-list-view ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.basket-list-view ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.basket-list-view:hover {
  display: block;
}
.totals {
  text-align: left;
  width: 90%;
  font-weight: normal;
  margin: 0 auto;
}
.totals tr,
.totals td {
  height: 2em;
  line-height: 2em;
}
.totals .amt {
  text-align: right;
}
.totals .amt span {
  padding-left: 30px;
}
.totals .total {
  border-top: none;
  height: 2em;
  line-height: 2em;
  font-weight: 400;
  font-size: 14.4px;
}
.totals .savings {
  border-top: none;
}
.totals .currency {
  text-align: left;
}
.totals .currency td {
  font-size: 11px;
}
.totals .currency td a {
  margin-left: 0;
  text-decoration: underline;
}
.my-bag + .items {
  z-index: 100;
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
  top: 80px;
  text-align: center;
  right: 10px;
  width: 300px;
  min-height: 5em;
}
.my-bag + .items h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.my-bag + .items ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.my-bag + .items ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.my-bag + .items ul li + li {
  border-top: 1px solid #F3F1F3;
}
.my-bag + .items ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.my-bag + .items ul li.small-item {
  height: 5.5em;
}
.my-bag + .items ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.my-bag + .items ul li.small-item .info {
  font-size: 80%;
}
.my-bag + .items ul img {
  display: inline-block;
}
.my-bag + .items ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.my-bag + .items ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.my-bag + .items:hover {
  display: block;
}
.my-bag + .items h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.my-bag + .items ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.my-bag + .items ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.my-bag + .items ul li + li {
  border-top: 1px solid #F3F1F3;
}
.my-bag + .items ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.my-bag + .items ul li.small-item {
  height: 5.5em;
}
.my-bag + .items ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.my-bag + .items ul li.small-item .info {
  font-size: 80%;
}
.my-bag + .items ul img {
  display: inline-block;
}
.my-bag + .items ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.my-bag + .items ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.my-bag + .items:hover {
  display: block;
}
.my-bag + .items > .button {
  width: 100%;
  line-height: 30px;
  height: 30px;
  letter-spacing: 2px;
}
.my-bag + .items > .button.view-bag {
  margin-top: 20px;
  background: #dbbca9;
  color: black;
  font-weight: 500;
}
.my-bag + .items > .button.view-bag:hover {
  filter: brightness(90%);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.shopping-bag:hover {
  cursor: pointer;
}
.shopping-bag:hover .items {
  display: block;
  cursor: default;
}
#tooltip {
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 15px;
  z-index: 1005;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/**** NAV ****/
.search-new.mobile-only {
  position: relative;
  top: 38px;
  z-index: 2;
  height: 40px;
  display: block;
  background: white;
}
.search-new.mobile-only #mobile-search {
  width: 98%;
  border-bottom: 1px solid #aaa;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  margin-left: 5px;
  height: 35px;
  padding-right: 1em;
}
.search-new.mobile-only #mobile-search:focus {
  box-shadow: none;
}
nav.mobile-only {
  height: 6em;
  position: relative;
  left: 0;
  top: 4em;
  right: 0;
  background: #FFF;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
}
nav.mobile-only .new-search-form {
  display: flex;
  align-items: center;
  position: absolute;
  right: 12%;
  height: 100%;
}
nav.mobile-only .new-search-form .mobile-search-icon {
  width: 3.0em;
}
nav.mobile-only #logo {
  display: flex;
  margin: 0 auto;
  height: 6em;
  width: 200px;
  align-items: center;
}
nav.mobile-only #logo > img {
  display: flex;
  height: 48px;
  margin: 0 auto;
  margin-right: 19%;
}
nav.mobile-only #side-menu {
  position: absolute;
  display: flex;
  align-self: center;
  left: 3%;
  height: 48px;
}
nav.mobile-only #side-menu > img {
  width: 2em;
}
nav.mobile-only .my-account-mobile {
  height: 48px;
  position: absolute;
  display: flex;
  right: 8%;
}
nav.mobile-only .my-account-mobile > img {
  width: 2.5em;
}
nav.mobile-only a.wishlist-mobile {
  height: 100%;
  position: absolute;
  display: flex;
  right: 20%;
}
nav.mobile-only a.wishlist-mobile > img {
  width: 3.0em;
}
nav.mobile-only .my-bag {
  position: absolute;
  right: 0;
  display: flex;
  align-self: center;
  height: 100%;
  line-height: 6em;
  font-size: 12px;
  font-weight: bold;
  width: 3.5em;
  bottom: 0.2em;
}
nav.mobile-only .my-bag > img {
  width: 3.5em;
  margin-bottom: 0.5em;
  position: relative;
  height: 100%;
}
nav.mobile-only span.my-bag-mobile-count {
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 2px;
  font-size: 120%;
}
.product .product-video-cover {
  width: 100% !important;
}
#mobile-menu {
  position: absolute;
  top: 10em;
  bottom: 0;
  left: -330px;
  width: 330px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.5s ease-out;
  z-index: 1000;
  background-color: white;
  transform-style: preserve-3d;
}
#mobile-menu .main-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
#mobile-menu .main-link.collapse {
  border-top: 1px solid lightgrey;
}
#mobile-menu .main-link.expand {
  border-top: 1px solid lightgray;
}
#mobile-menu .logo {
  height: 6em;
  position: relative;
}
#mobile-menu img.expand-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4em;
  line-height: 4em;
}
#mobile-menu img.collapse-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4em;
  line-height: 4em;
}
#mobile-menu li {
  display: block;
  box-sizing: border-box;
  min-height: 4em;
  line-height: 4em;
  padding-left: 1em;
}
#mobile-menu .link {
  margin: 0 1em;
  width: 90%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}
#mobile-menu .link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#mobile-menu .link:not(.primary)::after {
  position: absolute;
  right: 2em;
}
#mobile-menu .primary {
  font-weight: 400;
  text-transform: uppercase;
}
#mobile-menu .header {
  color: rgba(0, 0, 0, 0.4);
}
#mobile-menu .search {
  padding: 3px;
  width: 100%;
}
#mobile-menu .search span {
  display: block;
  position: absolute;
  left: 2.5em;
}
#mobile-menu .search input {
  width: 90%;
  margin-left: 1.5em;
  padding-left: 2em;
}
#mobile-menu-exit {
  z-index: 999;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#mobile-bag {
  display: block;
  position: absolute;
  top: 10em;
  bottom: 0;
  left: 100vw;
  width: 330px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.5s ease-out;
  z-index: 1000;
  background-color: white;
  padding: 1em;
  transform-style: preserve-3d;
}
#mobile-bag .brushstroke-border-bottom,
#mobile-bag .brushstroke-border-left,
#mobile-bag .brushstroke-border-top,
#mobile-bag .brushstroke-border-right {
  display: none;
}
#mobile-bag .mobile-bag-exit {
  float: left;
  font-size: 200%;
  width: auto;
  height: auto;
}
#mobile-bag .product .details {
  font-size: 90% !important;
}
#mobile-bag .product .details .strike {
  padding: 6px;
}
#mobile-bag .items {
  display: block !important;
  width: 90%;
  top: 0;
  border: none;
}
#mobile-bag .items .empty {
  margin: 2em 0;
}
#mobile-bag .items li {
  position: relative;
}
#mobile-bag .items .remove-from-bag {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 10px;
  font-weight: bold;
}
#mobile-bag h1 {
  text-align: center;
}
#mobile-bag-exit {
  z-index: 999;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
/**** LOOKBOOKS ****/
.lookbooks {
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
}
.lookbooks .book {
  margin-bottom: 1em;
  width: 100%;
  position: relative;
}
.lookbooks .book img {
  width: 100%;
}
.lookbook-image {
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
  margin-bottom: 2em;
  position: relative;
  display: block;
  overflow: hidden;
}
.lookbook-image img {
  width: 100%;
}
.lookbook-image.has-product .lookbook-product {
  position: absolute;
  bottom: -14vw;
  left: 0;
  right: 0;
  height: 14vw;
  background: rgba(255, 255, 255, 0.8);
  transition: bottom linear 0.4s;
}
.lookbook-image.has-product .lookbook-product a {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.lookbook-image.has-product .lookbook-product a .details {
  text-align: center;
}
.lookbook-image.has-product .lookbook-product a h2 {
  margin: 0 auto;
}
.lookbook-image.has-product .lookbook-product a img {
  height: 12vw;
  position: relative;
  top: 1vw;
  margin: auto 0;
  display: inline-block;
  width: auto;
  margin-right: 2em;
}
.lookbook-image.has-product .lookbook-product a span {
  font-size: 120%;
  margin-bottom: 1em;
  display: inline-block;
}
.lookbook-image.has-product .lookbook-product a .primary {
  float: left;
}
.lookbook-image.has-product .lookbook-product a .secondary {
  float: right;
}
.lookbook-image.has-product:hover {
  cursor: pointer;
}
@media (max-width: 1100px) {
  .shop-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
  }
  .shop-link:active {
    color: transparent;
  }
}
@media (min-width: 1101px) {
  .image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity ease 0.2s;
    opacity: 0;
  }
  .shop-link {
    position: absolute;
    left: 500px;
    top: 385.6px;
    width: 200px;
    border: 1px solid white;
    color: white;
    height: 28.8px;
    padding: 7.2px;
    line-height: 28.8px;
    text-transform: uppercase;
    text-align: center;
    display: none;
    font-size: 14.4px;
  }
  .shop-link:hover {
    color: #F2C5B7;
    border-color: #F2C5B7;
  }
  .book:hover .image-overlay {
    opacity: 1;
  }
  .book:hover .shop-link {
    display: block;
  }
}
/**** CHECKOUT ****/
#basket-view .basket-title,
#checkout-basket-view .basket-title {
  font-size: 12px;
  margin: 2em 0px 2em 0;
  font-weight: bold;
  height: 25px;
  line-height: 20px;
  border-bottom: 2px solid darkgray;
  letter-spacing: 2px;
}
#basket-view .one-quarter-column img,
#checkout-basket-view .one-quarter-column img {
  width: 80%;
}
#basket-view a.button.checkout-button,
#checkout-basket-view a.button.checkout-button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 500;
  background: black;
  color: white;
  font-size: 10px;
}
#basket-view a.button.checkout-button:hover,
#checkout-basket-view a.button.checkout-button:hover {
  filter: brightness(80%);
}
#basket-view .one-half-column,
#checkout-basket-view .one-half-column {
  padding: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#basket-view .one-half-column.product-list,
#checkout-basket-view .one-half-column.product-list {
  padding: 0 2em 0 0;
  border-right: 2px solid darkgray;
  min-height: 500px;
  width: 55%;
}
#basket-view .one-half-column.order-summary,
#checkout-basket-view .one-half-column.order-summary {
  padding-left: 5%;
  width: 45%;
}
#basket-view .one-half-column.order-summary hr,
#checkout-basket-view .one-half-column.order-summary hr {
  border: 1px solid #aaa;
}
#basket-view .one-half-column.price,
#checkout-basket-view .one-half-column.price {
  float: right;
  height: 25px;
  line-height: 25px;
  width: 25%;
}
#basket-view .one-half-column.qty,
#checkout-basket-view .one-half-column.qty {
  float: right;
}
#basket-view .one-half-column.size,
#checkout-basket-view .one-half-column.size,
#basket-view .one-half-column.qty,
#checkout-basket-view .one-half-column.qty {
  width: 49.8%;
  height: auto;
  line-height: 25px;
}
#basket-view .one-half-column p,
#checkout-basket-view .one-half-column p {
  display: inline-block;
}
#basket-view .one-half-column .btn.btn-default.btn-number.button,
#checkout-basket-view .one-half-column .btn.btn-default.btn-number.button {
  height: 30px;
  border: 1px solid #aaa;
  vertical-align: bottom;
  margin-right: -3%;
  background-color: white;
  color: black;
  line-height: 30px;
  font-size: 10px;
  padding: 0 1em;
}
#basket-view .one-half-column .form-control.input-number.qty,
#checkout-basket-view .one-half-column .form-control.input-number.qty {
  height: 30px;
  text-align: center;
  padding: 0;
  width: 50px;
  -moz-appearance: textfield;
}
#basket-view .one-half-column .form-control.input-number.qty::-webkit-inner-spin-button,
#checkout-basket-view .one-half-column .form-control.input-number.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#basket-view .one-half-column .chosen-container,
#checkout-basket-view .one-half-column .chosen-container {
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  font-size: 10px;
  width: 6em !important;
}
#basket-view .one-half-column .chosen-container .chosen-single,
#checkout-basket-view .one-half-column .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  box-shadow: none;
}
#basket-view .one-half-column .chosen-container .chosen-single div,
#checkout-basket-view .one-half-column .chosen-container .chosen-single div {
  top: 1px;
}
#basket-view .shipping-country .chosen-container,
#checkout-basket-view .shipping-country .chosen-container {
  margin-left: 0 !important;
  width: 100% !important;
}
#basket-view .three-quarter-column,
#checkout-basket-view .three-quarter-column {
  padding: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
#basket-view .three-quarter-column .row,
#checkout-basket-view .three-quarter-column .row {
  margin-bottom: 10px !important;
}
#basket-view .three-quarter-column .single-column,
#checkout-basket-view .three-quarter-column .single-column {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 22px;
}
#basket-view .three-quarter-column .single-column a,
#checkout-basket-view .three-quarter-column .single-column a {
  margin-right: 5%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  text-decoration: underline;
  word-break: keep-all;
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
}
#basket-view .move-to-wishlist:hover,
#checkout-basket-view .move-to-wishlist:hover,
#basket-view .remove-from-bag:hover,
#checkout-basket-view .remove-from-bag:hover {
  text-decoration: underline;
  color: #332F30;
  font-weight: bold;
}
#basket-view h1,
#checkout-basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form,
#checkout-basket-view .basket-content .gift-voucher .gift-voucher-form,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form,
#checkout-basket-view .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 5px 0 !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input,
#checkout-basket-view .basket-content .gift-voucher .gift-voucher-form input,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form input,
#checkout-basket-view .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 35px;
  line-height: 35px;
  border: 2px solid lightgray;
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input:focus,
#checkout-basket-view .basket-content .gift-voucher .gift-voucher-form input:focus,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form input:focus,
#checkout-basket-view .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a,
#checkout-basket-view .basket-content .gift-voucher .gift-voucher-form a,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form a,
#checkout-basket-view .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 35px;
  line-height: 35px;
  width: 25%;
  border: 2px solid lightgray;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a:hover,
#checkout-basket-view .basket-content .gift-voucher .gift-voucher-form a:hover,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form a:hover,
#checkout-basket-view .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#basket-view .basket-content .totals,
#checkout-basket-view .basket-content .totals,
#basket-view .order-summary-content .totals,
#checkout-basket-view .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
#basket-view .basket-content .totals hr,
#checkout-basket-view .basket-content .totals hr,
#basket-view .order-summary-content .totals hr,
#checkout-basket-view .order-summary-content .totals hr {
  margin-top: 20px;
}
#basket-view .basket-content .totals .total,
#checkout-basket-view .basket-content .totals .total,
#basket-view .order-summary-content .totals .total,
#checkout-basket-view .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#basket-view .basket-content .row.totals-content,
#checkout-basket-view .basket-content .row.totals-content,
#basket-view .order-summary-content .row.totals-content,
#checkout-basket-view .order-summary-content .row.totals-content {
  margin: 20px 0;
}
#basket-view .basket-content .product-content,
#checkout-basket-view .basket-content .product-content,
#basket-view .order-summary-content .product-content,
#checkout-basket-view .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
#basket-view .basket-content .single-column,
#checkout-basket-view .basket-content .single-column,
#basket-view .order-summary-content .single-column,
#checkout-basket-view .order-summary-content .single-column {
  padding: 0;
}
#basket-view .basket-content h2,
#checkout-basket-view .basket-content h2,
#basket-view .order-summary-content h2,
#checkout-basket-view .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#basket-view .one-quarter-column,
#checkout-basket-view .one-quarter-column {
  padding: 0;
}
#basket-view .three-quarter-column,
#checkout-basket-view .three-quarter-column {
  padding-left: 2em;
}
#basket-view .chosen-container,
#checkout-basket-view .chosen-container {
  display: inline-block !important;
}
#basket-view .basket-content,
#checkout-basket-view .basket-content {
  overflow: visible;
}
#basket-view .totals,
#checkout-basket-view .totals {
  width: 240px;
  margin: 0;
  display: inline-block;
}
#basket-view .totals td,
#checkout-basket-view .totals td {
  width: 50%;
}
#basket-view h1,
#checkout-basket-view h1 {
  margin: 0;
  padding: 0;
}
#basket-view #code,
#checkout-basket-view #code {
  width: 50%;
}
.breadcrumbs {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0;
  position: relative;
}
.breadcrumbs li {
  display: inline-block;
  letter-spacing: 2px;
  padding: 0.25em 0.25em;
}
.breadcrumbs li .content {
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  font-weight: normal;
  font-family: 'Open Sans';
  line-height: 2em;
}
.breadcrumbs li:hover,
.breadcrumbs li.current {
  cursor: pointer;
  font-weight: 400;
}
.breadcrumbs li.current .content {
  display: block;
  cursor: default;
}
.breadcrumbs li + li {
  border-left: 1px solid #332F30;
}
.pay-pal-logo-inline {
  display: inline;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.after-pay-logo-inline {
  display: inline;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.after-pay-content .one-quarter-column {
  height: 10em;
}
.after-pay-content a {
  text-decoration: underline;
}
.after-pay-content p {
  margin-bottom: 1em;
  vertical-align: top;
}
.after-pay-content .circle {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 4px solid #F3F1F3;
  margin: 1em auto;
  transform: rotate(45deg);
}
.after-pay-content .quarter-circle {
  border-top-color: #332F30;
}
.after-pay-content .half-circle {
  border-top-color: #332F30;
  border-right-color: #332F30;
}
.after-pay-content .three-quarter-circle {
  border-top-color: #332F30;
  border-right-color: #332F30;
  border-bottom-color: #332F30;
}
.after-pay-content .full-circle {
  border-color: #332F30;
}
.after-pay-content .indent {
  margin-left: 5em;
}
.button-big .pay-pal-logo-inline {
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  filter: brightness(120%);
}
#basket-view .row.shipping-option.radio-option-row,
.product-details-info .row.shipping-option.radio-option-row {
  margin-bottom: 20px !important;
  border: 1px solid;
  width: auto;
}
#basket-view .row.shipping-option.radio-option-row p,
.product-details-info .row.shipping-option.radio-option-row p {
  font-size: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left !important;
  letter-spacing: 0px !important;
  line-height: 15px;
  font-weight: bold;
}
#basket-view .row.shipping-option.radio-option-row .one-fifth-column,
.product-details-info .row.shipping-option.radio-option-row .one-fifth-column,
#basket-view .row.shipping-option.radio-option-row .three-fifth-column,
.product-details-info .row.shipping-option.radio-option-row .three-fifth-column {
  padding: 0 1em;
  vertical-align: middle;
  text-align: left;
}
body#checkout {
  /*a:hover {
        color: @charcoal;
        text-decoration: underline;
        font-weight: bold;
    }*/
}
body#checkout .complete p,
body#checkout .complete a {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 0 !important;
}
body#checkout .complete .button {
  width: 500px;
  max-width: 100%;
}
body#checkout .complete .max-screen-width {
  text-align: center;
}
body#checkout .complete .max-screen-width .message {
  font-size: 14px;
  letter-spacing: 2px;
}
body#checkout .two-third-column {
  vertical-align: top !important;
}
body#checkout .two-third-column .row {
  vertical-align: top !important;
  margin-bottom: 5px;
}
body#checkout .two-third-column .row .single-column {
  vertical-align: top !important;
}
body#checkout input {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  vertical-align: bottom;
  box-shadow: none !important;
}
body#checkout input:focus {
  box-shadow: none !important;
}
body#checkout .express-required {
  margin-left: 12px !important;
}
body#checkout .express-required .single-column {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: auto !important;
}
body#checkout .express-required .message.warning,
body#checkout .express-required .message.error {
  background-size: 18px;
}
body#checkout a#continue,
body#checkout a#continue-mobile,
body#checkout a#paypal-express-button {
  HEIGHT: 35px;
  line-height: 35px;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 3px;
}
body#checkout #basket-view .one-half-column {
  padding: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
body#checkout #basket-view .one-half-column.size,
body#checkout #basket-view .one-half-column.qty {
  width: 49.8%;
}
body#checkout #basket-view .one-half-column.qty p {
  width: 100%;
  text-align: center;
}
body#checkout #basket-view .one-half-column p {
  display: inline-block;
}
body#checkout #basket-view .one-half-column .chosen-container {
  height: 25px;
  line-height: 25px;
  margin-left: 5%;
  font-size: 10px;
  width: 6em !important;
}
body#checkout #basket-view .one-half-column .chosen-container .chosen-single {
  height: 25px;
  line-height: 25px;
}
body#checkout #basket-view .one-half-column .chosen-container .chosen-single div {
  top: 1px;
}
body#checkout #basket-view .three-quarter-column {
  padding: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
body#checkout #basket-view .three-quarter-column .row {
  margin-bottom: 0px !important;
}
body#checkout #basket-view .three-quarter-column .single-column {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
body#checkout #basket-view .three-quarter-column .single-column a {
  margin-right: 5%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
body#checkout .row.shipping-option.radio-option-row {
  margin-bottom: 20px !important;
  border: 1px solid;
  width: auto;
}
body#checkout .row.shipping-option.radio-option-row p {
  font-size: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left !important;
  letter-spacing: 0px !important;
  line-height: 15px;
}
body#checkout .row.shipping-option.radio-option-row .one-fifth-column,
body#checkout .row.shipping-option.radio-option-row .three-fifth-column {
  padding: 0 1em;
}
body#checkout .chosen-container {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}
body#checkout .chosen-container:focus {
  box-shadow: none;
}
body#checkout .chosen-container li.active-result.group-option.highlighted {
  background: #332F30;
}
body#checkout .chosen-container .chosen-results {
  margin: 10px;
}
body#checkout .chosen-container .chosen-single {
  height: 35px;
  line-height: 35px;
  box-shadow: none;
}
body#checkout .chosen-container .chosen-single div {
  top: 5px;
  color: #332F30;
}
body#checkout .chosen-container .chosen-single:focus {
  box-shadow: none;
}
body#checkout .chosen-container .chosen-drop {
  background: #f2f2f2;
}
body#checkout .chosen-container .chosen-search {
  height: 25px;
  line-height: 25px;
}
body#checkout .chosen-container .chosen-search input {
  height: 25px;
  line-height: 25px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
body#checkout .chosen-container .chosen-search input:focus {
  box-shadow: none;
}
body#checkout nav {
  padding-bottom: 1em;
  position: relative;
  border-bottom: 1px solid #BBB;
}
body#checkout nav .main-logo {
  width: 220px;
  display: block;
  margin: 0 auto;
  height: auto;
}
body#checkout nav .main-logo > img {
  width: 220px;
}
body#checkout nav ul {
  margin-top: 2%;
}
body#checkout nav ul li {
  padding: 0 1em !important;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 3px !important;
  margin: 0 !important;
}
body#checkout nav .trust-header {
  padding-top: 20px;
  float: right;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 90%;
}
body#checkout nav .trust-header p {
  display: inline-block;
}
body#checkout nav .trust-header .fa {
  background-color: #332F30;
  color: white;
  font-size: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0.25em;
}
body#checkout .row {
  margin-bottom: 0;
}
body#checkout .row > div {
  vertical-align: middle;
}
body#checkout input[type=text],
body#checkout input[type=email],
body#checkout input[type=tel],
body#checkout input[type=password] {
  width: 100%;
  font-family: 'Open Sans';
}
body#checkout .switch-currency-link:hover {
  color: #332F30;
  font-weight: bold;
  text-decoration: underline;
}
body#checkout .terms-and-condition {
  line-height: 1.5em;
}
body#checkout .terms-and-condition a:hover {
  color: #332F30;
  font-weight: bold;
  text-decoration: underline;
}
body#checkout #basket-view {
  width: 45%;
  float: right;
  padding: 1em;
  box-sizing: border-box;
}
body#checkout #basket-view .move-to-wishlist:hover,
body#checkout #basket-view .remove-from-bag:hover {
  text-decoration: underline;
  color: #332F30;
  font-weight: bold;
}
body#checkout #basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form,
body#checkout #basket-view .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 20px 0;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form input,
body#checkout #basket-view .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  box-shadow: none !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form input:focus,
body#checkout #basket-view .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form a,
body#checkout #basket-view .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 40px;
  line-height: 40px;
  width: 25%;
  border: 1px solid #aaa;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
  float: right;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form a:hover,
body#checkout #basket-view .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
body#checkout #basket-view .basket-content .totals,
body#checkout #basket-view .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
body#checkout #basket-view .basket-content .totals hr,
body#checkout #basket-view .order-summary-content .totals hr {
  margin-top: 20px;
}
body#checkout #basket-view .basket-content .totals .total,
body#checkout #basket-view .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
body#checkout #basket-view .basket-content .row.totals-content,
body#checkout #basket-view .order-summary-content .row.totals-content {
  margin: 20px 0;
}
body#checkout #basket-view .basket-content .product-content,
body#checkout #basket-view .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
body#checkout #basket-view .basket-content .single-column,
body#checkout #basket-view .order-summary-content .single-column {
  padding: 0;
}
body#checkout #basket-view .basket-content h2,
body#checkout #basket-view .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
body#checkout #basket-view .one-quarter-column {
  padding: 0;
}
body#checkout #basket-view .three-quarter-column {
  padding-left: 2em;
}
body#checkout #basket-view .chosen-container {
  display: inline-block !important;
}
body#checkout #basket-view .basket-content {
  overflow: hidden;
}
body#checkout #basket-view .totals {
  width: 240px;
  margin: 0;
  display: inline-block;
}
body#checkout #basket-view .totals td {
  width: 50%;
}
body#checkout #basket-view h1 {
  margin: 0;
  padding: 0;
}
body#checkout #basket-view #code {
  width: 50%;
}
body#checkout #details,
body#checkout #checkout-details,
body#checkout #checkout-payment {
  width: 55%;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  min-height: 72.4vh;
  border-right: none;
}
body#checkout #details h1,
body#checkout #checkout-details h1,
body#checkout #checkout-payment h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
body#checkout #details button#continue,
body#checkout #checkout-details button#continue,
body#checkout #checkout-payment button#continue,
body#checkout #details .place-order,
body#checkout #checkout-details .place-order,
body#checkout #checkout-payment .place-order {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
body#checkout #details p,
body#checkout #checkout-details p,
body#checkout #checkout-payment p {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
}
body#checkout #details p.seperator,
body#checkout #checkout-details p.seperator,
body#checkout #checkout-payment p.seperator {
  display: inline-block;
  margin-right: 15%;
}
body#checkout #details #login-link.button-big,
body#checkout #checkout-details #login-link.button-big,
body#checkout #checkout-payment #login-link.button-big {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: bottom;
}
body#checkout #details .row .one-half-column img,
body#checkout #checkout-details .row .one-half-column img,
body#checkout #checkout-payment .row .one-half-column img {
  height: auto;
  vertical-align: bottom;
}
body#checkout footer {
  height: 120px;
}
body#checkout textarea.feedback {
  width: 500px;
  height: 180px;
  max-width: 100%;
}
.radio-option-row {
  border: 1px solid darkgrey !important;
  text-transform: none;
}
.radio-option-row h1 {
  margin: 0;
}
.radio-option-row .radio-button.outer {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #332F30;
  border-radius: 2em;
  margin: 0;
  float: right;
}
.radio-option-row .radio-button.inner {
  width: 1em;
  height: 1em;
  background: #332F30;
  border-radius: 1em;
  margin: 0 auto;
  position: relative;
  top: 2px;
  display: none;
}
.radio-option-row.selected {
  cursor: pointer;
  background: inherit;
}
.radio-option-row.selected .radio-button.inner {
  display: block;
}
.radio-option-row.selected .option-content {
  display: block !important;
}
.radio-option-row .option-content {
  display: none !important;
}
.radio-option-row .bold {
  font-size: 14.4px;
  font-weight: 400;
}
.radio-option-row .pink {
  color: #F2C5B7;
  font-weight: 400;
}
.radio-option-row.non-selectable h1 {
  color: #757374;
}
.radio-option-row + .radio-option-row {
  border-top: none;
}
.payment-form .indicator {
  transition: all linear 0.2s;
}
.payment-form .indicator.greyed-out {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.content-page.complete {
  text-align: center;
  min-height: 67vh;
}
.content-page.complete h1 {
  font-size: 50px;
  letter-spacing: 0.2em;
  padding-bottom: 0;
}
.content-page.complete h2,
.content-page.complete h3 {
  font-weight: normal !important;
  letter-spacing: 0.2em;
  font-size: 25px;
  margin-bottom: 2em;
}
.content-page.complete .button-big {
  margin-bottom: 1em;
}
.content-page.complete h3 {
  text-transform: none;
}
.content-page.complete .one-half-column {
  padding-top: 0;
}
.content-page.complete .one-half-column h2 {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}
.content-page.complete .one-half-column:first-child {
  border-right: 1px solid #332F30;
}
.content-page.complete input:not([type=checkbox]) {
  margin-bottom: 2em;
}
.content-page.complete input[type=password] {
  width: 400px !important;
}
.content-page.complete p.thank-you {
  height: 16em;
  text-align: center;
}
@media (min-width: 1101px) {
  .radio-option-row:hover:not(.non-selectable) {
    cursor: pointer;
    background: inherit;
  }
  .radio-option-row:hover:not(.non-selectable) .radio-button.inner {
    display: block;
  }
}
@media (max-width: 1100px) {
  .content-page.complete h1 {
    font-size: 30px;
  }
  #size-modal {
    display: none;
    margin: 0 auto;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  #login .forgot-password {
    margin-left: 0 !important;
  }
  #basket-view .three-quarter-column .single-column {
    line-height: unset;
  }
  #basket-view .one-half-column.product-list {
    padding: 0 !important;
  }
  body#checkout .basket-content .product-content {
    margin-top: 0px;
  }
  body#checkout .two-third-column .row {
    margin-bottom: 5px;
  }
  body#checkout .two-third-column .row .single-column {
    vertical-align: top;
  }
  body#checkout input[type=checkbox] {
    height: auto;
    font-size: 10px;
    line-height: 0;
    margin: 0;
    vertical-align: sub;
    width: auto;
  }
  body#checkout input[type=checkbox]:focus {
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form {
    text-align: left !important;
    margin: 20px 0 !important;
  }
  body#checkout .gift-voucher-form input {
    width: 70% !important;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaa;
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form input:focus {
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form a {
    height: 40px;
    line-height: 40px;
    width: 25%;
    border: 1px solid #aaa;
    background: white;
    color: gray;
    font-size: 10px !important;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: bottom;
    padding: 0;
    float: right;
  }
  body#checkout .gift-voucher-form a:hover {
    background: lightgray;
    color: #332F30;
  }
  body#checkout .innerPage {
    top: 0;
  }
  body#checkout .row {
    white-space: normal;
    display: inline-block;
  }
  body#checkout nav {
    position: relative;
    height: auto !important;
  }
  body#checkout nav .main-logo {
    width: 110px !important;
  }
  body#checkout nav .main-logo > img {
    width: 110px !important;
  }
  body#checkout nav .trust-header {
    position: relative;
  }
  body#checkout nav .trust-header .under {
    display: none;
  }
  body#checkout nav .trust-header .fa {
    font-size: 14.4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  body#checkout .breadcrumbs {
    font-size: 10px !important;
  }
  body#checkout .breadcrumbs li {
    width: auto !important;
    letter-spacing: 2px !important;
    box-sizing: border-box !important;
    font-size: 10px !important;
  }
  body#checkout #basket-view {
    float: none;
    width: 100%;
    padding: 0;
    background: #f2f2f2;
  }
  body#checkout #basket-view .move-to-wishlist,
  body#checkout #basket-view .remove-from-bag {
    display: block;
    margin-bottom: 1em !important;
  }
  body#checkout #basket-view .move-to-wishlist:hover,
  body#checkout #basket-view .remove-from-bag:hover {
    text-decoration: underline;
  }
  body#checkout #basket-view select.size,
  body#checkout #basket-view select.qty {
    height: 20px;
    line-height: 20px;
    width: 3em;
    margin-left: 15px;
  }
  body#checkout #basket-view .show-summary {
    height: 3em;
    line-height: 3em;
    font-size: 12px;
    width: 100%;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
  }
  body#checkout #basket-view .show-summary:hover {
    color: #332F30 !important;
  }
  body#checkout #basket-view .show-summary span {
    display: inline-block;
  }
  body#checkout #basket-view .show-summary .total {
    float: right;
    text-align: right;
  }
  body#checkout #basket-view .basket-content {
    display: none;
    width: 100%;
  }
  body#checkout #basket-view img {
    width: 20vw;
    max-width: 150px;
    height: 100%;
  }
  body#checkout #basket-view .three-quarter-column {
    padding-left: 0;
    margin-left: 0;
    width: 74%;
  }
  body#checkout #basket-view .three-quarter-column .row {
    margin-bottom: 5px !important;
  }
  body#checkout #basket-view .single-column {
    padding: 1em 0;
  }
  body#checkout #basket-view .one-half-column {
    width: 49.8%;
    padding: 0;
    margin-bottom: 4px;
  }
  body#checkout #basket-view .one-half-column.size,
  body#checkout #basket-view .one-half-column.qty {
    width: 49.8%;
  }
  body#checkout #basket-view .one-half-column.qty {
    width: auto;
    text-align: left;
  }
  body#checkout #basket-view .one-third-column {
    width: 33%;
  }
  body#checkout #basket-view .two-third-column {
    width: 66%;
  }
  body#checkout #details,
  body#checkout #checkout-details,
  body#checkout #checkout-payment {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    border-right: none;
  }
  body#checkout #details .one-half-column,
  body#checkout #checkout-details .one-half-column,
  body#checkout #checkout-payment .one-half-column {
    width: 100%;
  }
  body#checkout #details .one-half-column #pay-pal-express,
  body#checkout #checkout-details .one-half-column #pay-pal-express,
  body#checkout #checkout-payment .one-half-column #pay-pal-express {
    float: none !important;
  }
  body#checkout #details .one-quarter-column,
  body#checkout #checkout-details .one-quarter-column,
  body#checkout #checkout-payment .one-quarter-column {
    width: 49.9%;
  }
  body#checkout #details p,
  body#checkout #checkout-details p,
  body#checkout #checkout-payment p {
    font-size: 10px;
  }
  body#checkout #details .single-column,
  body#checkout #checkout-details .single-column,
  body#checkout #checkout-payment .single-column {
    font-size: 10px;
    text-align: left;
    line-height: 15px;
    letter-spacing: 1px;
  }
  body#checkout #details .single-column p,
  body#checkout #checkout-details .single-column p,
  body#checkout #checkout-payment .single-column p {
    text-align: center;
    font-size: 10px;
  }
  body#checkout #details .single-column .switch-currency-link,
  body#checkout #checkout-details .single-column .switch-currency-link,
  body#checkout #checkout-payment .single-column .switch-currency-link {
    text-decoration: underline;
  }
  body#checkout #details h1,
  body#checkout #checkout-details h1,
  body#checkout #checkout-payment h1 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  body#checkout #details button#continue,
  body#checkout #checkout-details button#continue,
  body#checkout #checkout-payment button#continue,
  body#checkout #details button#continue-mobile,
  body#checkout #checkout-details button#continue-mobile,
  body#checkout #checkout-payment button#continue-mobile,
  body#checkout #details .place-order,
  body#checkout #checkout-details .place-order,
  body#checkout #checkout-payment .place-order {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  body#checkout #details .payment-form .three-fifth-column,
  body#checkout #checkout-details .payment-form .three-fifth-column,
  body#checkout #checkout-payment .payment-form .three-fifth-column {
    width: 100%;
  }
  body#checkout #details .payment-form .one-fifth-column:first-child,
  body#checkout #checkout-details .payment-form .one-fifth-column:first-child,
  body#checkout #checkout-payment .payment-form .one-fifth-column:first-child {
    width: 10%;
  }
  body#checkout #details .payment-form .two-fifth-column:nth-child(2),
  body#checkout #checkout-details .payment-form .two-fifth-column:nth-child(2),
  body#checkout #checkout-payment .payment-form .two-fifth-column:nth-child(2) {
    width: 53%;
  }
  body#checkout #details .payment-form .two-fifth-column:nth-child(3),
  body#checkout #checkout-details .payment-form .two-fifth-column:nth-child(3),
  body#checkout #checkout-payment .payment-form .two-fifth-column:nth-child(3) {
    width: 36%;
  }
  body#checkout #details .payment-form .one-fifth-column:not(:first-child),
  body#checkout #checkout-details .payment-form .one-fifth-column:not(:first-child),
  body#checkout #checkout-payment .payment-form .one-fifth-column:not(:first-child) {
    width: 49.9%;
  }
  body#checkout #details .payment-form .three-quarter-column,
  body#checkout #checkout-details .payment-form .three-quarter-column,
  body#checkout #checkout-payment .payment-form .three-quarter-column {
    width: 74.9%;
  }
  body#checkout #details .payment-form .one-quarter-column,
  body#checkout #checkout-details .payment-form .one-quarter-column,
  body#checkout #checkout-payment .payment-form .one-quarter-column {
    width: 24.9%;
  }
  body#checkout #details .payment-form .four-fifth-column,
  body#checkout #checkout-details .payment-form .four-fifth-column,
  body#checkout #checkout-payment .payment-form .four-fifth-column {
    width: 79%;
  }
  body#checkout #details .payment-form .billing-address .one-quarter-column,
  body#checkout #checkout-details .payment-form .billing-address .one-quarter-column,
  body#checkout #checkout-payment .payment-form .billing-address .one-quarter-column {
    width: 49.9%;
  }
  body#checkout #details .payment-form .after-pay-content .one-quarter-column,
  body#checkout #checkout-details .payment-form .after-pay-content .one-quarter-column,
  body#checkout #checkout-payment .payment-form .after-pay-content .one-quarter-column {
    font-size: 10px;
    width: 24%;
  }
  body#checkout .shipping-option .one-fifth-column:first-child {
    width: 15%;
  }
  body#checkout .shipping-option .three-fifth-column {
    width: 60%;
  }
  body#checkout .complete input[type=password] {
    width: 100% !important;
  }
  body#checkout .complete .one-half-column:first-child {
    border: none;
  }
  body#checkout .complete .one-half-column {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media (max-width: 360px) {
  body#checkout nav .trust-header {
    position: relative;
    top: -1em;
  }
}
/**** FORMS & MISC ****/
#simplemodal-container {
  background: white;
}
#size-modal {
  display: none;
  margin: 0 auto;
  padding-left: 5em;
  padding-right: 5em;
}
#login {
  display: none;
  height: 100%;
  box-sizing: border-box;
}
#login .row {
  margin-top: 10px;
  border-top: 1.5px solid #dbbca9;
  padding-top: 5px;
  margin-bottom: 10px;
}
#login .seperator {
  display: inline-block;
  height: 400px;
  border-left: 1px solid #332F30;
}
#login p.sign-in-title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#login .one-half-column {
  text-align: left;
  height: 400px;
  vertical-align: top !important;
}
#login label {
  font-weight: bold;
  text-transform: uppercase;
}
#login input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #332F30;
  text-transform: none;
}
#login label,
#login input {
  display: block;
  margin: 0.5em auto;
  width: 90% !important;
  font-size: 10px;
  letter-spacing: 2px;
}
#login label:focus,
#login input:focus {
  box-shadow: none !important;
}
#login input[type=email] {
  text-transform: none;
}
#login input[name=password] {
  margin-bottom: 2em;
  text-transform: none;
}
#login .message {
  margin: 0 0.5em;
  width: 90%;
  box-sizing: border-box;
}
#login .login-button,
#login .btn-facebook,
#login .btn-pinterest,
#login .register,
#login .register-open,
#login .mobile-register-button,
#login .mobile-sign-in-button,
#login .mobile-login-button {
  margin: 1em auto;
  display: block;
  width: 90%;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
#login .name-block .one-half-column {
  padding-right: 0.5em;
  padding-left: 0.5em;
  width: 49%;
}
#login .forgot-password,
#login .mobile-forgot-password {
  margin-left: 1.5em;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#login .forgot-password:hover,
#login .mobile-forgot-password:hover {
  color: #332F30;
  text-decoration: underline;
}
.bordered-form {
  float: left;
  margin-right: 2em;
  border: 1px solid #aaa;
  padding: 3em;
  width: 50%;
  overflow: visible;
}
.bordered-form table {
  width: 80%;
  margin: 0 auto;
}
.bordered-form tr {
  width: 100%;
}
.bordered-form td {
  width: 50%;
  padding: 0.5em;
  position: relative;
}
.bordered-form td input {
  width: 100%;
}
.bordered-form input[type=checkbox] {
  margin-top: 1em;
  width: auto;
}
.bordered-form input[type=checkbox] + input[type=hidden] + p {
  position: relative;
  left: 2em;
  top: -1.5em;
  display: inline-block;
}
.bordered-form input[type=checkbox] + input[type=hidden] + p:hover {
  cursor: pointer;
  color: #F2C5B7;
}
.bordered-form input[type=radio] {
  width: auto;
}
.no-border-form {
  display: inline-block;
  width: 30%;
  padding: 3em;
}
@media (max-width: 550px) {
  #login .one-half-column:first-child {
    display: none;
  }
  #login .one-half-column:last-child {
    width: 100%;
  }
  #login .one-half-column:last-child input {
    width: 100%;
  }
  #login .one-half-column:last-child .brushstroke-border-left {
    display: none;
  }
}
#contact-us {
  display: none;
}
#contact-us input,
#contact-us textarea {
  width: 360px;
  display: block;
  margin: 1em;
}
#contact-us .chosen-search {
  display: none;
}
#contact-us .chosen-single,
#contact-us .chosen-drop {
  width: 360px;
  line-height: 2em;
  margin-left: 12px;
  height: 2em;
  padding: 0.25em;
  padding-left: 1em;
}
#contact-us .chosen-drop {
  width: 379px;
}
.simplemodal-overlay {
  background-color: black;
}
.popup {
  background-color: #FFF;
  padding: 1.6em;
}
.popup .heading {
  display: block;
  margin-bottom: 0.8em;
}
/**** COMMON ****/
.simplemodal-close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://cdn.saboskirt.net/content2/Images/Icons/close.svg') /*/Content/Images/close.png*/;
    width: 50px;
    height: 50px;
    z-index: 1003;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}
#change-currency-form {
  background-color: white;
  color: #332F30;
  display: none;
  padding: 1em;
  padding-top: 2.5em;
  width: 350px;
  height: 300px;
  margin: 0 auto;
}
#change-currency-form p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
#change-currency-form .one-half-column {
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 9px;
  font-weight: bold;
}
#change-currency-form .flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
}
#change-currency-form .flag:hover,
#change-currency-form .flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#change-currency-form img {
  width: 85px;
  height: 85px;
  border-radius: 90px;
  margin-top: 2.5px;
}
#change-currency-form .au-flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
  background-image: none !important;
}
#change-currency-form .au-flag:hover,
#change-currency-form .au-flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#change-currency-form .us-flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
  background-image: none !important;
}
#change-currency-form .us-flag:hover,
#change-currency-form .us-flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#paypal-express-reset-warning {
  background-color: white;
  color: #332F30;
  display: none;
  padding: 2em;
  text-align: center;
  line-height: 1.5em;
}
#paypal-express-reset-warning p {
  margin-bottom: 1em;
}
#blog {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 41.5vh;
}
#blog h1,
#blog h2,
#blog h3,
#blog h4,
#blog h5,
#blog h6 {
  font-family: 'Montserrat';
  font-weight: normal;
  color: white;
}
#blog .item {
  position: relative;
  text-align: center;
  width: 300px;
  height: 300px;
  margin: 2em auto;
}
#blog .item .effect {
  background: radial-gradient(ellipse farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#blog .item > a > h2 {
  color: white;
  position: absolute;
  width: 300px;
  top: 140px;
  font-weight: bolder;
  margin: 0 auto;
  z-index: 3;
  letter-spacing: 0.3em;
  font-size: 20pt;
}
#blog .item img {
  width: 300px;
  height: 300px;
}
#blog .item .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  transition: opacity linear 0.2s;
  z-index: 2;
}
#blog .item .delete {
  font-family: 'FontAwesome';
  position: absolute;
  top: 2em;
  right: 2em;
  color: white;
  z-index: 3;
}
#blog .item .delete:hover {
  color: #ef0a0a;
}
#blog .item.blog-item h3 {
  position: absolute;
  left: 0;
  right: 0;
}
#blog .item.blog-item h3:first-child {
  top: 5%;
}
#blog .item.blog-item h3:last-child {
  top: 90%;
}
#blog .item.blog-item:first-child h3:first-child {
  top: 35%;
}
#blog .item.blog-item:first-child h3:last-child {
  top: 53%;
}
#blog .item .title {
  margin-top: 130px;
}
#blog .item:hover .overlay {
  opacity: 1;
}
@media (min-width: 1101px) {
  #blog .item {
    float: left;
    margin: 1em;
  }
  #blog .item:first-child {
    width: 624px;
    height: 624px;
  }
  #blog .item:first-child > a > h2 {
    width: 600px;
    top: 280px;
  }
  #blog .item:first-child img {
    width: 624px;
    height: 624px;
  }
}
#blog-modal {
  display: none;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: 100vh;
  background: white;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
}
#blog-modal #blog-frame {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  #basket-view .basket-content {
    width: 95% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #basket-view .basket-content {
    width: 95% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #basket-view .basket-content {
    width: 95% !important;
  }
  #basket-view .basket-content .order-summary h4 {
    text-align: left !important;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 16px !important;
  }
}
@media (min-width: 771px) and (max-width: 991px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 16px !important;
  }
}
@media (max-width: 771px) {
  nav.mobile-only span.my-bag-mobile-count {
    right: 17px !important;
  }
}
#basket-view .one-half-column.qty .chosen-container {
  display: none !important;
}
@media (max-width: 1100px) {
  #basket-view .basket-title {
    text-align: center;
  }
  #basket-view .one-quarter-column img {
    width: 90% !important;
  }
  #basket-view .basket-content {
    width: 95% !important;
    text-align: center !important;
  }
  #basket-view .basket-content .move-to-wishlist,
  #basket-view .basket-content .remove-from-bag {
    display: block;
    margin-bottom: 1em !important;
  }
  #basket-view .basket-content .move-to-wishlist:hover,
  #basket-view .basket-content .remove-from-bag:hover {
    text-decoration: underline;
  }
  #basket-view .basket-content .one-half-column.size,
  #basket-view .basket-content .one-half-column.qty {
    width: 50%;
  }
  #basket-view .basket-content .one-half-column.qty .chosen-container {
    display: inline-block !important;
  }
  #basket-view .basket-content select.size,
  #basket-view .basket-content select.qty {
    height: 20px;
    line-height: 20px;
    width: 3em;
    margin-left: 15px;
  }
  #basket-view .basket-content .product-list,
  #basket-view .basket-content .order-summary {
    width: 100% !important;
    border: none;
    display: block;
    height: auto !important;
    min-height: 20px !important;
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .innerPage {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
  }
  .innerPage.open {
    overflow: hidden;
  }
}
@media (min-width: 1101px) {
  .max-screen-width {
    min-width: 1100px;
  }
}
.input-imp-long {
  display: none;
}
main {
  max-width: 100vw;
}
/**** CONTENT PAGE ****/
.content-page {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  margin: 2em auto;
  font-family: 'Open Sans';
  min-height: 350px;
}
.content-page p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 2em;
}
.content-page h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}
.content-page h2 {
  font-size: 1.6em;
  margin: 20px 0 10px;
}
.content-page th,
.content-page td {
  font-family: 'Open Sans' !important;
  padding: 5px !important;
}
.content-page th {
  font-weight: 400 !important;
}
.content-page strong {
  font-weight: 400;
  margin-left: -2em;
}
.content-page .row {
  font-size: 12px;
  text-align: center;
}
.content-page textarea {
  width: 22em;
  height: 120px;
}
.content-page .chosen-container {
  margin: 0 auto;
}
.content-page input[type=submit] {
  width: auto;
}
.content-page .contact-form {
  margin-bottom: 3em;
}
.content-page.contact-us input {
  width: 22em;
}
.content-page.contact-us .chosen-container {
  width: 20.25em;
}
.content-page .content #Country_chosen {
  width: 300px;
  text-align: center;
}
.content-page.error {
  min-height: 36vh;
}
.content-page.error p {
  text-align: center;
}
.content-page.error input[type=email] {
  width: 400px;
}
.content-page.error textarea {
  width: 400px;
  height: 200px;
}
@media (max-width: 1100px) {
  .account-page {
    width: 95% !important;
  }
  .account-page #order-details .single-column {
    margin-bottom: 0 !important;
    padding-left: 1em !important;
  }
  .account-page #order-details table {
    margin-top: 0 !important;
  }
  .account-page #order-details table th,
  .account-page #order-details table td {
    padding: 8px 1em !important;
  }
  .account-page .items-section .one-half-column {
    width: 49% !important;
    padding: 3px 0 !important;
    font-size: 10px !important;
  }
  .account-page .items-section .one-half-column p {
    font-size: 100% !important;
  }
  .account-page .items-section .one-half-column .single-column {
    padding: 3px 0 !important;
    padding-left: 0 !important;
    font-size: 10px !important;
  }
  .account-page #credits-view-all table th,
  .account-page #credits-view-all table td {
    padding-left: 1em !important;
    line-height: 14px;
  }
  .account-page #orders-view-all .single-column {
    margin-bottom: 0 !important;
  }
  .account-page #orders-view-all table td,
  .account-page #orders-view-all table th {
    padding: 6px 1em !important;
  }
  .account-page table {
    width: 100% !important;
  }
  .account-page table td,
  .account-page table th {
    padding: 6px 0 !important;
  }
  .account-page table td .button,
  .account-page table th .button {
    width: 100% !important;
  }
  .account-page .pagination-footer {
    width: 100% !important;
  }
  .account-page #address-details {
    width: 100% !important;
    padding: 0 !important;
  }
  .account-page .breadcrumbs {
    margin: 3em 0 0;
  }
  .account-page #details {
    width: 100% !important;
  }
  .account-page .content .page-title {
    text-align: left !important;
  }
  .account-page .content .single-column .button {
    width: 100% !important;
  }
  .account-page .logout {
    width: 100% !important;
  }
  .content-page {
    width: 100%;
    min-width: 100vw;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .content-page table {
    margin: 0 auto;
  }
  .content-page table p,
  .content-page table strong {
    margin: 0;
    padding: 0;
  }
  .content-page table th,
  .content-page table td {
    text-align: center;
  }
  .content-page select,
  .content-page textarea {
    width: 264px;
  }
}
/**** ACCOUNT PAGES ****/
.account-page {
  min-height: 39vh;
}
.account-page input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.account-page .breadcrumbs {
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  font-size: 8px;
}
.account-page .breadcrumbs a,
.account-page .breadcrumbs .currentPage {
  padding: 0px 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #332F30;
}
.account-page .breadcrumbs img {
  width: 12px;
  vertical-align: sub;
  display: inline-block;
}
.account-page .breadcrumbs img:hover {
  width: 13px !important;
}
.account-page .breadcrumbs a:hover {
  color: black;
  font-size: 8.5px;
}
.account-page .breadcrumbs .currentPage {
  color: black;
  display: inline-block;
  text-shadow: 0 0;
}
.account-page #credits-view-all table th,
.account-page #credits-view-all table td {
  text-align: left;
  padding: 1em;
}
.account-page .newsletter-button {
  height: auto;
  width: auto;
  line-height: normal;
  background: white;
  color: black;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
}
.account-page #address-details .one-half-column,
.account-page #address-details .single-column,
.account-page #address-details .one-quarter-column,
.account-page #address-details .one-third-column,
.account-page #address-details .one-fifth-column {
  padding: 1em 0 !important;
}
.account-page #address-details .one-half-column input,
.account-page #address-details .single-column input,
.account-page #address-details .one-quarter-column input,
.account-page #address-details .one-third-column input,
.account-page #address-details .one-fifth-column input {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column select,
.account-page #address-details .single-column select,
.account-page #address-details .one-quarter-column select,
.account-page #address-details .one-third-column select,
.account-page #address-details .one-fifth-column select {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column .chosen-container,
.account-page #address-details .single-column .chosen-container,
.account-page #address-details .one-quarter-column .chosen-container,
.account-page #address-details .one-third-column .chosen-container,
.account-page #address-details .one-fifth-column .chosen-container {
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.account-page #address-details .one-half-column .chosen-container .chosen-single,
.account-page #address-details .single-column .chosen-container .chosen-single,
.account-page #address-details .one-quarter-column .chosen-container .chosen-single,
.account-page #address-details .one-third-column .chosen-container .chosen-single,
.account-page #address-details .one-fifth-column .chosen-container .chosen-single {
  height: 35px;
  line-height: 35px;
}
.account-page #address-details .one-half-column .chosen-container input,
.account-page #address-details .single-column .chosen-container input,
.account-page #address-details .one-quarter-column .chosen-container input,
.account-page #address-details .one-third-column .chosen-container input,
.account-page #address-details .one-fifth-column .chosen-container input {
  height: 24px;
  line-height: 24px;
}
.account-page #address-details .one-half-column .button,
.account-page #address-details .single-column .button,
.account-page #address-details .one-quarter-column .button,
.account-page #address-details .one-third-column .button,
.account-page #address-details .one-fifth-column .button {
  height: 35px;
  line-height: 35px;
  background: #dbbca9;
  color: white;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.account-page #address-details .one-half-column a.button,
.account-page #address-details .single-column a.button,
.account-page #address-details .one-quarter-column a.button,
.account-page #address-details .one-third-column a.button,
.account-page #address-details .one-fifth-column a.button {
  font-weight: bold;
  background: white !important;
  color: black !important;
  text-decoration: underline;
}
    .account-page #address-details .one-half-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .single-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-quarter-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-third-column .chosen-container-active.chosen-with-drop .chosen-single div b,
    .account-page #address-details .one-fifth-column .chosen-container-active.chosen-with-drop .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
    .account-page #address-details .one-half-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .single-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-quarter-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-third-column .chosen-container-single .chosen-single div b,
    .account-page #address-details .one-fifth-column .chosen-container-single .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
.account-page #details,
.account-page #orders {
  width: 45%;
  padding: 1em;
  margin-top: 0 !important;
}
.account-page #orders-mobile {
  width: 100%;
  margin-top: 0 !important;
}
.account-page #orders-mobile table {
  width: 100%;
}
.account-page #orders-mobile table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders-mobile table th,
.account-page #orders-mobile table td {
  text-align: left;
  padding: 10px 0;
}
.account-page #orders-mobile table .button {
  padding: 0;
  width: 80px;
  height: 2em;
  line-height: 2em;
}
.account-page .items-section .one-half-column {
  text-align: left;
  width: 40%;
  padding: 1em 0;
}
.account-page .items-section .one-half-column .one-half-column {
  width: 45%;
  padding: 1em 0;
}
.account-page .items-section .one-half-column .one-half-column .single-column {
  padding: 8px;
  font-weight: 600;
}
.account-page .pagination-footer {
  width: 80%;
}
.account-page .pagination {
  margin: 5em auto !important;
  float: none !important;
}
.account-page #order-details {
  font-weight: 500;
}
.account-page #order-details table {
  font-weight: 500;
  width: 100%;
}
.account-page #order-details table a {
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
.account-page #order-details table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #order-details table th,
.account-page #order-details table td {
  text-align: left;
  padding: 8px 0;
}
.account-page #order-details table .button {
  padding: 0;
  width: 60%;
  height: 3em;
  line-height: 3em;
  font-size: 10px;
  color: black;
  background: white;
  border: 1px solid;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}
.account-page #orders-view-all table {
  font-weight: 500;
  width: 100%;
}
.account-page #orders-view-all table a {
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
.account-page #orders-view-all table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders-view-all table th,
.account-page #orders-view-all table td {
  text-align: left;
  padding: 1em;
}
.account-page #orders-view-all table .button {
  padding: 0;
  width: 60%;
  height: 3em;
  line-height: 3em;
  font-size: 10px;
  color: black;
  background: white;
  border: 1px solid;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}
.account-page .content .single-column {
  padding: 1em 0;
  text-align: left;
}
.account-page .content .single-column .button {
  background: #dbbca9;
  color: white;
  width: 50%;
  letter-spacing: 2px;
  height: 35px;
  line-height: 35px;
}
.account-page .content .single-column input {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.account-page .content .title {
  text-transform: capitalize;
  border-bottom: 1px solid;
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-size: 12px;
  line-height: 2em;
  position: relative;
  letter-spacing: 2px;
}
.account-page .content .title a {
  float: right;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.account-page .content .shipping-address,
.account-page .content .billing-address,
.account-page .content .account-settings-view {
  margin-top: 1em;
}
.account-page .content .shipping-address p,
.account-page .content .billing-address p,
.account-page .content .account-settings-view p {
  line-height: 20px;
}
.account-page .bordered-form {
  width: 40%;
}
.account-page input {
  width: 100%;
}
.account-page #orders {
  margin-top: 20px;
  width: 42%;
}
.account-page #orders table {
  width: 100%;
}
.account-page #orders table th {
  font-weight: 400;
  border-bottom: 1px solid #CCC;
}
.account-page #orders table th,
.account-page #orders table td {
  text-align: left;
  padding: 10px 0;
}
.account-page #orders table .button {
  padding: 0;
  width: 80px;
  height: 2em;
  line-height: 2em;
}
#warning-message {
  padding: 1em;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
#warning-message h2 {
  font-weight: bold;
  font-size: 120%;
}
#warning-message p {
  margin: 0.5em;
}
#warning-message .button {
  background: #dbbca9;
  color: white;
  width: auto;
  letter-spacing: 2px;
  height: 35px;
  line-height: 35px;
  margin-top: 4em;
}
@media (max-width: 1100px) {
  #order-details table td,
  #order-details table th {
    padding: 8px 0 !important;
  }
  .account-page table {
    width: 100% !important;
  }
  .account-page table td,
  .account-page table th {
    padding: 6px 0 !important;
  }
  .account-page table td .button,
  .account-page table th .button {
    width: 100% !important;
  }
  .my-bag + .items > .button {
    margin-top: 20px !important;
  }
  .account-page .bordered-form {
    width: 100%;
  }
  .account-page #orders {
    width: 100%;
    padding: 0;
  }
}
/* Awesomplete */
[hidden] {
  display: none;
}
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
div.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.awesomplete > input {
  display: block;
}
div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
div.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
}
div.awesomplete > ul > li:hover,
div.awesomplete > ul > li[aria-selected="true"] {
  background-color: #332F30;
  color: white;
}
div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
  display: none;
}
.flag {
  background-size: contain;
  background-repeat: no-repeat;
}
.au-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.saboskirt.net/content2/Images/flags/Aus-Flag.svg);
}
.us-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.saboskirt.net/content2/Images/flags/US-Flag.svg);
}
.drop-down-menu {
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
}
.shopping-bag-small .my-bag + .items {
  top: 20px;
}
.basket-list-view {
  text-align: center;
  right: 10px;
  width: 300px;
  min-height: 5em;
}
.basket-list-view h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.basket-list-view ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.basket-list-view ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.basket-list-view ul li + li {
  border-top: 1px solid #F3F1F3;
}
.basket-list-view ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.basket-list-view ul li.small-item {
  height: 5.5em;
}
.basket-list-view ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.basket-list-view ul li.small-item .info {
  font-size: 80%;
}
.basket-list-view ul img {
  display: inline-block;
}
.basket-list-view ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.basket-list-view ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.basket-list-view:hover {
  display: block;
}
.totals {
  text-align: left;
  width: 90%;
  font-weight: normal;
  margin: 0 auto;
}
.totals tr,
.totals td {
  height: 2em;
  line-height: 2em;
}
.totals .amt {
  text-align: right;
}
.totals .amt span {
  padding-left: 30px;
}
.totals .total {
  border-top: none;
  height: 2em;
  line-height: 2em;
  font-weight: 400;
  font-size: 14.4px;
}
.totals .savings {
  border-top: none;
}
.totals .currency {
  text-align: left;
}
.totals .currency td {
  font-size: 11px;
}
.totals .currency td a {
  margin-left: 0px;
  text-decoration: underline;
}
.my-bag + .items {
  z-index: 100;
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
  top: 80px;
  text-align: center;
  right: 10px;
  width: 300px;
  min-height: 5em;
}
.my-bag + .items h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.my-bag + .items ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.my-bag + .items ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.my-bag + .items ul li + li {
  border-top: 1px solid #F3F1F3;
}
.my-bag + .items ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.my-bag + .items ul li.small-item {
  height: 5.5em;
}
.my-bag + .items ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.my-bag + .items ul li.small-item .info {
  font-size: 80%;
}
.my-bag + .items ul img {
  display: inline-block;
}
.my-bag + .items ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.my-bag + .items ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.my-bag + .items:hover {
  display: block;
}
.my-bag + .items h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
.my-bag + .items ul {
  margin: 1em 0;
  text-align: left;
  position: static;
  display: block;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.my-bag + .items ul li {
  width: 100%;
  margin: 0;
  padding: 1em;
  height: 103px;
  position: static;
  display: block;
  box-sizing: border-box;
  overflow-y: hidden;
}
.my-bag + .items ul li + li {
  border-top: 1px solid #F3F1F3;
}
.my-bag + .items ul li a:hover {
  color: #F2C5B7;
  border: none;
}
.my-bag + .items ul li.small-item {
  height: 5.5em;
}
.my-bag + .items ul li.small-item img {
  width: auto;
  height: 3.5em;
}
.my-bag + .items ul li.small-item .info {
  font-size: 80%;
}
.my-bag + .items ul img {
  display: inline-block;
}
.my-bag + .items ul .info {
  font-weight: normal;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
}
.my-bag + .items ul .info > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.my-bag + .items:hover {
  display: block;
}
.my-bag + .items > .button {
  width: 100%;
  line-height: 30px;
  height: 30px;
  letter-spacing: 2px;
}
.my-bag + .items > .button.view-bag {
  margin-top: 20px;
  background: #dbbca9;
  color: black;
  font-weight: 500;
}
.my-bag + .items > .button.view-bag:hover {
  filter: brightness(90%);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.shopping-bag:hover {
  cursor: pointer;
}
.shopping-bag:hover .items {
  display: block;
  cursor: default;
}
#tooltip {
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 15px;
  z-index: 1005;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/**** NAV ****/
.search-new.mobile-only {
  position: relative;
  top: 38px;
  z-index: 2;
  height: 40px;
  display: block;
  background: white;
}
.search-new.mobile-only #mobile-search {
  width: 98%;
  border-bottom: 1px solid #aaa;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  margin-left: 5px;
  height: 35px;
  padding-right: 1em;
}
.search-new.mobile-only #mobile-search:focus {
  box-shadow: none;
}
nav.mobile-only {
  height: 6em;
  position: relative;
  left: 0;
  top: 4em;
  right: 0;
  background: #FFF;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
}
nav.mobile-only .new-search-form {
  display: flex;
  align-items: center;
  position: absolute;
  right: 12%;
  height: 100%;
}
nav.mobile-only .new-search-form .mobile-search-icon {
  width: 3.0em;
}
nav.mobile-only #logo {
  display: flex;
  margin: 0 auto;
  height: 6em;
  width: 200px;
  align-items: center;
}
nav.mobile-only #logo > img {
  display: flex;
  height: 48px;
  margin: 0 auto;
  margin-right: 19%;
}
nav.mobile-only #side-menu {
  position: absolute;
  display: flex;
  align-self: center;
  left: 3%;
  height: 48px;
}
nav.mobile-only #side-menu > img {
  width: 2em;
}
nav.mobile-only .my-account-mobile {
  height: 48px;
  position: absolute;
  display: flex;
  right: 8%;
}
nav.mobile-only .my-account-mobile > img {
  width: 2.5em;
}
nav.mobile-only a.wishlist-mobile {
  height: 100%;
  position: absolute;
  display: flex;
  right: 20%;
}
nav.mobile-only a.wishlist-mobile > img {
  width: 3.0em;
}
nav.mobile-only .my-bag {
  position: absolute;
  right: 0;
  display: flex;
  align-self: center;
  height: 100%;
  line-height: 6em;
  font-size: 12px;
  font-weight: bold;
  width: 3.5em;
  bottom: 0.2em;
}
nav.mobile-only .my-bag > img {
  width: 3.5em;
  margin-bottom: 0.5em;
  position: relative;
  height: 100%;
}
nav.mobile-only span.my-bag-mobile-count {
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 2px;
  font-size: 120%;
}
#mobile-menu {
  position: absolute;
  top: 10em;
  bottom: 0;
  left: -330px;
  width: 330px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.5s ease-out;
  z-index: 1000;
  background-color: white;
  transform-style: preserve-3d;
}
#mobile-menu .main-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
#mobile-menu .main-link.collapse {
  border-top: 1px solid lightgrey;
}
#mobile-menu .main-link.expand {
  border-top: 1px solid lightgray;
}
#mobile-menu .logo {
  height: 6em;
  position: relative;
}
#mobile-menu img.expand-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4em;
  line-height: 4em;
}
#mobile-menu img.collapse-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4em;
  line-height: 4em;
}
#mobile-menu li {
  display: block;
  box-sizing: border-box;
  min-height: 4em;
  line-height: 4em;
  padding-left: 1em;
}
#mobile-menu .link {
  margin: 0 1em;
  width: 90%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}
#mobile-menu .link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#mobile-menu .link:not(.primary)::after {
  position: absolute;
  right: 2em;
}
#mobile-menu .primary {
  font-weight: 400;
  text-transform: uppercase;
}
#mobile-menu .header {
  color: rgba(0, 0, 0, 0.4);
}
#mobile-menu .search {
  padding: 3px;
  width: 100%;
}
#mobile-menu .search span {
  display: block;
  position: absolute;
  left: 2.5em;
}
#mobile-menu .search input {
  width: 90%;
  margin-left: 1.5em;
  padding-left: 2em;
}
#mobile-menu-exit {
  z-index: 999;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#mobile-bag {
  display: block;
  position: absolute;
  top: 10em;
  bottom: 0;
  left: 100vw;
  width: 330px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.5s ease-out;
  z-index: 1000;
  background-color: white;
  padding: 1em;
  transform-style: preserve-3d;
}
#mobile-bag .brushstroke-border-bottom,
#mobile-bag .brushstroke-border-left,
#mobile-bag .brushstroke-border-top,
#mobile-bag .brushstroke-border-right {
  display: none;
}
#mobile-bag .mobile-bag-exit {
  float: left;
  font-size: 200%;
  width: auto;
  height: auto;
}
#mobile-bag .product .details {
  font-size: 90% !important;
}
#mobile-bag .product .details .strike {
  padding: 6px;
}
#mobile-bag .items {
  display: block !important;
  width: 90%;
  top: 0;
  border: none;
}
#mobile-bag .items .empty {
  margin: 2em 0;
}
#mobile-bag .items li {
  position: relative;
}
#mobile-bag .items .remove-from-bag {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 10px;
  font-weight: bold;
}
#mobile-bag h1 {
  text-align: center;
}
#mobile-bag-exit {
  z-index: 999;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
/**** LOOKBOOKS ****/
.lookbooks {
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
}
.lookbooks .book {
  margin-bottom: 1em;
  width: 100%;
  position: relative;
}
.lookbooks .book img {
  width: 100%;
}
.lookbook-image {
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
  margin-bottom: 2em;
  position: relative;
  display: block;
  overflow: hidden;
}
.lookbook-image img {
  width: 100%;
}
.lookbook-image.has-product .lookbook-product {
  position: absolute;
  bottom: -14vw;
  left: 0;
  right: 0;
  height: 14vw;
  background: rgba(255, 255, 255, 0.8);
  transition: bottom linear 0.4s;
}
.lookbook-image.has-product .lookbook-product a {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.lookbook-image.has-product .lookbook-product a .details {
  text-align: center;
}
.lookbook-image.has-product .lookbook-product a h2 {
  margin: 0 auto;
}
.lookbook-image.has-product .lookbook-product a img {
  height: 12vw;
  position: relative;
  top: 1vw;
  margin: auto 0;
  display: inline-block;
  width: auto;
  margin-right: 2em;
}
.lookbook-image.has-product .lookbook-product a span {
  font-size: 120%;
  margin-bottom: 1em;
  display: inline-block;
}
.lookbook-image.has-product .lookbook-product a .primary {
  float: left;
}
.lookbook-image.has-product .lookbook-product a .secondary {
  float: right;
}
.lookbook-image.has-product:hover {
  cursor: pointer;
}
@media (max-width: 1100px) {
  .shop-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
  }
  .shop-link:active {
    color: transparent;
  }
}
@media (min-width: 1101px) {
  .image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity ease 0.2s;
    opacity: 0;
  }
  .shop-link {
    position: absolute;
    left: 500px;
    top: 385.6px;
    width: 200px;
    border: 1px solid white;
    color: white;
    height: 28.8px;
    padding: 7.2px;
    line-height: 28.8px;
    text-transform: uppercase;
    text-align: center;
    display: none;
    font-size: 14.4px;
  }
  .shop-link:hover {
    color: #F2C5B7;
    border-color: #F2C5B7;
  }
  .book:hover .image-overlay {
    opacity: 1;
  }
  .book:hover .shop-link {
    display: block;
  }
}
/**** CHECKOUT ****/
#basket-view .basket-title {
  font-size: 12px;
  margin: 2em 0px 2em 0;
  font-weight: bold;
  height: 25px;
  line-height: 20px;
  border-bottom: 1px solid darkgray;
  letter-spacing: 2px;
  text-align: left;
}
#basket-view .one-quarter-column img {
  width: 80%;
}
#basket-view a.button.checkout-button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 500;
  background: black;
  color: white;
  font-size: 10px;
}
#basket-view a.button.checkout-button:hover {
  filter: brightness(80%);
}
#basket-view .one-half-column {
  padding: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#basket-view .one-half-column.product-list {
  padding: 0 2em 0 0;
  border-right: none;
  min-height: 500px;
  width: 55%;
}
#basket-view .one-half-column.order-summary {
  padding-left: 5%;
  width: 30%;
}
#basket-view .one-half-column.order-summary hr {
  border: 1px solid #aaa;
  border-bottom: none;
}
#basket-view .one-half-column.price {
  float: right;
  height: auto;
  line-height: 70px;
  width: 25%;
}
#basket-view .one-half-column.qty {
  float: none;
}
#basket-view .one-half-column.qty .chosen-container {
  display: none;
}
#basket-view .one-half-column.size,
#basket-view .one-half-column.qty {
  width: 49.8%;
  height: auto;
  line-height: 25px;
}
#basket-view .one-half-column p {
  display: inline-block;
}
#basket-view .one-half-column .chosen-container {
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  font-size: 10px;
  width: 6em !important;
}
#basket-view .one-half-column .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  box-shadow: none;
}
#basket-view .one-half-column .chosen-container .chosen-single div {
  top: 1px;
}
#basket-view .shipping-country .chosen-container {
  margin-left: 0 !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
}
#basket-view .shipping-country .chosen-container .chosen-single {
  height: 40px !important;
  line-height: 40px !important;
}
#basket-view .three-quarter-column {
  padding: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
#basket-view .three-quarter-column .row {
  margin-bottom: 10px !important;
}
#basket-view .three-quarter-column .single-column {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
#basket-view .three-quarter-column .single-column a {
  margin-right: 5%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
#basket-view .move-to-wishlist:hover,
#basket-view .remove-from-bag:hover {
  text-decoration: underline;
  color: #332F30;
  font-weight: bold;
}
#basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 20px 0 !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 73% !important;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input:focus,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 40px;
  line-height: 40px;
  width: 25%;
  border: 1px solid #aaa;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a:hover,
#basket-view .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#basket-view .basket-content .totals,
#basket-view .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
#basket-view .basket-content .totals hr,
#basket-view .order-summary-content .totals hr {
  margin-top: 20px;
}
#basket-view .basket-content .totals .total,
#basket-view .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#basket-view .basket-content .row.totals-content,
#basket-view .order-summary-content .row.totals-content {
  margin: 0;
  border: 1px solid #aaa;
  padding: 2%;
}
#basket-view .basket-content .product-content,
#basket-view .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
#basket-view .basket-content .single-column,
#basket-view .order-summary-content .single-column {
  padding: 0;
}
#basket-view .basket-content h2,
#basket-view .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#basket-view .one-quarter-column {
  padding: 0;
}
#basket-view .three-quarter-column {
  padding-left: 2em;
}
#basket-view .chosen-container {
  display: inline-block !important;
}
#basket-view .basket-content {
  overflow: visible;
}
#basket-view .totals {
  width: 240px;
  margin: 0;
  display: inline-block;
}
#basket-view .totals td {
  width: 50%;
}
#basket-view h1 {
  margin: 0;
  padding: 0;
}
#basket-view #code {
  width: 50%;
}
.breadcrumbs {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0;
  position: relative;
}
.breadcrumbs li {
  display: inline-block;
  letter-spacing: 2px;
  padding: 0.25em 0.25em;
}
.breadcrumbs li .content {
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  font-weight: normal;
  font-family: 'Open Sans';
  line-height: 2em;
}
.breadcrumbs li:hover,
.breadcrumbs li.current {
  cursor: pointer;
  font-weight: 400;
}
.breadcrumbs li.current .content {
  display: block;
  cursor: default;
}
.breadcrumbs li + li {
  border-left: 1px solid #332F30;
}
.pay-pal-logo-inline {
  display: inline;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.after-pay-logo-inline {
  display: inline;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.after-pay-content .one-quarter-column {
  height: 10em;
}
.after-pay-content a {
  text-decoration: underline;
}
.after-pay-content p {
  margin-bottom: 1em;
  vertical-align: top;
}
.after-pay-content .circle {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 4px solid #F3F1F3;
  margin: 1em auto;
  transform: rotate(45deg);
}
.after-pay-content .quarter-circle {
  border-top-color: #332F30;
}
.after-pay-content .half-circle {
  border-top-color: #332F30;
  border-right-color: #332F30;
}
.after-pay-content .three-quarter-circle {
  border-top-color: #332F30;
  border-right-color: #332F30;
  border-bottom-color: #332F30;
}
.after-pay-content .full-circle {
  border-color: #332F30;
}
.after-pay-content .indent {
  margin-left: 5em;
}
.button-big .pay-pal-logo-inline {
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  filter: brightness(120%);
}
#basket-view .row.shipping-option.radio-option-row,
.product-details-info .row.shipping-option.radio-option-row {
  margin-bottom: 20px !important;
  border: 1px solid;
  width: auto;
}
#basket-view .row.shipping-option.radio-option-row p,
.product-details-info .row.shipping-option.radio-option-row p {
  font-size: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left !important;
  letter-spacing: 0px !important;
  line-height: 15px;
  font-weight: bold;
}
#basket-view .row.shipping-option.radio-option-row .one-fifth-column,
.product-details-info .row.shipping-option.radio-option-row .one-fifth-column,
#basket-view .row.shipping-option.radio-option-row .three-fifth-column,
.product-details-info .row.shipping-option.radio-option-row .three-fifth-column {
  padding: 0 1em;
  vertical-align: middle;
  text-align: left;
}
body#checkout {
  /*a:hover {
        color: @charcoal;
        text-decoration: underline;
        font-weight: bold;
    }*/
}
body#checkout .breadcrumbs {
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  font-size: 8px;
}
body#checkout .breadcrumbs a,
body#checkout .breadcrumbs .currentPage {
  padding: 0px 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #332F30;
}
body#checkout .breadcrumbs img {
  width: 12px;
  vertical-align: sub;
  display: inline-block;
}
body#checkout .breadcrumbs img:hover {
  width: 13px !important;
}
body#checkout .breadcrumbs a:hover {
  color: black;
  font-size: 8.5px;
}
body#checkout .breadcrumbs .currentPage {
  color: black;
  display: inline-block;
  text-shadow: 0 0;
}
body#checkout .two-third-column {
  vertical-align: top !important;
}
body#checkout .two-third-column .row {
  vertical-align: top !important;
  margin-bottom: 5px;
}
body#checkout .two-third-column .row .single-column {
  vertical-align: top !important;
}
body#checkout input {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  vertical-align: bottom;
  box-shadow: none !important;
}
body#checkout input:focus {
  box-shadow: none !important;
}
body#checkout .express-required {
  margin-left: 12px !important;
}
body#checkout .express-required .single-column {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 40px !important;
}
body#checkout a#continue {
  HEIGHT: 35px;
  line-height: 35px;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 3px;
}
body#checkout #basket-view .one-half-column {
  padding: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
body#checkout #basket-view .one-half-column.size,
body#checkout #basket-view .one-half-column.qty {
  width: 49.8%;
}
body#checkout #basket-view .one-half-column.size .chosen-container .chosen-search,
body#checkout #basket-view .one-half-column.qty .chosen-container .chosen-search {
  display: none !important;
}
body#checkout #basket-view .one-half-column p {
  display: inline-block;
}
body#checkout #basket-view .one-half-column .chosen-container {
  height: 25px;
  line-height: 25px;
  margin-left: 5%;
  font-size: 10px;
  width: 6em !important;
}
body#checkout #basket-view .one-half-column .chosen-container .chosen-single {
  height: 25px;
  line-height: 25px;
}
body#checkout #basket-view .one-half-column .chosen-container .chosen-single div {
  top: 1px;
}
body#checkout #basket-view .three-quarter-column {
  padding: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
body#checkout #basket-view .three-quarter-column .row {
  margin-bottom: 0px !important;
}
body#checkout #basket-view .three-quarter-column .single-column {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
body#checkout #basket-view .three-quarter-column .single-column a {
  margin-right: 5%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
body#checkout .row.shipping-option.radio-option-row {
  margin-bottom: 20px !important;
  border: 1px solid;
  width: auto;
}
body#checkout .row.shipping-option.radio-option-row p {
  font-size: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left !important;
  letter-spacing: 0px !important;
  line-height: 15px;
}
body#checkout .row.shipping-option.radio-option-row .one-fifth-column,
body#checkout .row.shipping-option.radio-option-row .three-fifth-column {
  padding: 0 1em;
}
body#checkout .chosen-container,
body#checkout select {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}
body#checkout .chosen-container:focus,
body#checkout select:focus {
  box-shadow: none;
}
body#checkout .chosen-container li.active-result.group-option.highlighted,
body#checkout select li.active-result.group-option.highlighted {
  background: #332F30;
}
body#checkout .chosen-container .chosen-results,
body#checkout select .chosen-results {
  margin: 10px;
}
body#checkout .chosen-container .chosen-single,
body#checkout select .chosen-single {
  height: 35px;
  line-height: 35px;
  box-shadow: none;
}
body#checkout .chosen-container .chosen-single div,
body#checkout select .chosen-single div {
  top: 5px;
  color: #332F30;
}
body#checkout .chosen-container .chosen-single:focus,
body#checkout select .chosen-single:focus {
  box-shadow: none;
}
body#checkout .chosen-container .chosen-drop,
body#checkout select .chosen-drop {
  background: #f2f2f2;
}
body#checkout .chosen-container .chosen-search,
body#checkout select .chosen-search {
  height: 25px;
  line-height: 25px;
}
body#checkout .chosen-container .chosen-search input,
body#checkout select .chosen-search input {
  height: 25px;
  line-height: 25px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
body#checkout .chosen-container .chosen-search input:focus,
body#checkout select .chosen-search input:focus {
  box-shadow: none;
}
body#checkout nav {
  padding-bottom: 1em;
  position: relative;
  border-bottom: 1px solid #BBB;
}
body#checkout nav .main-logo {
  width: 220px;
  display: block;
  margin: 0 auto;
  height: auto;
}
body#checkout nav .main-logo > img {
  width: 220px;
}
body#checkout nav ul {
  margin-top: 2%;
}
body#checkout nav ul li {
  padding: 0 1em !important;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 3px !important;
  margin: 0 !important;
}
body#checkout nav .trust-header {
  padding-top: 20px;
  float: right;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 90%;
}
body#checkout nav .trust-header p {
  display: inline-block;
}
body#checkout nav .trust-header .fa {
  background-color: #332F30;
  color: white;
  font-size: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0.25em;
}
body#checkout .row {
  margin-bottom: 0;
}
body#checkout .row > div {
  vertical-align: middle;
}
body#checkout input[type=text],
body#checkout input[type=email],
body#checkout input[type=tel],
body#checkout input[type=password] {
  width: 100%;
  font-family: 'Open Sans';
}
body#checkout .switch-currency-link:hover {
  color: #332F30;
  font-weight: bold;
  text-decoration: underline;
}
body#checkout .terms-and-condition {
  line-height: 1.5em;
}
body#checkout .terms-and-condition a:hover {
  color: #332F30;
  font-weight: bold;
  text-decoration: underline;
}
body#checkout #basket-view {
  width: 45%;
  float: right;
  padding: 1em;
  box-sizing: border-box;
}
body#checkout #basket-view .move-to-wishlist:hover,
body#checkout #basket-view .remove-from-bag:hover {
  text-decoration: underline;
  color: #332F30;
  font-weight: bold;
}
body#checkout #basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 20px 0 !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  box-shadow: none !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form a {
  height: 40px;
  line-height: 40px;
  width: 29%;
  border: 1px solid #aaa;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
  float: right;
}
body#checkout #basket-view .basket-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
body#checkout #basket-view .basket-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
body#checkout #basket-view .basket-content .totals hr {
  margin-top: 20px;
}
body#checkout #basket-view .basket-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
body#checkout #basket-view .basket-content .row.totals-content {
  margin: 0;
}
body#checkout #basket-view .basket-content .product-content {
  margin-bottom: 20px !important;
}
body#checkout #basket-view .basket-content .single-column {
  padding: 0;
}
body#checkout #basket-view .basket-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
body#checkout #basket-view .one-quarter-column {
  padding: 0;
}
body#checkout #basket-view .three-quarter-column {
  padding-left: 2em;
}
body#checkout #basket-view .chosen-container {
  display: inline-block !important;
}
body#checkout #basket-view .basket-content {
  overflow: hidden;
}
body#checkout #basket-view .totals {
  width: 240px;
  margin: 0;
  display: inline-block;
}
body#checkout #basket-view .totals td {
  width: 50%;
}
body#checkout #basket-view h1 {
  margin: 0;
  padding: 0;
}
body#checkout #basket-view #code {
  width: 50%;
}
body#checkout button#continue,
body#checkout .place-order {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
body#checkout #details,
body#checkout #checkout-details,
body#checkout #checkout-payment {
  width: 55%;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  min-height: 72.4vh;
  border-right: none;
}
body#checkout #details h1,
body#checkout #checkout-details h1,
body#checkout #checkout-payment h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
body#checkout #details button#continue,
body#checkout #checkout-details button#continue,
body#checkout #checkout-payment button#continue,
body#checkout #details .place-order,
body#checkout #checkout-details .place-order,
body#checkout #checkout-payment .place-order {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
body#checkout #details p,
body#checkout #checkout-details p,
body#checkout #checkout-payment p {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
}
body#checkout #details p.seperator,
body#checkout #checkout-details p.seperator,
body#checkout #checkout-payment p.seperator {
  display: inline-block;
  margin-right: 15%;
}
body#checkout #details #login-link.button-big,
body#checkout #checkout-details #login-link.button-big,
body#checkout #checkout-payment #login-link.button-big {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: bottom;
}
body#checkout #details .row .one-half-column img,
body#checkout #checkout-details .row .one-half-column img,
body#checkout #checkout-payment .row .one-half-column img {
  height: auto;
  vertical-align: bottom;
}
body#checkout footer {
  height: 120px;
}
body#checkout textarea.feedback {
  width: 500px;
  height: 180px;
  max-width: 100%;
}
.billing-address-option .option-content .billing-address {
  margin-left: 10px;
  margin-top: 20px;
}
.billing-address-option .option-content .billing-address .row .one-half-column,
.billing-address-option .option-content .billing-address .row .one-quarter-column,
.billing-address-option .option-content .billing-address .row .single-column {
  padding: 5px 1em !important;
}
.billing-address-option .option-content .billing-address .row .one-half-column input,
.billing-address-option .option-content .billing-address .row .one-quarter-column input,
.billing-address-option .option-content .billing-address .row .single-column input {
  height: 25px !important;
  line-height: 25px !important;
}
.billing-address-option .option-content .billing-address .row .one-half-column select,
.billing-address-option .option-content .billing-address .row .one-quarter-column select,
.billing-address-option .option-content .billing-address .row .single-column select {
  height: 25px !important;
  line-height: 25px !important;
}
.billing-address-option .option-content .billing-address .row .one-half-column .chosen-container,
.billing-address-option .option-content .billing-address .row .one-quarter-column .chosen-container,
.billing-address-option .option-content .billing-address .row .single-column .chosen-container {
  height: 25px !important;
  line-height: 25px !important;
}
.billing-address-option .option-content .billing-address .row .one-half-column .chosen-container .chosen-single,
.billing-address-option .option-content .billing-address .row .one-quarter-column .chosen-container .chosen-single,
.billing-address-option .option-content .billing-address .row .single-column .chosen-container .chosen-single {
  height: 25px !important;
  line-height: 25px !important;
}
.radio-option-row {
  border: 1px solid darkgrey !important;
  text-transform: none;
}
.radio-option-row h1 {
  margin: 0;
}
.radio-option-row .radio-button.outer {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #332F30;
  border-radius: 2em;
  margin: 0;
  float: right;
}
.radio-option-row .radio-button.inner {
  width: 1em;
  height: 1em;
  background: #332F30;
  border-radius: 1em;
  margin: 0 auto;
  position: relative;
  top: 2px;
  display: none;
}
.radio-option-row.selected {
  cursor: pointer;
  background: inherit;
}
.radio-option-row.selected .radio-button.inner {
  display: block;
}
.radio-option-row.selected .option-content {
  display: block;
}
.radio-option-row .option-content {
  display: none;
}
.radio-option-row .bold {
  font-size: 14.4px;
  font-weight: 400;
}
.radio-option-row .pink {
  color: #F2C5B7;
  font-weight: 400;
}
.radio-option-row.non-selectable h1 {
  color: #757374;
}
.radio-option-row + .radio-option-row {
  border-top: none;
}
.payment-form .indicator {
  transition: all linear 0.2s;
}
.payment-form .indicator.greyed-out {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.content-page.complete {
  text-align: center;
  min-height: 67vh;
}
.content-page.complete h1 {
  font-size: 50px;
  letter-spacing: 0.2em;
  padding-bottom: 0;
}
.content-page.complete h2,
.content-page.complete h3 {
  font-weight: normal !important;
  letter-spacing: 0.2em;
  font-size: 25px;
  margin-bottom: 2em;
}
.content-page.complete .button-big {
  margin-bottom: 1em;
}
.content-page.complete h3 {
  text-transform: none;
}
.content-page.complete .one-half-column {
  padding-top: 0;
}
.content-page.complete .one-half-column h2 {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}
.content-page.complete .one-half-column:first-child {
  border-right: 1px solid #332F30;
}
.content-page.complete input:not([type=checkbox]) {
  margin-bottom: 2em;
}
.content-page.complete input[type=password] {
  width: 400px !important;
}
.content-page.complete p.thank-you {
  height: 16em;
  text-align: center;
}
@media (min-width: 1101px) {
  .radio-option-row:hover:not(.non-selectable) {
    cursor: pointer;
    background: inherit;
  }
  .radio-option-row:hover:not(.non-selectable) .radio-button.inner {
    display: block;
  }
}
@media (max-width: 1100px) {
  .content-page.complete h1 {
    font-size: 30px;
  }
  #size-modal {
    display: none;
    margin: 0 auto;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  #login .forgot-password {
    margin-left: 0 !important;
  }
  body#checkout {
    /*.breadcrumbs {
            font-size: 10px !important;
            margin-top: 10%;

            li {
                width: auto !important;
                letter-spacing: 2px !important;
                -moz-box-sizing: border-box !important;
                -webkit-box-sizing: border-box !important;
                box-sizing: border-box !important;
                font-size: 10px !important;
            }
        }*/
  }
  body#checkout .basket-content .product-content {
    margin-top: 0px;
  }
  body#checkout .two-third-column .row {
    margin-bottom: 5px;
  }
  body#checkout .two-third-column .row .single-column {
    vertical-align: top;
  }
  body#checkout input[type=checkbox] {
    height: auto;
    font-size: 10px;
    line-height: 0;
    margin: 0;
    vertical-align: sub;
    width: auto;
  }
  body#checkout input[type=checkbox]:focus {
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form {
    text-align: left !important;
    margin: 20px 0 !important;
  }
  body#checkout .gift-voucher-form input {
    width: 70% !important;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaa;
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form input:focus {
    box-shadow: none !important;
  }
  body#checkout .gift-voucher-form a {
    height: 40px;
    line-height: 40px;
    width: 29%;
    border: 1px solid #aaa;
    background: white;
    color: gray;
    font-size: 10px !important;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: bottom;
    padding: 0;
    float: right;
  }
  body#checkout .gift-voucher-form a:hover {
    background: lightgray;
    color: #332F30;
  }
  body#checkout .innerPage {
    top: 0;
  }
  body#checkout .row {
    white-space: normal;
  }
  body#checkout .row.shipping-option.radio-option-row .row .one-fifth-column {
    vertical-align: middle !important;
    width: 15% !important;
  }
  body#checkout #ShippingOptions {
    white-space: normal;
  }
  body#checkout nav {
    position: relative;
    height: auto !important;
  }
  body#checkout nav .main-logo {
    width: 110px !important;
  }
  body#checkout nav .main-logo > img {
    width: 110px !important;
  }
  body#checkout nav .trust-header {
    position: relative;
  }
  body#checkout nav .trust-header .under {
    display: none;
  }
  body#checkout nav .trust-header .fa {
    font-size: 14.4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  body#checkout .breadcrumbs {
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    font-size: 8px;
  }
  body#checkout .breadcrumbs a,
  body#checkout .breadcrumbs .currentPage {
    padding: 0px 10px;
    font-size: 8px;
    letter-spacing: 2px;
    color: #332F30;
  }
  body#checkout .breadcrumbs img {
    width: 12px;
    vertical-align: sub;
    display: inline-block;
  }
  body#checkout .breadcrumbs img:hover {
    width: 13px !important;
  }
  body#checkout .breadcrumbs a:hover {
    color: black;
    font-size: 8.5px;
  }
  body#checkout .breadcrumbs .currentPage {
    color: black;
    display: inline-block;
    text-shadow: 0 0;
  }
  body#checkout #basket-view {
    float: none;
    width: 100%;
    padding: 0;
    background: white;
  }
  body#checkout #basket-view .move-to-wishlist,
  body#checkout #basket-view .remove-from-bag {
    display: block;
    margin-bottom: 1em !important;
  }
  body#checkout #basket-view .move-to-wishlist:hover,
  body#checkout #basket-view .remove-from-bag:hover {
    text-decoration: underline;
  }
  body#checkout #basket-view .one-quarter-column {
    float: left;
  }
  body#checkout #basket-view select.size,
  body#checkout #basket-view select.qty {
    height: 20px;
    line-height: 20px;
    width: 3em;
    margin-left: 15px;
  }
  body#checkout #basket-view .show-summary {
    height: 3em;
    line-height: 3em;
    font-size: 12px;
    width: 100%;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 5%;
    background: #f2f2f2;
  }
  body#checkout #basket-view .show-summary:hover {
    color: #332F30 !important;
  }
  body#checkout #basket-view .show-summary span {
    display: inline-block;
  }
  body#checkout #basket-view .show-summary .total {
    float: right;
    text-align: right;
  }
  body#checkout #basket-view .basket-content {
    display: none;
    width: 100%;
    background: white;
  }
  body#checkout #basket-view .basket-content .product-content {
    display: inline-block;
  }
  body#checkout #basket-view img {
    width: 20vw;
    max-width: 150px;
    height: 100%;
  }
  body#checkout #basket-view .three-quarter-column {
    padding-left: 0;
    margin-left: 0;
    width: 74%;
  }
  body#checkout #basket-view .three-quarter-column .row {
    margin-bottom: 5px !important;
  }
  body#checkout #basket-view .single-column {
    padding: 1em 0;
  }
  body#checkout #basket-view .one-half-column {
    width: 49.8%;
    padding: 0;
    margin-bottom: 4px;
  }
  body#checkout #basket-view .one-half-column.size,
  body#checkout #basket-view .one-half-column.qty {
    width: 49.8%;
  }
  body#checkout #basket-view .one-third-column {
    width: 33%;
  }
  body#checkout #basket-view .two-third-column {
    width: 66%;
  }
  body#checkout #details,
  body#checkout #checkout-details,
  body#checkout #checkout-payment {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    border-right: none;
  }
  body#checkout #details .one-half-column,
  body#checkout #checkout-details .one-half-column,
  body#checkout #checkout-payment .one-half-column {
    width: 100%;
  }
  body#checkout #details .one-half-column #pay-pal-express,
  body#checkout #checkout-details .one-half-column #pay-pal-express,
  body#checkout #checkout-payment .one-half-column #pay-pal-express {
    float: right;
  }
  body#checkout #details .one-quarter-column,
  body#checkout #checkout-details .one-quarter-column,
  body#checkout #checkout-payment .one-quarter-column {
    width: 49.9%;
  }
  body#checkout #details p,
  body#checkout #checkout-details p,
  body#checkout #checkout-payment p {
    font-size: 10px;
  }
  body#checkout #details .payment-form .payment-method-option img,
  body#checkout #checkout-details .payment-form .payment-method-option img,
  body#checkout #checkout-payment .payment-form .payment-method-option img {
    height: 1.4em !important;
  }
  body#checkout #details .single-column,
  body#checkout #checkout-details .single-column,
  body#checkout #checkout-payment .single-column {
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
  }
  body#checkout #details .single-column p,
  body#checkout #checkout-details .single-column p,
  body#checkout #checkout-payment .single-column p {
    text-align: center;
    font-size: 10px;
  }
  body#checkout #details .single-column .switch-currency-link,
  body#checkout #checkout-details .single-column .switch-currency-link,
  body#checkout #checkout-payment .single-column .switch-currency-link {
    text-decoration: underline;
  }
  body#checkout #details h1,
  body#checkout #checkout-details h1,
  body#checkout #checkout-payment h1 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  body#checkout #details button#continue,
  body#checkout #checkout-details button#continue,
  body#checkout #checkout-payment button#continue,
  body#checkout #details .place-order,
  body#checkout #checkout-details .place-order,
  body#checkout #checkout-payment .place-order {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  body#checkout #details .payment-form .three-fifth-column,
  body#checkout #checkout-details .payment-form .three-fifth-column,
  body#checkout #checkout-payment .payment-form .three-fifth-column {
    width: 100%;
  }
  body#checkout #details .payment-form .one-fifth-column:first-child,
  body#checkout #checkout-details .payment-form .one-fifth-column:first-child,
  body#checkout #checkout-payment .payment-form .one-fifth-column:first-child {
    width: 10%;
  }
  body#checkout #details .payment-form .two-fifth-column:nth-child(2),
  body#checkout #checkout-details .payment-form .two-fifth-column:nth-child(2),
  body#checkout #checkout-payment .payment-form .two-fifth-column:nth-child(2) {
    width: 53%;
  }
  body#checkout #details .payment-form .two-fifth-column:nth-child(3),
  body#checkout #checkout-details .payment-form .two-fifth-column:nth-child(3),
  body#checkout #checkout-payment .payment-form .two-fifth-column:nth-child(3) {
    width: 36%;
  }
  body#checkout #details .payment-form .one-fifth-column:not(:first-child),
  body#checkout #checkout-details .payment-form .one-fifth-column:not(:first-child),
  body#checkout #checkout-payment .payment-form .one-fifth-column:not(:first-child) {
    width: 49.9%;
  }
  body#checkout #details .payment-form .three-quarter-column,
  body#checkout #checkout-details .payment-form .three-quarter-column,
  body#checkout #checkout-payment .payment-form .three-quarter-column {
    width: 74.9%;
  }
  body#checkout #details .payment-form .one-quarter-column,
  body#checkout #checkout-details .payment-form .one-quarter-column,
  body#checkout #checkout-payment .payment-form .one-quarter-column {
    width: 24.9%;
  }
  body#checkout #details .payment-form .four-fifth-column,
  body#checkout #checkout-details .payment-form .four-fifth-column,
  body#checkout #checkout-payment .payment-form .four-fifth-column {
    width: 79%;
  }
  body#checkout #details .payment-form .billing-address .one-quarter-column,
  body#checkout #checkout-details .payment-form .billing-address .one-quarter-column,
  body#checkout #checkout-payment .payment-form .billing-address .one-quarter-column {
    width: 49.9%;
  }
  body#checkout #details .payment-form .after-pay-content .one-quarter-column,
  body#checkout #checkout-details .payment-form .after-pay-content .one-quarter-column,
  body#checkout #checkout-payment .payment-form .after-pay-content .one-quarter-column {
    font-size: 10px;
    width: 24%;
  }
  body#checkout .shipping-option .one-fifth-column:first-child {
    width: 15%;
  }
  body#checkout .shipping-option .three-fifth-column {
    width: 60%;
  }
  body#checkout .complete input[type=password] {
    width: 100% !important;
  }
  body#checkout .complete .one-half-column:first-child {
    border: none;
  }
  body#checkout .complete .one-half-column {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media (max-width: 360px) {
  body#checkout nav .trust-header {
    position: relative;
    top: -1em;
  }
}
/**** FORMS & MISC ****/
#simplemodal-container {
  background: white;
}
#size-modal {
  display: none;
  margin: 0 auto;
  padding-left: 5em;
  padding-right: 5em;
}
#login {
  display: none;
  height: 100%;
  box-sizing: border-box;
}
#login .row {
  margin-top: 10px;
  border-top: 1.5px solid #dbbca9;
  padding-top: 5px;
  margin-bottom: 10px;
}
#login .seperator {
  display: inline-block;
  height: 400px;
  border-left: 1px solid #332F30;
}
#login p.sign-in-title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#login .one-half-column {
  text-align: left;
  height: 400px;
  vertical-align: top !important;
}
#login label {
  font-weight: bold;
  text-transform: uppercase;
}
#login input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #332F30;
  text-transform: none;
}
#login label,
#login input {
  display: block;
  margin: 0.5em auto;
  width: 90% !important;
  font-size: 10px;
  letter-spacing: 2px;
}
#login label:focus,
#login input:focus {
  box-shadow: none !important;
}
#login input[type=email] {
  text-transform: none;
}
#login input[name=password] {
  margin-bottom: 2em;
  text-transform: none;
}
#login .message {
  margin: 0 0.5em;
  width: 90%;
  box-sizing: border-box;
}
#login .login-button,
#login .btn-facebook,
#login .btn-pinterest,
#login .register,
#login .register-open,
#login .mobile-register-button,
#login .mobile-sign-in-button,
#login .mobile-login-button {
  margin: 1em auto;
  display: block;
  width: 90%;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
#login .name-block .one-half-column {
  padding-right: 0.5em;
  padding-left: 0.5em;
  width: 49%;
}
#login .forgot-password,
#login .mobile-forgot-password {
  margin-left: 1.5em;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#login .forgot-password:hover,
#login .mobile-forgot-password:hover {
  color: #332F30;
  text-decoration: underline;
}
#incentive-signup {
  display: none;
  height: 100%;
  box-sizing: border-box;
  padding: 3px;
}
#incentive-signup .row {
  width: 100%;
  height: 100%;
}
#incentive-signup img {
  width: 100%;
}
#incentive-signup .seperator {
  display: inline-block;
}
#incentive-signup p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
#incentive-signup p.sabo-fam-title {
  font-size: 40px;
  color: #dbbca9;
  letter-spacing: 0px;
  font-family: serif;
  text-transform: lowercase;
}
#incentive-signup p.sabo-fam-discount-title {
  width: 70%;
  margin: 10px auto;
  padding: 5px;
  background: #dbbca9;
  font-size: 45px;
  color: white;
}
#incentive-signup .one-half-column {
  text-align: left;
  height: 100%;
  vertical-align: top !important;
  padding: 0;
}
#incentive-signup .one-half-column img {
  width: 100%;
  height: 100%;
}
#incentive-signup label {
  font-weight: bold;
  text-transform: uppercase;
}
#incentive-signup input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #332F30;
  text-transform: none;
}
#incentive-signup label,
#incentive-signup input {
  display: block;
  margin: 0.5em auto;
  width: 90% !important;
  font-size: 10px;
  letter-spacing: 2px;
}
#incentive-signup label:focus,
#incentive-signup input:focus {
  box-shadow: none !important;
}
#incentive-signup input[type=email] {
  text-transform: none;
}
#incentive-signup input[name=password] {
  margin-bottom: 2em;
  text-transform: none;
}
#incentive-signup .message {
  margin: 0 0.5em;
  width: 90%;
  box-sizing: border-box;
}
#incentive-signup .login-button,
#incentive-signup .btn-facebook,
#incentive-signup .btn-pinterest,
#incentive-signup .register,
#incentive-signup .register-open,
#incentive-signup .mobile-register-button,
#incentive-signup .mobile-sign-in-button,
#incentive-signup .mobile-login-button {
  margin: 1em auto;
  display: block;
  width: 90%;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
#incentive-signup .name-block .one-half-column {
  padding-right: 0.5em;
  padding-left: 0.5em;
  width: 49%;
}
#incentive-signup .forgot-password,
#incentive-signup .mobile-forgot-password {
  margin-left: 1.5em;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#incentive-signup .forgot-password:hover,
#incentive-signup .mobile-forgot-password:hover {
  color: #332F30;
  text-decoration: underline;
}
.bordered-form {
  float: left;
  margin-right: 2em;
  border: 1px solid #aaa;
  padding: 3em;
  width: 50%;
  overflow: visible;
}
.bordered-form table {
  width: 80%;
  margin: 0 auto;
}
.bordered-form tr {
  width: 100%;
}
.bordered-form td {
  width: 50%;
  padding: 0.5em;
  position: relative;
}
.bordered-form td input {
  width: 100%;
}
.bordered-form input[type=checkbox] {
  margin-top: 1em;
  width: auto;
}
.bordered-form input[type=checkbox] + input[type=hidden] + p {
  position: relative;
  left: 2em;
  top: -1.5em;
  display: inline-block;
}
.bordered-form input[type=checkbox] + input[type=hidden] + p:hover {
  cursor: pointer;
  color: #F2C5B7;
}
.bordered-form input[type=radio] {
  width: auto;
}
.no-border-form {
  display: inline-block;
  width: 30%;
  padding: 3em;
}
@media (max-width: 550px) {
  #login .one-half-column:first-child {
    display: none;
  }
  #login .one-half-column:last-child {
    width: 100%;
  }
  #login .one-half-column:last-child input {
    width: 100%;
  }
  #login .one-half-column:last-child .brushstroke-border-left {
    display: none;
  }
}
#contact-us {
  display: none;
}
#contact-us input,
#contact-us textarea {
  width: 360px;
  display: block;
  margin: 1em;
}
#contact-us .chosen-search {
  display: none;
}
#contact-us .chosen-single,
#contact-us .chosen-drop {
  width: 360px;
  line-height: 2em;
  margin-left: 12px;
  height: 2em;
  padding: 0.25em;
  padding-left: 1em;
}
#contact-us .chosen-drop {
  width: 379px;
}
.simplemodal-overlay {
  background-color: black;
}
.popup {
  background-color: #FFF;
  padding: 1.6em;
}
.popup .heading {
  display: block;
  margin-bottom: 0.8em;
}
/**** COMMON ****/
.simplemodal-close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://cdn.saboskirt.net/content2/Images/Icons/close.svg') /*/Content/Images/close.png*/;
    width: 50px;
    height: 50px;
    z-index: 1003;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}
#change-currency-form {
  background-color: white;
  color: #332F30;
  display: none;
  padding: 1em;
  padding-top: 2.5em;
  width: 350px;
  height: 300px;
  margin: 0 auto;
}
#change-currency-form p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
#change-currency-form .one-half-column {
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 9px;
  font-weight: bold;
}
#change-currency-form .flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
}
#change-currency-form .flag:hover,
#change-currency-form .flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#change-currency-form img {
  width: 85px;
  height: 85px;
  border-radius: 90px;
  margin-top: 2.5px;
}
#change-currency-form .au-flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
  background-image: none !important;
}
#change-currency-form .au-flag:hover,
#change-currency-form .au-flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#change-currency-form .us-flag {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 90px;
  background-image: none !important;
}
#change-currency-form .us-flag:hover,
#change-currency-form .us-flag.selected {
  box-shadow: 0 0 0 2px black;
  cursor: pointer;
  color: white !important;
}
#paypal-express-reset-warning {
  background-color: white;
  color: #332F30;
  display: none;
  padding: 2em;
  text-align: center;
  line-height: 1.5em;
}
#paypal-express-reset-warning p {
  margin-bottom: 1em;
}
#blog-modal {
  display: none;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: 100vh;
  background: white;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
}
#blog-modal #blog-frame {
  width: 100%;
  height: 100%;
}
.stock-message {
  margin-top: 1em;
  color: white;
  background-color: black;
  padding: 2px 1em;
  font-size: 10px !important;
}
.stock-message-top {
  margin-top: 1em;
  color: white;
  background-color: black;
  padding: 1em;
}
.ui-autocomplete-category {
  font: 24px / normal 'Segoe UI Light', Arial, Helvetica, Sans-Serif;
}
/* for autocompleteInline plugin */
.hide-autocomplete-dropdown .xdsoft_autocomplete_dropdown {
  display: none !important;
}
.xdsoft_autocomplete_dropdown {
  margin-left: -18px !important;
  margin-top: 5px !important;
  width: 648px !important;
}
.xdsoft_autocomplete_dropdown > div {
  padding-left: 5px !important;
}
.xdsoft_autocomplete input {
  margin: 3px 5px !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc !important;
  overflow: hidden !important;
  white-space: pre !important;
  width: 500px !important;
}
.ui-widget.ui-widget-content {
  background: white !important;
  width: 450px !important;
}
.ui-menu .ui-menu-item {
  margin: 0 !important;
  cursor: pointer !important;
  list-style-image: none !important;
  display: inline-block !important;
  width: 100% !important;
  border-bottom: 1px solid ghostwhite !important;
  background: white !important;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative !important;
  padding: 1em !important;
  display: inline-block !important;
  width: 100% !important;
  cursor: pointer !important;
}
.ui-menu .ui-menu-item-wrapper img {
  width: 12% !important;
  height: auto !important;
  vertical-align: top !important;
}
.ui-menu .ui-menu-item-wrapper p {
  display: inline-block !important;
  padding: 1em !important;
  font-size: 14px !important;
  font-family: Montserrat !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
}
@media (max-width: 1100px) {
  .ui-widget.ui-widget-content {
    background: white !important;
    width: 100% !important;
    left: 0 !important;
  }
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .main-nav #collections-menu .collection-link label {
    overflow: hidden !important;
  }
}
a.disabled {
  pointer-events: none;
  color: #ccc;
}
@media (max-width: 1500px) {
  .main-nav #collections-menu .shop-banner {
    display: inline-block !important;
    width: 12% !important;
    height: auto !important;
    position: absolute !important;
    left: 2% !important;
    top: 15% !important;
  }
  .search-and-bag {
    right: 5% !important;
  }
  .main-nav #collections-menu .shopping-menu {
    text-align: center !important;
  }
}
.price-filter-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.price-filter-header .clear-price {
  width: 49%;
  display: inline-block;
}
.price-filter-header .price-range {
  width: 49%;
  display: inline-block;
}
.price-filter-header .clear-price-button {
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  letter-spacing: 2px;
  color: black;
  background: white;
  border: 1px solid black;
}
.price-filter-header .clear-price-button:hover {
  font-weight: inherit;
  color: #dbbca9;
  border-color: #dbbca9;
}
span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -0.7em;
  margin-left: -0.6em;
}
.ui-slider .ui-slider-range {
  background: #dbbca9;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: lightgrey;
}
@media (max-width: 1400px) {
  .main-nav #collections-menu .collection-menu-link {
    margin-left: 100px !important;
    width: 1025px !important;
  }
  .main-nav #collections-menu .collection-menu-link .brand-image {
    width: 248px !important;
  }
  .search-and-bag {
    right: 1% !important;
  }
  .main-nav #collections-menu .shop-banner {
    display: inline-block !important;
    width: 12% !important;
    height: auto !important;
    position: absolute !important;
    left: 2% !important;
    top: 15% !important;
  }
}
@media (max-width: 1250px) {
  .main-nav #collections-menu .shop-banner {
    display: none !important;
  }
  .search-and-bag {
    right: 0 !important;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .main-nav #collections-menu .shop-banner {
    left: 2% !important;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .main-nav #collections-menu .shop-banner {
    left: 1% !important;
  }
}
@media (max-width: 1455px) {
  .main-menu li:nth-child(7) {
    display: inline-block !important;
  }
  .main-menu li:nth-child(6) {
    display: inline-block !important;
  }
}
@media (min-width: 480px) {
  .popup-box {
    background-color: black;
    border: 1px solid black;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 300px;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    left: 96%;
    transform: translate(-95%);
    z-index: 100;
  }
}
@media (max-width: 480px) {
  .popup-box {
    background-color: black;
    border: 1px solid black;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 300px;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
  }
}
.influencer-content-list {
  margin: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
}
.influencer-page.error {
  max-width: 1400px;
  text-align: center;
  margin: 6em auto;
  font-family: 'Open Sans';
  min-height: 50vh;
  width: 33%;
  padding: 10em;
  border: 1px dashed;
}
.page-not-found.error {
  max-width: 1200px;
  text-align: center;
  margin: 6em auto;
  font-family: 'Open Sans';
  min-height: 50vh;
  width: 33%;
}
.page-not-found.error .contact-form {
  border: 2px dashed;
  padding: 2em 5em;
}
.page-error-links {
  text-align: left;
}
.page-error-links .one-half-column {
  width: 49%;
  padding: 10px 0;
}
.page-error-links .one-half-column:nth-child(even) {
  float: right;
}
.page-error-links .one-half-column a {
  width: 100%;
  background: #dbbca9 !important;
  color: white !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .influencer-page.error {
    padding: 6em;
    width: 70%;
  }
  .page-not-found.error {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .influencer-page.error {
    padding: 6em 1em;
    width: 90%;
  }
  .page-not-found.error {
    width: 90%;
  }
  .page-not-found.error .contact-form {
    border: 2px dashed;
    padding: 2em 0;
  }
}
.chosen-container .chosen-results li.highlighted {
  background-color: #f2f2f2 !important;
  color: #332F30;
  font-weight: bold;
  background-image: none !important;
}
.popup-box.active {
  background-color: black;
  border: 1px solid black;
  bottom: 0;
  display: block;
  height: 415px;
  position: fixed;
  right: 70px;
  width: 300px;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.5s;
  z-index: 100;
}
.popup-box.active .live-chat-heading {
  text-align: center;
  padding: 15px;
  cursor: pointer;
  background: black !important;
  color: white;
  width: 80%;
  display: inline-block;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.1s !important;
  transition-timing-function: ease !important;
  z-index: 100;
}
.popup-box .live-chat-heading {
  text-align: center;
  padding: 15px;
  color: wheat;
  cursor: pointer;
  background: #262626;
  width: 100%;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s !important;
  transition-timing-function: ease !important;
  z-index: 100;
}
.popup-box .live-chat-heading-refresh {
  display: inline-block;
  width: 0;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.1s !important;
  transition-timing-function: ease !important;
  z-index: 100;
}
.popup-box.active .live-chat-heading-refresh {
  float: right;
  width: 20% !important;
  text-align: center;
  padding: 15px;
  background: red;
  color: white;
  display: inline-block;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s !important;
  transition-timing-function: ease !important;
  z-index: 100;
}
.popup-box.active .live-chat-heading-refresh:hover {
  background: darkred;
  product-tile-badgez-index: 100;
}
.desk-iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.customer_widget .inside_title {
  display: none !important;
}
.popup-box.active .live-chat-heading:hover {
  color: wheat;
  cursor: pointer;
  background: #262626 !important;
  transition: background-color 250ms linear;
  z-index: 100;
}
.popup-box .live-chat-heading:hover {
  background: black !important;
  color: white;
  transition: background-color 250ms linear;
}
img {
  -ms-interpolation-mode: bicubic !important;
}
@media (max-width: 1100px) {
  body {
    overflow: hidden;
  }
  .innerPage {
    position: absolute;
    top: 10em;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .scroll-fix {
    position: relative;
    overflow: hidden;
  }
}
html,
body,
.scroll-fix {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', OpenSans, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 12px;
  background-color: white;
  color: #332F30;
  max-width: 100vw;
}
h1 {
  font-family: 'Montserrat';
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.5em 0;
  color: #332F30;
}
h2 {
  margin: 0.5em;
  font-size: 150%;
  text-transform: uppercase;
}
h3 {
  margin: 0.5em;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: 400;
}
a:hover {
  color: #F2C5B7;
}
body::-webkit-scrollbar,
ul::-webkit-scrollbar {
  -webkit-appearance: none;
}
body::-webkit-scrollbar:vertical,
ul::-webkit-scrollbar:vertical {
  width: 11px;
}
body::-webkit-scrollbar:horizontal,
ul::-webkit-scrollbar:horizontal {
  height: 11px;
}
body::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.spinner {
    height: 1em;
    width: 1em;
    margin: 0 auto;
    background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass_white_new2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
a.button,
button.button,
a.button-big,
button.button-big {
  color: white;
}
input.hide {
  display: none !important;
}
@media (max-width: 1100px) {
  select {
    height: 44px;
    line-height: 44px;
    padding-left: 1em;
    border: 1px solid #aaa;
    box-sizing: border-box;
  }
  select option {
    height: 44px;
    line-height: 44px;
    padding-left: 1em;
    border: 1px solid #aaa;
    box-sizing: border-box;
  }
  select:focus {
    outline: none;
    box-shadow: 0 0 0.5em #F2C5B7;
  }
  input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
}
input[type=radio]:hover {
  cursor: pointer;
}
.chosen-container {
  height: 44px;
  line-height: 44px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.filter-segment .sort-by .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#basket-view .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#basket-view .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
.filter-segment .sort-by .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#product-page .qty-section .chosen-container-active.chosen-with-drop .chosen-single div b,
#product-page .sizes .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
#product-page .qty-section .chosen-container-single .chosen-single div b,
#product-page .sizes .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
.wishlist-product .qty-section .chosen-container-active.chosen-with-drop .chosen-single div b,
#product-page .sizes .chosen-container-active.chosen-with-drop .chosen-single div b,
.wishlist-product .product-sizes .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 3px 11px !important;
    background-size: 9px 6px !important;
}
.wishlist-product .qty-section .chosen-container-single .chosen-single div b,
#product-page .sizes .chosen-container-single .chosen-single div b,
.wishlist-product .product-sizes .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 3px 11px !important;
    background-size: 9px 6px !important;
}
.product-content .qty .chosen-container .chosen-single,
#product-page .size .chosen-container .chosen-single {
  height: 25px !important;
  line-height: 25px !important;
}
.product-content .size .chosen-container-active.chosen-with-drop .chosen-single div b,
.product-content .qty .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
.product-content .size .chosen-container-single .chosen-single div b,
.product-content .qty .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
#details .shipping-address .chosen-container-active.chosen-with-drop .chosen-single div b,
#checkout-details .shipping-address .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#details .shipping-address .chosen-container-single .chosen-single div b,
#checkout-details .shipping-address .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#details div .billing-address .chosen-container-active.chosen-with-drop .chosen-single div b,
#checkout-details div .billing-address .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
#details div .billing-address .chosen-container-single .chosen-single div b,
#checkout-details div .billing-address .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
#details div .chosen-container-active.chosen-with-drop .chosen-single div b,
#checkout-details div .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
#details div .chosen-container-single .chosen-single div b,
#checkout-details div .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 14px !important;
    background-size: 11px 7px !important;
}
.single-column.shipping-country .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 16px !important;
    background-size: 11px 7px !important;
}
.single-column.shipping-country .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 16px !important;
    background-size: 11px 7px !important;
}
.chosen-container-single .chosen-search input[type="text"] {
  box-shadow: none !important;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
  box-shadow: none !important;
}
.chosen-container-single .chosen-single {
  height: 44px;
  line-height: 44px;
  width: 100%;
  padding-left: 1em;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background: white;
  box-shadow: none !important;
}
.chosen-container-single .chosen-single div {
  top: 0px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
}
.chosen-container .chosen-drop {
  top: auto;
}
/**** COMMON CLASSES ****/
.font-header {
  font-size: 10px;
  letter-spacing: 1px;
}
.cover-image {
  background-size: cover;
  background-position: center;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.category-banner {
  background-size: cover;
  background-position: center;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  height: 150px;
}
.fa.font-big {
  font-size: 200%;
}
.hr-fade {
  height: 1px;
  display: block;
  background: white;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}
.middle-align {
  vertical-align: middle;
}
.image-loader {
    background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.quick-view-tile-badge {
  display: none;
}
.quick-shop-modal {
  margin-top: 10px;
}
.badge-status {
  width: 5em !important;
  position: absolute;
  bottom: 3%;
  left: 3%;
}
@media (max-width: 1100px) {
  .badge-status {
    width: 3em !important;
    position: absolute;
    bottom: 3%;
    left: 3%;
  }
}
.best-seller-badge {
  width: 100%;
  position: absolute;
  bottom: 0.5em;
  text-align: center;
  line-height: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 2px;
}
.product:hover .quick-view-tile-badge {
  display: block;
  font-size: 9px;
  line-height: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  position: absolute;
  left: 16%;
  top: 0;
  padding: 10px;
  width: 68%;
  top: 66%;
  text-align: center;
  background-color: white;
  color: #dbbca9;
  text-transform: uppercase;
  opacity: 1;
}
.product:hover .quick-view-tile-badge:hover {
  text-decoration: underline;
}
.product-tile-badge {
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 5px 7px;
  width: 33%;
  top: 15%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2d2d2d;
  text-transform: uppercase;
}
.product {
  position: relative;
  display: inline-block;
  margin: 0 0.8em 0 0;
  padding-bottom: 3em;
  width: 22%;
  vertical-align: top;
}
.product .product-tile-badge {
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 5px 7px;
  width: 33%;
  top: 15%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2d2d2d;
  text-transform: uppercase;
}
.product > a {
  width: 100%;
}
.product > a:hover {
  color: #332F30;
}
.product .brand-heading {
  color: #D6BA88;
  font-weight: 400;
  font-family: 'Cormorant Garamond';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 130% !important;
}
.product.endrow {
  margin-right: 0;
}
.product img {
  transition: opacity ease 0.2s;
  width: 100%;
  margin-bottom: 0.5em;
}
    .product .primary {
        background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass.svg);
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 1;
    }
.product .secondary {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product .like {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0b5fmUaAAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAACQSURBVBjTZZBZAsQgCEPjuI51yf1PO6CtrZ38BJ6AKACTKlk9EMRbMhDZzqGjTO9W6hp7ci5rnp1NndUgjiOIM45GMqDwi6HWpmceAv1MwuUsAiM2JYFavUnnedI+mSMdUHWHJdm6TLupJM3M61jtYv0M3RUGLrYKtOWzje9WmXkuovTN5ge2F8PfI87am/0ALLIHoVdcdeIAAAAASUVORK5CYII=') no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  top: 5px;
  left: 5px;
  opacity: 0.1;
  z-index: 1;
}
.product .like:hover,
.product .liked {
  opacity: 1;
}
.product .liked {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAA+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07D+07DFOe5LgAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAACQSURBVBjTZZBZAsQgCEPjuI51yf1PO6CtrZ38BJ6AKACTKlk9EMRbMhDZzqGjTO9W6hp7ci5rnp1NndUgjiOIM45GMqDwi6HWpmceAv1MwuUsAiM2JYFavUnnedI+mSMdUHWHJdm6TLupJM3M61jtYv0M3RUGLrYKtOWzje9WmXkuovTN5ge2F8PfI87am/0ALLIHoVdcdeIAAAAASUVORK5CYII=') no-repeat;
  background-size: cover;
}
.product .details {
  height: auto;
  line-height: 2em;
  font-weight: 500;
  font-size: 9px;
  text-align: left;
  letter-spacing: 1px;
}
.product .details p {
  font-size: 120%;
  font-weight: bold;
}
.product .details .sizes {
  margin: 5px 0px 0px 0px;
}
.product .details .sizes .size {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #332F30;
  margin: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.product .details .sizes .size:hover {
  color: #332F30;
  border-color: #f2f2f2;
}
.product .remove-from-wishlist {
  float: right;
}
.pagination-footer {
  width: 91%;
}
.pagination {
  text-align: center;
  font-size: 0.8em;
  padding: 5px 0 4px;
  margin-bottom: 2em;
  line-height: normal !important;
  height: 4.5em;
  overflow: hidden;
  margin-bottom: 0;
  min-width: 9em;
  max-width: 20em;
  float: right;
  position: relative;
  font-size: 10px;
  text-transform: capitalize;
}
.pagination span,
.pagination a {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 2px 10px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 -2px;
}
.pagination .page-numbers {
  position: relative;
  text-align: center;
  float: right;
  width: 100%;
  min-width: 9em;
  max-width: 20em;
  padding-left: 2px;
  padding-right: 2px;
}
.pagination a:hover {
  color: white;
  border-color: black;
  background: black;
}
.pagination span.current {
  color: white;
  border-color: black;
  background: black;
}
.pagination .previous {
  text-transform: uppercase;
  font-weight: bold;
}
.pagination .next {
  text-transform: uppercase;
  font-weight: bold;
}
.pagination .clear {
  height: 20px;
}
.big {
  text-transform: uppercase;
  font-size: 250%;
}
.video-underlay {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.video-overlay,
.video-underlay {
  transition: opacity ease 0.2s;
}
.sizes,
.blogger-set-sizes {
  margin-bottom: 0;
}
.sizes span.sold-out,
.blogger-set-sizes span.sold-out {
  font-weight: bold;
  text-transform: uppercase;
}
.sizes .size,
.blogger-set-sizes .size {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-right: 0.5em;
}
.sizes .size:hover,
.blogger-set-sizes .size:hover {
  font-weight: bold !important;
}
.sizes .size.available,
.blogger-set-sizes .size.available {
  border: 1px solid #332F30;
  color: #332F30;
}
.sizes .size.available:hover,
.blogger-set-sizes .size.available:hover,
.sizes .size.available.selected,
.blogger-set-sizes .size.available.selected {
  background-color: #f2f2f2;
  color: white;
  font-weight: bold !important;
}
.sizes .size.unavailable,
.blogger-set-sizes .size.unavailable {
  border: 1px solid #757374;
  color: #757374;
  opacity: 0.3;
}
.sizes .size.unavailable:hover,
.blogger-set-sizes .size.unavailable:hover {
  cursor: default;
  background-color: white;
  color: #757374;
  font-weight: bold !important;
}
ul.slide-accordion {
  margin-top: 1.6em;
  width: 100%;
  font-size: 0;
  position: relative;
  height: 250px;
}
ul.slide-accordion li {
  display: inline-block;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 12px;
  height: 1.6em;
  line-height: 1.6em;
}
ul.slide-accordion li.selected {
  color: #332F30;
  font-weight: 400;
  border-color: #332F30;
}
ul.slide-accordion li.selected .slide-accordion-content-source {
  display: block;
}
ul.slide-accordion li:hover {
  color: #332F30;
  font-weight: 400;
  cursor: pointer;
}
ul.slide-accordion li .slide-accordion-content-source {
  width: 100%;
  position: absolute;
  top: 2em;
  left: 0;
  display: none;
  cursor: default;
  font-weight: normal;
  text-transform: none;
  font-family: 'Open Sans';
  font-size: 14px;
}
ul.slide-accordion hr.still {
  height: .25rem;
  width: 100%;
  margin: 0;
  background: #757374;
  border: none;
  position: absolute;
}
ul.slide-accordion hr.mover {
  height: .25rem;
  width: 20%;
  margin: 0;
  background: #332F30;
  border: none;
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  ul.slide-accordion hr.mover {
    width: 30%;
  }
}
.slide-accordion-content-destination {
  margin-top: 1.6em;
  padding: 0 2em;
  text-align: center;
  line-height: 1.5em;
}
.size-info-table {
  width: 100%;
}
.size-info-table td {
  width: 25%;
  text-align: center;
  cursor: default;
}
.size-info-table tr {
  border-top: 1px solid #F3F1F3;
  border-left: 1px solid #F3F1F3;
  border-right: 1px solid #F3F1F3;
  cursor: default;
}
.size-info-table tr:not(:first-child):hover {
  background-color: #F3F1F3;
  cursor: pointer;
}
.size-info-table tr:last-child {
  border-bottom: 1px solid #F3F1F3;
}
.size-info-table tr:nth-child(1) {
  border: none;
}
.size-info-table tr:nth-child(1) td {
  height: 2em;
  line-height: 2em;
}
a.sabo-luxe {
  letter-spacing: 1px;
}
a.sabo-luxe:hover {
  color: #D6BA88;
}
.brushstroke-underline {
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMsAAAAKCAYAAAAaT6oiAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAALiIAAC4iAari3ZIAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAARrSURBVGhD5dfNcRw5DAVghaAQFMKGoBAUgkJwCM7AISgEH1c3h+DjHh2CA/DBi4+FNwW3ejQa+aemLFa9IYmfRxAEe7qvHh8frwt3V6PV/KaHF9c63n96+qrGv3D7szwvabXGTeOu8L7721a/qpX/fcMe4JeeV/F9KBxqosZynrUOOTNumX192gAH+bsCG/FmLB/hA/Jpq0++4meePfOPjzm58cfCQ0Fc5vpl2yEnd2JbXC0+2cr2xk8WscEvje+NbQJO4Wth+gNZ9HTpPxesm43aQOwmyHHg4hN+feQTxziSWPOtzxbxk/iMwXqQOGbMM4eTZ/JOJCZFkMIA+UhOYMZgDX57fMlHbLeYfOLHg4+MPjx7OQ3vlGW9ud9zED4cYhJHdDgTd+IxFq8zBDZ8XOTUkYthvB4eLeOnXxejerlel9Vcq3FyAy7YfaueNsrCXpL+Nrz2YC8Fx85I8Z9zfgqKz54uiF6xKbBj9nSe8jgjE0ue/Cl6oMOzOLv2+Lu4KezABaKD/IMpcvNcLuNn/x1Kv3x7utvY9PBlrUktnhuWgALJyEYkI3pyRfhc8ueTIk/ULa+x9elju54IBYmPDHBmPNcVU8YBvXhnMU2fc4rs1GXb6s+5nLFNXuxNbHr7T/ElX/aQeeztP/N5loHcBuzmnD4cU56cWi8ycfGHh66fue7ua2HJU2P69WpUvX+G62Xwllon4bd/B2xbJ3ytXVh/sY35fn04EPLWszV2gC6mw9abQ3hAscaGLg8LCNeTJ1jJws8+vHjE/MO34qW0isteVr56vPa/lG+5ffv3v+vCD4dW84v9wO94f+pC8i/c/ol9WqNxV3jf/bOvBada+d837OGX76P4PhQONVFjOc9ah9wbt8y+Pm2Ag/xdgY14M5aP8AH5tNWzJ4ufvGXP/ONjHtuPhYeCuMz1y7ZDTu7EtrhafLKV7Y2fLGKDXxrfG9sEnMLXwvQHsujp0n8uWDcbtYHYTZDjwMUn/PrIJ45xJLHmW58t4ifxGYP1IHHMmGcOJ8/knUhMiiAXCeQjOYEZgzX47fElH7HdYvKJHw8+Mvrw7OU0vFOW9eZ+z0H4cIhJHNHhTNyJx1i8zhDY8HGRU0cuhvF6eLSMn35djOrlel1Wc63GyQ24YMc/8CkLe0n62/Dag70UHDsjxX/O+SkoPnu6IHrFpsCO2dN5yuOMTCx58qfogQ7P4uza4+/iprADF4gODm8CPc/lMn7236H0y7enu41ND1/WmtTiuWEJKJCMbEQyoidXhM8lfz4p8kTd8hpbnz6264lQkPjIAGfGc10xZRzQi3cW0/Q5p8hOXbat/pzLGdvkxd7Eprf/FF/yZQ+Zx97+M59nGchtwG7O6cMx5cmp9SITF39YH/g9xmHd3dfCkqfG9OvVqHr/DG/vA7+T8Mc/8Dvha+3C+ottzPfrw4GQt56tsQN0MR223hzCA4o1NnR5WEC4njzBShZ+9uHFI+aL/MCvuOxl5avHa/9L+Wbb1dX/23JbNiZMLJEAAAAASUVORK5CYII=') /*/Content/Images/underline-stroke.png*/;
  height: 5px;
  width: 100%;
  position: relative;
}
.loader {
    width: 40px;
    height: 40px;
    text-align: center;
    background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.modal-loading {
    width: 40px;
    height: 40px;
    text-align: center;
    background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: auto;
    height: auto;
    position: absolute;
    left: 0.8em;
    top: 0.8em;
    right: 0.8em;
    bottom: 0.8em;
    background-color: rgba(255, 255, 255, 0.7);
}
#tooltip {
  background: #dbbca9;
}
#tooltip:after {
  border-top-color: #dbbca9;
}
#tooltip.top:after {
  border-bottom-color: #dbbca9;
}
.strike {
  display: inline-block;
  padding: 0 1em;
  text-decoration: line-through;
}
.strike:after {
  content: ' ';
}
.strike:before {
  content: ' ';
}
[id^=add-to-bag],
[id^=add-to-bag-mobile] {
  background-color: #332F30;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  color: white;
}
[id^=add-to-bag]:hover,
[id^=add-to-bag-mobile]:hover {
  color: white;
  background: #757374;
}
[id^=add-to-bag] .pay-pal-logo-inline,
[id^=add-to-bag-mobile] .pay-pal-logo-inline {
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  filter: brightness(120%);
}
[id^=add-to-bag] .pay-pal-logo-inline,
[id^=add-to-bag-mobile] .pay-pal-logo-inline {
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  filter: brightness(120%);
}
.add-to-bag {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  margin: 0 auto;
}
.add-to-bag:hover {
  color: white;
  background: #757374;
}
div#basket-view {
  margin-bottom: 12em;
}
div#basket-view .row .empty-bag-img {
  text-align: center;
  margin-top: 5%;
}
div#basket-view .row .empty-bag-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  font-weight: 500;
}
div#basket-view .row .empty-bag-text {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 25px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
div#basket-view .row .empty-bag-button {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 40px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20%;
}
div#basket-view .row .empty-bag-button .sign-in {
  width: 20%;
  height: 35px;
  line-height: 35px;
  background-color: #dbbca9;
}
div.wishlist-page {
  margin-bottom: 12em;
  padding: 0;
}
div.wishlist-page .wishlist-title {
  font-size: 12px;
  margin: 2em 0px 2em 0;
  font-weight: bold;
  height: 25px;
  border-bottom: 2px solid darkgray;
  letter-spacing: 2px;
}
div.wishlist-page .wishlist-product {
  width: 22%;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 1%;
}
div.wishlist-page .wishlist-product .product {
  width: 100% !important;
  padding-bottom: 0 !important;
  min-height: 525px;
}
div.wishlist-page .wishlist-product .product .details {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 2px;
}
div.wishlist-page .wishlist-product .product .details p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.wishlist-page .remove-from-wishlist {
  width: auto !important;
  height: auto !important;
  color: white !important;
  position: absolute !important;
  z-index: 1 !important;
  font-size: 18px !important;
  left: 98% !important;
  transform: translate(-100%) !important;
  top: 1% !important;
  border: none !important;
  background: transparent !important;
}
div.wishlist-page .remove-from-wishlist .wish-list-close-img {
  opacity: 1 !important;
  width: 25px !important;
  margin-bottom: 0 !important;
}
div.wishlist-page .row .qty-section {
  padding: 0;
  text-align: left;
  width: 20% !important;
}
div.wishlist-page .row .qty-section .qty-title {
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}
div.wishlist-page .row .qty-section .chosen-container {
  width: 6em;
  font-size: 8px;
  margin: 0 5px;
  font-weight: bold;
  height: auto;
  padding-top: 5px;
}
div.wishlist-page .row .qty-section .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  padding-left: 2.0em;
  box-shadow: none !important;
}
div.wishlist-page .row .size-section {
  padding: 0;
  text-align: left;
  width: 80% !important;
}
div.wishlist-page .row .size-section .product-sizes {
  padding: 5px;
}
div.wishlist-page .row .size-section .chosen-container {
  width: 8em;
  font-size: 8px;
  font-weight: bold;
  height: auto;
  margin-bottom: 5px;
}
div.wishlist-page .row .size-section .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  padding-left: 2.0em;
  box-shadow: none !important;
}
div.wishlist-page .row .size-section .sizes {
  font-size: 12px;
  padding: 5px;
}
div.wishlist-page .row .size-section .sizes .size {
  border: 1px solid #f2f2f2;
  color: #332F30;
  background: #f2f2f2;
  margin-right: 3%;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2%;
  width: 3em;
  height: auto;
  padding: 2px;
  text-transform: uppercase;
}
div.wishlist-page .row .size-section .sizes .size.selected {
  background: #dbbca9;
  border: 1px solid #dbbca9;
}
div.wishlist-page .row .size-section .size-title {
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}
div.wishlist-page .row .size-section .size-title .size-guide {
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  text-decoration: underline;
  color: black;
}
div.wishlist-page .row .empty-wishlist-img {
  text-align: center;
  margin-top: 5%;
  padding: 0;
}
div.wishlist-page .row .empty-wishlist-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  font-weight: 500;
  padding: 0;
}
div.wishlist-page .row .empty-wishlist-text {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 25px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0;
}
div.wishlist-page .row .empty-wishlist-button {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 40px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20%;
  padding: 0;
}
div.wishlist-page .row .empty-wishlist-button .sign-in {
  width: 20%;
  height: 35px;
  line-height: 35px;
  background-color: #dbbca9;
}
@media (max-width: 1100px) {
  div#basket-view .row .empty-bag-button .sign-in {
    width: auto;
  }
  div.wishlist-page .remove-from-wishlist .wish-list-close-img {
    width: 20px !important;
  }
  div.wishlist-page .wishlist-product {
    width: 47% !important;
    margin: 5% 1% !important;
  }
  div.wishlist-page .wishlist-product .product {
    width: 100% !important;
    padding-bottom: 0 !important;
    margin: 0px !important;
    min-height: 300px;
  }
  div.wishlist-page .wishlist-product .product .details {
    font-weight: bold;
  }
  div.wishlist-page .wishlist-product .add-to-bag-mobile {
    height: 30px;
    line-height: 30px;
    font-size: 8px;
    border: 1px solid gray;
  }
  div.wishlist-page .wishlist-product select {
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    border: 1px solid gray !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    font-weight: 400;
    border: 1px solid;
  }
  div.wishlist-page .row .empty-wishlist-button .sign-in {
    width: auto;
  }
  div.wishlist-page .row .qty-section {
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 48% !important;
  }
  div.wishlist-page .row .qty-section .qty-title {
    padding: 3px 0;
    font-size: 10px;
    font-weight: 500;
    margin-top: 0px;
  }
  div.wishlist-page .row .qty-section .chosen-container {
    width: 6em;
    font-size: 8px;
    margin: 0 5px;
    font-weight: bold;
    height: auto;
    padding-top: 5px;
  }
  div.wishlist-page .row .qty-section .chosen-container .chosen-single {
    height: 30px;
    line-height: 30px;
    padding-left: 2.0em;
    box-shadow: none !important;
  }
  div.wishlist-page .row .size-section {
    padding: 0;
    text-align: left;
    width: 48% !important;
    display: inline-block;
  }
  div.wishlist-page .row .size-section .product-sizes {
    padding: 0px;
  }
  div.wishlist-page .row .size-section .sizes {
    font-size: 12px;
    padding: 5px;
  }
  div.wishlist-page .row .size-section .sizes .size {
    border: 1px solid #f2f2f2;
    color: #332F30;
    background: #f2f2f2;
    margin-right: 3%;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2%;
    width: 3em;
    height: auto;
    padding: 2px;
    text-transform: uppercase;
  }
  div.wishlist-page .row .size-section .sizes .size.selected {
    background: #dbbca9;
    border: 1px solid #dbbca9;
  }
  div.wishlist-page .row .size-section .size-title {
    padding: 3px 0;
    font-size: 10px;
    font-weight: 500;
    margin-top: 0px;
  }
  div.wishlist-page .row .size-section .size-title .size-guide {
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    text-decoration: underline;
    color: black;
  }
  .button-big {
    font-size: 120%;
  }
  div#basket-view {
    margin-bottom: 0;
  }
}
/**** HEADER ****/
@media (max-width: 1100px) {
  header {
    overflow: hidden;
    height: inherit;
  }
}
.sticky-header.desktop-only {
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #dbbca9;
  height: 3em;
  width: 100%;
  position: fixed;
  text-transform: uppercase;
  line-height: 3em;
  z-index: 3;
  text-align: center;
}
.sticky-header.desktop-only .max-screen-width {
  position: relative;
}
.sticky-header.desktop-only p {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 3px;
}
.sticky-header.desktop-only a:hover {
  color: black !important;
}
.sticky-header.mobile-only {
  background-color: #dbbca9;
  height: 4em;
  width: 100%;
  position: fixed;
  text-transform: uppercase;
  line-height: 1em;
  z-index: 3;
  text-align: center;
}
.sticky-header.mobile-only .max-screen-width {
  position: relative;
  padding-top: 4px;
  height: 100%;
  width: 100%;
}
.sticky-header.mobile-only p {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2px;
}
.my-account {
  height: 21px;
}
#avatar {
  height: 18px;
  float: left;
  position: relative;
  top: 1px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12000;
}
.header-controls {
  right: 0;
  position: absolute;
  display: inline-block;
  top: 45px;
  font-size: 0;
}
.header-controls li {
  font-size: 10px;
  display: inline-block;
  margin: 0 0.8em;
  font-weight: 400;
}
.header-controls li .text {
  display: inline-block;
  vertical-align: middle;
}
.header-controls .currency-selector {
  width: 7em;
  margin-right: 0;
}
.header-controls .currency-selector:hover {
  cursor: pointer;
  color: #F2C5B7;
}
.header-controls .currency-selector > span {
  display: none;
  padding-left: 24px;
}
.header-controls .currency-selector > span.selected {
  display: inline-block;
}
.header-controls .currency-selector .au-flag,
.header-controls .currency-selector .us-flag {
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
}
.header-controls .appear-on-scroll {
  display: none;
}
.header-controls .search-small-dropdown {
  background-color: #FFF;
  position: absolute;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
  top: 80px;
  display: none;
  top: 20px;
  right: 100px;
  width: 300px;
}
.header-controls .search-small-dropdown input {
  width: 280px;
}
.shopping-bag {
  float: right;
}
.shopping-bag:hover .my-bag {
  color: #F2C5B7;
}
.drop-down-menu {
  top: 80px;
}
/**** NAV ****/
nav.desktop-only {
  text-transform: uppercase;
  text-align: left;
  padding-top: 3em;
}
nav.desktop-only .max-screen-width {
  position: relative;
  z-index: 2;
}
nav.desktop-only ul {
  font-size: 0;
}
nav.desktop-only ul li {
  font-size: 10px;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
nav.desktop-only table {
  width: 100%;
  height: 100px;
}
nav.desktop-only table td {
  vertical-align: top;
}
nav.desktop-only table .logo-cell {
  width: 280px;
}
nav.desktop-only table .search-and-bag-cell {
  text-align: left;
  height: 25px;
}
nav.desktop-only table .search-and-bag-cell .currency a {
  margin-left: 0 !important;
  display: block;
}
nav.desktop-only td.logo-cell {
  text-align: center !important;
}
nav.desktop-only ul.search-and-bag.header-controls > li {
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 0.6em !important;
}
nav.desktop-only img.desktop-account-icon {
  width: 3em;
  height: 3em !important;
  vertical-align: middle;
  height: 100%;
  margin-top: -3px;
}
nav.desktop-only .search > img {
  width: 3em;
  position: absolute;
  top: 0.8em;
}
nav.desktop-only input#search-new {
  border-bottom: 1px solid black;
  border-left: none;
  border-top: none;
  border-right: none;
  height: 20px;
  line-height: 20px;
  opacity: 0.5;
  padding: 0;
  padding-left: 0.5em;
  margin-left: 2.5em;
}
nav.desktop-only input#search-new:focus {
  box-shadow: 0 0 0 transparent;
  opacity: 1;
}
nav.desktop-only .shopping-bag > .my-bag + .items {
  top: auto !important;
}
.main-logo {
  overflow: visible;
  height: 150px;
}
.main-logo > img {
  display: inline-block;
  width: 280px;
  margin-top: 5px;
  image-rendering: optimizeQuality;
}
body#checkout main nav .main-logo > img {
  width: 260px;
}
.search-transition {
  transition: all 0.3s ease-in-out;
}
.main-nav {
  height: 48px;
  line-height: 48px;
  font-size: 0;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #F2F2F2;
}
.main-nav .main-menu {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: Montserrat;
}
.main-nav .sub-nav {
  height: 24px;
  line-height: 24px;
  font-size: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-nav .sub-nav li {
  font-weight: 400;
  margin-left: 0;
  margin-right: 1em;
  height: 36px;
  line-height: 36px;
}
.main-nav .sub-nav li a {
  font-size: 11px;
  letter-spacing: 1px;
}
.main-nav .sub-nav li:first-child {
  margin-left: 1em;
}
.main-nav ul li {
  letter-spacing: 3px !important;
  font-size: 11px !important;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  font-weight: 400 !important;
}
.main-nav li {
  height: 48px;
  line-height: 48px;
  padding: 0 4px;
}
.main-nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.main-nav li a:hover {
  color: inherit;
  font-weight: 600;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.main-nav .collections:hover #collections-menu {
  text-align: center;
  display: block;
  padding: 2em;
  top: 48px;
  width: 100%;
  border-top: 1px solid #332F30;
  z-index: 100;
}
.main-nav .collections:hover #collections-menu .shopping-menu {
  text-align: center;
}
.main-nav .main-link {
  font-weight: 400;
}
.main-nav a:hover .brushstroke-underline {
  background-position-y: -5px;
}
.main-nav .my-bag {
  position: relative;
  top: -2px;
}
.main-nav .my-bag > .fa {
  font-size: 150%;
}
.main-nav .my-bag > span {
  vertical-align: middle;
}
.main-nav .collection-menu-link {
  width: 925px;
}
.main-nav .shop-menu,
.main-nav .collection-menu-link {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 925px;
}
.main-nav .shop-menu {
  width: 925px;
}
.main-nav .shop-menu ul,
.main-nav .collection-menu-link ul {
  display: inline-block;
  vertical-align: top;
  width: 13%;
}
.main-nav .fa-collection-menu {
  display: none !important;
}
.main-nav li.collections:hover .fa-collection-menu {
  display: block !important;
  vertical-align: top;
  color: black !important;
  margin-top: -12px;
  font-size: 18px;
}
.main-nav .shop-menu ul li,
.main-nav .collection-menu-link ul li {
  display: block !important;
  height: 20px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px !important;
  font-stretch: expanded;
  font-weight: 400;
  letter-spacing: 2px !important;
  word-spacing: 3px;
  overflow: hidden;
}
.main-nav .shop-menu ul li a:hover,
.main-nav .collection-menu-link ul li a:hover {
  /* font-weight: bold; */
  color: #dbbca9 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #dbbca9;
          text-decoration-color: #dbbca9;
  font-weight: inherit;
}
.main-nav .shop-menu ul li.shop-title a:hover {
  color: #332F30;
  text-decoration: none;
  cursor: pointer;
}
.main-nav #collections-menu {
  text-align: left;
  background-color: #FFF;
  position: absolute;
  display: none;
  padding: 0.8em;
  margin: 0;
  border: none;
  color: #332F30;
  text-transform: none;
  font-size: 12px;
  border: 1px solid #F2F2F2;
  top: 80px;
  padding: 0;
  left: 0;
  line-height: 0;
  text-align: center;
}
.main-nav #collections-menu .collection-menu-link {
  margin-left: 190px;
  width: 1110px;
}
.main-nav #collections-menu .shop-banner {
  display: inline-block;
  width: 300px;
  height: auto;
  position: absolute;
  left: 100px;
  top: 2em;
}
.main-nav #collections-menu .shop-banner .brand-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main-nav #collections-menu .collection-link {
  display: inline-block;
  width: auto;
  position: relative;
  margin-top: 2%;
}
.main-nav #collections-menu .collection-link .brand-heading,
.main-nav #collections-menu .collection-link .image-overlay,
.main-nav #collections-menu .collection-link .image-underlay {
  transition: opacity ease 0.2s;
}
.main-nav #collections-menu .collection-link label {
  line-height: 25px;
  height: 25px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
  font-stretch: expanded;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 3px;
}
.main-nav #collections-menu .collection-link .brand-heading {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 60px;
  top: 60px;
  z-index: 2;
}
.main-nav #collections-menu .collection-link .brand-heading-hover {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50px;
  top: 50px;
  z-index: 2;
}
.main-nav #collections-menu .collection-link .brand-image,
.main-nav #collections-menu .collection-link .image-underlay {
  position: relative;
  left: 0;
  top: 0;
  width: 275px;
  height: auto;
  display: inline-block;
}
.main-nav #collections-menu .collection-link .image-overlay {
  position: absolute;
  left: 0.8em;
  right: 0.8em;
  top: 0.8em;
  bottom: 0.8em;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.main-nav #collections-menu .collection-link .image-underlay {
  opacity: 1;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-nav #collections-menu .collection-link .button {
  position: absolute;
  bottom: 0.8em;
  left: 50px;
  box-sizing: border-box;
  font-style: normal;
}
.main-nav #collections-menu .collection-link .brand-heading-hover.sabo-formal,
.main-nav #collections-menu .collection-link .brand-heading.sabo-formal {
  width: 140px;
  height: 140px;
  left: 50px;
  top: 50px;
}
.main-nav #collections-menu .collection-link .brand-heading-hover.sabo-formal {
  left: 40px;
  top: 40px;
}
.main-nav #collections-menu .collection-link:hover {
  cursor: pointer;
}
.main-nav #collections-menu .collection-link:hover label {
  color: #dbbca9;
  cursor: pointer;
}
.main-nav #collections-menu .collection-link:hover .image-overlay {
  opacity: 1;
}
.main-nav #collections-menu .collection-link:hover .image-underlay {
  opacity: 0;
}
.main-nav #collections-menu .collection-link:hover .brand-heading {
  opacity: 0;
}
.search-and-bag {
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: relative;
  right: 15%;
  transition: all 0.3s ease-in-out;
}
.search-and-bag li {
  vertical-align: middle;
}
.search-and-bag .sep {
  width: 1px;
  background-color: #F3F1F3;
  height: 50px;
  position: relative;
  top: 30px;
}
.search-and-bag #search {
  letter-spacing: 1px;
  border: none;
  width: 5em;
  transition: all 0.3s ease-in-out;
}
.search-and-bag #search::-webkit-input-placeholder {
  color: black !important;
  text-transform: uppercase;
}
.search-and-bag #search:-moz-placeholder {
  /* Firefox 18- */
  color: black !important;
  text-transform: uppercase;
}
.search-and-bag #search::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important;
  text-transform: uppercase;
}
.search-and-bag #search:-ms-input-placeholder {
  color: black !important;
  text-transform: uppercase;
}
@media (-moz-touch-enabled: 0) {
  .wish-list-img {
    opacity: 0;
  }
  .product:hover .wish-list-img {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .product:hover .wishList .wish-list-img {
    display: none;
  }
  .product:hover .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1;
  }
  .product:hover .wish-list-img-active {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .wish-list-img-hover-state {
    display: none;
    opacity: 0;
  }
  [class^=product-heart]:hover > .wish-list-img {
    opacity: 0;
    display: none;
  }
  [class^=product-heart]:hover > .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1 !important;
    width: 38px !important;
    transition: 0.3s linear;
  }
  .wish-list-img {
    width: 38px !important;
  }
  [class^=product-heart] {
    padding: 8px !important;
  }
  .wish-list-img-hover-state {
    width: 38px !important;
  }
  .wishList .wish-list-img {
    opacity: 0;
    display: none;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    width: 38px !important;
    transition: 0.2s all;
  }
  [class^=product-heart]:hover > .wish-list-img-hover-state {
    opacity: 1;
    width: 38px !important;
  }
  [class^=product-heart].wishList:hover .wish-list-img-hover-state {
    animation: none !important;
    opacity: 1;
    width: 38px !important;
  }
}
@media (hover: hover) {
  .wish-list-img {
    opacity: 0;
  }
  .product:hover .wish-list-img {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .product:hover .wishList .wish-list-img {
    display: none;
  }
  .product:hover .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1;
  }
  .product:hover .wish-list-img-active {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .wish-list-img-hover-state {
    display: none;
    opacity: 0;
  }
  [class^=product-heart]:hover > .wish-list-img {
    opacity: 0;
    display: none;
  }
  [class^=product-heart]:hover > .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1 !important;
    width: 38px !important;
    transition: 0.3s linear;
  }
  .wish-list-img {
    width: 38px !important;
  }
  [class^=product-heart] {
    padding: 8px !important;
  }
  .wish-list-img-hover-state {
    width: 38px !important;
  }
  .wishList .wish-list-img {
    opacity: 0;
    display: none;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    width: 38px !important;
    transition: 0.2s all;
  }
  [class^=product-heart]:hover > .wish-list-img-hover-state {
    opacity: 1;
    width: 38px !important;
  }
  [class^=product-heart].wishList:hover .wish-list-img-hover-state {
    animation: none !important;
    opacity: 1;
    width: 38px !important;
  }
}
@keyframes animation-in {
  from {
    width: 40px;
  }
  to {
    width: 42px;
  }
}
@keyframes animation-out {
  from {
    width: 42px;
  }
  to {
    width: 40px;
  }
}
@media (-moz-touch-enabled: 1) {
  .wish-list-img {
    opacity: 1;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1;
  }
  .wish-list-img-active {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .wish-list-img-hover-state {
    display: none;
    opacity: 0;
  }
  [class^=product-heart] {
    padding: 3px !important;
  }
  .wish-list-img-active {
    opacity: 1 !important;
    width: 22px !important;
    transition: 0.3s linear;
  }
  .wish-list-img {
    width: 22px !important;
  }
  .wishList .wish-list-img {
    opacity: 0;
    display: none;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    width: 40px !important;
    transition: 0.2s all;
  }
}
@media (hover: none) {
  .wish-list-img {
    opacity: 1;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .wish-list-img-active {
    opacity: 1;
  }
  .wish-list-img-active {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .wish-list-img-hover-state {
    display: none;
    opacity: 0;
  }
  [class^=product-heart] {
    padding: 3px !important;
  }
  .wish-list-img-active {
    opacity: 1 !important;
    width: 22px !important;
    transition: 0.3s linear;
  }
  .wish-list-img {
    width: 22px !important;
  }
  .wishList .wish-list-img {
    opacity: 0;
    display: none;
  }
  .wishList .wish-list-img-hover-state {
    display: block;
    opacity: 1;
    width: 40px !important;
    transition: 0.2s all;
  }
}
[class^=product-heart] {
  width: auto !important;
  height: auto !important;
  color: white !important;
  position: absolute !important;
  z-index: 1 !important;
  font-size: 18px !important;
  left: 100% !important;
  transform: translate(-100%) !important;
  top: 0 !important;
  border: none !important;
  background: transparent !important;
  transition: 0.5s ease;
}
[class^=product-heart]:hover {
  color: #F2C5B7 !important;
  font-size: 20px !important;
  transition: 0.5s ease;
}
.wishList {
  color: #F2C5B7 !important;
  font-size: 20px !important;
  transition: 0.5s ease;
}
#search-results {
  width: 100%;
  background-color: #FFF;
  left: 0;
  right: 0;
}
#search-results .search-result {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #FFF;
  color: #332F30;
  padding: 1em;
}
#search-results .search-result .inner-result {
  width: 500px;
  margin: 0 auto;
}
#search-results .search-result:hover {
  cursor: pointer;
  border: 1px solid #F2C5B7;
  color: #F2C5B7;
}
#search-results .search-result img {
  float: left;
  margin-right: 1em;
}
#search-results .search-result .description {
  margin: 1em;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#search-results .search-result .sizes {
  margin: 1em;
}
@media (max-width: 1455px) {
  .main-menu li:nth-child(7) {
    display: none;
  }
  .sub-nav li:nth-child(9) {
    display: none;
  }
}
@media (max-width: 1375px) {
  .main-menu li:nth-child(6) {
    display: none;
  }
  .sub-nav li:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1245px) {
  .sub-nav li:nth-child(7) {
    display: none;
  }
}
/*** Footer New ***/
.footer-sabo {
  position: relative;
  color: white;
  background: #332F30;
  width: 100%;
  height: 440px;
  padding-top: 0.8em;
  margin-top: 0;
}
/**** FOOTER ****/
footer {
  position: relative;
  color: #332F30;
  background: #F2F2F2;
  width: 100%;
  height: 240px;
  padding-top: 0.8em;
  margin-top: 0;
}
footer .seperator-footer {
  display: inline-block;
  height: 180px;
  border: 1px solid black;
  width: 0px;
}
footer .social-icons ul {
  display: inline-block;
}
footer .social-icons ul li {
  display: inline-block;
}
footer .social-icons ul li a {
  font-size: 20px;
  color: #dbbca9;
}
footer .social-icons ul li a:hover {
  text-decoration: none;
}
footer .row.desktop-only {
  width: 80%;
  margin: 0 auto;
}
footer .one-fifth-column,
footer .one-quarter-column {
  text-align: left;
}
footer .one-fifth-column p,
footer .one-quarter-column p {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  margin: 0.5em;
  line-height: 1.5em;
}
footer h2 {
  line-height: 2em;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer ul {
  margin: 0.5em;
}
footer li {
  line-height: 1.5em;
}
footer li a {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
footer li a:hover {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
footer .button {
  border: 1px solid white;
  color: white;
  background-color: #332F30;
}
footer .max-screen-width {
  position: relative;
}
footer .footer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(at top, rgba(0, 0, 0, 0), #000000);
}
footer .row.newsletter {
  width: 380px;
  /* text-align: center; */
  margin: 0 auto;
  font-size: 10px;
}
footer .row:last-child {
  margin-bottom: 0;
}
footer .row:last-child .single-column {
  padding: 0;
  font-weight: bold;
  font-size: 10px;
}
footer .newsletter-signup.response {
  font-size: 11px;
  font-weight: bold;
}
footer .au-flag,
footer .us-flag {
  padding-left: 44px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
footer .au-flag-small,
footer .us-flag-small {
  padding-left: 20px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  cursor: pointer;
}
footer .au-flag-small:hover,
footer .us-flag-small:hover {
  font-weight: bold;
}
footer .au-flag-small.selected,
footer .us-flag-small.selected {
  font-weight: bold;
  text-decoration: underline;
  pointer-events: none;
  cursor: none;
}
.social {
  text-align: center;
  width: 40%;
  vertical-align: bottom;
}
.social p {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
}
.social > .button {
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 1em;
  padding: 0.8em;
  margin: 1.6em;
}
@media (max-width: 1100px) {
  .social > .button {
    width: 30px;
    height: 30px;
    line-height: 1.25em;
    padding: 0.1em;
    margin: 0.8em;
    font-size: 20px;
  }
}
.newsletter-signup p {
  margin: 0.5em 0;
}
.newsletter-signup input {
  display: inline-block;
  width: 280px;
  border: 1px solid #332F30;
  height: 35px;
  line-height: 35px;
}
.newsletter-signup input:focus {
  box-shadow: none !important;
}
.newsletter-signup .button {
  border: 1px solid #332F30;
  color: #332F30;
  background-color: white;
  vertical-align: bottom;
  margin-left: -3px;
  height: 35px;
  line-height: 35px;
}
/**** HOME PAGE ****/
section.row {
  text-align: center;
  margin: 1em auto;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
section.row a {
  display: inline-block;
}
#product-page h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1em;
}
#product-page .product-section.row {
  height: auto;
}
#product-page .product-section.row .product {
  top: 5%;
  font-size: 12px;
}
#product-page .shop-container.desktop-only {
  width: 100%;
  white-space: normal;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}
#product-page .shop-container.desktop-only .item {
  width: calc(13%);
  display: inline-block;
  overflow: visible;
  position: relative;
  margin: 6px;
}
#product-page .shop-container.desktop-only .item .image {
  width: 101%;
  height: 101%;
}
#product-page .shop-container.desktop-only .item .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity ease 0.2s;
  width: 101%;
  height: 101%;
}
#product-page .shop-container.desktop-only .item .product-overlay .image-overlay {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fbad50;
  line-height: normal;
  top: 50%;
  bottom: 50%;
  text-decoration: none;
}
#product-page .shop-container.desktop-only .item .product-overlay .image-overlay:hover {
  opacity: 1;
  border-bottom-color: #D6BA88;
}
#product-page .shop-container.desktop-only .item .product-overlay:hover {
  opacity: 1;
  border-bottom-color: #D6BA88;
}
#product-page .shop-container.desktop-only .item .product-overlay:hover .image-overlay {
  opacity: 1;
}
#product-page .shop-container.mobile-only {
  width: 100%;
  white-space: normal;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}
#product-page .shop-container.mobile-only .item {
  width: calc(46%);
  display: inline-block;
  overflow: visible;
  position: relative;
  margin: 6px;
}
#product-page .shop-container.mobile-only .item .image {
  width: 101%;
  height: 101%;
}
#product-page .shop-container.mobile-only .item .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none;
  opacity: 0;
  transition: opacity ease 0.2s;
  width: 101%;
  height: 101%;
  opacity: 1;
}
#product-page .shop-container.mobile-only .item .product-overlay .image-overlay {
  position: relative;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  line-height: normal;
  top: 50%;
  bottom: 50%;
  text-decoration: none;
  opacity: 1;
}
#product-page .shop-container.mobile-only .item .product-overlay .image-overlay:hover {
  opacity: 1;
  border-bottom-color: #D6BA88;
}
#product-page .shop-container.mobile-only .item .product-overlay:hover {
  opacity: 1;
  border-bottom-color: #D6BA88;
}
#product-page .shop-container.mobile-only .item .product-overlay:hover .image-overlay {
  opacity: 1;
}
.product-section.row {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height: 35vw;
  overflow: hidden;
}
.product-section.row .product {
  position: relative;
  top: 20%;
  font-size: 0.75vw;
  width: 14%;
  height: auto;
}
.product-section.row .product .primary {
  height: auto;
}
.product-section.row .product .sizes {
  display: none;
}
.product-section.row .product .sizes .size {
  width: 2.1em;
  height: 2.1em;
  line-height: 2em;
  font-size: 110%;
}
.product-section.row .product + .product {
  margin-left: 4%;
}
.product-section.row .strike {
  height: 1em;
}
.product-section.row .strike::after {
  top: -1em;
}
.product-section.row:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1100px) {
  #product-page .product-section.row {
    height: auto;
  }
  #product-page .product-section.row .product {
    top: 0;
    width: 40%;
    font-size: 9px;
  }
  #product-page .bundle-product {
    width: 100% !important;
  }
  #product-page .bundle-product .inner-product-title {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }
  #product-page .bundle-product .product-images,
  #product-page .bundle-product .product-details {
    display: inline-block !important;
  }
  #product-page .bundle-product .size-title {
    padding: 0px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    margin-top: 2% !important;
  }
  #product-page .bundle-product .sizes {
    padding: 5px 0 !important;
  }
  #product-page .bundle-product .sizes .size {
    margin-right: 1%;
  }
}
.lookbook-section.row {
  max-width: 100vw;
  margin-top: 0;
  overflow: hidden;
}
.lookbook-section.row a,
.lookbook-section.row img {
  width: 100%;
  height: auto;
}
.instashop-section {
  position: relative;
  overflow: hidden !important;
}
.instashop-section .shop-container {
  width: 100%;
  white-space: normal;
  font-size: 0;
}
.instashop-section .shop-container .item {
  width: calc(11.06% - 0.375px);
  display: inline-block;
  overflow: visible;
  position: relative;
  height: 215px !important;
}
.instashop-section .shop-container .item .image {
  width: 101%;
  height: 101%;
}
.instashop-section .shop-container .item h3 {
  font-size: 14.4px;
}
.instashop-section .shop-container .item .sizes .size {
  color: white;
  border-color: white;
}
.instashop-section .shop-container .item:nth-child(6) {
  break-after: always;
}
.instashop-section .shop-container .overlay {
  width: 101%;
  height: 101%;
  background-color: rgba(240, 240, 240, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #332F30;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity linear 0.2s;
}
.instashop-section .shop-container .overlay p {
  height: 20px;
  line-height: 20px;
}
.instashop-section .shop-container .overlay .title {
  margin-top: 45%;
  text-align: center;
}
.instashop-section .shop-container .overlay .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin: 0;
}
.instashop-section .shop-container .overlay .description p {
  margin: 20px;
}
.instashop-section .shop-container .item:hover .overlay {
  opacity: 1;
}
.featured-logo {
  width: 90%;
}
[class^=store-footer] .tooltip-p {
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
[class^=store-footer] .tooltip-a {
  line-height: 5em;
  font-size: 16px;
  text-decoration: underline;
}
.newsletter-banner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.newsletter-banner .single-column {
  color: #332F30;
  padding: 2em;
  background: white;
  position: relative;
  margin-top: -15%;
  left: -50%;
  border: 2px solid #332F30;
}
.newsletter-banner .single-column input[type=email] {
  border: none;
  background: #332F30;
  color: white;
  font-weight: 400;
}
@media (max-width: 1100px) {
  footer {
    height: -webkit-max-content !important;
    height: max-content !important;
    background: white;
  }
  footer .row .single-column img {
    height: 20px !important;
  }
  .row.product-section {
    max-width: 100% !important;
  }
  .row.product-section a {
    width: 100%;
  }
  .row.product-section a img {
    width: 100%;
  }
  .instashop-section {
    position: relative;
  }
  .instashop-section .shop-container .item {
    width: calc(25% - 0.375px);
  }
  .instashop-section .shop-container .item:nth-child(9),
  .instashop-section .shop-container .item:nth-child(10),
  .instashop-section .shop-container .item:nth-child(11),
  .instashop-section .shop-container .item:nth-child(12) {
    display: none;
  }
}
@media (max-width: 550px) {
  .instashop-section {
    position: relative;
  }
  .instashop-section .shop-container .item {
    width: calc(50% - 0.375px);
  }
  .instashop-section .shop-container .item:nth-child(5),
  .instashop-section .shop-container .item:nth-child(6),
  .instashop-section .shop-container .item:nth-child(7),
  .instashop-section .shop-container .item:nth-child(8) {
    display: none;
  }
}
/**** PRODUCT LIST PAGE ****/
.whole-page {
  width: 100%;
  max-width: 1600px;
  display: flex;
  margin: 1em auto;
  min-height: 54vh;
}
.whole-page .store-locations.content {
  padding: 1em;
  width: 100%;
  word-break: break-word;
}
.whole-page .store-locations.content .store {
  margin-left: 2em;
}
.whole-page .store-locations.content .store .store-details {
  margin-top: 1em;
}
.whole-page .store-locations.content .store .store-details .content {
  width: 50%;
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.whole-page .store-locations.content .store .store-details [id^=map_canvas] {
  width: 49%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.whole-page .store-locations.content .store .store-details table td {
  min-width: 6em;
}
.whole-page .store-locations.content .store .store-details p {
  font-size: 12px;
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: 2px;
}
.whole-page .store-locations.content .store ul {
  display: inline-block;
  width: 100%;
}
.whole-page .store-locations.content .store ul .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  height: 4em;
  line-height: 4em;
  border-bottom: 1px solid;
  cursor: pointer;
}
.whole-page .store-locations.content .store ul img {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4em;
}
.whole-page .store-locations.content img.store-locations-icon {
  width: 18px;
  margin-bottom: -2px;
  height: auto;
}
.whole-page .store-locations.content h1 {
  font-size: 14px;
  margin-left: 1.7em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2em;
  padding-left: 0 !important;
  display: inline-block;
}
.whole-page .customer-care.content {
  padding: 1em;
  width: 100%;
  word-break: break-word;
}
.whole-page .customer-care.content img.customer-care-icon {
  width: 25px;
  margin-bottom: -2px;
  height: auto;
}
.whole-page .customer-care.content em {
  font-style: italic !important;
}
.whole-page .customer-care.content ul {
  list-style: disc !important;
  margin-bottom: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 6em;
  letter-spacing: 1px;
}
.whole-page .customer-care.content .chosen-container {
  height: 35px;
  line-height: 35px;
  width: 75%;
  font-size: 10px;
  letter-spacing: 2px;
}
.whole-page .customer-care.content .chosen-container .chosen-single {
  height: 35px;
  line-height: 35px;
  box-shadow: none !important;
}
.whole-page .customer-care.content .chosen-container .chosen-single div {
  top: 5px;
}
.whole-page .customer-care.content #shipping-table table {
  width: 75% !important;
}
.whole-page .customer-care.content #shipping-table thead tr:first-child {
  background: white !important;
}
.whole-page .customer-care.content #shipping-table tr:nth-child(odd) {
  background: white !important;
}
.whole-page .customer-care.content #shipping-table tr:nth-child(even) {
  background: white !important;
}
.whole-page .customer-care.content #shipping-table thead tr {
  border-bottom: 1px solid #332F30 !important;
}
.whole-page .customer-care.content #shipping-table table td {
  padding-top: 1.5em;
}
.whole-page .customer-care.content #shipping-table table td,
.whole-page .customer-care.content #shipping-table th {
  border: none !important;
  text-align: left !important;
}
.whole-page .customer-care.content h1 {
  font-size: 14px;
  margin-left: 1.7em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2em;
  padding-left: 0 !important;
}
.whole-page .customer-care.content table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 2em;
  margin-top: 0;
}
.whole-page .customer-care.content hr {
  margin-left: 2em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.whole-page .customer-care.content thead tr:first-child {
  background: white !important;
}
.whole-page .customer-care.content tr:nth-child(odd) {
  background: #f4e6dc;
}
.whole-page .customer-care.content tr:nth-child(even) {
  background: #dbbca9;
}
.whole-page .customer-care.content table td,
.whole-page .customer-care.content th {
  border: 2px solid white;
  padding: 0.5em;
  text-align: center;
  line-height: 1em;
  width: 18em;
  height: 1em !important;
  letter-spacing: 1px;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.whole-page .customer-care.content p {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 2em;
  letter-spacing: 1px;
}
.whole-page .customer-care.content p strong {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.whole-page .customer-care.content p a {
  text-decoration: underline;
  letter-spacing: 2px;
  font-weight: bold;
}
.side-menu.desktop-only {
  padding: 25px 2em 0 2em;
  flex: 1;
  display: -webkit-flex;
  display: inline-block;
  float: left;
  min-width: 285px;
}
.side-menu.desktop-only li {
  line-height: 2em;
  position: relative;
  margin-left: 1em;
  font-size: 10px;
  margin-top: 1em;
  letter-spacing: 2px;
}
.side-menu.desktop-only li.title {
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-size: 11px;
}
.side-menu.desktop-only li.selected {
  font-weight: bold;
  text-decoration: underline;
}
.side-menu.desktop-only li .collapse {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  width: 22px;
  display: block;
  line-height: 10px;
  text-align: center;
}
.side-menu.desktop-only li .collapse:hover {
  color: #F2C5B7;
  border-color: #F2C5B7;
  cursor: pointer;
  border: none !important;
}
.products-search,
.side-menu.desktop-only {
  padding: 15px 2em 0 2em;
  flex: 1;
  display: -webkit-flex;
  display: inline-block;
  float: left;
  min-width: 285px;
}
.products-search a.disabled,
.side-menu.desktop-only a.disabled {
  pointer-events: none;
  color: gray;
}
.products-search a.clear-all,
.side-menu.desktop-only a.clear-all {
  font-size: 10px;
  float: right;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: underline;
  letter-spacing: 0;
}
.products-search a.label.label-default.selected,
.side-menu.desktop-only a.label.label-default.selected {
  color: #332F30;
  width: 100%;
}
.products-search a.label.label-default.selected:hover,
.side-menu.desktop-only a.label.label-default.selected:hover {
  color: inherit;
}
.products-search a.label.label-default.selected .link,
.side-menu.desktop-only a.label.label-default.selected .link {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 10px;
}
.products-search a.label.label-default.selected .link:hover,
.side-menu.desktop-only a.label.label-default.selected .link:hover {
  cursor: pointer;
  color: inherit;
  font-weight: bold;
}
.products-search a.label.label-default.selected .link .fa,
.side-menu.desktop-only a.label.label-default.selected .link .fa {
  margin: 0.3em 1.0em;
  float: right;
  line-height: 20px;
  height: 20px;
  width: 8px;
}
.products-search li,
.side-menu.desktop-only li {
  line-height: 2em;
  position: relative;
}
.products-search li .collapse,
.side-menu.desktop-only li .collapse {
  position: absolute;
  right: 0;
  top: 3px;
  height: 30px;
  width: 22px;
  display: block;
  line-height: 10px;
  text-align: center;
}
.products-search li .collapse:hover,
.side-menu.desktop-only li .collapse:hover {
  color: #F2C5B7;
  border-color: #F2C5B7;
  cursor: pointer;
  border: none !important;
}
.products-search a:hover,
.side-menu.desktop-only a:hover,
.products-search .selected,
.side-menu.desktop-only .selected {
  color: inherit;
  font-weight: bold;
}
.products-search .selected,
.side-menu.desktop-only .selected {
  font-weight: 400;
}
.products-search .filter-title,
.side-menu.desktop-only .filter-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  border-bottom: 1px solid #332F30;
  height: 30px;
  line-height: 30px;
}
.products-search .main,
.side-menu.desktop-only .main {
  text-transform: uppercase;
}
.products-search .link,
.side-menu.desktop-only .link {
  padding-left: 1em;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
}
.products-search .link .label,
.side-menu.desktop-only .link .label {
  padding: 0.6em;
  font-size: 7px;
  letter-spacing: 1px;
  padding-left: 1em;
}
.products-search .link .label i.fa.fa-close,
.side-menu.desktop-only .link .label i.fa.fa-close {
  font-size: 10px;
  margin: 0.3em;
}
.products-search #priceRange,
.side-menu.desktop-only #priceRange {
  margin-top: 0.25em;
}
.products-search #priceRangeDisplay,
.side-menu.desktop-only #priceRangeDisplay {
  width: 100%;
  text-align: center;
}
.products-search #priceRangeDisplay > span,
.side-menu.desktop-only #priceRangeDisplay > span {
  width: 30%;
}
.products-search #applyPriceRange,
.side-menu.desktop-only #applyPriceRange,
.products-search #clearPriceRange,
.side-menu.desktop-only #clearPriceRange {
  text-transform: uppercase;
}
.products-search #applyPriceRange:hover,
.side-menu.desktop-only #applyPriceRange:hover,
.products-search #clearPriceRange:hover,
.side-menu.desktop-only #clearPriceRange:hover {
  border-bottom: 1px solid #332F30;
}
.products-search #colourDisplay .close,
.side-menu.desktop-only #colourDisplay .close {
  display: inline-block;
}
.products-search #colourDisplay .close:hover,
.side-menu.desktop-only #colourDisplay .close:hover {
  text-decoration: underline;
  cursor: pointer;
}
.products-search .hide-more-colours,
.side-menu.desktop-only .hide-more-colours {
  font-size: 8px;
  font-weight: weight;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  display: table;
}
.products-search .colours .colour,
.side-menu.desktop-only .colours .colour {
  font-size: 9px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0.3em;
  border: 1px solid #D0D0D0;
  line-height: 12px;
  vertical-align: text-bottom;
}
.products-search .colours .colour:hover,
.side-menu.desktop-only .colours .colour:hover,
.products-search .colours .colour.selected,
.side-menu.desktop-only .colours .colour.selected {
  cursor: pointer;
  box-shadow: 0 0 0.5em #F2C5B7;
}
.products-search .colours .colour:hover > span,
.side-menu.desktop-only .colours .colour:hover > span,
.products-search .colours .colour.selected > span,
.side-menu.desktop-only .colours .colour.selected > span {
  display: block;
}
.products-search .colours .colour.all-colours,
.side-menu.desktop-only .colours .colour.all-colours {
  width: 12px;
  height: 12px;
}
.products-search .colours .colour.selected,
.side-menu.desktop-only .colours .colour.selected {
  box-shadow: 0 0 0pt 2pt grey;
}
.products-search .colours a.show-more-colours,
.side-menu.desktop-only .colours a.show-more-colours {
  font-size: 8px;
  font-weight: weight;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.products-search .colours label,
.side-menu.desktop-only .colours label {
  display: inline-block;
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
  font-size: 10px;
  height: 20px;
  font-weight: weight;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
}
.products-search .colours label:hover,
.side-menu.desktop-only .colours label:hover {
  font-weight: bold;
}
.products-search .colours .colour-group,
.side-menu.desktop-only .colours .colour-group {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  text-align: start;
  width: 48%;
  word-wrap: normal;
  overflow-wrap: normal;
  height: 25px;
  margin-top: 5px;
  line-height: 25px;
  font-size: 10px;
}
.products-search .colours .colour-group .colour,
.side-menu.desktop-only .colours .colour-group .colour {
  border: 1px solid #332F30;
}
.products-search .colours .colour-group.selected,
.side-menu.desktop-only .colours .colour-group.selected {
  border: none;
  font-weight: bold;
}
.products-search .colours .colour-group.selected label,
.side-menu.desktop-only .colours .colour-group.selected label {
  letter-spacing: 0px !important;
  font-size: 10px;
  width: inherit;
  cursor: pointer;
}
.products-search .colours .colour-group.selected .colour,
.side-menu.desktop-only .colours .colour-group.selected .colour {
  margin-bottom: 0;
}
.products-search .colours .colour-group.selected .fa,
.side-menu.desktop-only .colours .colour-group.selected .fa {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: whitesmoke;
}
.products-search .colours .colour-group.selected:hover,
.side-menu.desktop-only .colours .colour-group.selected:hover {
  border: none;
}
.products-search .colours .colour-group:hover,
.side-menu.desktop-only .colours .colour-group:hover {
  border: none;
  font-weight: bold;
}
.products-search .colours .colour.olive,
.side-menu.desktop-only .colours .colour.olive {
  background: #808000;
}
.products-search .colours .colour.plum,
.side-menu.desktop-only .colours .colour.plum {
  background: #8E4585;
}
.products-search .colours .colour.maroon,
.side-menu.desktop-only .colours .colour.maroon {
  background: #800;
}
.products-search .colours .colour.silver,
.side-menu.desktop-only .colours .colour.silver {
  background: linear-gradient(to right, #D1D2D4, #EFEFEF);
}
.products-search .colours .colour.multi,
.side-menu.desktop-only .colours .colour.multi {
  background: linear-gradient(to right, #F2AE87, #E50A88, #2A94D2);
}
.products-search .colours .colour.gold,
.side-menu.desktop-only .colours .colour.gold {
  background: linear-gradient(to right, #A87B52, #BCB09A);
}
.products-search .sizes,
.side-menu.desktop-only .sizes {
  margin-left: 1em;
}
.products-search .size,
.side-menu.desktop-only .size,
.products-search .price,
.side-menu.desktop-only .price {
  display: inline-block;
  width: 48%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 10px;
  color: #332F30;
  margin-right: 0;
  font-weight: 500;
}
.products-search .size .size-box,
.side-menu.desktop-only .size .size-box,
.products-search .price .size-box,
.side-menu.desktop-only .price .size-box,
.products-search .size .price-box,
.side-menu.desktop-only .size .price-box,
.products-search .price .price-box,
.side-menu.desktop-only .price .price-box {
  width: 12px;
  height: 12px;
  border: 1px solid;
  display: inline-block;
  margin-right: 0.3em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  margin-bottom: 0;
  vertical-align: text-bottom;
}
.products-search .size .size-box .fa,
.side-menu.desktop-only .size .size-box .fa,
.products-search .price .size-box .fa,
.side-menu.desktop-only .price .size-box .fa,
.products-search .size .price-box .fa,
.side-menu.desktop-only .size .price-box .fa,
.products-search .price .price-box .fa,
.side-menu.desktop-only .price .price-box .fa {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: whitesmoke;
  display: inline-block;
  line-height: 12px;
}
.products-search .size:hover,
.side-menu.desktop-only .size:hover,
.products-search .price:hover,
.side-menu.desktop-only .price:hover,
.products-search .size.selected,
.side-menu.desktop-only .size.selected,
.products-search .price.selected,
.side-menu.desktop-only .price.selected {
  color: #332F30;
  font-weight: bold;
}
.products-search .size.selected,
.side-menu.desktop-only .size.selected,
.products-search .price.selected,
.side-menu.desktop-only .price.selected {
  position: relative;
  font-weight: bold;
}
.products-search .sort-by p + p,
.side-menu.desktop-only .sort-by p + p {
  margin-left: 1em;
}
.influencer-info-section {
  display: inline-block;
  width: 100%;
  margin: 1% 0;
}
.influencer-info-section .row {
  width: auto;
}
.influencer-info-section img.expand-icon,
.influencer-info-section img.collapse-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 3em;
}
.influencer-info-section .info-title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid;
  cursor: pointer;
}
.influencer-info-section li.link {
  font-size: 10px;
  line-height: 2em;
  font-weight: 500;
  margin: 2% 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.influencer-info-section li.link .row {
  border: 1px solid lightgray;
  padding: 20px;
  margin: 10px;
}
.influencer-info-section li.link .row a {
  width: 100px;
  display: inline-block;
  margin: 0 10px;
}
.influencer-info-section li.link .row a img {
  width: 100px;
}
.product-list {
  flex: 7;
  display: -webkit-flex;
  display: inline-block;
}
.product-list .strike::after {
  top: -1em;
}
.product-list .sort-by {
  width: 91%;
  display: block;
  height: 44px;
  text-align: center;
}
.product-list .sort-by #Sort_By {
  background: white !important;
}
.product-list .sort-by .breadcrumbs {
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  font-size: 8px;
}
.product-list .sort-by .breadcrumbs a,
.product-list .sort-by .breadcrumbs .currentPage {
  padding: 0px 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #332F30;
}
.product-list .sort-by .breadcrumbs img {
  width: 12px;
  vertical-align: sub;
  display: inline-block;
}
.product-list .sort-by .breadcrumbs img:hover {
  width: 13px !important;
}
.product-list .sort-by .breadcrumbs a:hover {
  color: black;
  font-size: 8.5px;
}
.product-list .sort-by .breadcrumbs .currentPage {
  color: black;
  display: inline-block;
  text-shadow: 0 0;
}
.product-list .sort-by .chosen-container,
.product-list .sort-by #Sort_By {
  width: 18em;
  float: right;
  position: relative;
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-right: 1%;
  text-align: left;
}
.product-list .sort-by .chosen-container .chosen-drop .chosen-search,
.product-list .sort-by #Sort_By .chosen-drop .chosen-search {
  display: none;
}
.product-list .sort-by .chosen-container-single .chosen-single,
.product-list .sort-by #Sort_By {
  height: 35px;
  line-height: 35px;
  box-shadow: none;
}
.product-list .sort-by .chosen-container-single .chosen-single div,
.product-list .sort-by #Sort_By div {
  top: 6px;
}
.product-list .sort-by .chosen-container-single .chosen-single:focus,
.product-list .sort-by #Sort_By:focus {
  box-shadow: none;
}
.product-list .sort-by .chosen-container-active .chosen-single {
  box-shadow: none;
}
@media (max-width: 1100px) {
  .store-locations.content {
    padding: 1em;
    width: 100%;
    word-break: break-word;
  }
  .store-locations.content .store {
    margin-left: 2em;
  }
  .store-locations.content .store .store-details {
    margin-top: 1em;
  }
  .store-locations.content .store .store-details .content {
    width: 100% !important;
    display: inline-block;
    top: 0;
    vertical-align: top;
  }
  .store-locations.content .store .store-details [id^=map_canvas] {
    width: 100% !important;
    height: 400px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 1em !important;
  }
  .store-locations.content .store .store-details table td {
    min-width: 6em;
  }
  .store-locations.content .store .store-details p {
    font-size: 12px;
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .store-locations.content .store ul {
    display: inline-block;
    width: 100%;
  }
  .store-locations.content .store ul .title {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    height: 4.5em;
    line-height: 4.5em;
    border-bottom: 1px solid;
    cursor: pointer;
  }
  .store-locations.content .store ul img {
    width: 2em;
    float: right;
    vertical-align: baseline;
    height: 4.5em;
  }
  .store-locations.content img.store-locations-icon {
    width: 18px;
    margin-bottom: -2px;
    height: auto;
  }
  .store-locations.content h1 {
    font-size: 14px;
    margin-left: 1.7em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 2em;
    padding-left: 0 !important;
    display: inline-block;
  }
  .row.mobile-support h2 {
    border-bottom: 1px solid;
  }
  .influencer-info-section {
    padding: 0 2%;
    display: inline-block;
    width: 100%;
    margin: 1% 0;
  }
  .influencer-info-section .row {
    width: auto;
  }
  .influencer-info-section img.expand-icon,
  .influencer-info-section img.collapse-icon {
    width: 2em;
    float: right;
    vertical-align: baseline;
    height: 3em;
  }
  .influencer-info-section .info-title {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid;
    cursor: pointer;
  }
  .influencer-info-section li.link {
    font-size: 10px;
    line-height: 2em;
    font-weight: 500;
    margin: 2% 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .influencer-info-section li.link .row {
    border: 1px solid lightgray;
    padding: 10px;
    margin: 5px;
  }
  .influencer-info-section li.link .row a {
    width: 75px;
    display: inline-block;
    margin: 0 10px;
  }
  .influencer-info-section li.link .row a img {
    width: 75px;
  }
  footer .row:last-child {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
  }
  section.mobile-newletter.row.mobile-only {
    height: inherit !important;
    background: #f2f2f2;
    margin: 10px auto;
  }
  section.mobile-newletter.row.mobile-only p {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
    line-height: 30px;
  }
  .newsletter-signup input {
    width: 70%;
    font-size: 10px;
  }
  .newsletter-signup input:focus {
    box-shadow: none !important;
  }
  footer .social-icons.mobile-only {
    text-align: center;
  }
  footer .social-icons.mobile-only ul {
    text-align: center;
  }
  footer .social-icons.mobile-only ul li a {
    font-size: 18px;
    color: #dbbca9;
    font-weight: bold;
  }
  .row.title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #332F30;
    height: 30px;
    line-height: 30px;
    width: 95%;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .product-list {
    display: block;
    width: 100%;
  }
  .product-list .pagination-footer {
    width: 100%;
  }
  .product-list .pagination {
    max-width: 100%;
    width: 92%;
    float: none;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em !important;
  }
  .product-list .pagination .page-numbers {
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-right: 2%;
  }
  product,
  .product {
    vertical-align: top;
    width: 48%;
    margin: 1em 2%;
  }
  .product-list .inner-product-list {
    width: 90%;
    margin: 0 auto;
  }
  .product-list .page-heading.mobile-only {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 3px;
    margin: 2em;
  }
  .product-list .page-heading.mobile-only hr {
    margin-top: 1.5em;
    border-bottom: 1px solid #332F30;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .product-list .filter-by-options-mobile.mobile-only,
  .product-list .category-by-option-mobile.mobile-only {
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 10px;
    text-transform: capitalize;
  }
  .product-list .filter-by-options-mobile.mobile-only .filter-footer,
  .product-list .category-by-option-mobile.mobile-only .filter-footer {
    margin: 0 auto;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .product-list .filter-by-options-mobile.mobile-only .filter-footer .button,
  .product-list .category-by-option-mobile.mobile-only .filter-footer .button {
    height: 35px;
    line-height: 35px;
    width: 48%;
    background: white;
    color: #aaa;
    border: 1px solid #aaa;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .product-list .filter-by-options-mobile.mobile-only .filter-footer .button.apply-mobile-filter,
  .product-list .category-by-option-mobile.mobile-only .filter-footer .button.apply-mobile-filter {
    float: right;
    color: white !important;
    background: #dbbca9 !important;
    border: 1px solid #dbbca9 !important;
  }
  .product-list .filter-by-options-mobile.mobile-only .title,
  .product-list .category-by-option-mobile.mobile-only .title,
  .product-list .filter-by-options-mobile.mobile-only .filter-by-options-mobile-heading,
  .product-list .category-by-option-mobile.mobile-only .filter-by-options-mobile-heading {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 0.5px solid #332F30;
  }
  .product-list .filter-by-options-mobile.mobile-only .title a,
  .product-list .category-by-option-mobile.mobile-only .title a,
  .product-list .filter-by-options-mobile.mobile-only .filter-by-options-mobile-heading a,
  .product-list .category-by-option-mobile.mobile-only .filter-by-options-mobile-heading a {
    float: right;
    cursor: pointer;
    height: 30px;
    line-height: 5em;
  }
  .product-list .filter-by-options-mobile.mobile-only .title a img,
  .product-list .category-by-option-mobile.mobile-only .title a img,
  .product-list .filter-by-options-mobile.mobile-only .filter-by-options-mobile-heading a img,
  .product-list .category-by-option-mobile.mobile-only .filter-by-options-mobile-heading a img {
    width: 2em;
  }
  .product-list .filter-by-options-mobile.mobile-only .title HR,
  .product-list .category-by-option-mobile.mobile-only .title HR,
  .product-list .filter-by-options-mobile.mobile-only .filter-by-options-mobile-heading HR,
  .product-list .category-by-option-mobile.mobile-only .filter-by-options-mobile-heading HR {
    width: 100%;
  }
  .product-list .filter-by-options-mobile.mobile-only .sizes,
  .product-list .category-by-option-mobile.mobile-only .sizes {
    width: 95%;
    overflow-x: scroll !important;
    margin: 0 auto;
    margin-top: 1em;
  }
  .product-list .filter-by-options-mobile.mobile-only .sizes .size-options,
  .product-list .category-by-option-mobile.mobile-only .sizes .size-options {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .product-list .filter-by-options-mobile.mobile-only .sizes .size-options .size,
  .product-list .category-by-option-mobile.mobile-only .sizes .size-options .size {
    border: none;
    background: whitesmoke;
    width: 3em;
    height: 3em;
    line-height: 3em;
    font-weight: 500;
    margin: 4px;
    font-size: 11px;
  }
  .product-list .filter-by-options-mobile.mobile-only .sizes .size-options .size:hover,
  .product-list .category-by-option-mobile.mobile-only .sizes .size-options .size:hover {
    color: inherit;
  }
  .product-list .filter-by-options-mobile.mobile-only .sizes .size-options .size.selected,
  .product-list .category-by-option-mobile.mobile-only .sizes .size-options .size.selected {
    border-color: #332F30 !important;
    color: #332F30 !important;
    background: #dbbca9 !important;
    font-weight: 400;
  }
  .product-list .filter-by-options-mobile.mobile-only .categories,
  .product-list .category-by-option-mobile.mobile-only .categories {
    margin-bottom: 10px !important;
  }
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a {
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    text-transform: none;
  }
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a b,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a b {
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a .category,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a .category {
    font-weight: 500 !important;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color {
    width: 29%;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours,
  .product-list .category-by-option-mobile.mobile-only .colours,
  .product-list .filter-by-options-mobile.mobile-only .prices,
  .product-list .category-by-option-mobile.mobile-only .prices,
  .product-list .filter-by-options-mobile.mobile-only .categories,
  .product-list .category-by-option-mobile.mobile-only .categories {
    width: 95%;
    overflow-x: scroll !important;
    margin: 0 auto;
    margin-top: 1em;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.color,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.color,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.color,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.color,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.color,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.color,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.color,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.color,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.color,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.price,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.price,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.price,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.price,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.price,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.price,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.price,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.price,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.price,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.category,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.category,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.category,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.category,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.category,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.category,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.category,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.category,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.category,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.category {
    font-weight: bold;
    margin: 5px;
    font-size: 10px !important;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: top;
    display: inline-block;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.color.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.color.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.price.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.price.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.category.selected,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.category.selected,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.color:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.color:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.price:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.price:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.category:hover,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.category:hover,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.category:hover {
    color: inherit;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.color.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.color.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.price.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.price.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.category.selected .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.category.selected .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.color:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.color:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.price:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.price:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options a.category:hover .colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options a.category:hover .colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options a.category:hover .colour {
    border: 1px solid #332F30 !important;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.colour,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.colour,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.price,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.price,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.price,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.price,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.price,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.price,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.price,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.price,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.price,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.price,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.category,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.category,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.category,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.category,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.category,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.category,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.category,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.category,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.category,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.category,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.category {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border: 1px solid #332F30;
    margin-right: 3px;
    vertical-align: top;
  }
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.colour i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.colour i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.price i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.price i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.category i.fa.fa-times,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.category i.fa.fa-times,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.colour img,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.colour img,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.price img,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.price img,
  .product-list .filter-by-options-mobile.mobile-only .colours .color-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .colours .color-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .prices .color-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .prices .color-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .categories .color-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .categories .color-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .colours .price-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .colours .price-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .prices .price-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .prices .price-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .categories .price-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .categories .price-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .colours .category-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .colours .category-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .prices .category-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .prices .category-options span.category img,
  .product-list .filter-by-options-mobile.mobile-only .categories .category-options span.category img,
  .product-list .category-by-option-mobile.mobile-only .categories .category-options span.category img {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: left;
  }
  .product-list .sort-by {
    width: 90%;
    margin: 0 auto;
  }
  .product-list .sort-by hr {
    color: #332F30;
  }
  .product-list .sort-by .mobile-only {
    width: 48%;
    display: inline-block;
  }
  .product-list .sort-by .mobile-only .filter-by {
    border: 1px solid #332F30;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 1em;
    border-radius: 0;
    background: white;
    display: inline-block;
    cursor: pointer;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .product-list .sort-by .mobile-only .filter-by.collapsed {
    /*background-color: @saboBlushNude !important;
                        font-weight: bold;
                        border-color: black !important;*/
  }
  .product-list .sort-by .mobile-only .filter-by .filter-by-mobile-icon {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    float: right;
    margin-right: 6px;
    width: 25px;
  }
  .product-list .sort-by .mobile-only .filter-by .filter-by-mobile-icon.close-filter-by-icon {
    width: 10px;
  }
  .product-list .sort-by .chosen-container,
  .product-list .sort-by #Sort_By {
    border-color: #332F30 !important;
    width: 48%;
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .product-list .sort-by .chosen-container .chosen-drop .chosen-search,
  .product-list .sort-by #Sort_By .chosen-drop .chosen-search {
    display: none;
  }
  .product-list .sort-by .chosen-container-active .chosen-single {
    box-shadow: none;
  }
}
@media (min-width: 550px) and (max-width: 1100px) {
  product,
  .product {
    width: 28%;
  }
}
@media (max-width: 550px) {
  .product-list .inner-product-list {
    width: 90%;
    margin: 0 auto;
  }
  .product-list .inner-product-list .product {
    width: 48%;
    margin: 1em 0;
  }
  .product-list .inner-product-list .product:nth-child(even) {
    transform: translateX(7%);
  }
  .product-list .sort-by .chosen-container,
  .product-list .sort-by #Sort_By {
    width: 48%;
    margin: 0;
  }
  .product-list .filter-by-options-mobile.mobile-only {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
/**** PRODUCT DETAIL ****/
.product-details {
  letter-spacing: 0.1em;
}
.product-details .chosen-container {
  width: 5em;
  margin: 0 auto;
}
.product-details .sizes {
  font-size: 120%;
}
@media (max-width: 1023px) {
  .product-images,
  .product-details {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 2em;
  }
  .product-details select {
    width: 5em;
  }
  .product-details .size-section {
    width: 80%;
  }
  .product-details .qty-section {
    width: 50%;
  }
  .product-details .two-fifth-column,
  .product-details .three-fifth-column {
    width: 100%;
    display: block;
  }
  ul.breadcrumbs {
    font-size: 90%;
  }
  ul.breadcrumbs img {
    width: 100%;
  }
}
.stock-notification-link {
  font-size: 85%;
}
.stock-notification-link:hover {
  text-decoration: underline;
}
[id^=add-to-bag],
#add-to-wishlist {
  padding: 0 !important;
  display: block !important;
  margin: 0 auto;
}
[id^=add-to-bag]a,
#add-to-wishlista {
  color: white;
}
[id^=add-to-bag],
[id^=add-to-bag-mobile] {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
  width: 95%;
  margin: 5% 0;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #332F30;
}
[id^=add-to-bag]:hover,
[id^=add-to-bag-mobile]:hover {
  color: white;
  background: #757374;
}
[id^=add-to-bag]a,
[id^=add-to-bag-mobile]a {
  color: white;
}
[id^=add-to-bag]:hover,
[id^=add-to-bag-mobile]:hover {
  background: gray;
}
[id^=add-to-bag].unavailable,
[id^=add-to-bag-mobile].unavailable {
  opacity: 0.3;
  cursor: default;
}
[id^=add-to-bag].unavailable:hover,
[id^=add-to-bag-mobile].unavailable:hover {
  background: #332F30;
}
[id^=add-to-bag-mobile] {
  width: 100%;
}
#add-to-wishlist,
#on-wishlist {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  background: white;
  color: #332F30;
  border: 1px solid #332F30;
  width: 95%;
  margin: 5% 0;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  float: right;
}
#add-to-wishlist:hover,
#on-wishlist:hover {
  color: white;
  background: #757374;
}
#add-to-wishlist:hover,
#on-wishlist:hover {
  background: #dbbca9;
  border: 1px solid #dbbca9;
  color: #332F30;
}
#on-wishlist {
  border-color: #dbbca9;
  background: #dbbca9 !important;
}
.add-to-wishlist-mobile {
  background-color: #332F30;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  background: white;
  color: #332F30;
  border: 1px solid #332F30;
  width: 80%;
  margin: 5% 0;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
.add-to-wishlist-mobile:hover {
  color: white;
  background: #757374;
}
.add-to-wishlist-mobile:hover {
  background: #dbbca9;
  border: 1px solid #dbbca9;
  color: #332F30;
}
#on-wishlist {
  background-color: white;
  color: #332F30;
  cursor: default;
}
#stock-notification,
#minimal-packaging {
  display: none;
  background-color: white;
  padding: 60px 40px 40px 40px;
  text-align: center;
}
#stock-notification .title,
#minimal-packaging .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: CAPITALIZE;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}
#stock-notification .content,
#minimal-packaging .content {
  margin-top: 40px;
}
#stock-notification p,
#minimal-packaging p {
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 22px;
}
#stock-notification label,
#minimal-packaging label {
  display: block;
  margin-bottom: 5px;
}
#stock-notification input,
#minimal-packaging input {
  width: 100%;
  box-sizing: border-box;
}
#stock-notification input:focus,
#minimal-packaging input:focus {
  box-shadow: none;
}
#stock-notification .button,
#minimal-packaging .button {
  margin-top: 20px;
  letter-spacing: 2px;
}
#stock-notification .sizes,
#minimal-packaging .sizes {
  margin: 15px 0;
  text-align: center;
}
#stock-notification .sizes .req,
#minimal-packaging .sizes .req {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
#stock-notification .sizes a,
#minimal-packaging .sizes a {
  border: 1px solid #f2f2f2;
  color: #332F30;
  background: #f2f2f2;
  margin-right: 3%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2%;
  width: 3em;
  height: auto;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2em;
  text-align: center;
}
#stock-notification .sizes a.selected,
#minimal-packaging .sizes a.selected,
#stock-notification .sizes a:hover,
#minimal-packaging .sizes a:hover {
  background: #dbbca9;
  border: 1px solid #dbbca9;
}
#stock-notification .field-validation-error,
#minimal-packaging .field-validation-error {
  margin-top: 5px;
  display: block;
}
.customer-photos {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.customer-photos h6 {
  letter-spacing: 0.2em;
  font-size: 120%;
  margin: 4px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.8em;
}
.customer-photos p {
  text-transform: uppercase;
  font-size: 90%;
}
.customer-photos p a {
  font-family: serif;
  font-weight: 400;
}
.customer-photos .customer-photo {
  display: inline-block;
  overflow: hidden;
  margin: 0 18px 20px 0;
  width: 220px;
  height: 250px;
  border: 1px solid #DDD;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  list-style: none;
  position: relative;
}
.customer-photos .customer-photo img {
  max-width: 100%;
}
.customer-photos .customer-photo .details {
  position: absolute;
  bottom: 0.3em;
  display: block;
  text-align: center;
  height: 18px;
  width: 100%;
  background-color: #FFF;
  padding: 2px;
}
.customer-photos .customer-photo .details .likes {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0bHR0b5fmUaAAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAACQSURBVBjTZZBZAsQgCEPjuI51yf1PO6CtrZ38BJ6AKACTKlk9EMRbMhDZzqGjTO9W6hp7ci5rnp1NndUgjiOIM45GMqDwi6HWpmceAv1MwuUsAiM2JYFavUnnedI+mSMdUHWHJdm6TLupJM3M61jtYv0M3RUGLrYKtOWzje9WmXkuovTN5ge2F8PfI87am/0ALLIHoVdcdeIAAAAASUVORK5CYII=') /*/Content/Images/heart-black.png*/ no-repeat;
  padding-left: 22px;
  margin-left: 2px;
}
.customer-photos .customer-photo .details .comments {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAQtQTFRF////AQEBAwMDBAQEBQUFBwcHCAgICQkJCwsLEBAQERERExMTFBQUFRUVFxcXGBgYGhoaHR0dHh4eICAgJSUlJiYmLi4uMDAwMTExMzMzNTU1Nzc3ODg4OTk5Ojo6SkpKS0tLTk5OT09PUFBQWlpaXl5eZmZmZ2dnbGxscXFxc3NzdHR0dnZ2goKCi4uLjIyMkZGRk5OTlJSUmJiYmpqam5ubnJycn5+foqKira2ttbW1uLi4vLy8vr6+v7+/xcXFxsbGyMjIycnJy8vL2dnZ3t7e39/f4ODg4uLi5ubm5+fn6urq7+/v8fHx8vLy8/Pz9PT09vb29/f3+fn5+/v7/Pz8/f39/v7+////+dqVnwAAAAF0Uk5T92M/v9kAAADzSURBVBgZTcGJO8IAHAbg32SzaZhOupxFRNiigxxldJijtu/7//8S88yeel8hQa9Tr6Q0LVWpdz4ZEsBrl4zsfqN52djLGKX2BymY1PS0M/QBcj500nptQvGqypEL/sPboVL1xFaLYy4ZFTVbylorABfQ0kqiJgckuDAwVUkafS5Df92U6srZDGAMs/PEsTxYZs8HwT9Cv2du9yVwdMv2wUhgW2u3gcDv7iTK1y/j75/R801lNd+dU0C8NnetrWwul9k0ClcuCAFJTJ/ap6qibDhTEKCAIZB3ilIYgGBIGMFB4sQFI8LIe/7iizFh5PHeB2O/xy1dLAkJNuoAAAAASUVORK5CYII=') /*/Content/Images/comment-black.png*/ no-repeat;
  padding-left: 22px;
  margin-left: 2px;
}
.customer-photos .customer-photo .details .options {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAAAAAB+u6HMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAFESURBVBjTLdBLSwJRFAfwPszfmWlC8TUVRaGzE4mgx2JIQkhtk5CbIKbHd4hqWYuIFHrsiopcWaAgWAkGLYqGFDKjfM3Z2Rn1LO7l/Bbnnvsf6BBR+zMZ9UMM6JmqyW1ngPHrSpPQLXv8od7Dys6EDf5IYjWkAMGLloXN4xE4EtevlXLxaFaCmjYZjSBcu29tnkV/+bCEuRpjUoRuWPO5zOwkpBRjFP6bvhG1NmXEGMcQfqH9YTvXfI4uXfAwDiJu0O+SAHgO2lTwAowyVj6IKtM2ae2H6EmBwKhCe+RppSntna+UEyrjOpSTBrfZPB/fMQk6Y8YOrdB/vnHohSPHWI1DDt02LSvv+QRsNxjN+wDE8Y274vN5xG3DgtENpH7qA2S3ojg5q8WS2YuulZ4Re9ENbVkf7iKZtbPlUQiqnrPWoM4/WYPeH+mTLVAAAAAASUVORK5CYII=') /*/Content/Images/down-small.png*/ no-repeat;
  padding-left: 22px;
  margin-left: 2px;
}
.customer-photos .customer-photo .details .options-menu {
  width: 40em;
  position: absolute;
}
.customer-photos .customer-photo a:hover {
  color: #F2C5B7;
}
.play_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://cdn.saboskirt.net/content2/Images/hourglass.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}
.review-roller {
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 0;
  white-space: nowrap;
  height: 150px;
  text-align: center;
  position: relative;
}
.review-roller .review {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14.4px;
  line-height: 2em;
  padding: 40px;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
}
.review-roller .review .rating {
  font-family: 'FontAwesome' !important;
}
.write-review {
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 0;
  white-space: nowrap;
  min-height: 150px;
  font-size: 12px;
  text-align: center;
}
.write-review .rating-control {
  font-family: 'FontAwesome' !important;
  font-size: 14.4px;
  width: 100px;
  margin: 1em auto;
}
.write-review .rating-control .rating {
  float: right;
  width: 20px;
}
.write-review .rating-control .rating:hover,
.write-review .rating-control .rating.selected {
  cursor: pointer;
}
.write-review .rating-control .rating:hover:before,
.write-review .rating-control .rating.selected:before {
  content: '\f005';
}
.write-review .rating-control .rating:hover ~ .rating:before,
.write-review .rating-control .rating.selected ~ .rating:before {
  content: '\f005';
}
.write-review .rating-control .rating:before {
  content: '\f006';
}
.write-review textarea {
  width: 300px;
  height: 100px;
  margin-bottom: 1em;
  margin: 0 auto;
}
.write-review input[type=text] {
  width: 300px;
}
/**** INSTASHOP ****/
.instashop-container {
  width: 100%;
  text-align: center;
  font-size: 0;
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.instashop-container .back-content {
  width: 306px;
  height: 308px;
}
.instashop-container img {
  display: none;
}
.instashop-container .flip-container {
  -ms-perspective: 1000px;
  perspective: 1000px;
  margin: 1.5em;
  display: inline-block;
}
.instashop-container .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.instashop-container .flip-container,
.instashop-container .front,
.instashop-container .back {
  width: 340px;
  height: 340px;
}
.instashop-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
}
.instashop-container .front,
.instashop-container .back {
  padding: 22px 25px 0 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.instashop-container .front {
  /* for firefox 31 */
  transform: rotateY(0);
}
.instashop-container .front > div {
  width: 306px;
  height: 308px;
  overflow: hidden;
  border: 2px solid #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
.instashop-container .front,
.instashop-container .front img {
  transition: 0.6s;
}
.instashop-container .back {
  transform: rotateY(180deg);
  left: -1.5em;
}
.instashop-container .back-content {
  text-align: center;
  border: 1px solid #332F30;
  vertical-align: middle;
}
.instashop-container .back-content .add-to-bag {
  font-size: 14.4px;
}
.instashop-container .back-content .add-to-bag.added {
  cursor: default;
  color: #332F30 !important;
  border: 1px solid #332F30;
  line-height: 2.75em;
  background: #FFF;
}
.instashop-container .back-content .show-me-more {
  height: 3em;
  line-height: 3em;
  border: 1px solid #332F30;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.instashop-container .back-content .show-me-more:hover {
  border-color: #F2C5B7;
}
.instashop-container .back-content h3 {
  margin-top: 3em;
  line-height: 1em;
  font-size: 14.4px;
}
.instashop-container .back-content .price {
  font-size: 14.4px;
}
.instashop-container .back-content div {
  margin: 1em auto;
}
.instashop-container .back-content .sizes {
  font-size: 14.4px;
}
.instashop-container .back-content .sizes a {
  margin: 0.25em;
  border: 1px solid #332F30;
}
.instashop-container .front:hover {
  cursor: pointer;
}
.instashop-container .loader {
  margin: 2em auto;
}
/**** LOOKBOOKS ****/
@media (min-width: 1101px) {
  .lookbooks .book .shop-link {
    padding: 1em;
    line-height: 1em;
    height: 3em;
    left: 600px;
    top: 450px;
    color: #F2C5B7;
    border-color: #F2C5B7;
  }
}
.lookbook-view {
  text-align: center;
}
.lookbook-view .lookbook-image {
  position: relative;
}
.lookbook-view .lookbook-image .scroll-down-to-shop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 80%;
  line-height: 1.5em;
  padding-top: 1.5em;
}
.lookbook-view h2 {
  font-weight: 400;
  font-size: 130%;
  letter-spacing: 0.7em;
}
.lookbook-view .product-section {
  height: 30vw;
}
.lookbook-view .product-section .product {
  top: 10%;
  margin-left: 0;
}
/**** CHECKOUT ****/
#AgreeTerms,
#MinimalPackaging {
  -webkit-appearance: checkbox;
}
#product-page #CardRequestedYes,
#CardRequestedNo {
  -webkit-appearance: radio;
}
/**** GIFT VOUCHERS ****/
#gift-vouchers {
  min-height: 800px;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
#gift-vouchers .one-half-column img,
#gift-vouchers .single-column img {
  width: 100%;
}
#gift-vouchers .one-half-column .button,
#gift-vouchers .single-column .button {
  height: 35px;
  line-height: 35px;
  width: 65%;
  padding: 0;
  letter-spacing: 3px;
}
#gift-vouchers .one-half-column input,
#gift-vouchers .single-column input,
#gift-vouchers .one-half-column .chosen-container,
#gift-vouchers .single-column .chosen-container,
#gift-vouchers .one-half-column select,
#gift-vouchers .single-column select,
#gift-vouchers .one-half-column textarea,
#gift-vouchers .single-column textarea {
  width: 65%;
  min-width: 300px;
  max-width: 500px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#gift-vouchers .one-half-column input .chosen-drop,
#gift-vouchers .single-column input .chosen-drop,
#gift-vouchers .one-half-column .chosen-container .chosen-drop,
#gift-vouchers .single-column .chosen-container .chosen-drop,
#gift-vouchers .one-half-column select .chosen-drop,
#gift-vouchers .single-column select .chosen-drop,
#gift-vouchers .one-half-column textarea .chosen-drop,
#gift-vouchers .single-column textarea .chosen-drop {
  box-shadow: none !important;
}
#gift-vouchers .one-half-column input:focus,
#gift-vouchers .single-column input:focus,
#gift-vouchers .one-half-column .chosen-container:focus,
#gift-vouchers .single-column .chosen-container:focus,
#gift-vouchers .one-half-column select:focus,
#gift-vouchers .single-column select:focus,
#gift-vouchers .one-half-column textarea:focus,
#gift-vouchers .single-column textarea:focus {
  box-shadow: none;
  outline: none;
}
#gift-vouchers .one-half-column input .chosen-single,
#gift-vouchers .single-column input .chosen-single,
#gift-vouchers .one-half-column .chosen-container .chosen-single,
#gift-vouchers .single-column .chosen-container .chosen-single,
#gift-vouchers .one-half-column select .chosen-single,
#gift-vouchers .single-column select .chosen-single,
#gift-vouchers .one-half-column textarea .chosen-single,
#gift-vouchers .single-column textarea .chosen-single {
  height: 35px;
  line-height: 35px;
}
    #gift-vouchers .one-half-column input .chosen-single div b,
    #gift-vouchers .single-column input .chosen-single div b,
    #gift-vouchers .one-half-column .chosen-container .chosen-single div b,
    #gift-vouchers .single-column .chosen-container .chosen-single div b,
    #gift-vouchers .one-half-column select .chosen-single div b,
    #gift-vouchers .single-column select .chosen-single div b,
    #gift-vouchers .one-half-column textarea .chosen-single div b,
    #gift-vouchers .single-column textarea .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
#gift-vouchers .one-half-column input .chosen-search,
#gift-vouchers .single-column input .chosen-search,
#gift-vouchers .one-half-column .chosen-container .chosen-search,
#gift-vouchers .single-column .chosen-container .chosen-search,
#gift-vouchers .one-half-column select .chosen-search,
#gift-vouchers .single-column select .chosen-search,
#gift-vouchers .one-half-column textarea .chosen-search,
#gift-vouchers .single-column textarea .chosen-search {
  display: none;
}
#gift-vouchers .one-half-column textarea,
#gift-vouchers .single-column textarea {
  height: 200px;
}
#product-page ul.product-details-info .chosen-container-active .chosen-single {
  box-shadow: none !important;
}
#product-page ul.product-details-info .chosen-container-single .chosen-single {
  box-shadow: none !important;
}
#product-page ul.product-details-info .content table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 0;
}
#product-page ul.product-details-info .content hr {
  margin-left: 2em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#product-page ul.product-details-info .content thead tr:first-child {
  background: white !important;
}
#product-page ul.product-details-info .content tr:nth-child(odd) {
  background: #f4e6dc;
}
#product-page ul.product-details-info .content tr:nth-child(even) {
  background: #dbbca9;
}
#product-page ul.product-details-info .content table td,
#product-page ul.product-details-info .content th {
  border: 2px solid white;
  padding: 0.5em;
  text-align: center;
  line-height: 1em;
  width: 18em;
  height: 1em !important;
  letter-spacing: 1px;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
}
#product-page ul.product-details-info #shipping-table table {
  width: 95% !important;
  margin: 0 auto;
}
#product-page ul.product-details-info #shipping-table thead tr:first-child {
  background: white !important;
}
#product-page ul.product-details-info #shipping-table tr:nth-child(odd) {
  background: white !important;
}
#product-page ul.product-details-info #shipping-table tr:nth-child(even) {
  background: white !important;
}
#product-page ul.product-details-info #shipping-table thead tr {
  border-bottom: 1px solid #332F30 !important;
}
#product-page ul.product-details-info #shipping-table table td {
  padding-top: 1.5em;
}
#product-page ul.product-details-info #shipping-table table td,
#product-page ul.product-details-info #shipping-table th {
  border: none !important;
  text-align: left !important;
}
#product-page ul.product-details-info .related-info-product .related-slick-items .related-product-quick-view {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
#product-page ul.product-details-info .related-info-product .related-slick-items .related-product-quick-view img {
  width: 100%;
}
#product-page ul.product-details-info .related-info-product .related-slick-items .related-product-quick-view p {
  margin-top: 0;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 1100px) {
  #stock-notification,
  #minimal-packaging {
    padding: 40px 20px 20px 20px;
  }
  #gift-vouchers .one-half-column,
  #gift-vouchers .single-column {
    width: 100%;
    padding: 0;
  }
  #gift-vouchers .one-half-column #gift-voucher-form,
  #gift-vouchers .single-column #gift-voucher-form {
    margin-top: 0 !important;
  }
  #gift-vouchers .one-half-column img,
  #gift-vouchers .single-column img {
    width: 100%;
  }
  #gift-vouchers .one-half-column .button,
  #gift-vouchers .single-column .button {
    height: 35px;
    line-height: 35px;
    width: 90%;
    padding: 0;
    letter-spacing: 3px;
    margin-bottom: 50px;
  }
  #gift-vouchers .one-half-column input,
  #gift-vouchers .single-column input,
  #gift-vouchers .one-half-column .chosen-container,
  #gift-vouchers .single-column .chosen-container,
  #gift-vouchers .one-half-column select,
  #gift-vouchers .single-column select,
  #gift-vouchers .one-half-column textarea,
  #gift-vouchers .single-column textarea {
    width: 90%;
    min-width: 300px;
    max-width: 500px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  #gift-vouchers .one-half-column input .chosen-drop,
  #gift-vouchers .single-column input .chosen-drop,
  #gift-vouchers .one-half-column .chosen-container .chosen-drop,
  #gift-vouchers .single-column .chosen-container .chosen-drop,
  #gift-vouchers .one-half-column select .chosen-drop,
  #gift-vouchers .single-column select .chosen-drop,
  #gift-vouchers .one-half-column textarea .chosen-drop,
  #gift-vouchers .single-column textarea .chosen-drop {
    box-shadow: none !important;
  }
  #gift-vouchers .one-half-column input:focus,
  #gift-vouchers .single-column input:focus,
  #gift-vouchers .one-half-column .chosen-container:focus,
  #gift-vouchers .single-column .chosen-container:focus,
  #gift-vouchers .one-half-column select:focus,
  #gift-vouchers .single-column select:focus,
  #gift-vouchers .one-half-column textarea:focus,
  #gift-vouchers .single-column textarea:focus {
    box-shadow: none;
    outline: none;
  }
  #gift-vouchers .one-half-column input .chosen-single,
  #gift-vouchers .single-column input .chosen-single,
  #gift-vouchers .one-half-column .chosen-container .chosen-single,
  #gift-vouchers .single-column .chosen-container .chosen-single,
  #gift-vouchers .one-half-column select .chosen-single,
  #gift-vouchers .single-column select .chosen-single,
  #gift-vouchers .one-half-column textarea .chosen-single,
  #gift-vouchers .single-column textarea .chosen-single {
    height: 35px;
    line-height: 35px;
  }
    #gift-vouchers .one-half-column input .chosen-single div b,
    #gift-vouchers .single-column input .chosen-single div b,
    #gift-vouchers .one-half-column .chosen-container .chosen-single div b,
    #gift-vouchers .single-column .chosen-container .chosen-single div b,
    #gift-vouchers .one-half-column select .chosen-single div b,
    #gift-vouchers .single-column select .chosen-single div b,
    #gift-vouchers .one-half-column textarea .chosen-single div b,
    #gift-vouchers .single-column textarea .chosen-single div b {
        background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) no-repeat 0 14px !important;
        background-size: 11px 7px !important;
    }
  #gift-vouchers .one-half-column input .chosen-search,
  #gift-vouchers .single-column input .chosen-search,
  #gift-vouchers .one-half-column .chosen-container .chosen-search,
  #gift-vouchers .single-column .chosen-container .chosen-search,
  #gift-vouchers .one-half-column select .chosen-search,
  #gift-vouchers .single-column select .chosen-search,
  #gift-vouchers .one-half-column textarea .chosen-search,
  #gift-vouchers .single-column textarea .chosen-search {
    display: none;
  }
  #gift-vouchers .one-half-column textarea,
  #gift-vouchers .single-column textarea {
    height: 200px;
  }
  #product-page ul.product-details-info {
    display: inline-block;
    width: 100%;
  }
  #product-page ul.product-details-info .related-info-product .related-slick-items .related-product-quick-view {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }
  #product-page ul.product-details-info .related-info-product .related-slick-items .related-product-quick-view img {
    width: 100%;
  }
  #product-page ul.product-details-info .related-product {
    margin: 5% 0 !important;
  }
  #product-page ul.product-details-info .related-product .one-quarter-column {
    padding: 0;
    width: 33.33% !important;
    min-width: 100px;
  }
  #product-page ul.product-details-info .related-product .one-quarter-column a {
    margin: 0 !important;
  }
  #product-page ul.product-details-info .related-product .three-quarter-column {
    padding: 0;
    width: 65%;
  }
  #product-page ul.product-details-info .related-product .three-quarter-column .product-title {
    letter-spacing: 1px;
  }
  #product-page ul.product-details-info .related-product .three-quarter-column .size-title {
    margin-top: 0;
  }
  #product-page ul.product-details-info .related-product .three-quarter-column .sizes {
    margin-bottom: 0;
  }
  #product-page ul.product-details-info .related-product .cart-section [id^=add-to-bag],
  #product-page ul.product-details-info .related-product .cart-section [id^=add-to-bag-mobile] {
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
  #product-page .single-column.product-details.mobile-only p.product-title,
  #product-page .single-column.product-details.mobile-only a.product-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
  }
  #product-page select.qty {
    width: 3em;
    height: auto;
    line-height: 2.6em;
    font-size: 10px;
    font-weight: bold;
    margin: 5% 0;
  }
  #product-page .add-to-wishlist-mobile {
    margin: 0 auto 0;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: bold;
    border: none;
    width: 100%;
  }
  #product-page .on-wishlist-mobile {
    width: 100%;
    float: left !important;
    margin-top: 0;
  }
}
#product-page p.recently-viewed-title,
#product-page p.also-like-title {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  color: darkgray;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#product-page .product-details img.expand-icon,
#product-page .product-details img.collapse-icon {
  width: 2em;
  float: right;
  vertical-align: baseline;
  height: 4.5em;
}
#product-page .product-details ul.product-details-info {
  display: inline-block;
  width: 100%;
}
#product-page .product-details ul.product-details-info .title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  height: 4.5em;
  line-height: 4.5em;
  border-bottom: 1px solid;
  cursor: pointer;
}
#product-page .product-details ul.product-details-info li.link {
  font-size: 10px;
  line-height: 2em;
  font-weight: 500;
  margin: 2% 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#product-page .product-details .single-column,
#product-page .product-details .one-half-column {
  text-align: left;
  padding: 0;
  line-height: 20px;
}
#product-page .product-details .single-column.one-half-column.model-details-info.left-align,
#product-page .product-details .one-half-column.one-half-column.model-details-info.left-align {
  margin: 0 2%;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
#product-page .product-details .single-column.product-description,
#product-page .product-details .one-half-column.product-description {
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 2%;
}
#product-page .product-details .single-column #add-to-wishlist img.add-to-bag-icon,
#product-page .product-details .one-half-column #add-to-wishlist img.add-to-bag-icon,
#product-page .product-details .single-column #on-wishlist img.add-to-bag-icon,
#product-page .product-details .one-half-column #on-wishlist img.add-to-bag-icon,
#product-page .product-details .single-column #add-to-wishlist-mobile img.add-to-bag-icon,
#product-page .product-details .one-half-column #add-to-wishlist-mobile img.add-to-bag-icon,
#product-page .product-details .single-column #on-wishlist-mobile img.add-to-bag-icon,
#product-page .product-details .one-half-column #on-wishlist-mobile img.add-to-bag-icon {
  display: inline-block;
  width: 8%;
  height: 35px;
  line-height: 35px;
  text-align: right;
  vertical-align: bottom;
  margin-top: -1.5%;
}
#product-page .product-details .single-column p.product-title,
#product-page .product-details .one-half-column p.product-title,
#product-page .product-details .single-column a.product-title,
#product-page .product-details .one-half-column a.product-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px;
}
#product-page .product-details .single-column a.product-title:hover,
#product-page .product-details .one-half-column a.product-title:hover {
  color: inherit;
  text-decoration: underline;
}
#product-page .product-details .single-column p.inner-product-title,
#product-page .product-details .one-half-column p.inner-product-title,
#product-page .product-details .single-column a.inner-product-title,
#product-page .product-details .one-half-column a.inner-product-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0px;
}
#product-page .product-details .single-column a.inner-product-title:hover,
#product-page .product-details .one-half-column a.inner-product-title:hover {
  color: inherit;
  text-decoration: underline;
}
#product-page .product-details .single-column.size-section .chosen-container .chosen-single,
#product-page .product-details .one-half-column.size-section .chosen-container .chosen-single {
  text-transform: uppercase;
}
#product-page .product-details .single-column.size-section .chosen-container .chosen-results .active-result,
#product-page .product-details .one-half-column.size-section .chosen-container .chosen-results .active-result {
  text-transform: uppercase;
}
#product-page .product-details .single-column.size-section .chosen-container .chosen-search,
#product-page .product-details .one-half-column.size-section .chosen-container .chosen-search {
  display: block !important;
}
#product-page .product-details .single-column.size-section .chosen-container .chosen-search input[type="text"],
#product-page .product-details .one-half-column.size-section .chosen-container .chosen-search input[type="text"] {
  background: white !important;
  box-shadow: none !important;
}
#product-page .product-details .single-column .chosen-container,
#product-page .product-details .one-half-column .chosen-container {
  width: 8em;
  font-size: 8px;
  margin: 5px;
  font-weight: bold;
  height: auto;
  padding-top: 5px;
}
#product-page .product-details .single-column .chosen-container .chosen-single,
#product-page .product-details .one-half-column .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  padding-left: 2.0em;
  box-shadow: none !important;
}
#product-page .product-details .single-column .chosen-container .chosen-single div,
#product-page .product-details .one-half-column .chosen-container .chosen-single div {
  top: 2px;
}
#product-page .product-details .single-column .chosen-container .chosen-search,
#product-page .product-details .one-half-column .chosen-container .chosen-search {
  display: none;
}
#product-page .product-details .single-column .product-details-info .chosen-container,
#product-page .product-details .one-half-column .product-details-info .chosen-container {
  width: 8em;
  font-size: 10px;
  margin: 5px;
  font-weight: bold;
  height: auto;
  box-shadow: none;
  text-align: center;
  text-transform: capitalize;
}
#product-page .product-details .single-column .product-details-info .chosen-container input [type=text]:focus,
#product-page .product-details .one-half-column .product-details-info .chosen-container input [type=text]:focus {
  box-shadow: none !important;
}
#product-page .product-details .single-column .product-details-info .chosen-container .chosen-single,
#product-page .product-details .one-half-column .product-details-info .chosen-container .chosen-single {
  height: 30px;
  line-height: 30px;
  padding-left: 2.0em;
}
#product-page .product-details .single-column .product-details-info .chosen-container .chosen-single div,
#product-page .product-details .one-half-column .product-details-info .chosen-container .chosen-single div {
  top: 2px;
}
#product-page .product-details .single-column .product-details-info .chosen-container .chosen-search,
#product-page .product-details .one-half-column .product-details-info .chosen-container .chosen-search {
  display: block;
}
#product-page .product-details .single-column .product-details-info .delivery-product .chosen-container,
#product-page .product-details .one-half-column .product-details-info .delivery-product .chosen-container {
  width: auto !important;
}
#product-page .product-details .single-column .product-details-info .delivery-product .three-fifth-column,
#product-page .product-details .one-half-column .product-details-info .delivery-product .three-fifth-column {
  display: inline-block !important;
}
#product-page .product-details .single-column .size-title,
#product-page .product-details .one-half-column .size-title,
#product-page .product-details .single-column .qty-title,
#product-page .product-details .one-half-column .qty-title {
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 3%;
}
#product-page .product-details .single-column .size-title .size-guide,
#product-page .product-details .one-half-column .size-title .size-guide,
#product-page .product-details .single-column .qty-title .size-guide,
#product-page .product-details .one-half-column .qty-title .size-guide {
  margin-left: 5px;
  text-decoration: underline;
  color: black;
}
#product-page .product-details .single-column .size-title .size-guide:hover,
#product-page .product-details .one-half-column .size-title .size-guide:hover,
#product-page .product-details .single-column .qty-title .size-guide:hover,
#product-page .product-details .one-half-column .qty-title .size-guide:hover {
  color: black;
}
#product-page .product-details .single-column .stock-notification,
#product-page .product-details .one-half-column .stock-notification,
#product-page .product-details .single-column .blogger-stock-notification,
#product-page .product-details .one-half-column .blogger-stock-notification {
  font-size: 10px;
  padding: 5px;
}
#product-page .product-details .single-column .stock-notification-link,
#product-page .product-details .one-half-column .stock-notification-link {
  font-size: 85%;
  padding: 0 5px;
}
#product-page .product-details .single-column .stock-notification-link a:hover,
#product-page .product-details .one-half-column .stock-notification-link a:hover {
  color: #332F30;
  font-weight: bold;
}
#product-page .product-details .single-column .sizes,
#product-page .product-details .one-half-column .sizes,
#product-page .product-details .single-column .blogger-set-sizes,
#product-page .product-details .one-half-column .blogger-set-sizes {
  font-size: 12px;
  padding: 5px;
}
#product-page .product-details .single-column .sizes .size,
#product-page .product-details .one-half-column .sizes .size,
#product-page .product-details .single-column .blogger-set-sizes .size,
#product-page .product-details .one-half-column .blogger-set-sizes .size {
  border: 1px solid #f2f2f2;
  color: #332F30;
  background: #f2f2f2;
  margin-right: 3%;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2%;
  width: 3em;
  height: auto;
  padding: 2px;
  text-transform: uppercase;
}
#product-page .product-details .single-column .sizes .size p,
#product-page .product-details .one-half-column .sizes .size p,
#product-page .product-details .single-column .blogger-set-sizes .size p,
#product-page .product-details .one-half-column .blogger-set-sizes .size p {
  font-size: 10px;
}
#product-page .product-details .single-column .sizes .size.selected,
#product-page .product-details .one-half-column .sizes .size.selected,
#product-page .product-details .single-column .blogger-set-sizes .size.selected,
#product-page .product-details .one-half-column .blogger-set-sizes .size.selected {
  background: #dbbca9;
  border: 1px solid #dbbca9;
}
#product-page .product-details .single-column.afterpay-details,
#product-page .product-details .one-half-column.afterpay-details {
  font-size: 10px;
  padding-left: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
#product-page .product-details .single-column.afterpay-details a img,
#product-page .product-details .one-half-column.afterpay-details a img {
  top: 0;
}
#etalage ul li.etalage_smallthumb_active {
  opacity: 1 !important;
}
img.etalage_thumb_image:hover {
  cursor: zoom-in;
}
#product-page .breadcrumbs {
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  font-size: 8px;
  margin: 1.5em 1.5em 0em 1.5em !important;
}
#product-page .breadcrumbs a,
#product-page .breadcrumbs .currentPage {
  padding: 0px 10px;
  font-size: 8px;
  color: #332F30;
  letter-spacing: 2px;
}
#product-page .breadcrumbs img {
  width: 12px;
  vertical-align: sub;
  display: inline-block;
}
#product-page .breadcrumbs img:hover {
  width: 13px !important;
}
#product-page .breadcrumbs a:hover {
  color: black;
  font-size: 8.5px;
}
#product-page .breadcrumbs .currentPage {
  display: inline-block;
  color: black;
  text-shadow: 0 0;
}
.feature-in-title {
  font-size: 9px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #dbbca9;
  margin: 5px;
  text-transform: uppercase;
}
.feature-in {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  margin-bottom: 10px !important;
}
.feature-in-images img {
  margin: 5px 0.8%;
}
.slick-prev:before,
.slick-next:before {
  color: #332F30 !important;
}
#slick {
  width: 100%;
  height: 100%;
}
#slick .slick-dots li {
  margin: 0 !important;
}
#slick .slick-slide img {
  display: block;
  width: 100%;
}
.slick-next:before,
.slick-prev:before {
  content: none !important;
}
.slick-track:focus {
  outline: none !important;
}
.slick-track .related-product-quick-view:focus {
  outline: none !important;
}
button.slick-next.slick-arrow {
    display: block;
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 8px !important;
    background-size: 16px !important;
    transform: rotate(90deg);
    content: none;
    opacity: 0.8;
}
button.slick-prev.slick-arrow {
    display: block;
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 8px !important;
    background-size: 16px !important;
    transform: rotate(90deg);
    content: none;
    opacity: 0.8;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 1 !important;
}
button.slick-next.slick-arrow.slick-disabled,
button.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.2;
}
button.slick-next.slick-arrow.slick-disabled:hover,
button.slick-prev.slick-arrow.slick-disabled:hover,
button.slick-next.slick-arrow.slick-disabled:focus,
button.slick-prev.slick-arrow.slick-disabled:focus {
  opacity: 0.2 !important;
}
.landing-page {
  max-width: 1100px !important;
}
.landing-page p {
  color: #d96350;
  line-height: 25px;
  font-weight: bold;
}
.landing-page .landing-page-instagram-block {
  width: 40% !important;
}
.landing-page .landing-page-mobile-best-seller-block .product {
  vertical-align: top;
  width: 45%;
  margin: 2%;
  padding-bottom: 0;
}
.landing-page .landing-page-best-seller-block {
  width: 60% !important;
}
.landing-page .landing-page-best-seller-block .inner-product-list {
  margin-top: 10px;
}
.landing-page .landing-page-best-seller-block .inner-product-list .product {
  width: 30% !important;
}
.landing-page .newsletter-landing-page-block {
  height: 355px;
  position: relative;
  padding: 3%;
  margin-top: 1em;
  background: #F2C5B7;
}
.landing-page .newsletter-landing-page-block .landing-page--discount-title {
  font-size: 150%;
}
.landing-page .newsletter-landing-page-block .landing-page-title {
  font-size: 40px;
  color: white;
  letter-spacing: 0;
  font-family: serif;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 40px;
}
.landing-page .image-landing-page-block img {
  width: 100%;
}
.report-issue .message {
  margin-left: 2em;
}
.report-issue-content .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/up-Arrow.png) /*chosen-sprite.png*/ no-repeat 0px 10px !important;
    background-size: 11px 7px !important;
}
.report-issue-content .chosen-container-single .chosen-single div b {
    background: url(https://cdn.saboskirt.net/content2/Images/Icons/down-Arrow.png) /*chosen-sprite.png*/ no-repeat 3px 11px !important;
    background-size: 11px 7px !important;
}
.report-issue-content .content-group {
  padding: 1em 0;
}
.report-issue-content textarea {
  height: 200px;
}
.report-issue-content input,
.report-issue-content textarea {
  width: 95%;
  margin-left: 2em;
}
.report-issue-content input:focus,
.report-issue-content textarea:focus {
  box-shadow: none !important;
}
.report-issue-content input {
  height: 35px;
  line-height: 35px;
}
.report-issue-content .chosen-container {
  width: 95% !important;
  margin-left: 2em;
}
/**** CHECKOUT ****/
#checkout-basket-view {
  width: 30% !important;
  text-align: left;
  vertical-align: top !important;
}
#checkout-basket-view .product-content {
  vertical-align: top !important;
}
#checkout-basket-view .basket-title {
  font-size: 12px;
  margin: 2em 0px 2em 0;
  font-weight: bold;
  height: 25px;
  line-height: 20px;
  border-bottom: 2px solid darkgray;
  letter-spacing: 2px;
}
#checkout-basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
#checkout-basket-view h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#checkout-basket-view .one-quarter-column {
  vertical-align: top !important;
  padding: 0;
}
#checkout-basket-view .three-quarter-column {
  padding: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
#checkout-basket-view .three-quarter-column .row {
  margin-bottom: 0 !important;
}
#checkout-basket-view .product-content {
  margin-bottom: 20px !important;
}
#checkout-basket-view .product-content .single-column {
  padding: 0;
}
#checkout-page-payment {
  vertical-align: top !important;
  width: 34% !important;
  display: inline-block !important;
  padding: 12px !important;
}
#checkout-page-payment h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
  text-align: left;
}
#checkout-page-payment .payment-method-option img.visa,
#checkout-page-payment .payment-method-option img.mastercard {
  width: 40% !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 5px 0 !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 35px;
  line-height: 35px;
  border: 2px solid lightgray;
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 35px;
  line-height: 35px;
  width: 25%;
  border: 2px solid lightgray;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#checkout-page-payment .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
#checkout-page-payment .order-summary-content .totals hr {
  margin-top: 20px;
}
#checkout-page-payment .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#checkout-page-payment .order-summary-content .row.totals-content {
  margin: 20px 0;
}
#checkout-page-payment .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
#checkout-page-payment .order-summary-content .single-column {
  padding: 0;
}
#checkout-page-payment .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 20px 0 !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 40px;
  line-height: 40px;
  width: 29%;
  border: 1px solid #aaa;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
  float: right;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#checkout-page-payment .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
#checkout-page-payment .order-summary-content .totals hr {
  margin-top: 20px;
}
#checkout-page-payment .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#checkout-page-payment .order-summary-content .row.totals-content {
  margin: 0;
}
#checkout-page-payment .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
#checkout-page-payment .order-summary-content .single-column {
  padding: 0;
}
#checkout-page-payment .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 20px 0 !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input {
  width: 73% !important;
  text-align: left;
  height: 35px;
  line-height: 35px;
  border: 1px solid #aaa;
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a {
  height: 40px;
  line-height: 40px;
  width: 25%;
  border: 1px solid #aaa;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
}
#checkout-page-payment .order-summary-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#checkout-page-payment .order-summary-content .totals {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
#checkout-page-payment .order-summary-content .totals hr {
  margin-top: 20px;
}
#checkout-page-payment .order-summary-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#checkout-page-payment .order-summary-content .row.totals-content {
  margin: 0;
  border: 1px solid #aaa;
  padding: 2%;
}
#checkout-page-payment .order-summary-content .product-content {
  margin-bottom: 20px !important;
}
#checkout-page-payment .order-summary-content .single-column {
  padding: 0;
}
#checkout-page-payment .order-summary-content h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#checkout-details {
  width: 35% !important;
}
#checkout-details p {
  text-align: left !important;
}
#checkout-details #locationField p {
  padding: 1em 0 !important;
}
#checkout-details .error,
#checkout-details .email_error {
  color: orange !important;
  line-height: 15px;
  text-align: left;
  font-weight: bold;
  padding-top: 8px;
}
#checkout-details #login-link.button-big {
  height: 35px !important;
  line-height: 35px !important;
}
#checkout-details .shipping-address .one-half-column,
#checkout-details .billing-address .one-half-column,
#checkout-details .shipping-address .single-column,
#checkout-details .billing-address .single-column,
#checkout-details .shipping-address .one-quarter-column,
#checkout-details .billing-address .one-quarter-column {
  vertical-align: top !important;
}
#checkout-details #pay-pal-express {
  display: inline-block;
  float: right;
  width: 100%;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: bottom;
  background: #F9B421;
  color: black;
}
#checkout-details #pay-pal-express img {
  width: 75px;
  vertical-align: middle;
}
#checkout-details .billing-address-content .option-content-view {
  display: none;
}
#checkout-details .billing-address-content .option-content-view.visible {
  display: block;
}
#checkout-details .billing-address-content .option-content-edit {
  display: none;
}
#checkout-details .billing-address-content .option-content-edit.visible {
  display: block;
}
.checkout-details .chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid darkgrey !important;
}
.checkout-details .chosen-container .chosen-single {
  border: 1px solid darkgrey !important;
}
.checkout-details .chosen-container .chosen-drop {
  border: 1px solid darkgrey !important;
}
.checkout-details h1 {
  letter-spacing: 2px !important;
}
#checkout-details {
  padding: 30px 20px !important;
}
#checkout-details .billing-address-option {
  padding: 1em 0 !important;
}
#checkout-details .shipping-address div,
#checkout-details .billing-address div {
  vertical-align: text-top !important;
}
#checkout-details .single-column {
  vertical-align: top;
  display: block;
}
#checkout-details .single-column #pay-pal-express {
  display: block;
  float: right;
  vertical-align: inherit;
  background: gold;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: bottom;
}
#checkout-page-payment {
  vertical-align: top !important;
}
#checkout-page-payment #continue_and_submit,
#checkout-page-payment #continue_and_submit_mobile {
  width: 100%;
  background: #332F30;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}
#checkout-page-payment #continue_and_submit:hover,
#checkout-page-payment #continue_and_submit_mobile:hover {
  font-weight: bold;
  background: #757374;
}
#checkout-page-payment #continue_and_submit.sticky_checkout,
#checkout-page-payment #continue_and_submit_mobile.sticky_checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12000;
}
#checkout-page-payment .squaredThree {
  width: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#checkout-page-payment .squaredThree label {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 4px;
  border: 1px solid #332F30;
  box-shadow: inset 0px 1px 1px gray, 0px 1px 0px gray;
}
#checkout-page-payment .squaredThree label:after {
  content: '';
  width: 7px;
  height: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 2px solid #332F30;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
#checkout-page-payment .squaredThree label:hover::after {
  opacity: 0.3;
}
#checkout-page-payment .squaredThree input[type=checkbox] {
  visibility: hidden;
}
#checkout-page-payment .squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#checkout-page-payment #order-summary-block .pay-pal-logo-inline,
#checkout-page-payment #order-summary-block .after-pay-logo-inline {
  left: 1em !important;
  top: 0 !important;
  height: 20px !important;
}
#checkout-page-payment #order-summary-block .order-summary-content {
  border: none;
  margin-top: 20px !important;
}
#checkout-page-payment #order-summary-block .order-summary-content h1 {
  text-align: left !important;
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0 !important;
  border-bottom: none !important;
  letter-spacing: 2px;
}
#checkout-page-payment #order-summary-block .order-summary-content .gift-voucher {
  margin-bottom: 12px;
}
#checkout-page-payment #order-summary-block .order-summary-content .gift-voucher #code {
  width: 70%;
  text-align: left;
  float: left;
  font-size: 12px !important;
  letter-spacing: 1px;
}
#checkout-page-payment #order-summary-block .order-summary-content .gift-voucher a {
  width: 25%;
  float: right;
  height: 35px;
  line-height: 35px;
  letter-spacing: 2px;
  background: white;
}
#checkout-page-payment #order-summary-block .order-summary-content table {
  width: 100% !important;
  font-size: 12px;
  font-weight: bold;
}
#checkout-page-payment #order-summary-block .order-summary-content table .total,
#checkout-page-payment #order-summary-block .order-summary-content table .amt {
  font-size: 12px;
  font-weight: bold;
}
#checkout-page-payment #order-summary-block .order-summary-content table tr,
#checkout-page-payment #order-summary-block .order-summary-content table td {
  height: 0 !important;
  line-height: 3em !important;
}
#checkout-page-payment #order-summary-block .order-summary-content table tr hr,
#checkout-page-payment #order-summary-block .order-summary-content table td hr {
  border-color: darkgray;
  border-top: none !important;
}
.one-page-basket-view {
  padding: 15px !important;
}
.one-page-basket-view .shop-bag {
  font-size: 12px;
  line-height: 30px;
  border-bottom: 1px solid darkgrey;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}
.one-page-basket-view .basket-content h2 {
  font-size: 12px !important;
  font-weight: bold;
}
.one-page-basket-view .basket-content p {
  font-size: 12px !important;
  font-weight: bold;
}
.one-page-basket-view .basket-content p.stock-message {
  font-size: 10px !important;
}
#basket-view {
  border: none !important;
  margin: 0 !important;
}
#basket-view .basket-title {
  font-size: 12px;
}
#basket-view .one-half-column .chosen-container {
  font-size: 12px !important;
}
#basket-view.one-page-basket-view {
  border: 1px solid darkgrey;
}
#basket-view a.button.checkout-button {
  font-size: 12px;
}
#basket-view .one-half-column {
  font-size: 12px;
}
#basket-view .three-quarter-column .single-column {
  font-size: 12px;
}
#basket-view .three-quarter-column .single-column a {
  font-size: 12px;
}
#basket-view .move-to-wishlist span,
#basket-view .remove-from-bag span {
  display: none;
}
#basket-view .move-to-wishlist:hover,
#basket-view .remove-from-bag:hover {
  text-decoration: underline;
  color: #332F30;
  font-weight: bold;
}
#basket-view .qty .input-group {
  text-align: left !important;
}
#basket-view h1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
#basket-view .basket-content .strike {
  padding: 0 1em 0 0 !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form {
  text-align: left !important;
  margin: 5px 0 !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input {
  width: 70% !important;
  text-align: left;
  height: 35px;
  line-height: 35px;
  border: 2px solid lightgray;
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form input:focus {
  box-shadow: none !important;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a {
  height: 35px;
  line-height: 35px;
  width: 25%;
  border: 2px solid lightgray;
  background: white;
  color: gray;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: bottom;
  padding: 0;
}
#basket-view .basket-content .gift-voucher .gift-voucher-form a:hover {
  background: lightgray;
  color: #332F30;
}
#basket-view .basket-content .totals {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
#basket-view .basket-content .totals hr {
  margin-top: 20px;
}
#basket-view .basket-content .totals .total {
  font-size: 12px;
  font-weight: bold;
}
#basket-view .basket-content .row.totals-content {
  margin: 20px 0;
}
#basket-view .basket-content .product-content {
  margin-bottom: 20px !important;
}
#basket-view .basket-content .single-column {
  padding: 0;
}
#basket-view .basket-content h2 {
  margin: 0;
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: CAPITALIZE;
}
#basket-view .one-quarter-column {
  padding: 0;
}
#basket-view .three-quarter-column {
  padding-left: 2em;
}
#basket-view .chosen-container {
  display: inline-block !important;
}
#basket-view .basket-content {
  overflow: visible;
}
#basket-view .totals {
  width: 240px;
  margin: 0;
  display: inline-block;
}
#basket-view .totals td {
  width: 50%;
}
#basket-view h1 {
  margin: 0;
  padding: 0;
}
#basket-view #code {
  width: 50%;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.chosen-container-single .chosen-single div {
  width: 25px !important;
}
@media (max-width: 1100px) {
  select {
    font-size: 14px;
  }
  #mobile-menu .link,
  #mobile-menu li {
    min-height: 2em !important;
    line-height: 2em !important;
  }
  #mobile-menu .main-link {
    min-height: 2.5em !important;
    line-height: 2.5em !important;
  }
  #mobile-menu img {
    height: 2.5em !important;
    line-height: 2.5em !important;
  }
  .basket-view-bag .order-summary {
    margin-top: 0 !important;
    padding: 1em !important;
    padding-left: 1em !important;
    border: 1px solid #332F30 !important;
  }
  #basket-view .basket-title {
    text-align: left !important;
  }
  .basket-view-bag .order-summary h4 {
    text-align: left !important;
  }
  #shipping-method-info {
    padding: 1em 0;
  }
  #shipping-method-info .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 0em;
  }
  #shipping-method-info .more-info p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px;
    line-height: 18px;
  }
  #shipping-method-info #shipping-table table th {
    padding: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    width: 33%;
  }
  #shipping-method-info #shipping-table table td {
    padding: 5px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    width: 33%;
  }
  #shipping-method-info select {
    height: 35px !important;
    line-height: 35px !important;
    border: 1px solid #332F30 !important;
  }
  #shipping-method-info .heading {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1em;
  }
  #shipping-method-info .title p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px;
    line-height: 18px;
  }
  #size-modal h1 {
    font-size: 16px !important;
    padding-left: 1em !important;
    text-align: center;
  }
  #size-modal table th,
  #size-modal table td {
    font-size: 12px !important;
  }
  #size-modal .customer-care.content {
    padding: 0 !important;
  }
  #size-modal .customer-care.content p {
    padding-left: 0 !important;
    font-size: 12px !important;
  }
  #product-page select.qty {
    width: 3em;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    border: 1px solid #332F30;
  }
  #product-page .product-section.row {
    height: auto;
  }
  #product-page .product-section.row.shop-slick-items {
    overflow: visible !important;
    margin-bottom: 20px !important;
  }
  #product-page .product-section.row .product {
    top: 0;
    width: 40%;
    font-size: 9px;
  }
  #product-page .stock-notification {
    width: 100% !important;
  }
  #product-page .stock-notification input[type=email] {
    padding-left: 3% !important;
  }
  #product-page .stock-notification .three-fifth-column {
    display: inline-block;
    width: 60%;
  }
  #product-page .stock-notification .two-fifth-column {
    display: inline-block;
    width: 40%;
  }
  #product-page .stock-notification select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #332F30;
  }
  #product-page .shipment-info-block,
  #product-page .size-info-block {
    width: 50% !important;
  }
}
@media (max-width: 1100px) {
  #checkout .max-screen-width {
    min-height: 25px !important;
  }
  #checkout-page-payment #order-summary-block .radio-option-row:nth-child(odd) {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  #checkout-page-payment #order-summary-block .order-summary-content {
    margin-top: -1px !important;
  }
  .checkout-steps-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #f2f2f2;
  }
  .checkout-steps-menu a {
    color: #332F30 !important;
  }
  .checkout-steps-menu a:hover {
    color: #332F30 !important;
  }
  .checkout-steps-menu .selected {
    border-bottom: 2px solid #332F30;
  }
  .checkout-steps-menu .selected a {
    color: #332F30 !important;
  }
  .checkout-steps-menu .selected a:hover {
    color: #332F30 !important;
  }
  .checkout-steps-menu div {
    width: 32% !important;
    display: inline-block;
    padding: 1em;
  }
  .one-page-checkout {
    max-width: 100% !important;
  }
  .gift-voucher-form {
    margin: 0 !important;
  }
  .one-page-basket-view {
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    padding: 15px 0 !important;
  }
  .one-page-basket-view .basket-content {
    margin: 0 auto !important;
    width: 90% !important;
    margin-top: 10px !important;
  }
  #checkout-details {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  #checkout-details a {
    height: 35px !important;
    line-height: 35px !important;
  }
  #checkout-page-payment {
    padding: 0 !important;
    width: 100% !important;
  }
  #checkout-page-payment h1 {
    letter-spacing: 1.5px !important;
  }
  #checkout-page-payment .three-quarter-column {
    width: 70% !important;
  }
  #checkout-page-payment .one-quarter-column {
    width: 27% !important;
  }
  #checkout-page-payment .three-fifth-column {
    width: 100% !important;
  }
  #checkout-page-payment .one-fifth-column {
    width: 48% !important;
  }
  #order-summary-block .order-summary-content h1 {
    letter-spacing: 1.5px !important;
  }
  #order-summary-block .indicator {
    width: 30px !important;
  }
}
@media (max-width: 1100px) {
  .terms-and-condition {
    font-size: 12px !important;
  }
  #order-summary-block .order-summary {
    margin: 0 12px;
  }
  #checkout-page-payment #order-summary-block .order-summary-content table tr,
  #checkout-page-payment #order-summary-block .order-summary-content table td {
    line-height: 2.5em !important;
  }
  #checkout-page-payment #order-summary-block .order-summary-content table tr hr,
  #checkout-page-payment #order-summary-block .order-summary-content table td hr {
    border-top: 1px solid darkgray !important;
    margin-top: 1em !important;
  }
  body#checkout .row.shipping-option.radio-option-row {
    margin-top: 0 !important;
  }
  #checkout-details #ShippingOptions .shipping-methods .title {
    padding: 10px 0 !important;
    margin-bottom: 0px !important;
  }
  .one-page-basket-view {
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    padding: 15px 0 !important;
  }
  .one-page-basket-view .basket-content {
    margin: 0 auto !important;
    width: 90% !important;
    margin-top: 10px !important;
  }
  .minimal-package .switch,
  .billing-address-option-mobile .switch {
    height: auto !important;
  }
  .minimal-package .on,
  .billing-address-option-mobile .on,
  .minimal-package .off,
  .billing-address-option-mobile .off {
    font-size: 12px !important;
    letter-spacing: 0;
    padding: 12px 0 !important;
  }
  #ShippingMessage {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 10px;
  }
  #ShippingOptions .shipping-methods .one-fifth-column,
  #ShippingOptions .shipping-methods .three-fifth-column {
    padding: 0 0 0 2% !important;
    vertical-align: top !important;
  }
  #ShippingOptions .shipping-methods .one-fifth-column .single-column,
  #ShippingOptions .shipping-methods .three-fifth-column .single-column {
    line-height: 0 !important;
  }
  #ShippingOptions .shipping-methods .one-fifth-column .single-column p,
  #ShippingOptions .shipping-methods .three-fifth-column .single-column p {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.minimal-package,
.billing-address-option-mobile {
  /*------ ADDED CSS ---------*/
  /*--------- END --------*/
  /* Rounded sliders */
}
.minimal-package .switch,
.billing-address-option-mobile .switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
  margin-bottom: 1em;
  cursor: pointer;
}
.minimal-package .switch input,
.billing-address-option-mobile .switch input {
  display: none;
}
.minimal-package .slider,
.billing-address-option-mobile .slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #332F30;
  transition: .4s;
  height: 100%;
}
.minimal-package input:checked + .slider,
.billing-address-option-mobile input:checked + .slider {
  background-color: white;
}
.minimal-package input:focus + .slider,
.billing-address-option-mobile input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.minimal-package input:checked + .slider:before,
.billing-address-option-mobile input:checked + .slider:before {
  transform: translateX(55px);
}
.minimal-package .off,
.billing-address-option-mobile .off {
  color: #332F30;
  position: relative;
  font-size: 11px;
  height: 100%;
  width: 50%;
  padding: 12px;
  display: inline-block;
}
.minimal-package .on,
.billing-address-option-mobile .on {
  color: #332F30;
  position: relative;
  font-size: 11px;
  height: 100%;
  width: 50%;
  padding: 12px;
  display: inline-block;
}
.minimal-package input:checked + .slider .on,
.billing-address-option-mobile input:checked + .slider .on {
  border: 1px solid #332F30;
  font-weight: bold;
  box-shadow: -1px 1px;
}
.minimal-package input:not(:checked) + .slider .off,
.billing-address-option-mobile input:not(:checked) + .slider .off {
  border: 1px solid #332F30;
  font-weight: bold;
  box-shadow: 1px 1px;
}
.minimal-package .slider.round,
.billing-address-option-mobile .slider.round {
  border-radius: 0;
}
.minimal-package .slider.round:before,
.billing-address-option-mobile .slider.round:before {
  border-radius: 50%;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid lightgray !important;
  background: lightgray !important;
  font-weight: normal;
  color: #fff;
}
