@charset "UTF-8";
@media only screen and (max-width: 29.375em) {
  .tiny-12 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 29.375em) {
  .tiny-6 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 29.375em) {
  .hide-for-tiny {
    display: none !important;
  }
}

.td-actual-show-for-medium-only {
  display: none !important;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .td-actual-show-for-medium-only {
    display: table-cell !important;
  }
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:56.25em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:56.3125em)/";
  width: 56.3125em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:56.3125em) and (max-width:71.4375em)/";
  width: 56.3125em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:71.5em)/";
  width: 71.5em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:71.5em) and (max-width:6249999.9375em)/";
  width: 71.5em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
}

body {
  background: #f6f6f6;
  color: #222;
  cursor: auto;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: rgb(231.83, 231.83, 231.83);
  color: #222222;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgb(227.05, 227.05, 227.05);
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.625rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:56.3125em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 0px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #d8d8d8;
  border-color: rgb(194.4, 194.4, 194.4);
  border-radius: 0;
}
.breadcrumbs > * {
  color: #333;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #333;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button, .top-cart .btn-cart,
.top-cart .btn-checkout {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.375rem 0.75rem 0.4375rem 0.75rem;
  font-size: 1rem;
  background-color: #6983A9;
  border-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .top-cart .btn-cart:hover,
.top-cart .btn-checkout:hover, .button:focus, .top-cart .btn-cart:focus,
.top-cart .btn-checkout:focus {
  background-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
}
button:hover, button:focus, .button:hover, .top-cart .btn-cart:hover,
.top-cart .btn-checkout:hover, .button:focus, .top-cart .btn-cart:focus,
.top-cart .btn-checkout:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary, .top-cart .secondary.btn-cart,
.top-cart .secondary.btn-checkout {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .top-cart .secondary.btn-cart:hover,
.top-cart .secondary.btn-checkout:hover, .button.secondary:focus, .top-cart .secondary.btn-cart:focus,
.top-cart .secondary.btn-checkout:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .top-cart .secondary.btn-cart:hover,
.top-cart .secondary.btn-checkout:hover, .button.secondary:focus, .top-cart .secondary.btn-cart:focus,
.top-cart .secondary.btn-checkout:focus {
  color: #333333;
}
button.success, .button.success, .top-cart .success.btn-cart,
.top-cart .success.btn-checkout {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .top-cart .success.btn-cart:hover,
.top-cart .success.btn-checkout:hover, .button.success:focus, .top-cart .success.btn-cart:focus,
.top-cart .success.btn-checkout:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
button.success:hover, button.success:focus, .button.success:hover, .top-cart .success.btn-cart:hover,
.top-cart .success.btn-checkout:hover, .button.success:focus, .top-cart .success.btn-cart:focus,
.top-cart .success.btn-checkout:focus {
  color: #FFFFFF;
}
button.alert, .button.alert, .top-cart .alert.btn-cart,
.top-cart .alert.btn-checkout {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .top-cart .alert.btn-cart:hover,
.top-cart .alert.btn-checkout:hover, .button.alert:focus, .top-cart .alert.btn-cart:focus,
.top-cart .alert.btn-checkout:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.alert:hover, button.alert:focus, .button.alert:hover, .top-cart .alert.btn-cart:hover,
.top-cart .alert.btn-checkout:hover, .button.alert:focus, .top-cart .alert.btn-cart:focus,
.top-cart .alert.btn-checkout:focus {
  color: #FFFFFF;
}
button.warning, .button.warning, .top-cart .warning.btn-cart,
.top-cart .warning.btn-checkout {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .top-cart .warning.btn-cart:hover,
.top-cart .warning.btn-checkout:hover, .button.warning:focus, .top-cart .warning.btn-cart:focus,
.top-cart .warning.btn-checkout:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.warning:hover, button.warning:focus, .button.warning:hover, .top-cart .warning.btn-cart:hover,
.top-cart .warning.btn-checkout:hover, .button.warning:focus, .top-cart .warning.btn-cart:focus,
.top-cart .warning.btn-checkout:focus {
  color: #FFFFFF;
}
button.info, .button.info, .top-cart .info.btn-cart,
.top-cart .info.btn-checkout {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .top-cart .info.btn-cart:hover,
.top-cart .info.btn-checkout:hover, .button.info:focus, .top-cart .info.btn-cart:focus,
.top-cart .info.btn-checkout:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.info:hover, button.info:focus, .button.info:hover, .top-cart .info.btn-cart:hover,
.top-cart .info.btn-checkout:hover, .button.info:focus, .top-cart .info.btn-cart:focus,
.top-cart .info.btn-checkout:focus {
  color: #FFFFFF;
}
button.large, .button.large, .top-cart .large.btn-cart,
.top-cart .large.btn-checkout {
  padding: 0.375rem 0.75rem 0.4375rem 0.75rem;
  font-size: 1rem;
}
button.small, .products-list button.btn-cart,
.products-grid button.btn-cart, .button.small, .top-cart .small.btn-cart,
.top-cart .small.btn-checkout, .products-list .button.btn-cart, .products-list .top-cart .btn-cart, .top-cart .products-list .btn-cart,
.products-grid .button.btn-cart,
.products-grid .top-cart .btn-cart,
.top-cart .products-grid .btn-cart {
  padding: 0.375rem 0.75rem 0.4375rem 0.75rem;
  font-size: 1rem;
}
button.tiny, #wishlist-view-form button, .button.tiny, .top-cart .btn-cart,
.top-cart .btn-checkout {
  padding: 0.375rem 0.75rem 0.4375rem 0.75rem;
  font-size: 1rem;
}
button.expand, .button.expand, .top-cart .expand.btn-cart,
.top-cart .expand.btn-checkout {
  padding: 0.375rem 0.75rem 0.4375rem 0.75rem;
  font-size: 1rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 100%;
}
button.left-align, .button.left-align, .top-cart .left-align.btn-cart,
.top-cart .left-align.btn-checkout {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align, .top-cart .right-align.btn-cart,
.top-cart .right-align.btn-checkout {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius, .top-cart .radius.btn-cart,
.top-cart .radius.btn-checkout {
  border-radius: 3px;
}
button.round, .button.round, .top-cart .round.btn-cart,
.top-cart .round.btn-checkout {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .top-cart .disabled.btn-cart,
.top-cart .disabled.btn-checkout, .button[disabled], .top-cart [disabled].btn-cart,
.top-cart [disabled].btn-checkout {
  background-color: #6983A9;
  border-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
.top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
.top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
.top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
.top-cart [disabled].btn-checkout:focus {
  background-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
.top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
.top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
.top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
.top-cart [disabled].btn-checkout:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
.top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
.top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
.top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
.top-cart [disabled].btn-checkout:focus {
  background-color: #6983A9;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .top-cart .disabled.secondary.btn-cart,
.top-cart .disabled.secondary.btn-checkout, .button[disabled].secondary, .top-cart [disabled].secondary.btn-cart,
.top-cart [disabled].secondary.btn-checkout {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
.top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
.top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
.top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
.top-cart [disabled].secondary.btn-checkout:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
.top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
.top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
.top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
.top-cart [disabled].secondary.btn-checkout:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
.top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
.top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
.top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
.top-cart [disabled].secondary.btn-checkout:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .top-cart .disabled.success.btn-cart,
.top-cart .disabled.success.btn-checkout, .button[disabled].success, .top-cart [disabled].success.btn-cart,
.top-cart [disabled].success.btn-checkout {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
.top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
.top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
.top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
.top-cart [disabled].success.btn-checkout:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
.top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
.top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
.top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
.top-cart [disabled].success.btn-checkout:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
.top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
.top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
.top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
.top-cart [disabled].success.btn-checkout:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .top-cart .disabled.alert.btn-cart,
.top-cart .disabled.alert.btn-checkout, .button[disabled].alert, .top-cart [disabled].alert.btn-cart,
.top-cart [disabled].alert.btn-checkout {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
.top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
.top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
.top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
.top-cart [disabled].alert.btn-checkout:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
.top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
.top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
.top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
.top-cart [disabled].alert.btn-checkout:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
.top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
.top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
.top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
.top-cart [disabled].alert.btn-checkout:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .top-cart .disabled.warning.btn-cart,
.top-cart .disabled.warning.btn-checkout, .button[disabled].warning, .top-cart [disabled].warning.btn-cart,
.top-cart [disabled].warning.btn-checkout {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
.top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
.top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
.top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
.top-cart [disabled].warning.btn-checkout:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
.top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
.top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
.top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
.top-cart [disabled].warning.btn-checkout:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
.top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
.top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
.top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
.top-cart [disabled].warning.btn-checkout:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .top-cart .disabled.info.btn-cart,
.top-cart .disabled.info.btn-checkout, .button[disabled].info, .top-cart [disabled].info.btn-cart,
.top-cart [disabled].info.btn-checkout {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
.top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
.top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
.top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
.top-cart [disabled].info.btn-checkout:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
.top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
.top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
.top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
.top-cart [disabled].info.btn-checkout:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
.top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
.top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
.top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
.top-cart [disabled].info.btn-checkout:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.0625em) {
  button, .button, .top-cart .btn-cart,
  .top-cart .btn-checkout {
    display: inline-block;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 500px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 500px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 500px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 500px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 500px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.radius {
  border-radius: 3px;
}
.f-dropdown.tiny, .top-cart .f-dropdown.btn-cart,
.top-cart .f-dropdown.btn-checkout, #wishlist-view-form button.f-dropdown {
  max-width: 200px;
}
.f-dropdown.small, .products-list .f-dropdown.btn-cart,
.products-grid .f-dropdown.btn-cart {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, .top-cart .dropdown.btn-cart,
.top-cart .dropdown.btn-checkout, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button::after, .top-cart .dropdown.btn-cart::after,
.top-cart .dropdown.btn-checkout::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dropdown.button::after, .top-cart .dropdown.btn-cart::after,
.top-cart .dropdown.btn-checkout::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, .top-cart .dropdown.btn-cart::after,
.top-cart .dropdown.btn-checkout::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, .top-cart .dropdown.btn-cart,
.top-cart .dropdown.btn-checkout, button.dropdown.tiny, #wishlist-view-form button.dropdown {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, .top-cart .dropdown.btn-cart:after,
.top-cart .dropdown.btn-checkout:after, button.dropdown.tiny:after, #wishlist-view-form button.dropdown:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, .top-cart .dropdown.btn-cart::after,
.top-cart .dropdown.btn-checkout::after, button.dropdown.tiny::after, #wishlist-view-form button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, .top-cart .dropdown.small.btn-cart,
.top-cart .dropdown.small.btn-checkout, .products-list .dropdown.button.btn-cart, .products-list .top-cart .dropdown.btn-cart, .top-cart .products-list .dropdown.btn-cart,
.products-grid .dropdown.button.btn-cart,
.products-grid .top-cart .dropdown.btn-cart,
.top-cart .products-grid .dropdown.btn-cart, button.dropdown.small, .products-list button.dropdown.btn-cart,
.products-grid button.dropdown.btn-cart {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, .top-cart .dropdown.small.btn-cart::after,
.top-cart .dropdown.small.btn-checkout::after, .products-list .dropdown.button.btn-cart::after, .products-list .top-cart .dropdown.btn-cart::after, .top-cart .products-list .dropdown.btn-cart::after,
.products-grid .dropdown.button.btn-cart::after,
.products-grid .top-cart .dropdown.btn-cart::after,
.top-cart .products-grid .dropdown.btn-cart::after, button.dropdown.small::after, .products-list button.dropdown.btn-cart::after,
.products-grid button.dropdown.btn-cart::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, .top-cart .dropdown.small.btn-cart::after,
.top-cart .dropdown.small.btn-checkout::after, .products-list .dropdown.button.btn-cart::after, .products-list .top-cart .dropdown.btn-cart::after, .top-cart .products-list .dropdown.btn-cart::after,
.products-grid .dropdown.button.btn-cart::after,
.products-grid .top-cart .dropdown.btn-cart::after,
.top-cart .products-grid .dropdown.btn-cart::after, button.dropdown.small::after, .products-list button.dropdown.btn-cart::after,
.products-grid button.dropdown.btn-cart::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, .top-cart .dropdown.large.btn-cart,
.top-cart .dropdown.large.btn-checkout, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, .top-cart .dropdown.large.btn-cart::after,
.top-cart .dropdown.large.btn-checkout::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, .top-cart .dropdown.large.btn-cart::after,
.top-cart .dropdown.large.btn-checkout::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, .top-cart .dropdown.secondary.btn-cart:after,
.top-cart .dropdown.secondary.btn-checkout:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: rgb(76.5, 76.5, 76.5);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: rgb(103.275, 103.275, 103.275);
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .top-cart .postfix.btn-cart,
.top-cart .postfix.btn-checkout {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button, .top-cart .prefix.btn-cart,
.top-cart .prefix.btn-checkout {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, .top-cart .prefix.radius.btn-cart,
.top-cart .prefix.radius.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, .top-cart .postfix.radius.btn-cart,
.top-cart .postfix.radius.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round, .top-cart .prefix.round.btn-cart,
.top-cart .prefix.round.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, .top-cart .postfix.round.btn-cart,
.top-cart .postfix.round.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: rgb(242.25, 242.25, 242.25);
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: rgb(242.25, 242.25, 242.25);
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: rgb(249.9, 249.9, 249.9);
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #f1f1f1;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #f1f1f1;
  cursor: default;
}
input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: rgb(247.35, 247.35, 247.35);
  border-color: #999999;
}
select:disabled {
  background-color: #f1f1f1;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0 solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 0;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: rgb(103.275, 103.275, 103.275);
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:56.3125em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:71.5em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
.inline-list > li > * {
  display: block;
}

.label {
  display: inline-block;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #6983A9;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:56.3125em) and (max-width:71.4375em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:56.3125em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:71.5em) and (max-width:6249999.9375em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:71.5em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #6983A9;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(85.8688135593, 111.8291525424, 149.7711864407);
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: rgb(137.35, 137.35, 137.35);
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 1.4375rem;
}

h2 {
  font-size: 1.3125rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.0625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(137.35, 137.35, 137.35);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: rgb(247.8, 247.8, 247.8);
  border-color: rgb(223.02, 223.02, 223.02);
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: rgb(115.63, 115.63, 115.63);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(115.63, 115.63, 115.63);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(137.35, 137.35, 137.35);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.25rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px rgb(25.5, 25.5, 25.5);
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px rgb(25.5, 25.5, 25.5);
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px rgb(178.5, 178.5, 178.5), 0 7px 0 1px rgb(178.5, 178.5, 178.5), 0 14px 0 1px rgb(178.5, 178.5, 178.5);
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid rgb(186.75, 186.75, 186.75);
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: rgb(35.7, 35.7, 35.7);
}
ul.off-canvas-list li a:active {
  background: rgb(35.7, 35.7, 35.7);
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40.0625em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: rgb(229.5, 229.5, 229.5);
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #6983A9;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #6983A9;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.tiny, .top-cart .reveal-modal.btn-cart,
  .top-cart .reveal-modal.btn-checkout, #wishlist-view-form button.reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.small, .products-list .reveal-modal.btn-cart,
  .products-grid .reveal-modal.btn-cart {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F6F6F6;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #F9F9F9;
  color: #222222;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: rgb(234.06, 234.06, 234.06);
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #EFEFEF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.625rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width:40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  border: none 4px #FFFFFF;
  box-shadow: none;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(105, 131, 169, 0.5);
}
.th.radius {
  border-radius: 3px;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #F9F9F9;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

.top-bar {
  background: #F9F9F9;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar .top-cart .btn-cart, .top-cart .top-bar .btn-cart,
.top-bar .top-cart .btn-checkout,
.top-cart .top-bar .btn-checkout, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar .top-cart .btn-cart, .top-cart .top-bar .btn-cart,
  .top-bar .top-cart .btn-checkout,
  .top-cart .top-bar .btn-checkout, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #333333;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #333333;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #333333;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #333333, 0 7px 0 1px #333333, 0 14px 0 1px #333333;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #F9F9F9;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px rgb(124.5, 124.5, 124.5);
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #F9F9F9;
}
.top-bar-section ul li > a {
  color: #333333;
  display: block;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button, .top-bar-section ul .top-cart li > a.btn-cart, .top-cart .top-bar-section ul li > a.btn-cart,
.top-bar-section ul .top-cart li > a.btn-checkout,
.top-cart .top-bar-section ul li > a.btn-checkout {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #6983A9;
  border-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul .top-cart li > a.btn-cart:hover, .top-cart .top-bar-section ul li > a.btn-cart:hover,
.top-bar-section ul .top-cart li > a.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.btn-checkout:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .top-cart li > a.btn-cart:focus, .top-cart .top-bar-section ul li > a.btn-cart:focus,
.top-bar-section ul .top-cart li > a.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.btn-checkout:focus {
  background-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul .top-cart li > a.btn-cart:hover, .top-cart .top-bar-section ul li > a.btn-cart:hover,
.top-bar-section ul .top-cart li > a.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.btn-checkout:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .top-cart li > a.btn-cart:focus, .top-cart .top-bar-section ul li > a.btn-cart:focus,
.top-bar-section ul .top-cart li > a.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.btn-checkout:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .top-cart li > a.secondary.btn-cart, .top-cart .top-bar-section ul li > a.secondary.btn-cart,
.top-bar-section ul .top-cart li > a.secondary.btn-checkout,
.top-cart .top-bar-section ul li > a.secondary.btn-checkout {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .top-cart li > a.secondary.btn-cart:hover, .top-cart .top-bar-section ul li > a.secondary.btn-cart:hover,
.top-bar-section ul .top-cart li > a.secondary.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.secondary.btn-checkout:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .top-cart li > a.secondary.btn-cart:focus, .top-cart .top-bar-section ul li > a.secondary.btn-cart:focus,
.top-bar-section ul .top-cart li > a.secondary.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.secondary.btn-checkout:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .top-cart li > a.secondary.btn-cart:hover, .top-cart .top-bar-section ul li > a.secondary.btn-cart:hover,
.top-bar-section ul .top-cart li > a.secondary.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.secondary.btn-checkout:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .top-cart li > a.secondary.btn-cart:focus, .top-cart .top-bar-section ul li > a.secondary.btn-cart:focus,
.top-bar-section ul .top-cart li > a.secondary.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.secondary.btn-checkout:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success, .top-bar-section ul .top-cart li > a.success.btn-cart, .top-cart .top-bar-section ul li > a.success.btn-cart,
.top-bar-section ul .top-cart li > a.success.btn-checkout,
.top-cart .top-bar-section ul li > a.success.btn-checkout {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .top-cart li > a.success.btn-cart:hover, .top-cart .top-bar-section ul li > a.success.btn-cart:hover,
.top-bar-section ul .top-cart li > a.success.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.success.btn-checkout:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .top-cart li > a.success.btn-cart:focus, .top-cart .top-bar-section ul li > a.success.btn-cart:focus,
.top-bar-section ul .top-cart li > a.success.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.success.btn-checkout:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .top-cart li > a.success.btn-cart:hover, .top-cart .top-bar-section ul li > a.success.btn-cart:hover,
.top-bar-section ul .top-cart li > a.success.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.success.btn-checkout:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .top-cart li > a.success.btn-cart:focus, .top-cart .top-bar-section ul li > a.success.btn-cart:focus,
.top-bar-section ul .top-cart li > a.success.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.success.btn-checkout:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert, .top-bar-section ul .top-cart li > a.alert.btn-cart, .top-cart .top-bar-section ul li > a.alert.btn-cart,
.top-bar-section ul .top-cart li > a.alert.btn-checkout,
.top-cart .top-bar-section ul li > a.alert.btn-checkout {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .top-cart li > a.alert.btn-cart:hover, .top-cart .top-bar-section ul li > a.alert.btn-cart:hover,
.top-bar-section ul .top-cart li > a.alert.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.alert.btn-checkout:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .top-cart li > a.alert.btn-cart:focus, .top-cart .top-bar-section ul li > a.alert.btn-cart:focus,
.top-bar-section ul .top-cart li > a.alert.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.alert.btn-checkout:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .top-cart li > a.alert.btn-cart:hover, .top-cart .top-bar-section ul li > a.alert.btn-cart:hover,
.top-bar-section ul .top-cart li > a.alert.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.alert.btn-checkout:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .top-cart li > a.alert.btn-cart:focus, .top-cart .top-bar-section ul li > a.alert.btn-cart:focus,
.top-bar-section ul .top-cart li > a.alert.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.alert.btn-checkout:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning, .top-bar-section ul .top-cart li > a.warning.btn-cart, .top-cart .top-bar-section ul li > a.warning.btn-cart,
.top-bar-section ul .top-cart li > a.warning.btn-checkout,
.top-cart .top-bar-section ul li > a.warning.btn-checkout {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .top-cart li > a.warning.btn-cart:hover, .top-cart .top-bar-section ul li > a.warning.btn-cart:hover,
.top-bar-section ul .top-cart li > a.warning.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.warning.btn-checkout:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .top-cart li > a.warning.btn-cart:focus, .top-cart .top-bar-section ul li > a.warning.btn-cart:focus,
.top-bar-section ul .top-cart li > a.warning.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.warning.btn-checkout:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .top-cart li > a.warning.btn-cart:hover, .top-cart .top-bar-section ul li > a.warning.btn-cart:hover,
.top-bar-section ul .top-cart li > a.warning.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.warning.btn-checkout:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .top-cart li > a.warning.btn-cart:focus, .top-cart .top-bar-section ul li > a.warning.btn-cart:focus,
.top-bar-section ul .top-cart li > a.warning.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.warning.btn-checkout:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info, .top-bar-section ul .top-cart li > a.info.btn-cart, .top-cart .top-bar-section ul li > a.info.btn-cart,
.top-bar-section ul .top-cart li > a.info.btn-checkout,
.top-cart .top-bar-section ul li > a.info.btn-checkout {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul .top-cart li > a.info.btn-cart:hover, .top-cart .top-bar-section ul li > a.info.btn-cart:hover,
.top-bar-section ul .top-cart li > a.info.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.info.btn-checkout:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .top-cart li > a.info.btn-cart:focus, .top-cart .top-bar-section ul li > a.info.btn-cart:focus,
.top-bar-section ul .top-cart li > a.info.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.info.btn-checkout:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul .top-cart li > a.info.btn-cart:hover, .top-cart .top-bar-section ul li > a.info.btn-cart:hover,
.top-bar-section ul .top-cart li > a.info.btn-checkout:hover,
.top-cart .top-bar-section ul li > a.info.btn-checkout:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .top-cart li > a.info.btn-cart:focus, .top-cart .top-bar-section ul li > a.info.btn-cart:focus,
.top-bar-section ul .top-cart li > a.info.btn-checkout:focus,
.top-cart .top-bar-section ul li > a.info.btn-checkout:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #6983A9;
  border-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: rgb(79.8779661017, 104.0271186441, 139.3220338983);
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #333333;
  background: #F9F9F9;
}
.top-bar-section ul li.active > a {
  background: #F9F9F9;
  color: #333333;
}
.top-bar-section ul li.active > a:hover {
  background: #F9F9F9;
  color: #333333;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #333333;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .top-cart .btn-cart, .top-cart .top-bar-section .dropdown li .btn-cart,
.top-bar-section .dropdown li .top-cart .btn-checkout,
.top-cart .top-bar-section .dropdown li .btn-checkout,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.0625em) {
  .top-bar {
    background: #F9F9F9;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar .top-cart .btn-cart,
  .top-cart .top-bar .btn-cart,
  .top-bar .top-cart .btn-checkout,
  .top-cart .top-bar .btn-checkout,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button, .top-bar .top-cart .has-form > .btn-cart, .top-cart .top-bar .has-form > .btn-cart,
  .top-bar .top-cart .has-form > .btn-checkout,
  .top-cart .top-bar .has-form > .btn-checkout,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #F9F9F9;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #F9F9F9;
    color: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #F9F9F9;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #F9F9F9;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #F9F9F9;
    color: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #F9F9F9;
    color: #333333;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #F9F9F9;
    color: #888888;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #F9F9F9;
    color: #888888;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #333333;
    background: #F9F9F9;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role=separator] {
    border-right: solid 1px rgb(249.78, 249.78, 249.78);
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #F9F9F9;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #F9F9F9;
    color: #333333;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #F9F9F9;
    color: #333333;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .welcome-msg, .demo-notice, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .col3-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col2-left-layout .left-off-canvas-toggle, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .welcome-msg, .demo-notice, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .col3-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col2-left-layout .left-off-canvas-toggle, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.welcome-msg, table.demo-notice, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.welcome-msg, thead.demo-notice, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.welcome-msg, tbody.demo-notice, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.welcome-msg, tr.demo-notice, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.welcome-msg, th.demo-notice, td.hide-for-small, td.welcome-msg, td.demo-notice, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:56.3125em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .welcome-msg, .demo-notice, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col3-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col2-left-layout .left-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.welcome-msg, table.demo-notice, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.welcome-msg, thead.demo-notice, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.welcome-msg, tbody.demo-notice, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.welcome-msg, tr.demo-notice, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.welcome-msg, th.demo-notice, td.hide-for-small, td.welcome-msg, td.demo-notice, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:71.5em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .welcome-msg, .demo-notice, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col3-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col2-left-layout .left-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.welcome-msg, table.demo-notice, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.welcome-msg, thead.demo-notice, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.welcome-msg, tbody.demo-notice, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.welcome-msg, tr.demo-notice, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.welcome-msg, th.demo-notice, td.hide-for-small, td.welcome-msg, td.demo-notice, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .welcome-msg, .demo-notice, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col3-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col2-left-layout .left-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.welcome-msg, table.demo-notice, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.welcome-msg, thead.demo-notice, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.welcome-msg, tbody.demo-notice, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.welcome-msg, tr.demo-notice, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.welcome-msg, th.demo-notice, td.hide-for-small, td.welcome-msg, td.demo-notice, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/*
$fa-font-path: "../bower_components/components-font-awesome/webfonts";
@import "https://static.clan.com/skin/frontend/clantheme/default/bower_components/components-font-awesome/scss/fontawesome";
@import "https://static.clan.com/skin/frontend/clantheme/default/bower_components/components-font-awesome/scss/fa-regular";
@import "https://static.clan.com/skin/frontend/clantheme/default/bower_components/components-font-awesome/scss/fa-solid";
@import "https://static.clan.com/skin/frontend/clantheme/default/bower_components/components-font-awesome/scss/fa-brands";
*/
/*!
 * Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-align-justify:before {
  content: "\f039";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-book:before {
  content: "\f02d";
}

.fa-box:before {
  content: "\f466";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-circle:before {
  content: "\f111";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-cog:before {
  content: "\f013";
}

.fa-compress:before {
  content: "\f066";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-edit:before {
  content: "\f044";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-expand:before {
  content: "\f065";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-heart:before {
  content: "\f004";
}

.fa-home:before {
  content: "\f015";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-phone:before {
  content: "\f095";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-print:before {
  content: "\f02f";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-star:before {
  content: "\f005";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-sync:before {
  content: "\f021";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-th:before {
  content: "\f00a";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-weight:before {
  content: "\f496";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-youtube:before {
  content: "\f167";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400-subset.eot");
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400-subset.eot?#iefix") format("embedded-opentype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400-subset.woff2") format("woff2"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400-subset.woff") format("woff"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900-subset.eot");
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900-subset.eot?#iefix") format("embedded-opentype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900-subset.woff2") format("woff2"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900-subset.woff") format("woff"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400-subset.eot");
  src: url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400-subset.eot?#iefix") format("embedded-opentype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400-subset.woff2") format("woff2"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400-subset.woff") format("woff"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("https://static.clan.com/skin/frontend/clantheme/default/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.top-bar,
.header-container,
.demo-notice,
.footer-container,
.col1-layout,
.col2-left-layout,
.col2-right-layout,
.col3-layout {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.top-bar:before, .top-bar:after,
.header-container:before,
.header-container:after,
.demo-notice:before,
.demo-notice:after,
.footer-container:before,
.footer-container:after,
.col1-layout:before,
.col1-layout:after,
.col2-left-layout:before,
.col2-left-layout:after,
.col2-right-layout:before,
.col2-right-layout:after,
.col3-layout:before,
.col3-layout:after {
  content: " ";
  display: table;
}
.top-bar:after,
.header-container:after,
.demo-notice:after,
.footer-container:after,
.col1-layout:after,
.col2-left-layout:after,
.col2-right-layout:after,
.col3-layout:after {
  clear: both;
}

.col1-layout .col-wrapper .col-main {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.col2-left-layout .col-wrapper .sidebar,
.col2-left-layout .col-wrapper .col-main,
.col2-left-layout .col-wrapper > a,
.col2-right-layout .col-wrapper .sidebar,
.col2-right-layout .col-wrapper .col-main,
.col2-right-layout .col-wrapper > a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.col3-layout .col-wrapper .sidebar,
.col3-layout .col-wrapper .col-main {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.col3-layout .col-wrapper > span {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left;
}

.breadcrumbs {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/*
.header-container{
    .super-header{
        @include grid-row(nest);
        .welcome,
        .switchers,
        .top-links{
            @include grid-column(12);
        }
    }
    .header{
        @include grid-row(nest);
        .logo,
        .quick-access{
            @include grid-column(12);
            input{
                @include grid-column(9);
            }
            button{
                @include grid-column(3);
            }
        }
    }
}
*/
.products-list li a,
.products-list li .product-shop {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.products-grid li .product-wrapper {
  border-radius: 3px;
  background: #fff;
}

.products-grid-4 {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.products-grid-4:before, .products-grid-4:after {
  content: " ";
  display: table;
}
.products-grid-4:after {
  clear: both;
}
.products-grid-4 > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
.products-grid-4 > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 33.3333333333%;
}
.products-grid-4 > li:nth-of-type(1n) {
  clear: none;
}
.products-grid-4 > li:nth-of-type(3n+1) {
  clear: both;
}

.products-grid {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.products-grid:before, .products-grid:after {
  content: " ";
  display: table;
}
.products-grid:after {
  clear: both;
}
.products-grid > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
.products-grid > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 50%;
}
.products-grid > li:nth-of-type(1n) {
  clear: none;
}
.products-grid > li:nth-of-type(2n+1) {
  clear: both;
}

.product-view .product-collateral #customer-reviews {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.product-view .product-collateral #customer-reviews:before, .product-view .product-collateral #customer-reviews:after {
  content: " ";
  display: table;
}
.product-view .product-collateral #customer-reviews:after {
  clear: both;
}
.product-view .product-collateral #customer-reviews > h2, .product-view .product-collateral #customer-reviews dl, .product-view .product-collateral #customer-reviews .form-add {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.product-view .product-collateral #customer-reviews .form-add form {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.product-view .product-collateral #customer-reviews .form-add form:before, .product-view .product-collateral #customer-reviews .form-add form:after {
  content: " ";
  display: table;
}
.product-view .product-collateral #customer-reviews .form-add form:after {
  clear: both;
}
.product-view .product-collateral #customer-reviews .form-add form section {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.product-view .product-collateral #customer-reviews .form-add .buttons-set {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.cart > form {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.cart > form:before, .cart > form:after {
  content: " ";
  display: table;
}
.cart > form:after {
  clear: both;
}
.cart > form .cart-table-wrapper {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.cart .cart-collaterals .col-collaterals {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
  content: " ";
  display: table;
}
.cart .cart-collaterals .col-collaterals:after {
  clear: both;
}
.cart .cart-collaterals .col-collaterals .shipping,
.cart .cart-collaterals .col-collaterals #discount-coupon-form,
.cart .cart-collaterals .col-collaterals .totals {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.footer-container .footer {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.footer-container .footer:before, .footer-container .footer:after {
  content: " ";
  display: table;
}
.footer-container .footer:after {
  clear: both;
}
.footer-container .footer .footer-links,
.footer-container .footer address {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.footer-container .footer .block-subscribe {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.footer-container .footer .block-subscribe form {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.footer-container .footer .block-subscribe form:before, .footer-container .footer .block-subscribe form:after {
  content: " ";
  display: table;
}
.footer-container .footer .block-subscribe form:after {
  clear: both;
}
.footer-container .footer .block-subscribe form .block-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.footer-container .footer .block-subscribe form .block-content .input-box {
  padding-left: 0;
  padding-right: 0;
  width: 66.6666666667%;
  float: left;
}
.footer-container .footer .block-subscribe form .block-content .actions {
  padding-left: 0;
  padding-right: 0;
  width: 33.3333333333%;
  float: left;
}

.account-login {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.account-login:before, .account-login:after {
  content: " ";
  display: table;
}
.account-login:after {
  clear: both;
}
.account-login .page-title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.account-login .registered-users,
.account-login .new-users {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.account-login .registered-users button {
  float: right;
}

#checkout-step-login .col2-set {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
#checkout-step-login .col2-set:before, #checkout-step-login .col2-set:after {
  content: " ";
  display: table;
}
#checkout-step-login .col2-set:after {
  clear: both;
}
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width:40.0625em) {
  .col2-left-layout .col-wrapper .sidebar,
  .col2-right-layout .col-wrapper .sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.3333333333%;
    float: left;
  }
  .col2-left-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper .col-main {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.6666666667%;
    float: left;
  }
  .col3-layout .col-wrapper .sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
  .col3-layout .col-wrapper .col-main {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  /*
      .header-container{
          .super-header{
              @include grid-row(nest);
              .welcome{
                  @include grid-column(4);
              }
              .switchers{
                  @include grid-column(8);
              }
              .top-links{
                  @include grid-column(12);
              }
          }
          .header{
              @include grid-row(nest);
              .logo{
                  @include grid-column(5);
              }
              .quick-access{
                  @include grid-column(7);
              }
          }
      }
  */
  .product-view .product-essential #product_addtocart_form .product-img-box {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 41.6666666667%;
    float: left;
  }
  .product-view .product-collateral #customer-reviews {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  .product-view .product-collateral #customer-reviews:before, .product-view .product-collateral #customer-reviews:after {
    content: " ";
    display: table;
  }
  .product-view .product-collateral #customer-reviews:after {
    clear: both;
  }
  .product-view .product-collateral #customer-reviews dl,
  .product-view .product-collateral #customer-reviews .form-add {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .product-view .product-collateral #easytabs {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  .product-view .product-collateral #easytabs:before, .product-view .product-collateral #easytabs:after {
    content: " ";
    display: table;
  }
  .product-view .product-collateral #easytabs:after {
    clear: both;
  }
  .product-view .product-collateral #easytabs .easytabs-ul-wrapper,
  .product-view .product-collateral #easytabs .easytabs-content-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
  }
  .product-view .product-collateral #easytabs .easytabs-ul-wrapper #customer-reviews,
  .product-view .product-collateral #easytabs .easytabs-content-wrapper #customer-reviews {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
  }
  .cart .cart-collaterals .col-collaterals {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  .cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
    content: " ";
    display: table;
  }
  .cart .cart-collaterals .col-collaterals:after {
    clear: both;
  }
  .cart .cart-collaterals .col-collaterals #discount-coupon-form,
  .cart .cart-collaterals .col-collaterals .totals {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .account-login .registered-users,
  .account-login .new-users {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .account-create {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  .account-create .page-title {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
  }
  .account-create:before, .account-create:after {
    content: " ";
    display: table;
  }
  .account-create:after {
    clear: both;
  }
  .account-create .fieldset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .footer-container .footer .block-subscribe {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.6666666667%;
    float: left;
  }
}
@media only screen and (max-width: 29.375em) {
  .products-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .products-grid-4:before, .products-grid-4:after {
    content: " ";
    display: table;
  }
  .products-grid-4:after {
    clear: both;
  }
  .products-grid-4 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .products-grid-4 > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .products-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .products-grid-4 > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:56.3125em) {
  .col2-left-layout .col-wrapper .sidebar,
  .col2-right-layout .col-wrapper .sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
  .col2-left-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper .col-main {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left;
  }
  /*
      .header-container{
          .super-header{
              @include grid-row(nest);
              .welcome{
                  @include grid-column(2);
              }
              .switchers{
                  @include grid-column(4);
              }
              .top-links{
                  @include grid-column(6);
              }
          }
          .header{
              .quick-access{
                  input{
                      @include grid-column(10);
                  }
                  button{
                      @include grid-column(2);
                  }
              }
          }
      }
  */
  .products-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .products-grid-4:before, .products-grid-4:after {
    content: " ";
    display: table;
  }
  .products-grid-4:after {
    clear: both;
  }
  .products-grid-4 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .products-grid-4 > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 25%;
  }
  .products-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .products-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .products-grid:before, .products-grid:after {
    content: " ";
    display: table;
  }
  .products-grid:after {
    clear: both;
  }
  .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 33.3333333333%;
  }
  .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .products-grid > li:nth-of-type(3n+1) {
    clear: both;
  }
  .products-list li > a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.3333333333%;
    float: left;
  }
  .products-list li .product-shop {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.6666666667%;
    float: left;
  }
  .cart .cart-collaterals .col-collaterals {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  .cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
    content: " ";
    display: table;
  }
  .cart .cart-collaterals .col-collaterals:after {
    clear: both;
  }
  .cart .cart-collaterals .col-collaterals .shipping {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .cart .cart-collaterals .col-collaterals #discount-coupon-form,
  .cart .cart-collaterals .col-collaterals .totals {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
  #checkout-step-login .col2-set {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
  }
  #checkout-step-login .col2-set:before, #checkout-step-login .col2-set:after {
    content: " ";
    display: table;
  }
  #checkout-step-login .col2-set:after {
    clear: both;
  }
  #checkout-step-login .col2-set .col-1,
  #checkout-step-login .col2-set .col-2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .footer-container .footer .block-subscribe {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 41.6666666667%;
    float: left;
  }
}
#my-orders-table {
  width: 100%;
}
#my-orders-table .old-price {
  text-decoration: line-through;
}

#wishlist-table img {
  max-width: inherit;
}

.demo-notice .notice-inner {
  text-align: center;
  color: #f08a24;
}

#inchoo_global_messages {
  background: #F9F9F9;
  position: relative;
}

#inchoo_global_messages_close {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  color: #6983A9;
  font-size: 24px;
  line-height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.validation-advice,
.required {
  color: #f08a24;
  font-size: 0.875rem;
}

.required.required-complete {
  color: #43AC6A;
}

.success-msg ul li span {
  color: #43AC6A;
}

.error-msg ul li span {
  color: #f08a24;
}

.breadcrumbs > *:hover a {
  text-decoration: none !important;
}

.breadcrumbs-container {
  width: 100%;
  background-color: #d8d8d8;
}
.breadcrumbs-container .breadcrumbs {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  float: none;
}
.breadcrumbs-container .breadcrumbs {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
}
.breadcrumbs-container .breadcrumbs ul li {
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  .breadcrumbs {
    display: none;
  }
}
@-moz-document url-prefix() {}
.scrollToTop {
  display: none;
  position: fixed;
  cursor: pointer;
  right: 1em;
  bottom: 100px;
}

@media only screen and (min-width:40.0625em) {
  .main-container .cart-unit-price-label,
  .main-container .cart-subtotal-label {
    display: none;
  }
}

.clan-section.basket-items-clan-section {
  overflow: visible;
}
.clan-section.basket-items-clan-section .cart-table-wrapper {
  overflow-x: visible !important;
}

.cart-item .mpop-ribbon-left-container {
  top: 10px;
  right: -37px;
  position: relative;
}

.inner-wrap {
  margin-top: 0;
}

.right-off-canvas-menu {
  background: #f9f9f9;
  border: 1px solid #ccc;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.move-left {
  position: fixed;
}
.move-left .right-off-canvas-menu {
  margin-right: 1rem;
}

.right-off-canvas-menu {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.right-off-canvas-menu h3 {
  font-size: 1.5rem;
}
.right-off-canvas-menu .image-cart {
  margin-top: 0.5rem;
  display: block;
  border: 1px solid #efefef;
}
.right-off-canvas-menu .product-name {
  display: block;
}
.right-off-canvas-menu .edit-param {
  position: absolute;
  right: 50px;
  padding-top: 0.1rem;
}
.right-off-canvas-menu .cart-price {
  display: inline;
}
.right-off-canvas-menu .price-total {
  background: #fff;
  color: green;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.right-off-canvas-menu .qty {
  display: inline;
  color: gray;
}
.right-off-canvas-menu .fa-trash-o {
  display: inline;
  position: absolute;
  right: 25px;
  padding-top: 0.25rem;
}
.right-off-canvas-menu .checkbox {
  display: none;
}
.right-off-canvas-menu .cart-link {
  color: green;
}
.right-off-canvas-menu .cartgo {
  display: block;
}
.right-off-canvas-menu .top-cart-price, .right-off-canvas-menu .top-cart-qty {
  display: none !important;
}

.top-cart-qty, .top-cart-item-actions {
  white-space: nowrap;
}

.top-cart-qty .fa-refresh {
  padding-left: 0.3125rem;
}

.cart-qty-form {
  display: inline;
}

.top-cart-item-table {
  width: 100%;
  border: none;
}

#top-cart-items .product-image img {
  min-height: 89px;
}

.cart-button {
  z-index: 1;
  top: 6.8rem;
  right: 4.4rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  background-color: #f9f9f9;
  color: #747474;
  transition: background-color 300ms ease-out;
  font-size: 0.7rem;
}

@media only screen and (max-width: 40em) {
  .cart-button {
    background-color: #f9f9f9;
  }
}
.custom-width {
  width: 10rem !important;
}

.image-cart {
  max-width: inherit;
}

.checkout-types .nephritis-flat-button {
  padding: 0.5rem;
}

.noItems-page {
  padding: 1rem 0;
}

@media only screen and (max-width: 40.063rem) {
  .cart {
    margin: 0 0.5rem 0 0.5rem;
  }
}
button.btn-checkout {
  font-size: 18px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 40em) {
  .btn-empty {
    width: 48%;
    float: right;
    display: block;
    margin-right: 0;
    border: 1px solid #f9f9f9;
    color: #999;
    background: #f9f9f9;
  }
  .btn-update {
    width: 48%;
    display: block;
    border: 1px solid #f9f9f9;
    color: #999;
    background: #f9f9f9;
  }
  .btn-continue {
    width: 100%;
    margin-bottom: 1.25rem;
    display: block;
    border: 1px solid #f9f9f9;
    color: #999;
    background: #f9f9f9;
  }
  .btn-checkout {
    font-size: 1rem;
  }
  .item-image {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  .item-spec {
    margin-left: 0.5rem;
  }
  .small-full-width {
    width: 100%;
    float: left;
    text-align: center;
    padding: 1em;
  }
}
@media only screen and (max-width: 40em) {
  .cart-action-links {
    text-align: center;
  }
}

.cart-action-link {
  padding: 15px;
  white-space: nowrap;
}
.cart-action-link .fa {
  margin-right: 5px;
}

.cart-image {
  vertical-align: top;
}

.cart-name {
  vertical-align: top;
}

.cart-name {
  width: 100%;
}

.cart-actions {
  height: 100%;
}
.cart-actions .fa {
  margin-right: 0.1875rem;
}

.discount {
  margin: 0;
}
.discount table, .discount input, .discount button {
  margin: 0;
}

.no-js #basket {
  display: none;
}

.no-js #mobile-menu {
  display: none;
}

.basket-title {
  float: left;
}

.basket-title h4 {
  float: left;
  font-size: 1.5rem;
  padding: 0.625rem;
}

#top-cart-logo {
  float: left;
  width: 1.875rem;
  margin: 0.9375rem 0 0.9375rem 0.9375rem;
}

#top-cart {
  text-align: center;
  height: 100%;
}
#top-cart .small-full-width {
  width: 100%;
  float: left;
  text-align: center;
  padding: 1em;
}
#top-cart .small-price-qty-table .small-full-width {
  width: auto;
  float: none;
  text-align: center;
  padding: 1em;
}
#top-cart .cart-name {
  padding-top: 0;
}
#top-cart .cart-name h3.product-name {
  font-size: 16px;
}
#top-cart .cart-name h4.product-name {
  font-size: 16px;
}
#top-cart td.small-full-width.cart-qty {
  padding-top: 0;
}
#top-cart table.item-options {
  background: none !important;
  border-spacing: 1px;
}
#top-cart table.item-options tr {
  background: none !important;
}
#top-cart table.item-options td {
  background-color: #F6F6F6;
}
#top-cart table.small-price-qty-table {
  background: none !important;
  border-spacing: 1px;
}
#top-cart table.small-price-qty-table tr {
  background: none !important;
}
#top-cart table.small-price-qty-table th, #top-cart table.small-price-qty-table td {
  background-color: #F6F6F6;
}
#top-cart div.item-options {
  background-color: #F6F6F6;
  padding: 10px;
}
#top-cart table tr:nth-of-type(even) table.item-options td {
  background-color: white;
}
#top-cart table tr:nth-of-type(even) table.small-price-qty-table th, #top-cart table tr:nth-of-type(even) table.small-price-qty-table td {
  background-color: white;
}
#top-cart table tr:nth-of-type(even) div.item-options {
  background-color: white;
}
#top-cart td.small-full-width.last {
  border-bottom: 1px solid #ccc;
}
#top-cart .item-option-value-fabric .fabric-option-image {
  position: relative;
  width: 75px;
}
#top-cart .input-text.qty {
  margin: 0 auto;
  width: 36px;
}

#top-cart-items {
  border: none;
  border: solid 1px #DDD;
  margin: 0 auto;
}
#top-cart-items table {
  border: none;
  border-spacing: 0;
  margin-bottom: 0;
  width: 100%;
}

#top-cart-items tr.top-cart-item {
  background: none !important;
}

td.top-cart-item-col {
  padding: 0;
}

.top-cart-item-img {
  margin: 0 auto;
  vertical-align: top;
}

.top-cart-overlay {
  position: absolute;
  height: 100%;
}

.top-cart-item-price table {
  border: none;
  width: 100%;
}

.top-cart-item-price td.top-cart-unit-price,
.top-cart-item-price td.top-cart-qty,
.top-cart-item-price td.top-cart-item-price {
  width: 30%;
}

.top-cart-item-price td.top-cart-item-delete {
  width: 10%;
}

.top-cart-item-delete div {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  padding: 0.3125rem;
}

.top-cart-item-delete {
  text-align: right;
}

.top-cart-item-img {
  width: 89px;
}

.top-cart-item-info {
  width: 100%;
  vertical-align: top;
}

.top-cart-item-table {
  margin-bottom: 0;
}

.top-cart-item-prices-table {
  width: 100%;
  margin-bottom: 0;
}

.top-cart-item-sku {
  font-size: 0.625rem;
  margin-left: 0.375rem;
}

.cart-fabric-sku {
  margin-top: 2px;
  color: #919191;
}

.top-cart-qty input {
  width: 2.75rem;
  margin-bottom: 0;
  display: inline-block;
}

.discount-code-td {
  padding-right: 0;
  width: 100%;
}

#top-cart-checkout {
  overflow: hidden;
  padding-bottom: 1.25rem;
}
#top-cart-checkout .discount {
  margin: 0;
}
#top-cart-checkout .discount table {
  width: 100%;
  border: none;
}
#top-cart-checkout .discount table tr td {
  vertical-align: top;
}
#top-cart-checkout .discount-coupon-form {
  margin: 0;
  margin-top: 0.9375rem;
}
#top-cart-checkout .discount-coupon-form .basket-accordion-section {
  border: none;
  padding: 0;
}
#top-cart-checkout .remove-giftcard,
#top-cart-checkout .remove-discount {
  font-size: 0.75rem;
}

.coupon-message {
  color: green;
}
.coupon-message.coupon-error {
  color: red;
}

#top-cart .sidemenu-title {
  margin-bottom: 0.625rem;
}

#top-cart-items {
  margin-top: 0.625rem;
}

.top-cart-checkout-button,
.top-cart-clear-button {
  width: 100%;
  display: inline-block;
}

a.top-cart-checkout-button-link {
  display: block;
}

#top-cart-no-items {
  padding: 1rem;
}

.top-cart-item-prices-table tr {
  background: none !important;
}

td.top-cart-item-img-container {
  vertical-align: top;
}

.top-cart-item-actions div {
  float: right;
  margin-left: 0.625rem;
  cursor: pointer;
  cursor: hand;
}

.top-cart-item-actions div .fa {
  margin-right: 0.3125rem;
  color: #000;
}

.totals {
  position: relative;
}
.totals .price {
  white-space: nowrap;
  display: inline;
}
.totals table tbody tr td:nth-of-type(2),
.totals table tfoot tr td:nth-of-type(2) {
  text-align: right;
}
.totals table tfoot tr.total-grand_total td {
  /* same changes required in checkout.scss */
  padding: 15px 9px;
}
.totals table tfoot tr.total-grand_total td.grand-total-title .total-tax {
  font-weight: normal;
}
.totals table tfoot tr.total-grand_total td.grand-total-title .total-tax .price {
  display: inline;
  width: auto;
  text-align: left;
}
.totals table tfoot tr.total-grand_total td.grand-total-title .total-tax .checkout-converted-price {
  display: inline-block;
}
.totals table tfoot tr.total-grand_total td.grand-total-price {
  font-weight: bold;
  font-size: 18px;
}
.totals table tfoot tr.total-grand_total td.grand-total-price .checkout-converted-price {
  font-size: 14px;
  line-height: 2;
  font-weight: normal !important;
}
.totals table tfoot tr.total-grand_total td.grand-total-price .checkout-converted-price strong {
  font-weight: normal !important;
}
.totals table tfoot tr.total-savings {
  background: #d3ecd2;
}
.totals table tfoot tr.total-savings td {
  color: #345a2b;
}
.totals table tfoot tr.total-savings td strong {
  font-weight: normal;
}
.totals table tfoot tr.total-tax td {
  font-weight: normal;
}

.totals-loading {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.totals-loading .totals-loading-table {
  display: table;
  height: 100%;
  width: 100%;
}
.totals-loading .totals-loading-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width:40.0625em) {
  #shopping-cart-table {
    table-layout: fixed;
  }
}
.order-info-box .col-1, .order-info-box .col-2 {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

#my-orders-table td {
  vertical-align: top;
}
#my-orders-table .bundle-option-product-name {
  font-weight: bold;
}
#my-orders-table td.bundle-item-img {
  padding-left: 25px;
}
#my-orders-table .item-options td {
  border-bottom: none;
}
#my-orders-table .my-orders-bundle-item th, #my-orders-table .my-orders-bundle-item td {
  border-bottom: none;
}
#my-orders-table .my-orders-bundle-item.border .my-orders-item-img,
#my-orders-table .my-orders-bundle-item.border .my-orders-item-name,
#my-orders-table .my-orders-bundle-item.border .my-orders-item-price,
#my-orders-table .my-orders-bundle-item.border .my-orders-bundle-price {
  border-bottom: 1px solid #ccc;
}
#my-orders-table .my-orders-item-price, #my-orders-table .my-orders-item-qty, #my-orders-table .my-orders-bundle-price {
  padding-top: 15px;
}
#my-orders-table td.a-right {
  text-align: right;
}
#my-orders-table .my-orders-bundle-item-price {
  margin-bottom: 5px;
}
#my-orders-table table.item-options td {
  padding: 5px 10px 5px 0;
}
#my-orders-table table.item-options td:first-child {
  white-space: nowrap;
}
#my-orders-table .my-orders-small-label {
  display: none;
}
@media only screen and (max-width: 40em) {
  #my-orders-table .my-orders-item-img,
  #my-orders-table .my-orders-item-name,
  #my-orders-table .my-orders-bundle-price,
  #my-orders-table .my-orders-item-price,
  #my-orders-table .my-orders-item-qty {
    float: left;
    text-align: center;
    padding: 1em;
  }
  #my-orders-table .my-orders-item-img.a-right,
  #my-orders-table .my-orders-item-name.a-right,
  #my-orders-table .my-orders-bundle-price.a-right,
  #my-orders-table .my-orders-item-price.a-right,
  #my-orders-table .my-orders-item-qty.a-right {
    text-align: center;
  }
  #my-orders-table .my-orders-item-img,
  #my-orders-table .my-orders-item-name,
  #my-orders-table .my-orders-bundle-price {
    width: 100%;
    border-bottom: none;
  }
  #my-orders-table .my-orders-item-price {
    width: 40%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  #my-orders-table .my-orders-item-qty {
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  #my-orders-table .my-orders-bundle-price {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #my-orders-table .item-options {
    margin: 0 auto;
    max-width: 70%;
  }
  #my-orders-table .my-orders-small-label {
    display: block;
    padding-bottom: 10px;
  }
  #my-orders-table .my-orders-bundle-item.border .my-orders-bundle-price {
    border-bottom: 1px solid #ccc;
  }
  #my-orders-table .my-orders-col {
    visibility: collapse;
    display: none;
  }
  #my-orders-table .my-orders-head {
    display: none;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  #my-orders-table .my-orders-item-img,
  #my-orders-table .my-orders-item-name,
  #my-orders-table .my-orders-bundle-price,
  #my-orders-table .my-orders-item-price,
  #my-orders-table .my-orders-item-qty {
    float: left;
    text-align: center;
    padding: 1em;
  }
  #my-orders-table .my-orders-item-img.a-right,
  #my-orders-table .my-orders-item-name.a-right,
  #my-orders-table .my-orders-bundle-price.a-right,
  #my-orders-table .my-orders-item-price.a-right,
  #my-orders-table .my-orders-item-qty.a-right {
    text-align: center;
  }
  #my-orders-table .my-orders-item-img,
  #my-orders-table .my-orders-item-name,
  #my-orders-table .my-orders-bundle-price {
    width: 100%;
    border-bottom: none;
  }
  #my-orders-table .my-orders-item-price {
    width: 40%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  #my-orders-table .my-orders-item-qty {
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  #my-orders-table .my-orders-bundle-price {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #my-orders-table .item-options {
    margin: 0 auto;
    max-width: 70%;
  }
  #my-orders-table .my-orders-small-label {
    display: block;
    padding-bottom: 10px;
  }
  #my-orders-table .my-orders-bundle-item.border .my-orders-bundle-price {
    border-bottom: 1px solid #ccc;
  }
  #my-orders-table .my-orders-col {
    visibility: collapse;
    display: none;
  }
  #my-orders-table .my-orders-head {
    display: none;
  }
}

.my-orders-totals-container {
  overflow: hidden;
}
.my-orders-totals-container .my-orders-totals {
  width: 100%;
  max-width: 400px;
  float: right;
  border: none;
}
.my-orders-totals-container .my-orders-totals td.a-right {
  text-align: right;
}

.sales-order-print-info {
  width: 100%;
  border: none;
  background: none !important;
}
.sales-order-print-info tr {
  background: none !important;
}
.sales-order-print-info td {
  padding: 1.25rem 1.25rem 1.25rem 0;
  vertical-align: top;
}

.my-orders-print-table {
  border: none;
}
@media print {
  .my-orders-print-table a[href]:after {
    content: none !important;
  }
  .my-orders-print-table .cart-image .cmt-product-image .fabric-option-image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}

#my-orders-table,
#checkout-review-table,
#shopping-cart-table {
  width: 100%;
  border-spacing: 0;
}
#my-orders-table h3.product-name,
#checkout-review-table h3.product-name,
#shopping-cart-table h3.product-name {
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  #my-orders-table col.collapse-small,
  #checkout-review-table col.collapse-small,
  #shopping-cart-table col.collapse-small {
    visibility: collapse;
    display: none;
  }
}
#my-orders-table tr.even, #my-orders-table tr.alt, #my-orders-table tr:nth-of-type(even),
#checkout-review-table tr.even,
#checkout-review-table tr.alt,
#checkout-review-table tr:nth-of-type(even),
#shopping-cart-table tr.even,
#shopping-cart-table tr.alt,
#shopping-cart-table tr:nth-of-type(even) {
  background: none;
}
@media only screen and (min-width:40.0625em) {
  #my-orders-table td, #my-orders-table th,
  #checkout-review-table td,
  #checkout-review-table th,
  #shopping-cart-table td,
  #shopping-cart-table th {
    border-bottom: 1px solid #ccc;
  }
}
#my-orders-table tr.item-option td,
#checkout-review-table tr.item-option td,
#shopping-cart-table tr.item-option td {
  border-bottom: none;
}
@media only screen and (max-width: 40em) {
  #my-orders-table tr.main-header,
  #checkout-review-table tr.main-header,
  #shopping-cart-table tr.main-header {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  #my-orders-table td.small-full-width.last,
  #checkout-review-table td.small-full-width.last,
  #shopping-cart-table td.small-full-width.last {
    border-bottom: 1px solid #ccc;
  }
  #my-orders-table td.cart-bundle-items-container,
  #checkout-review-table td.cart-bundle-items-container,
  #shopping-cart-table td.cart-bundle-items-container {
    border-bottom: 1px solid #ccc;
  }
  #my-orders-table .cart-bundle-items td.small-full-width.last,
  #checkout-review-table .cart-bundle-items td.small-full-width.last,
  #shopping-cart-table .cart-bundle-items td.small-full-width.last {
    border-bottom: none;
  }
}
#my-orders-table .fabric-option-image,
#checkout-review-table .fabric-option-image,
#shopping-cart-table .fabric-option-image {
  margin-top: 10px;
}
#my-orders-table table.item-options,
#checkout-review-table table.item-options,
#shopping-cart-table table.item-options {
  margin-bottom: 0;
}
#my-orders-table .item-options,
#checkout-review-table .item-options,
#shopping-cart-table .item-options {
  border: none;
}
@media only screen and (max-width: 40em) {
  #my-orders-table .item-options,
  #checkout-review-table .item-options,
  #shopping-cart-table .item-options {
    margin-right: auto;
    margin-left: auto;
  }
}
#my-orders-table .item-options .item-option .item-option-value,
#checkout-review-table .item-options .item-option .item-option-value,
#shopping-cart-table .item-options .item-option .item-option-value {
  padding-left: 10px;
  word-wrap: anywhere;
}
#my-orders-table .item-options .item-option .item-option-value-fabric,
#checkout-review-table .item-options .item-option .item-option-value-fabric,
#shopping-cart-table .item-options .item-option .item-option-value-fabric {
  padding-left: 10px;
}
#my-orders-table .item-options .item-option .item-option-value-fabric .fabric-option-image,
#checkout-review-table .item-options .item-option .item-option-value-fabric .fabric-option-image,
#shopping-cart-table .item-options .item-option .item-option-value-fabric .fabric-option-image {
  position: relative;
  width: 75px;
}
#my-orders-table tr.excess-length-item td,
#checkout-review-table tr.excess-length-item td,
#shopping-cart-table tr.excess-length-item td {
  border-bottom: none !important;
}
#my-orders-table tr, #my-orders-table td.excess-fabric-message div,
#my-orders-table tr.item-option td,
#my-orders-table .fabric-item-option,
#checkout-review-table tr,
#checkout-review-table td.excess-fabric-message div,
#checkout-review-table tr.item-option td,
#checkout-review-table .fabric-item-option,
#shopping-cart-table tr,
#shopping-cart-table td.excess-fabric-message div,
#shopping-cart-table tr.item-option td,
#shopping-cart-table .fabric-item-option {
  padding: 2px;
}
#my-orders-table .input-text.qty,
#checkout-review-table .input-text.qty,
#shopping-cart-table .input-text.qty {
  width: 36px;
}
#my-orders-table .cart-actions,
#checkout-review-table .cart-actions,
#shopping-cart-table .cart-actions {
  position: relative;
  padding: 0;
}
@media only screen and (min-width:40.0625em) {
  #my-orders-table .cart-actions,
  #checkout-review-table .cart-actions,
  #shopping-cart-table .cart-actions {
    white-space: nowrap;
  }
}
#my-orders-table .cart-actions div,
#checkout-review-table .cart-actions div,
#shopping-cart-table .cart-actions div {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 40em) {
  #my-orders-table .cart-actions div,
  #checkout-review-table .cart-actions div,
  #shopping-cart-table .cart-actions div {
    margin-bottom: 0.625rem;
  }
}
#my-orders-table .cart-actions .cart-action-buttons,
#checkout-review-table .cart-actions .cart-action-buttons,
#shopping-cart-table .cart-actions .cart-action-buttons {
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width:40.0625em) {
  #my-orders-table .cart-actions .cart-action-buttons,
  #checkout-review-table .cart-actions .cart-action-buttons,
  #shopping-cart-table .cart-actions .cart-action-buttons {
    position: absolute;
  }
}

.cart-item-wishlist,
.cart-item-edit,
.cart-item-delete {
  padding-left: 10px;
  display: inline-block;
}

#checkout-review-table,
#shopping-cart-totals-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  margin-top: 1rem;
}

.cart-qty-x {
  white-space: nowrap !important;
}

.plus-vat {
  color: #999;
  font-size: 12px;
  display: block;
}

.rewardpoints-slider-input .input-point {
  width: 100% !important;
}

.rewardpoints-slider-input .input-max label {
  display: inline;
  margin-right: 0;
}

#reward_sales_point {
  display: inline-block;
}

.rewardpoints-slider-input .input-point {
  text-align: left !important;
}

.small-price-qty-table {
  border: none !important;
  margin: 0 auto;
}
.small-price-qty-table td, .small-price-qty-table th {
  border: none !important;
  text-align: center;
  font-weight: normal;
}

.show-for-small-and-side,
.hide-for-small-and-side {
  display: none;
}

@media only screen and (min-width:40.0625em) {
  td.hide-for-small-and-side, th.hide-for-small-and-side {
    display: table-cell;
  }
}
@media only screen and (max-width: 40em) {
  td.show-for-small-and-side, th.show-for-small-and-side {
    display: table-cell;
  }
  .cart-subtotal-price {
    display: none;
  }
}
.cart-item-fabric-img {
  max-width: 89px;
}

.cart-image a {
  display: inline-block;
  vertical-align: top;
}
.cart-image a.product-image img {
  border-radius: 2px;
}
.cart-image a img {
  vertical-align: top;
}
.cart-image a .fabric-option-image {
  margin-top: 0 !important;
}

.cart-image-with-option {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.cart-option-image {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 46px;
  border: 1px solid #fff;
}

.right-basket td.show-for-small-and-side, .right-basket th.show-for-small-and-side {
  display: table-cell;
}
.right-basket td.hide-for-small-and-side, .right-basket th.hide-for-small-and-side {
  display: none;
}
.right-basket .cart-subtotal-price {
  display: none;
}
.right-basket .small-price-qty-table {
  width: 100%;
}
.right-basket .small-price-qty-table td, .right-basket .small-price-qty-table th {
  width: 30%;
}
.right-basket .cart-item-wishlist {
  display: none;
}
.right-basket .basket-accordion-title {
  display: none;
}
.right-basket .basket-accordion-section {
  display: block;
}
.right-basket .basket-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-basket .basket-loader {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}
.right-basket .basket-loader .basket-loader-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.right-basket .basket-loader .basket-loader-cell .spinner {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.basket-footer-buttons {
  width: 100%;
}
.basket-footer-buttons button {
  margin-bottom: 10px;
}

.cart-accordions {
  margin-top: 1px;
}
.cart-accordions .discount-coupon-form {
  margin-bottom: 1.25rem;
}
.cart-accordions .discount-coupon-form .clan-input-button-container {
  margin-bottom: 0;
}

.cart-table-wrapper fieldset {
  margin-top: 0;
}

.basket-accordion-title {
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: -1px;
}
.basket-accordion-title h2 {
  margin: 0;
  margin-top: 4px;
  font-size: 16px;
  float: left;
}
@media only screen and (max-width: 29.375em) {
  .basket-accordion-title h2 {
    margin-top: 6px;
    font-size: 12px;
  }
}
.basket-accordion-title .fa {
  margin: 7px;
  float: right;
}

.basket-accordion-section {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: none;
}
.basket-accordion-section.basket-accordion-section-open {
  display: block;
}
.basket-accordion-section h3 {
  font-size: 16px;
}
@media only screen and (max-width: 29.375em) {
  .basket-accordion-section h3 {
    margin-top: 6px;
    font-size: 12px;
  }
}

.points-notice {
  font-size: 13px;
}

.giftcard-msg {
  font-size: 12px;
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}

.rewardpoints-discount .clan-input-button-container {
  margin-bottom: 10px;
}

.max-rewardpoints {
  margin-top: 10px;
}

.cart-image .bundle-product-image,
.cart-image .cmt-product-image {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.cart-image .bundle-product-image a.product-image,
.cart-image .cmt-product-image a.product-image {
  margin-bottom: 0;
}
.cart-image .bundle-product-image .fabric-option-image,
.cart-image .cmt-product-image .fabric-option-image {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.cart-image .bundle-product-image .fabric-option-image.fabric-option-image-2,
.cart-image .cmt-product-image .fabric-option-image.fabric-option-image-2 {
  bottom: -25px;
  right: 10px;
}
.cart-image .bundle-product-image .fabric-option-image .cart-item-fabric-img,
.cart-image .cmt-product-image .fabric-option-image .cart-item-fabric-img {
  max-width: 50px;
}

.dispatch-estimate,
.delivery-estimate {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.dispatch-estimate .dispatch-estimate-content,
.dispatch-estimate .delivery-estimate-content,
.delivery-estimate .dispatch-estimate-content,
.delivery-estimate .delivery-estimate-content {
  font-weight: normal;
  color: #000;
}

.checkout-cart-index .dispatch-estimate {
  margin-top: 1.25rem;
  padding: 10px;
}

.cart-item .old-price {
  text-decoration: line-through;
}

#checkout-review-table table.cart-bundle-items,
#shopping-cart-table table.cart-bundle-items {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
#checkout-review-table table.cart-bundle-items tr,
#shopping-cart-table table.cart-bundle-items tr {
  padding: 0;
}
#checkout-review-table table.cart-bundle-items td,
#shopping-cart-table table.cart-bundle-items td {
  border: none;
}
#checkout-review-table table.cart-bundle-items .item-option table.item-options,
#shopping-cart-table table.cart-bundle-items .item-option table.item-options {
  margin-top: 0.625rem;
}

#shopping-cart-table {
  border: none;
}
#shopping-cart-table td.cart-name {
  padding-left: 20px;
}
#shopping-cart-table td.cart-name.bundle-item-name {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  #shopping-cart-table td.cart-name.bundle-item-name {
    padding: 0.625rem;
  }
}
@media only screen and (min-width:40.0625em) {
  #shopping-cart-table .cart-qty {
    margin-top: -10px;
  }
}

tr.cart-length-item td.cart-unit-price,
td.cart-subtotal .price {
  font-weight: bold;
}

.basket-title-right {
  padding: 6px 19px;
}
@media only screen and (max-width: 40em) {
  .basket-title-right {
    display: none;
  }
}

#top-cart .cart-item td.cart-unit-price, #top-cart .cart-item td.cart-price, #top-cart .cart-item td.cart-subtotal, #top-cart .cart-item td.cart-null-col {
  padding-top: 15px;
}
#top-cart .cart-small-swing {
  display: none !important;
}

.cart-item td {
  vertical-align: top;
}
.cart-item td.cart-unit-price, .cart-item td.cart-price, .cart-item td.cart-subtotal, .cart-item td.cart-null-col {
  padding-top: 18px;
}
@media only screen and (max-width: 40em) {
  .cart-item td.cart-unit-price, .cart-item td.cart-price, .cart-item td.cart-subtotal, .cart-item td.cart-null-col {
    padding-top: 15px;
  }
}
.cart-item td.cart-image, .cart-item td.cart-name {
  padding-top: 10px;
  padding-bottom: 25px;
}
.cart-item td.cart-image {
  padding-top: 18px;
  padding-bottom: 18px;
}
.cart-item td.cart-price, .cart-item td.cart-qty {
  padding-bottom: 30px;
}
.cart-item td .cart-price {
  display: block;
}

span.match-input-padding {
  display: block;
  padding: 0.5rem;
}

.excess-fabric-message .button, .excess-fabric-message .top-cart .btn-cart, .top-cart .excess-fabric-message .btn-cart,
.excess-fabric-message .top-cart .btn-checkout,
.top-cart .excess-fabric-message .btn-checkout {
  margin-top: 0.625rem;
}

.products-list li {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}

.hero-kilts {
  position: relative;
}
.hero-kilts.catalog-hero {
  min-height: 200px;
}
.hero-kilts .hero-kilts-overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
  font-size: 14px;
  padding: 60px 0.625rem 0.625rem 0.625rem;
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.hero-kilts .hero-kilts-overlay h2 {
  color: #FFF;
  display: inline-block;
  margin: 0;
}

.products-grid .item, .products-grid-4 .item {
  position: relative;
  margin-bottom: 20px;
  vertical-align: top;
}
.products-grid .item .product-wrapper, .products-grid-4 .item .product-wrapper {
  position: relative;
}
.products-grid .item .product-wrapper img.product-image, .products-grid-4 .item .product-wrapper img.product-image {
  transition: transform 0.3s ease;
}
.products-grid .item .product-wrapper:hover img.product-image, .products-grid-4 .item .product-wrapper:hover img.product-image {
  transform: scale(1.03);
}
.products-grid .item .product-stock-indicator, .products-grid .item .product-clearance-indicator, .products-grid-4 .item .product-stock-indicator, .products-grid-4 .item .product-clearance-indicator {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px 2px 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
}
.products-grid .item .product-stock-indicator, .products-grid-4 .item .product-stock-indicator {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.products-grid .item .product-clearance-indicator, .products-grid-4 .item .product-clearance-indicator {
  background: #f1de30;
  color: #666;
  margin-top: 16px;
}
.products-grid .item .product-io-discount, .products-grid-4 .item .product-io-discount {
  position: absolute;
  top: 35px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 2px 5px 2px 5px;
}
.products-grid .item .product-io-discount .discount-label, .products-grid-4 .item .product-io-discount .discount-label {
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}
.products-grid .item .product-io-discount .discount-ending, .products-grid-4 .item .product-io-discount .discount-ending {
  line-height: 1;
  font-size: 10px;
}
.products-grid .item .product-image-cover, .products-grid-4 .item .product-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.products-grid .item .product-image, .products-grid-4 .item .product-image {
  width: 100%;
  position: relative;
  display: inline-block;
}
.products-grid .item .product-image .product-image-wrapper, .products-grid-4 .item .product-image .product-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 162%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.04), 0 6px 32px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.products-grid .item .product-image img.product-image, .products-grid-4 .item .product-image img.product-image {
  position: absolute;
  top: 0;
  width: 100%;
}
.products-grid .item .product-image .product-image-overlay, .products-grid-4 .item .product-image .product-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom h2.category-name, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom h2.category-name {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom {
  padding: 100px 5px 8px 5px;
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom,
.products-grid .item .product-image .product-image-overlay .product-image-overlay-bottom, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom,
.products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-bottom {
  font-size: 14px;
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 1px 4px rgb(0, 0, 0);
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom .fabric-count, .products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom .any-colour,
.products-grid .item .product-image .product-image-overlay .product-image-overlay-bottom .fabric-count,
.products-grid .item .product-image .product-image-overlay .product-image-overlay-bottom .any-colour, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom .fabric-count, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom .any-colour,
.products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-bottom .fabric-count,
.products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-bottom .any-colour {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
.products-grid .item .product-image .product-image-overlay .category-image-overlay-bottom .any-colour img,
.products-grid .item .product-image .product-image-overlay .product-image-overlay-bottom .any-colour img, .products-grid-4 .item .product-image .product-image-overlay .category-image-overlay-bottom .any-colour img,
.products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-bottom .any-colour img {
  width: 15px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.products-grid .item .product-image .product-image-overlay .preselected-product-swatch, .products-grid-4 .item .product-image .product-image-overlay .preselected-product-swatch {
  position: relative;
  right: 5px;
  bottom: 5px;
  margin-left: auto;
  width: 40%;
  padding-bottom: 40%;
  border: 1px solid rgba(249, 249, 249, 0.6509803922);
  background-size: cover;
  background-position: center center;
}
.products-grid .item .product-image .product-image-overlay .product-image-overlay-details, .products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-details {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0.625rem;
  text-align: right;
}
.products-grid .item .product-image .product-image-overlay .product-image-overlay-details .price, .products-grid-4 .item .product-image .product-image-overlay .product-image-overlay-details .price {
  color: #000;
}
.products-grid .item .catalog-product-swatches, .products-grid-4 .item .catalog-product-swatches {
  overflow: hidden;
  line-height: 1;
  margin-top: 3px;
  padding: 8px 0;
}
.products-grid .item .catalog-product-swatches .catalog-product-swatch, .products-grid-4 .item .catalog-product-swatches .catalog-product-swatch {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(249, 249, 249, 0.6509803922);
  background-size: cover;
  background-position: center center;
}
.products-grid .item .catalog-product-swatches .catalog-product-colour-count, .products-grid-4 .item .catalog-product-swatches .catalog-product-colour-count {
  display: inline-block;
  background: rgba(0, 0, 0, 0.73);
  color: #fff;
  line-height: 1;
  height: 20px;
  vertical-align: top;
  padding: 3px;
}
.products-grid .item .catalog-product-swatches-tiny, .products-grid-4 .item .catalog-product-swatches-tiny {
  display: none;
  padding: 0;
  padding-top: 4px;
}
@media only screen and (max-width: 40em) {
  .products-grid .item .catalog-product-swatches, .products-grid-4 .item .catalog-product-swatches {
    display: none;
  }
  .products-grid .item .catalog-product-swatches .swatch-tiny-attr-group, .products-grid-4 .item .catalog-product-swatches .swatch-tiny-attr-group {
    clear: both;
  }
  .products-grid .item .catalog-product-swatches .catalog-product-swatch, .products-grid-4 .item .catalog-product-swatches .catalog-product-swatch {
    float: left;
    margin-right: 2px;
  }
  .products-grid .item .catalog-product-swatches-tiny, .products-grid-4 .item .catalog-product-swatches-tiny {
    display: block;
  }
}
.products-grid .item .cat-product-info .cat-product-name, .products-grid-4 .item .cat-product-info .cat-product-name {
  color: #333;
  min-height: 3rem;
}
.products-grid .item .cat-product-info .brand, .products-grid-4 .item .cat-product-info .brand {
  font-size: 0.75rem;
  font-weight: normal;
  color: #b3b3b3;
}
.products-grid .item .cat-product-info .cat-dispatch-inner, .products-grid-4 .item .cat-product-info .cat-dispatch-inner {
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
@media only screen and (max-width: 29.375em) {
  .products-grid .item .cat-product-info, .products-grid-4 .item .cat-product-info {
    font-size: 12px;
  }
  .products-grid .item .cat-product-info .brand, .products-grid-4 .item .cat-product-info .brand {
    display: none;
  }
}
.products-grid .item .cat-product-info span.old-price, .products-grid-4 .item .cat-product-info span.old-price {
  text-decoration: line-through;
}
.products-grid .item .cat-product-info .old-price, .products-grid-4 .item .cat-product-info .old-price {
  font-size: 12px;
  font-weight: normal;
  color: #828282;
  display: inline;
  margin-right: 2px;
}
.products-grid .item .cat-product-info .special-price, .products-grid-4 .item .cat-product-info .special-price {
  display: inline;
}
.products-grid .item .cat-product-info .product-io-price, .products-grid-4 .item .cat-product-info .product-io-price {
  margin-top: 5px;
  overflow: hidden;
  color: #4a4a4a;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner {
  padding: 0;
  display: table;
  width: 100%;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner .product-io-price-price, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner .product-io-price-price {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner .price-from, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner .price-from {
  display: inline-block;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner .price-box, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner .price-box {
  display: inline-block;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner .price-box .price, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner .price-box .price {
  font-weight: bold;
}
.products-grid .item .cat-product-info .product-io-price .product-io-price-inner .price-box .price.old-price, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner .price-box .price.old-price {
  font-weight: normal;
}
@media only screen and (max-width: 40em) {
  .products-grid .item .cat-product-info .product-io-price .product-io-price-inner, .products-grid-4 .item .cat-product-info .product-io-price .product-io-price-inner {
    font-size: 12px;
  }
}
.products-grid .item .cat-product-info .clearance-options .clearance-option, .products-grid-4 .item .cat-product-info .clearance-options .clearance-option {
  border-top: 1px solid #ccc;
  color: #888;
  padding: 4px 0;
}
.products-grid .item .cat-product-info .clearance-options .clearance-option img, .products-grid-4 .item .cat-product-info .clearance-options .clearance-option img {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-left: 5px;
}
.products-grid .item .icon-label-slide-container, .products-grid-4 .item .icon-label-slide-container {
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .item .icon-label-slide-container .icon-label-slide, .products-grid-4 .item .icon-label-slide-container .icon-label-slide {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  float: right;
  clear: both;
  min-height: 28px;
}
.products-grid .item .icon-label-slide-container .icon-label-slide .is-icon, .products-grid-4 .item .icon-label-slide-container .icon-label-slide .is-icon {
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  display: inline-block;
  float: right;
  color: black;
}
.products-grid .item .icon-label-slide-container .icon-label-slide .is-label, .products-grid-4 .item .icon-label-slide-container .icon-label-slide .is-label {
  color: black;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  float: left;
  display: none;
  white-space: nowrap;
}
.products-grid .item .icon-label-slide-container .icon-label-slide .is-label span, .products-grid-4 .item .icon-label-slide-container .icon-label-slide .is-label span {
  display: inline-block;
  padding: 5px;
}
.products-grid .item .icon-label-slide-container .icon-label-slide:hover .is-icon, .products-grid-4 .item .icon-label-slide-container .icon-label-slide:hover .is-icon {
  background: rgb(255, 255, 255);
}
.products-grid .item ul.add-to-links, .products-grid-4 .item ul.add-to-links {
  position: absolute;
  top: 0;
  right: 0.625rem;
}
.products-grid .item ul.add-to-links li, .products-grid-4 .item ul.add-to-links li {
  display: block;
  width: auto;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.3125rem 0.625rem;
  float: none;
  background: rgba(255, 255, 255, 0.5);
}
.products-grid .item ul.add-to-links li span, .products-grid-4 .item ul.add-to-links li span {
  display: none;
}

.product-section .top-products .catalog-product-swatches {
  display: none !important;
}
.product-section .top-products .catalog-product-swatches.catalog-product-swatches-tiny {
  display: block !important;
}

.shop_menu .catalog-product-swatches,
.clan-cross-sell .catalog-product-swatches {
  display: none !important;
}
.shop_menu .catalog-product-swatches.catalog-product-swatches-tiny,
.clan-cross-sell .catalog-product-swatches.catalog-product-swatches-tiny {
  display: block !important;
}

.products-list .btn-cart,
.products-grid .btn-cart {
  margin-bottom: 0.5em;
}
table.add-to-links {
  margin: 0;
  overflow: hidden;
  width: 100%;
  border: 0;
}
table.add-to-links td {
  text-align: center;
}
table.add-to-links td .fa, table.add-to-links td .fas {
  margin-right: 5px;
}
table.add-to-links td .separator {
  display: none;
}
table.add-to-links td a {
  font-size: 14px;
}

.product-view .product-essential .product-name h1 {
  font-size: 1.5rem;
}
.product-view .product-essential .product-section {
  background: #FFF;
  border: none;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.product-view .product-essential .product-section div.banner_container {
  position: relative;
  margin-bottom: 1.25rem;
}
.product-view .product-essential .product-section div.banner_container span.image_text {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 5px 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.product-view .product-essential .supplier_image_small {
  margin: 0 auto;
  max-height: 140px;
}
.product-view .product-essential .supplier_image_large {
  max-width: 35%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  float: right;
}
.product-view .product-essential .price-info .price-box .special-price .price,
.product-view .product-essential .price-info .price-box .minimal-price-link .price,
.product-view .product-essential .price-info .price-box .regular-price .price {
  font-size: 1.5rem;
}
.product-view .product-essential .price-info .price-box .special-price .old-price,
.product-view .product-essential .price-info .price-box .minimal-price-link .old-price,
.product-view .product-essential .price-info .price-box .regular-price .old-price {
  font-size: 1rem;
}
.product-view .product-essential .price-info .price-box .special-price .from-price,
.product-view .product-essential .price-info .price-box .minimal-price-link .from-price,
.product-view .product-essential .price-info .price-box .regular-price .from-price {
  font-size: 1rem;
}
.product-view .product-essential .price-info .price-box .old-price {
  font-size: 1rem;
}
.product-view .product-essential .price-info .price-box .old-price .price {
  font-size: 1rem;
}
.product-view .product-essential .price-info .price-box .special-price {
  display: block;
}
.product-view .product-essential .full-product-information-link-container .fa {
  font-size: 22px;
  margin-bottom: 1px;
  vertical-align: middle;
}
.product-view .product-essential .product-qty-cell input {
  margin-bottom: 0;
}
.product-view .product-essential .product-buy-box {
  position: relative;
  overflow: hidden;
}
.product-view .product-essential .product-buy-box .clearance-options {
  margin-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid white;
}
.product-view .product-essential .tab-container {
  width: 100%;
}

.product-details-content .product-collateral,
.product-full-details .product-collateral {
  margin: 0;
}
.product-details-content ul,
.product-full-details ul {
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}
.product-details-content ul li,
.product-full-details ul li {
  list-style: disc;
}

.new-product-generic-info {
  overflow: hidden !important;
}
.new-product-generic-info tr {
  float: left;
}
.new-product-generic-info table {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.new-product-generic-info h5 {
  margin-bottom: 0;
  font-size: 14px;
}
.new-product-generic-info .product-generic-logo {
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: #ddd;
  text-align: center;
}
.new-product-generic-info .product-generic-text .product-generic-title {
  font-weight: bold;
}

.product-generic-info {
  padding-top: 7px !important;
  padding-bottom: 8px !important;
  overflow: hidden !important;
  margin-bottom: 20px;
}
.product-generic-info table {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.product-generic-info table tbody tr td h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}
.product-generic-info .product-generic-logo {
  font-size: 30px;
  color: #ddd;
  text-align: center;
}
.product-generic-info .product-generic-text .product-generic-title {
  font-weight: bold;
}

.product-thumbnails-down-arrow {
  border-top: 1px solid #A2B0c7;
}

.product-thumbnails-up-arrow {
  border-bottom: 1px solid #A2B0c7;
}

.product-thumbnails-down-arrow,
.product-thumbnails-up-arrow {
  text-align: center;
  padding: 0.1875rem;
}
.product-thumbnails-down-arrow .fa,
.product-thumbnails-up-arrow .fa {
  opacity: 0;
}

.product-thumbnails-down-arrow.product-thumbnail-arrow-enabled,
.product-thumbnails-up-arrow.product-thumbnail-arrow-enabled {
  cursor: pointer;
  cursor: hand;
}
.product-thumbnails-down-arrow.product-thumbnail-arrow-enabled .fa,
.product-thumbnails-up-arrow.product-thumbnail-arrow-enabled .fa {
  opacity: 1;
}

.product-thumbnails-down-arrow:hover,
.product-thumbnails-up-arrow:hover {
  color: blue;
}

.product-thumbnails {
  max-height: 380px;
  overflow: hidden;
  text-align: center;
}
.product-thumbnails .product-thumbnail {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  padding: 0.3125rem;
}
.product-thumbnails .product-thumbnails-slider {
  position: relative;
}

.fotorama__wrap {
  margin: 0 auto;
}

.product-image .fotorama {
  text-align: center;
}
.product-image .fotorama__caption {
  bottom: 5px;
}
.product-image .fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #444;
  padding: 5px 10px;
  font-size: 10px;
}

.product-image-enlarge {
  text-align: center;
  padding-top: 20px;
}
.product-image-enlarge button {
  margin-bottom: 10px;
}

.video-container {
  position: relative;
  margin: 0.625rem 0;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-youtube-container {
  position: relative;
  margin: 0.625rem 1.25rem;
  margin-top: 50px;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}
.popup-youtube-container #popup-youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sort-filter {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.sort-filter .sort-filter-sort,
.sort-filter .sort-filter-filter {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.sort-filter .fa-angle-down {
  margin-left: 3px;
  font-size: 17px;
  position: relative;
  top: 2px;
  pointer-events: none;
}
.sort-filter .sort-by {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sort-filter .sort-by label {
  display: none;
}
.sort-filter .sorter {
  display: block;
}
.sort-filter .sorter select {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sort-filter-button,
.product-filter-button {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.fabric-no-ajax-results-msg {
  padding: 10%;
  text-align: center;
}

.ias-trigger-prev {
  padding: 20px;
  margin-bottom: 20px;
}

.ias-trigger-next {
  padding: 20px;
  margin-top: 20px;
}

.ias-spinner {
  padding: 20px;
  margin-top: 20px;
}

.price-container .from-price,
.price-container .not-from-price {
  display: inline;
}

/*
.product-title {
    font-variant: small-caps;
    font-weight: bold;
}

.product-tabs {
    overflow: hidden;
    border-bottom: 1px solid $clan-dark-blue;
    .clan-tab {
        cursor: pointer; cursor: hand;
    }
    .clan-buy-tab {
        .clan-from-price {
            float: left;
            text-align: center;
            padding: 6px rem-calc(10);
            .clan-from-price-from {
                color: #9E9E9E;
                font-weight: bold;
                font-size: rem-calc(12);
            }
            .clan-from-price-price {
                font-size: rem-calc(16);
                line-height: rem-calc(10);
            }
        }
    }
}

.product-side-buttons {
    padding-top: $column-gutter;
}

.product-name {
    padding: 25px 0;
}

.product-section-details {
    .product-view {
        .short-description {
            margin-top: $column-gutter;
            font-size: rem-calc(18);
        }
        .product-essential {
            margin-top: $column-gutter;
        }
        .product-essential {
        }
        .product-img-box {
            .product-slider {
                padding-top: 50px;
                padding-bottom: 50px;
                .bx-wrapper {
                    .bx-controls-direction{
                        .bx-prev {
                            position: absolute;
                            top: -50px;
                            left: 50%;
                            margin-left: -10px;
                        }
                        .bx-next {
                            position: absolute;
                            top: auto;
                            right: auto;
                            bottom: -50px;
                            left: 50%;
                            margin-left: -10px;
                        }
                    }
                }
            }
        }
    }
}

.product-section-fabrics {
    display: none;
}
//.clan-table-padded.product-section-details,

.product-section-options {
    display: none;
}
*/
.swing-ticket-discount-container {
  display: inline-block;
  position: relative;
  padding-left: 92px;
  padding-right: 14px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
}
.swing-ticket-discount-container .swing-ticket-tip {
  position: absolute;
  top: 0;
  left: 0;
  height: 101px;
  width: 92px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swing/ticket-tip.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}
.swing-ticket-discount-container .swing-ticket-middle {
  position: relative;
  padding: 15px 25px 15px 10px;
  text-align: center;
  height: 101px;
  min-width: 50px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swing/ticket-mid.png");
  background-size: auto 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
}
.swing-ticket-discount-container .swing-ticket-middle .swing-ticket-valign-container {
  display: table;
  height: 100%;
}
.swing-ticket-discount-container .swing-ticket-middle .swing-ticket-valign-container .swing-ticket-valign-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.swing-ticket-discount-container .swing-ticket-middle .swing-ticket-discount-label {
  font-size: 18px;
  line-height: 1.3;
}
.swing-ticket-discount-container .swing-ticket-middle .swing-ticket-discount-name {
  color: #f39100;
}
.swing-ticket-discount-container .swing-ticket-end {
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  width: 14px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swing/ticket-end.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}
.swing-ticket-discount-container.swing-ticket-medium {
  padding-left: 57.5px;
  padding-right: 8.75px;
}
.swing-ticket-discount-container.swing-ticket-medium .swing-ticket-tip {
  height: 63.125px;
  width: 57.5px;
}
.swing-ticket-discount-container.swing-ticket-medium .swing-ticket-middle {
  padding: 7.5px 12.5px 7.5px 6.5px;
  height: 63.125px;
  font-size: 10px;
}
.swing-ticket-discount-container.swing-ticket-medium .swing-ticket-middle .swing-ticket-discount-name {
  color: #f39100;
}
.swing-ticket-discount-container.swing-ticket-medium .swing-ticket-end {
  height: 63.125px;
  width: 8.75px;
}
.swing-ticket-discount-container.swing-ticket-medium-small {
  padding-left: 46px;
  padding-right: 7px;
}
.swing-ticket-discount-container.swing-ticket-medium-small .swing-ticket-tip {
  height: 50.5px;
  width: 46px;
}
.swing-ticket-discount-container.swing-ticket-medium-small .swing-ticket-middle {
  padding: 7.5px 12.5px 7.5px 6.5px;
  height: 50.5px;
  font-size: 10px;
}
.swing-ticket-discount-container.swing-ticket-medium-small .swing-ticket-middle .swing-ticket-discount-name {
  display: none;
}
.swing-ticket-discount-container.swing-ticket-medium-small .swing-ticket-middle .swing-ticket-discount-ending {
  color: #f39100;
}
.swing-ticket-discount-container.swing-ticket-medium-small .swing-ticket-end {
  height: 50.5px;
  width: 7px;
}
.swing-ticket-discount-container.swing-ticket-small {
  line-height: 12px;
  padding-left: 30.6666666667px;
  padding-right: 4.6666666667px;
}
.swing-ticket-discount-container.swing-ticket-small .swing-ticket-tip {
  height: 33.6666666667px;
  width: 30.6666666667px;
}
.swing-ticket-discount-container.swing-ticket-small .swing-ticket-middle {
  padding: 6px 1px;
  height: 33.6666666667px;
  font-size: 10px;
}
.swing-ticket-discount-container.swing-ticket-small .swing-ticket-middle .swing-ticket-discount-name {
  display: none;
}
.swing-ticket-discount-container.swing-ticket-small .swing-ticket-middle .swing-ticket-discount-ending {
  color: #f39100;
}
.swing-ticket-discount-container.swing-ticket-small .swing-ticket-end {
  height: 33.6666666667px;
  width: 4.6666666667px;
}

.product-name-desc-and-swing {
  overflow: hidden;
}
.product-name-desc-and-swing .swing-ticket-discount-container {
  margin-left: 1.25rem;
  float: right;
}
.product-name-desc-and-swing .full-product-information-link-container {
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 1.25rem;
}

.products-grid .swing-ticket-discount-container {
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 29.375em) {
  .products-grid .swing-ticket-discount-container {
    display: none;
  }
}

.category-categories .products-grid .item, .category-categories .products-grid-4 .item {
  margin-bottom: 0;
}
.category-categories .products-grid .item .product-image .product-image-wrapper, .category-categories .products-grid-4 .item .product-image .product-image-wrapper {
  margin-bottom: 0;
}

.category-products-family-banner {
  background: #070f25;
  background: #657fad;
  background: #91a4c5;
  margin-bottom: 1.25rem;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 7px;
}
.category-products-family-banner .family-banner-overlay {
  position: absolute;
  border-radius: 7px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.category-products-family-banner .family-banner-text {
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.category-products-family-banner table {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 0;
}
.category-products-family-banner table td.family-banner-button {
  width: 1px;
  vertical-align: middle;
  text-align: center;
}
.category-products-family-banner table td.family-banner-button .family-banner-text {
  font-size: 16px;
  margin-bottom: 0.625rem;
}

.checkout-onepage-index .col-right {
  display: none;
}
@media only screen and (min-width:56.3125em) {
  .checkout-onepage-index .col-right {
    display: block;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .checkout-onepage-index .col2-right-layout .col-wrapper .col-main {
    width: 100%;
  }
}

#checkout-step-billing ul,
#checkout-step-billing fieldset,
#checkout-step-shipping ul,
#checkout-step-shipping fieldset,
#checkout-step-login ul,
#checkout-step-login fieldset,
#checkout-step-shipping_method ul,
#checkout-step-shipping_method fieldset,
#checkout-step-payment ul,
#checkout-step-payment fieldset {
  margin: 0;
  padding: 0;
}
#checkout-step-billing button,
#checkout-step-shipping button,
#checkout-step-login button,
#checkout-step-shipping_method button,
#checkout-step-payment button {
  float: right;
}
#checkout-step-billing p.back-link,
#checkout-step-shipping p.back-link,
#checkout-step-login p.back-link,
#checkout-step-shipping_method p.back-link,
#checkout-step-payment p.back-link {
  float: left;
  margin-top: 4px;
  margin-bottom: 0;
}
#checkout-step-billing p.back-link a small,
#checkout-step-shipping p.back-link a small,
#checkout-step-login p.back-link a small,
#checkout-step-shipping_method p.back-link a small,
#checkout-step-payment p.back-link a small {
  font-size: 16px;
}

#dt_method_sagepayserver,
#dt_method_giftcard {
  font-weight: normal;
}
#dt_method_sagepayserver input,
#dt_method_giftcard input {
  display: none;
}
#dt_method_sagepayserver label,
#dt_method_giftcard label {
  margin: 0;
  margin-bottom: 0.625rem;
  font-size: 22px;
}

#dt_method_giftcard,
#container_payment_method_giftcard {
  display: none;
}

.opc .section .step-title {
  clear: both;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
  background: #A2B0c7;
  color: #fff;
}
.opc .section .step-title h2 {
  display: inline-block;
  color: #fff;
}
.opc .section .step-title a {
  color: #fff;
  display: none;
}
.opc .section.allow .step-title:hover {
  background: #B5C1D6;
}
.opc .section.allow .step-title:hover h2 {
  color: #fff;
}
.opc .section.allow .step-title:hover span.number {
  background: transparent;
}
.opc .section.allow:not(.active) .step-title h2 {
  cursor: default;
}
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}

#checkout-step-review .delivery-estimate {
  margin-top: 5px;
  margin-bottom: 1.25rem;
}

#checkout-review-alt-footer-table,
#checkout-review-table {
  width: 100%;
}

table#checkout-review-alt-footer-table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 35px;
  position: relative;
}
table#checkout-review-alt-footer-table td {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
table#checkout-review-alt-footer-table tfoot tr td {
  font-weight: normal;
}
table#checkout-review-alt-footer-table tfoot tr td:nth-of-type(2) {
  text-align: right;
}
table#checkout-review-alt-footer-table .price {
  white-space: nowrap;
  display: inline-block;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td {
  border-top: 1px solid #ccc;
  padding: 15px 9px;
  font-size: 18px;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-title .total-tax {
  font-weight: normal;
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 5px;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-title .total-tax .price {
  display: inline;
  width: auto;
  text-align: left;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-title .total-tax .checkout-converted-price {
  display: inline-block;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-price {
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-price .checkout-converted-price {
  font-size: 14px;
  line-height: 2;
  font-weight: normal !important;
}
table#checkout-review-alt-footer-table tfoot tr.total-grand_total td.grand-total-price .checkout-converted-price strong {
  font-weight: normal !important;
}
table#checkout-review-alt-footer-table tfoot tr.total-savings {
  background: #d3ecd2;
}
table#checkout-review-alt-footer-table tfoot tr.total-savings td {
  color: #345a2b;
}
table#checkout-review-alt-footer-table tfoot tr.total-savings td strong {
  font-weight: normal;
}
table#checkout-review-alt-footer-table tfoot tr.total-tax td {
  font-weight: normal;
}

.step {
  overflow: hidden;
  padding: 1.25rem 0;
}

#p_method_sagepayserver,
#p_method_sagepaydirectpro {
  float: none !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#dd_method_sagepayserver .cc_title {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
#dd_method_sagepayserver .tokencards-payment {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#dd_method_sagepayserver .tokencards-payment .tokensage li {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
#dd_method_sagepayserver .tokencards-payment .tokensage li .token-text {
  display: inline-block;
}
#dd_method_sagepayserver .tokencards-payment .tokensage li .cc_img {
  width: 60px;
  vertical-align: middle;
}
#dd_method_sagepayserver .addnew {
  float: right;
}

#serversecure {
  margin-bottom: 1.25rem;
  font-size: 15px;
}

#checkoutSteps .gc-cart-action .button-box {
  float: none;
}

#dt_method_free {
  display: none;
}

.btn-checkout {
  float: right;
}

.payment-remember-label,
.payment-remember-checkbox {
  display: inline-block;
}

.sp-methods label {
  display: inline-block;
  vertical-align: top;
}

.saved-cards-link {
  margin-bottom: 1.25rem;
}

div#payment_form_sagepayserver ul li.tokencard-radio table {
  width: 100%;
}
div#payment_form_sagepayserver ul li.tokencard-radio table .card-radio-col {
  padding-right: 0;
  vertical-align: middle;
}
div#payment_form_sagepayserver ul li.tokencard-radio table .card-radio-col input {
  margin: 0;
}
div#payment_form_sagepayserver ul li.tokencard-radio table .card-details-col {
  width: 100%;
  padding-bottom: 0;
}
div#payment_form_sagepayserver ul li.tokencard-radio label.token {
  margin-left: 0;
  vertical-align: middle;
}
div#payment_form_sagepayserver ul li.tokencard-radio label.token img, div#payment_form_sagepayserver ul li.tokencard-radio label.token .token-text {
  margin-bottom: 0.625rem;
}
div#payment_form_sagepayserver ul li.tokencard-radio label.token .card-details-expiry {
  white-space: nowrap;
}

#co-shipping-method-form .delivery-estimate {
  display: none;
}

#order-success {
  text-align: center;
}
#order-success .page-title {
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
#order-success .page-title h1 {
  font-size: 40px;
}
#order-success .order-ref {
  margin-top: 1.25rem;
  font-size: 18px;
}
#order-success .buttons-set {
  margin-top: 2.5rem;
}
#order-success hr {
  margin: 1.25rem auto;
  max-width: 50%;
}

.checkout-title {
  margin-bottom: 1.25rem;
}

dd#container_payment_method_sagepayserver img.cc_img {
  vertical-align: middle !important;
}

.cc_img {
  width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.cc_title {
  font-weight: bold;
  margin-bottom: 3px;
}

@media only screen and (min-width:56.3125em) {
  .clan-onestep.onestepcheckout-threecolumns .checkout-right,
  .clan-onestep.onestepcheckout-threecolumns .checkout-left {
    width: 50%;
  }
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-login-link {
  float: right;
  margin-top: 9px;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table {
  background: #fff;
  border: none;
  border-bottom: none;
}
@media only screen and (min-width:56.3125em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table {
    margin-bottom: none;
    margin-top: 0;
  }
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table table, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td {
    background: none;
  }
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-name {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
@media only screen and (min-width:40.0625em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-name {
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width:56.3125em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-name, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-image, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-qty, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-subtotal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-image {
  padding-top: 25px;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table td.cart-image {
    padding: 10px;
  }
}
@media only screen and (min-width:56.3125em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-name, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-image, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-qty, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-subtotal {
    padding-top: 0;
  }
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-name.bundle-item-name {
  padding: 0;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table tr:first-child td.cart-name.bundle-item-name {
    padding-top: 0;
  }
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .main-header {
  display: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-unit-price {
  display: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-qty {
  display: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-subtotal {
  display: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table table.cart-title-price {
  margin-bottom: 0;
  border: none;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table table.cart-title-price {
    width: auto;
    margin: 0 auto;
  }
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table table.cart-title-price tr, .clan-onestep.onestepcheckout-threecolumns #checkout-review-table table.cart-title-price td {
  padding: 0;
  margin: 0;
  border: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table table.cart-title-price .cart-title-price-price {
  padding-top: 4px;
  padding-left: 10px;
  text-align: right;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table a.product-image {
  position: relative;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-img-qty {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #657fad;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 1000px;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-bundle-items td.cart-name:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 40em) {
  .clan-onestep.onestepcheckout-threecolumns #checkout-review-table .cart-bundle-items {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block dl.shipment-methods, .clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block table {
  border-radius: 3px;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block input[type=radio] {
  position: relative;
  top: -6px;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block td.radio-cell {
  width: 31px;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block .shipping_method_details {
  color: #4d4d4d;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-shipping-method-block .shipping_method_details span {
  white-space: nowrap;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-column-left,
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-column-right {
  float: none;
  width: 100%;
}
.clan-onestep.onestepcheckout-threecolumns ul {
  margin-left: 0;
}
.clan-onestep.onestepcheckout-threecolumns .input-box {
  width: 100%;
}
.clan-onestep.onestepcheckout-threecolumns .input-box label {
  position: relative;
  display: inline-block;
}
.clan-onestep.onestepcheckout-threecolumns .input-box label span.required {
  position: absolute;
  top: -5px;
  right: -9px;
  font-size: 22px;
}
.clan-onestep.onestepcheckout-threecolumns .input-different-shipping {
  margin-top: 0.625rem;
}
.clan-onestep.onestepcheckout-threecolumns .osc-short-left,
.clan-onestep.onestepcheckout-threecolumns .osc-short {
  float: left;
  width: 50%;
}
.clan-onestep.onestepcheckout-threecolumns .osc-short-left {
  padding-right: 0.625rem;
}
.clan-onestep.onestepcheckout-threecolumns .input-register label,
.clan-onestep.onestepcheckout-threecolumns .input-guest label {
  width: 100%;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.clan-onestep.onestepcheckout-threecolumns .input-register label.active,
.clan-onestep.onestepcheckout-threecolumns .input-guest label.active {
  border-bottom: 2px solid #657fad;
}
.clan-onestep.onestepcheckout-threecolumns .input-register label.active:hover,
.clan-onestep.onestepcheckout-threecolumns .input-guest label.active:hover {
  background-color: transparent;
}
.clan-onestep.onestepcheckout-threecolumns .input-register label:hover,
.clan-onestep.onestepcheckout-threecolumns .input-guest label:hover {
  background-color: #A5B8DA;
}
.clan-onestep.onestepcheckout-threecolumns .input-register input[type=radio] + label,
.clan-onestep.onestepcheckout-threecolumns .input-guest input[type=radio] + label {
  margin-left: 0;
  margin-right: 0;
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-numbers,
.clan-onestep.onestepcheckout-threecolumns .shipping-address-title {
  color: #91a4c5;
  font-size: 22px;
  font-weight: bold;
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-numbers-1, .clan-onestep.onestepcheckout-threecolumns .onestepcheckout-numbers.onestepcheckout-review-title,
.clan-onestep.onestepcheckout-threecolumns .shipping-address-title.onestepcheckout-numbers-1,
.clan-onestep.onestepcheckout-threecolumns .shipping-address-title.onestepcheckout-review-title {
  margin-top: 0;
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-numbers span,
.clan-onestep.onestepcheckout-threecolumns .shipping-address-title span {
  display: none;
}
@media only screen and (min-width:56.3125em) {
  .clan-onestep.onestepcheckout-threecolumns .onestepcheckout-review-title {
    display: none;
  }
}
.clan-onestep.onestepcheckout-threecolumns .contact-information-content {
  margin-bottom: 3.125rem;
}
.clan-onestep.onestepcheckout-threecolumns #billing_address,
.clan-onestep.onestepcheckout-threecolumns #shipping_address,
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-shipping-method {
  margin-bottom: 1.25rem;
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-notes .fa-plus-circle {
  margin-right: 5px;
}
.clan-onestep.onestepcheckout-threecolumns .onestepcheckout-coupon-giftcard .clan-input-button-container {
  margin: 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-edit-in-basket-link {
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-edit-in-basket-link .fa-chevron-left {
  margin: 0 2px 0 3px;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-place-order-wrapper {
  overflow: hidden;
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-place-order-wrapper .accepted-card-providers {
  float: left;
}
@media only screen and (max-width: 29.375em) {
  .clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-place-order-wrapper .accepted-card-providers {
    float: none;
    margin-bottom: 20px;
  }
  .clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-place-order-wrapper .accepted-card-providers .cc_img {
    width: 40px;
  }
}
.clan-onestep.onestepcheckout-threecolumns div.onestepcheckout-place-order-wrapper .place-order-button-col {
  float: right;
  text-align: right;
}
.clan-onestep.onestepcheckout-threecolumns .cc_title {
  display: none;
}
.clan-onestep.onestepcheckout-threecolumns #checkout-payment-method-load {
  overflow: hidden;
  margin-bottom: 0;
}
.clan-onestep.onestepcheckout-threecolumns #container_payment_method_sagepayserver {
  margin-bottom: 0;
}
.clan-onestep.onestepcheckout-threecolumns #container_payment_method_sagepayserver input {
  margin-bottom: 0;
}

button.remodal-close {
  right: 0;
  left: auto;
}
button.remodal-close:hover {
  border: 0;
  outline: 0;
  background: transparent;
}

/* Yeargh horrible hack to make small qtys work with onestep checkout */
@media only screen and (max-width: 40em) {
  div.onestepcheckout-summary .small-price-qty-table td.cart-unit-price {
    display: table-cell;
    text-align: center;
  }
  div.onestepcheckout-summary .small-price-qty-table td.cart-subtotal {
    text-align: center;
  }
}
#footer #footer-main {
  background: white;
}
#footer .footer-newsletter {
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  background-color: #fff;
  padding: 0.9375rem 0.625rem;
  position: relative;
}
#footer .footer-newsletter h2 {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  font-size: 20px;
  color: #657fad;
}
@media only screen and (max-width: 40em) {
  #footer .footer-newsletter h2 {
    font-size: 12px;
  }
}
#footer .footer-newsletter #newsletter-strap {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
#footer .footer-newsletter #newsletter-strap strong {
  margin-right: 6px;
}
@media only screen and (max-width: 40em) {
  #footer .footer-newsletter #newsletter-strap {
    font-size: 18px;
  }
}
#footer .footer-newsletter #newsletter-strap-2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.02rem;
}
#footer .footer-newsletter #newsletter-strap-2 .pipe {
  margin: 0 6px;
}
@media only screen and (max-width: 40em) {
  #footer .footer-newsletter #newsletter-strap-2 {
    font-size: 12px;
  }
}
#footer .footer-newsletter #newsletter-strap-2 span {
  white-space: nowrap;
}
#footer .footer-newsletter #newsletter-bg-left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/newsletter_left.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  z-index: 2;
  display: none;
}
@media only screen and (min-width:56.3125em) {
  #footer .footer-newsletter #newsletter-bg-left {
    display: block;
  }
}
#footer .footer-newsletter #newsletter-bg-right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/newsletter_right.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  z-index: 1;
  display: none;
}
@media only screen and (min-width:56.3125em) {
  #footer .footer-newsletter #newsletter-bg-right {
    display: block;
  }
}
#footer .footer-newsletter #footer-newsletter-content {
  position: relative;
  z-index: 3;
}
#footer .footer-newsletter #newsletter-form-container {
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  #footer .footer-newsletter #newsletter-form-container {
    max-width: 300px;
  }
}
#footer .footer-newsletter #newsletter-error {
  display: none;
}
#footer .footer-newsletter #newsletter-error .mc_norobot {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#footer .footer-newsletter #newsletter-error .mc_norobot input {
  margin-bottom: 0;
  cursor: pointer;
}
#footer .footer-newsletter #newsletter-message {
  display: none;
  text-align: center;
  padding-bottom: 20px;
}
#footer .footer-newsletter #newsletter-message span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#footer .footer-newsletter #newsletter-message span .particletext {
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
}
#footer .footer-newsletter #newsletter-disclaimer {
  text-align: center;
  color: #b7b7b7;
}
#footer .footer-top {
  display: table;
  width: 100%;
  background-color: #070f25;
}
#footer .footer-top .footer-top-content {
  max-width: 1134px;
  margin: 0 auto;
  padding: 1.25rem;
}
#footer .footer-top .footer-top-content a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}
#footer .footer-top .footer-top-content a:active,
#footer .footer-top .footer-top-content a:focus,
#footer .footer-top .footer-top-content a:hover {
  color: white;
}
#footer .footer-top .footer-logo {
  color: #fff;
  text-align: center;
}
#footer .footer-top .footer-link-col {
  margin-top: 44px;
  margin-bottom: 32px;
}
#footer .footer-top .footer-link-col h3 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 0.625rem;
}
#footer .footer-top .footer-link-col p {
  margin-bottom: 0.625rem;
}
#footer .footer-top .footer-extra-col {
  margin-top: 44px;
  margin-bottom: 44px;
  text-align: center;
}
#footer .footer-top .footer-extra-col .footer-social {
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  padding: 1.25rem 0;
}
#footer .footer-top .footer-extra-col .footer-social a {
  padding: 0.625rem 0.3125rem;
}
#footer .footer-top .footer-extra-col .living-wage {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  #footer .footer-top .footer-extra-col .living-wage {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width:40.0625em) {
  #footer .footer-top .footer-extra-col .living-wage {
    position: absolute;
  }
}
#footer .footer-top .footer-extra-col .living-wage img {
  width: 100px;
}
#footer .footer-bottom {
  background-color: #020819;
  padding: 3.75rem 1.25rem;
}
#footer .footer-bottom address {
  float: none;
  text-align: center;
  font-style: normal;
  color: #ccc;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  #footer .footer-top .footer-link-col {
    margin-top: 11px;
    margin-bottom: 22px;
  }
  #footer .footer-top .footer-extra-col {
    margin: 11px 0 0 0;
  }
  #footer .footer-top .footer-extra-col .footer-social {
    padding-top: 0.5625rem;
    padding-bottom: 0;
  }
  #footer .footer-bottom {
    padding: 1.25rem;
  }
}

input:not([type]).validation-failed, input:not([type]).maxlength-failed,
input[type=text].validation-failed,
input[type=text].maxlength-failed,
input[type=password].validation-failed,
input[type=password].maxlength-failed,
input[type=date].validation-failed,
input[type=date].maxlength-failed,
input[type=datetime].validation-failed,
input[type=datetime].maxlength-failed,
input[type=datetime-local].validation-failed,
input[type=datetime-local].maxlength-failed,
input[type=month].validation-failed,
input[type=month].maxlength-failed,
input[type=week].validation-failed,
input[type=week].maxlength-failed,
input[type=email].validation-failed,
input[type=email].maxlength-failed,
input[type=number].validation-failed,
input[type=number].maxlength-failed,
input[type=search].validation-failed,
input[type=search].maxlength-failed,
input[type=tel].validation-failed,
input[type=tel].maxlength-failed,
input[type=time].validation-failed,
input[type=time].maxlength-failed,
input[type=url].validation-failed,
input[type=url].maxlength-failed,
input[type=color].validation-failed,
input[type=color].maxlength-failed,
select.validation-failed,
select.maxlength-failed,
textarea.validation-failed,
textarea.maxlength-failed {
  border-color: #d20f0f;
}

.maxlength-advice,
.pd-validation-error,
.validation-advice {
  position: relative;
  top: -6px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #ffcccc;
  color: #962626;
  border: 1px solid #ffcccc;
  border-radius: 3px;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  padding: 5px 10px;
}
.maxlength-advice:before,
.pd-validation-error:before,
.validation-advice:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
.maxlength-advice:after,
.pd-validation-error:after,
.validation-advice:after {
  position: absolute;
  left: 10px;
  top: -19px;
  content: "";
  border: solid 10px transparent;
  border-bottom-color: #ffcccc;
}

.pd-validation-error {
  font-size: 1rem;
}

ul, ol {
  list-style-type: none;
}

ul.links li {
  display: inline;
}

ul, ol, dd {
  margin: 0;
}

a {
  text-decoration: none;
}

.sidebar .block {
  margin: 1.25rem 0;
}
.sidebar .block:last-child {
  margin-bottom: 0;
}

#checkout-review-table .item-options .truncated_full_value table, #shopping-cart-table .item-options .truncated_full_value table {
  margin-bottom: 0;
}

.truncated {
  cursor: pointer;
  cursor: hand;
}
.truncated .truncated_full_value {
  display: none;
  margin-top: 1.25rem;
  word-wrap: break-word;
  padding: 0.625rem;
  border: 1px solid #ccc;
  background: #fff;
}
.truncated .truncated_full_value.show {
  display: none;
}
.truncated .truncated_full_value .item-option-label {
  display: none;
}
.truncated .truncated_full_value .item-option-value {
  padding-left: 0;
}

#header-main {
  position: relative;
}

#header-top-right {
  color: #ccc;
  margin-bottom: 6px;
  text-align: right;
  cursor: default;
  font-size: 13px;
}
#header-top-right a, #header-top-right .clan-link {
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
}

#header-phone {
  font-weight: bold;
  color: #fff;
}

.header-container {
  position: relative;
  background-color: #091733;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/merchiston-header.jpg");
  /* 
  @media only screen and (min-width: $menu-break-point+1) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/xmas-header-3.jpg');
  }
  @media only screen and (min-width:93.8125em) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/merchiston-header-xmas.jpg');
  }
  */
  background-size: cover;
  background-position: center center;
}
.header-container .header-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+50,0+61,0.52+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.52) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.52) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf000000", endColorstr="#85000000",GradientType=0 ); /* IE6-9 */
}
.header-container .btn-cart {
  position: fixed;
  top: 2.5em;
  right: 0;
  padding: 0.5em;
  margin-top: -0.5em;
  background: #6983A9;
  z-index: 10;
}
.header-container .btn-cart span {
  background: #FFFFFF;
  border-radius: 50%;
  padding: 0 0.3em;
  position: relative;
  bottom: 7px;
}
.header-container .btn-cart:before {
  content: "\f07a";
  font-family: FontAwesome;
  color: #FFFFFF;
  font-size: 20px;
  padding: 0 0.3em 0 0;
}
@media only screen and (min-width:40.0625em) {
  .header-container .btn-cart {
    top: 2.8em;
  }
}
.header-container .header {
  margin: 0px auto;
  max-width: 1134px !important;
  position: relative;
}
.header-container .header .header-search .clan-input-button-input input {
  padding: 5px 50px 7px 9px;
  border-radius: 0 5px 5px 0;
}
.header-container .header .header-search .clan-input-button-button button {
  position: absolute;
  top: 0;
  right: 0;
}
.header-container .header .header-search-container {
  float: left;
  display: inline-block;
  width: 365px;
  margin-top: 5px;
  margin-right: 18px;
  vertical-align: top;
}
.header-container .header .header-search-container .clan-input-button {
  margin: 0 auto;
  max-width: 450px;
}
.header-container .header .header-search-container .clan-input-button input {
  background: #f6f6f6;
}
.header-container .header .header-search-container .clan-input-button input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(66, 66, 66, 0.75);
  opacity: 1; /* Firefox */
}
.header-container .header .header-search-container .clan-input-button input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(66, 66, 66, 0.75);
}
.header-container .header .header-search-container .clan-input-button input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(66, 66, 66, 0.75);
}
.header-container .header .header-left {
  float: left;
}
.header-container .header .header-left .logo {
  display: block;
  height: 72px;
  margin-top: 9px;
}
.header-container .header .header-right {
  float: right;
}
.header-container .header .header-right .header-buttons {
  margin-top: 7px;
  padding: 4px;
  float: right;
}
.header-container .header .header-right .header-buttons .header-search-button,
.header-container .header .header-right .header-buttons .header-compare,
.header-container .header .header-right .header-buttons .header-account,
.header-container .header .header-right .header-buttons .header-settings {
  margin-right: 9px;
}
.header-container .header .header-right .header-buttons .header-search-button,
.header-container .header .header-right .header-buttons .header-compare,
.header-container .header .header-right .header-buttons .header-account,
.header-container .header .header-right .header-buttons .header-settings,
.header-container .header .header-right .header-buttons .header-basket {
  float: left;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.header-container .header .header-right .header-buttons .header-search-button .header-cart-count,
.header-container .header .header-right .header-buttons .header-compare .header-cart-count,
.header-container .header .header-right .header-buttons .header-account .header-cart-count,
.header-container .header .header-right .header-buttons .header-settings .header-cart-count,
.header-container .header .header-right .header-buttons .header-basket .header-cart-count {
  position: absolute;
  bottom: 0;
  right: -2px;
  background: #657fad;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 6px;
  border-radius: 1000px;
}
.header-container .header .header-right .header-buttons .header-search-button {
  display: none;
}
.header-container .header .header-right .header-buttons .header-search-button .fa {
  font-size: 18px;
  position: relative;
  top: -10px;
}
.header-container .header .header-right .header-buttons .header-compare .fas {
  font-size: 18px;
  position: relative;
  top: -10px;
}
.header-container .header .header-right .header-buttons .header-account {
  margin-top: 5px;
}
.header-container .header .header-right .header-buttons .header-account img {
  max-width: 30px;
}
.header-container .header .header-right .header-buttons .header-settings img {
  max-width: 25px;
}
.header-container .header .header-right .header-buttons .header-basket img {
  max-width: 27px;
}
.header-container .header .header-right .header-buttons .header-button-icon {
  text-align: center;
  font-size: 2.1875rem;
  color: #fff;
  height: 32px;
  width: 40px;
}
.header-container .header .header-right .header-buttons .header-button-icon.header-button-icon-account {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/account.png");
  background-size: cover;
  background-position: center -2px;
  background-repeat: no-repeat;
  background-size: 28px;
  height: 22px;
}
.header-container .header .header-right .header-buttons .header-button-icon.header-button-icon-bag {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/shopping-bag.png");
  background-size: 52px;
  background-position: center -8px;
  background-repeat: no-repeat;
  height: 43px;
}
.header-container .header .header-right .header-buttons .header-button-label {
  max-width: 60px; /* translation can change the amount of characters */
  word-break: break-word;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 4px #000;
}
.header-container .header .header-right-search {
  float: left;
  padding-top: 12px;
  padding-right: 20px;
}
.header-container .header .header-small {
  color: #94b1bd;
  font-size: 1.5rem;
  overflow: hidden;
  border-bottom: 2px solid #000;
  padding: 0;
}
.header-container .header .header-small a {
  color: #e6e6e6;
}
.header-container .header .header-small a:hover {
  color: #fff;
}
.header-container .header .header-small .header-small-center {
  padding: 9px 15px 5px 15px;
  display: inline-block;
}
.header-container .header .header-small .header-small-center img.logo {
  width: 120px;
}
.header-container .header .header-small .header-small-wing-left .toggle-menu,
.header-container .header .header-small .header-small-wing-left .toggle-mobile-search,
.header-container .header .header-small .header-small-wing-left .toggle-basket, .header-container .header .header-small .header-small-wing-right .toggle-menu,
.header-container .header .header-small .header-small-wing-right .toggle-mobile-search,
.header-container .header .header-small .header-small-wing-right .toggle-basket {
  display: inline-block;
  width: 43px;
  height: 55px;
  text-align: center;
}
.header-container .header .header-small .header-small-wing-left .toggle-menu .fa,
.header-container .header .header-small .header-small-wing-left .toggle-mobile-search .fa,
.header-container .header .header-small .header-small-wing-left .toggle-basket .fa, .header-container .header .header-small .header-small-wing-right .toggle-menu .fa,
.header-container .header .header-small .header-small-wing-right .toggle-mobile-search .fa,
.header-container .header .header-small .header-small-wing-right .toggle-basket .fa {
  position: relative;
  top: 3px;
  font-size: 16px;
  padding: 10px 10px 2px 10px;
}
.header-container .header .header-small .header-small-wing-left .mobile-button-label, .header-container .header .header-small .header-small-wing-right .mobile-button-label {
  font-size: 10px;
  text-align: center;
}
.header-container .header .header-small .header-small-wing-left {
  float: left;
}
.header-container .header .header-small .header-small-wing-right {
  float: right;
  margin-right: 3px;
}
.header-container .header .header-small .header-small-wing-right .toggle-mobile-search .fa {
  position: relative;
  top: 4px;
}
.header-container .header .header-small .header-small-wing-right .toggle-basket {
  position: relative;
}
.header-container .header .header-small .header-small-wing-right .toggle-basket .fa {
  padding: 10px 10px 2px 10px;
}
.header-container .header .header-small .header-small-wing-right .toggle-basket .header-cart-count {
  position: absolute;
  bottom: 21px;
  right: 3px;
  background: #f00;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 0 4px;
  border-radius: 1000px;
}

#header .mobile-search {
  display: none;
  overflow: hidden;
}
#header .mobile-search .form-search .header-search .clan-input-button-container {
  margin: 10px;
}
#header .mobile-search .form-search .header-search .clan-input-button-container .clan-input-button .clan-input-button-input input {
  border-radius: 0;
}

.cms-home #header .toggle-mobile-search {
  display: none;
}
.cms-home #header .mobile-search {
  display: block;
}

#header .searchautocomplete {
  margin: 0.5em 0 0 0;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  border-top-right-radius: 7px; /* Explicitly different to border-radius, since the right radius only serves as to hide the BG */
  border-bottom-right-radius: 7px;
}
#header .searchautocomplete > label {
  display: none;
}
#header .searchautocomplete input {
  height: 2em;
}
#header .searchautocomplete .nav {
  background: none;
  width: 80%;
}
#header .searchautocomplete .nav .input-text {
  box-shadow: none;
  border: none;
}
#header .searchautocomplete .nav-submit-button {
  background: none;
  width: 20%;
  position: relative;
  right: -1px;
}
#header .searchautocomplete .nav-submit-button .button, #header .searchautocomplete .nav-submit-button .top-cart .btn-cart, .top-cart #header .searchautocomplete .nav-submit-button .btn-cart,
#header .searchautocomplete .nav-submit-button .top-cart .btn-checkout,
.top-cart #header .searchautocomplete .nav-submit-button .btn-checkout {
  height: 100%;
  width: 100%;
}

.header-settings-pane {
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
  background: #020819;
  height: 100%;
}
.header-settings-pane .header-settings-pane-inner {
  position: relative;
  max-width: 1134px;
  margin: 0 auto;
  padding: 20px;
}
.header-settings-pane .header-settings-pane-inner .close {
  color: white;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.header-settings-pane .header-settings-pane-inner .header-settings-note {
  color: white;
  text-align: center;
  padding-top: 0.625rem;
  font-size: 0.875rem;
}
.header-settings-pane .header-settings-pane-inner .header-settings {
  text-align: center;
}
.header-settings-pane .header-settings-pane-inner .header-settings .header-settings-measurements,
.header-settings-pane .header-settings-pane-inner .header-settings .header-settings-currency {
  width: 152px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.125rem;
}
.header-settings-pane .header-settings-pane-inner .header-settings .header-settings-measurements select,
.header-settings-pane .header-settings-pane-inner .header-settings .header-settings-currency select {
  margin: 4px 0;
}
.header-settings-pane .header-settings-pane-inner .header-settings h5 {
  color: white;
}
.header-settings-pane .header-settings-pane-inner .header-settings select {
  min-width: 152px;
}

#header .search-button {
  font-size: 24px;
  border: none;
  color: #000;
  background: #f6f6f6;
}
#header .search-button .fa-search {
  position: absolute;
  top: 6px;
  left: 10px;
}
#header .form-search .header-search-icon {
  color: #fff;
  float: left;
  font-size: 25px;
  padding: 0 12px;
}
#header .form-search .clan-input-button {
  margin-bottom: 0;
}
#header .form-search .clan-input-button-container {
  margin-bottom: 0;
}
#header .form-search input {
  width: 100%;
  border: none;
  font-size: 16px;
}
#header .form-search button {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background: #121e40;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px rgb(0, 0, 0);
}

div.navbar-mobile-menu-extras,
div.navbar-main {
  width: 100%;
  overflow: hidden;
}

div.navbar-mobile-menu-extras,
div.navbar-main {
  display: flex;
}
div.navbar-mobile-menu-extras a, div.navbar-mobile-menu-extras div.toggle-settings,
div.navbar-main a,
div.navbar-main div.toggle-settings {
  flex: auto;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #d2d8e2;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
div.navbar-mobile-menu-extras a span, div.navbar-mobile-menu-extras div.toggle-settings span,
div.navbar-main a span,
div.navbar-main div.toggle-settings span {
  color: #fff;
  white-space: nowrap;
}
div.navbar-mobile-menu-extras a .fa, div.navbar-mobile-menu-extras div.toggle-settings .fa,
div.navbar-main a .fa,
div.navbar-main div.toggle-settings .fa {
  margin-right: 3px;
}
div.navbar-mobile-menu-extras a:first-child, div.navbar-mobile-menu-extras .first,
div.navbar-main a:first-child,
div.navbar-main .first {
  white-space: nowrap;
}
div.navbar-mobile-menu-extras a:last-child,
div.navbar-mobile-menu-extras a.header-contact,
div.navbar-main a:last-child,
div.navbar-main a.header-contact {
  border-right: none;
}
div.navbar-mobile-menu-extras a.header-contact,
div.navbar-main a.header-contact {
  white-space: nowrap;
}
div.navbar-mobile-menu-extras a, div.navbar-mobile-menu-extras div.toggle-settings,
div.navbar-main a,
div.navbar-main div.toggle-settings {
  transition: all 0.3s ease;
}
div.navbar-mobile-menu-extras a.subnav-active,
div.navbar-main a.subnav-active {
  background-color: #112252;
}
div.navbar-mobile-menu-extras a.active,
div.navbar-main a.active {
  background-color: #152a64;
}
div.navbar-mobile-menu-extras a.active:before,
div.navbar-main a.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A2B0c7;
  height: 4px;
}
div.navbar-mobile-menu-extras a:hover, div.navbar-mobile-menu-extras div.toggle-settings:hover,
div.navbar-main a:hover,
div.navbar-main div.toggle-settings:hover {
  background: #112252;
  background-color: #112252;
  color: #FFFFFF;
}
div.navbar-mobile-menu-extras a:hover span, div.navbar-mobile-menu-extras div.toggle-settings:hover span,
div.navbar-main a:hover span,
div.navbar-main div.toggle-settings:hover span {
  color: #A2B0c7;
}
div.navbar-mobile-menu-extras a.navbar-sale,
div.navbar-main a.navbar-sale {
  color: #f1de30 !important;
}
div.navbar-mobile-menu-extras a.hvr-underline-from-center:before,
div.navbar-main a.hvr-underline-from-center:before {
  background: #6983A9;
}
div.navbar-mobile-menu-extras a.navbar-feature,
div.navbar-main a.navbar-feature {
  background: #1f3462;
}
div.navbar-mobile-menu-extras a.navbar-feature:hover,
div.navbar-main a.navbar-feature:hover {
  background: #264079;
}
div.navbar-mobile-menu-extras a.navbar-feature.active,
div.navbar-main a.navbar-feature.active {
  background: #264079;
}

.navbar-sub {
  position: absolute;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid black;
  line-height: 1.5rem;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(62, 62, 62, 0.6901960784);
  background-color: #112252;
  opacity: 0.98;
  display: none;
}
@media only screen and (max-width: 770px) {
  .navbar-sub {
    display: none !important;
  }
}
.navbar-sub > div {
  max-width: 1075px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex-direction: row;
  justify-content: center;
  gap: 15px 20px;
  padding: 15px; /* mouseleave buffer */
}
.navbar-sub > div:not(.active) {
  display: none;
}
.navbar-sub > div.subnav-fabrics {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.navbar-sub .sub-cat {
  line-height: 180%;
}
.navbar-sub .sub-cat > a {
  display: block;
  color: #d2d8e2;
  font-weight: bold;
}
.navbar-sub .sub-cat > a:hover {
  color: white;
}
.navbar-sub .final-cats > a {
  display: block;
}
.navbar-sub .final-cats > a:hover {
  color: white;
}
.navbar-sub .final-cats > a.active {
  color: #6995c6;
}

form.searchautocomplete {
  position: relative;
}
form.searchautocomplete button {
  float: left;
}

.header-desktop {
  margin: 14px 0 12px 0;
}

.header-mobile {
  display: none;
}

.mobile-search {
  display: none;
}

@media only screen and (max-width: 770px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  #header-main {
    background: none;
    background-color: #091733;
  }
  .navbar-menu {
    display: none;
  }
  .navbar div.navbar-mobile-menu-extras,
  .navbar div.navbar-main {
    padding: 0;
    display: block;
    background: #070f25;
  }
  .navbar div.navbar-mobile-menu-extras a, .navbar div.navbar-mobile-menu-extras div.toggle-settings,
  .navbar div.navbar-main a,
  .navbar div.navbar-main div.toggle-settings {
    display: block;
    width: 100%;
    border-bottom: 1px solid #1d1f4c;
    padding: 15px 0;
  }
  .navbar div.navbar-mobile-menu-extras a.header-contact,
  .navbar div.navbar-main a.header-contact {
    display: none;
    text-align: center;
    border-right: 0;
  }
  .navbar div.navbar-mobile-menu-extras a.hvr-underline-from-center:before,
  .navbar div.navbar-main a.hvr-underline-from-center:before {
    display: none;
  }
  .navbar div.navbar-mobile-menu-extras a, .navbar div.navbar-mobile-menu-extras div.toggle-settings {
    background: #020819;
  }
  .navbar div.navbar-mobile-menu-extras a:hover, .navbar div.navbar-mobile-menu-extras div.toggle-settings:hover {
    background: #112252;
  }
  .navbar div.navbar-mobile-menu-extras .mobile-menu-flag-container {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
  .navbar div.navbar-mobile-menu-extras .mobile-menu-flag-container .header-button-icon {
    position: absolute;
    top: -8px;
    left: 0;
    height: 20px;
    width: 30px;
  }
  .navbar div.navbar-mobile-menu-extras .mobile-menu-flag-container .header-button-icon.header-button-icon-flag {
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header-container .header .header-left {
    width: auto;
  }
  .header-container .header .header-right .header-buttons {
    margin-top: 0;
  }
}
@media only screen and (min-width: 771px) {
  .mobile-search {
    display: none !important;
  }
  .navbar-mobile-menu-extras {
    display: none !important;
  }
  .header-container .header .header-table .header-table-cell-m .header-strap-line {
    font-size: 14px;
  }
  .navbar-menu {
    display: block !important;
  }
}
#new-header-flag {
  background-size: cover;
  background-position: center center;
  display: inline-block;
  height: 13px;
  width: 23px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

#shipping-header-strap {
  padding: 8px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
#shipping-header-strap h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  padding: 10px 0;
}

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #2d5497;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://static.clan.com/skin/frontend/clantheme/default/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  clear: both;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://static.clan.com/skin/frontend/clantheme/default/images/bkg_rating.gif) 0 100% repeat-x;
}

.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}

.form-language label,
.form-search label,
.store-switcher label {
  display: none;
}

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

#loading-overlay-templates {
  display: none;
}

.loading-overlay-minimal,
.loading-overlay-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading-overlay-minimal .loading-overlay-background,
.loading-overlay-circle .loading-overlay-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
.loading-overlay-minimal .loading-overlay-text-container,
.loading-overlay-circle .loading-overlay-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.loading-overlay-minimal .loading-overlay-text-container .loading-overlay-text,
.loading-overlay-circle .loading-overlay-text-container .loading-overlay-text {
  text-transform: uppercase;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.loading-overlay-minimal .loading-overlay-container,
.loading-overlay-circle .loading-overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}
.loading-overlay-minimal .loading-overlay-container .loading-overlay-cell,
.loading-overlay-circle .loading-overlay-container .loading-overlay-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.loading-overlay-minimal .loading-overlay-container .loading-overlay-cell .loading-overlay-content,
.loading-overlay-circle .loading-overlay-container .loading-overlay-cell .loading-overlay-content {
  position: relative;
  display: inline-block;
}
.loading-overlay-minimal .loading-overlay-container .loading-overlay-cell .loading-overlay-content .spinner-wrapper,
.loading-overlay-circle .loading-overlay-container .loading-overlay-cell .loading-overlay-content .spinner-wrapper {
  background-color: #fbfbfb;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/clan-logo-only-large.png");
  height: 250px;
  width: 250px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0px rgba(52, 52, 52, 0.1490196078);
  position: relative;
  margin: auto;
}

.loading-overlay-minimal .loading-overlay-text {
  font-size: 10px;
}
.loading-overlay-minimal .loading-overlay-container .loading-overlay-cell .loading-overlay-content .spinner-wrapper {
  height: 90px;
  width: 90px;
}

.spinner-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: rgba(90, 90, 90, 0.2);
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-right-color: #9eb2d9;
  animation: spinnercircle 0.8s linear infinite;
}

@keyframes spinnercircle {
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fussion,
.la-ball-fussion > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fussion {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fussion.la-dark {
  color: #333;
}

.la-ball-fussion > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fussion {
  width: 8px;
  height: 8px;
}

.la-ball-fussion > div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
  -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
  -o-animation: ball-fussion-ball1 1s 0s ease infinite;
  animation: ball-fussion-ball1 1s 0s ease infinite;
}

.la-ball-fussion > div:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 1;
}

.la-ball-fussion > div:nth-child(2) {
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball2;
  -moz-animation-name: ball-fussion-ball2;
  -o-animation-name: ball-fussion-ball2;
  animation-name: ball-fussion-ball2;
}

.la-ball-fussion > div:nth-child(3) {
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-animation-name: ball-fussion-ball3;
  -moz-animation-name: ball-fussion-ball3;
  -o-animation-name: ball-fussion-ball3;
  animation-name: ball-fussion-ball3;
}

.la-ball-fussion > div:nth-child(4) {
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball4;
  -moz-animation-name: ball-fussion-ball4;
  -o-animation-name: ball-fussion-ball4;
  animation-name: ball-fussion-ball4;
}

.la-ball-fussion.la-sm {
  width: 4px;
  height: 4px;
}

.la-ball-fussion.la-sm > div {
  width: 6px;
  height: 6px;
}

.la-ball-fussion.la-2x {
  width: 16px;
  height: 16px;
}

.la-ball-fussion.la-2x > div {
  width: 24px;
  height: 24px;
}

.la-ball-fussion.la-3x {
  width: 24px;
  height: 24px;
}

.la-ball-fussion.la-3x > div {
  width: 36px;
  height: 36px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@-moz-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@-o-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-moz-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-o-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@-moz-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@-o-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-moz-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-o-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
.col3-layout span + span {
  text-align: right;
}

.right-off-canvas-toggle {
  text-align: right;
}

.col2-left-layout .col-wrapper .sidebar.left-menu,
.col2-right-layout .col-wrapper .sidebar.right-menu {
  padding: 1.25rem;
}

#product-option-wrapper {
  overflow: auto;
}

@media only screen and (min-width:56.3125em) {
  .product-attribute-table-wrapper {
    float: right;
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
    max-width: 50%;
  }
}

#product-attribute-specs-table {
  width: 100%;
  border: none;
}

.price-from {
  line-height: 1;
  font-size: 0.75rem;
}

.product-img-box .short-description {
  margin-bottom: 1.25rem;
}
.product-img-box .product-image-gallery img {
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto;
}

.product-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.product-slider .bx-wrapper .slides li a {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.product-slider .bx-wrapper .bx-controls-direction .bx-prev {
  position: absolute;
  top: 12px;
  left: -10px;
}
.product-slider .bx-wrapper .bx-controls-direction .bx-prev:before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 30px;
}
.product-slider .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: 12px;
  right: -10px;
}
.product-slider .bx-wrapper .bx-controls-direction .bx-next:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 30px;
}

.product-collateral {
  clear: both;
  margin: 2em 0 0 0;
}
.product-collateral #easytabs .box-up-sell .block-title {
  display: none;
}

#bundle-full-description {
  display: none;
}
#bundle-full-description .product-collateral {
  margin: 0;
}

.bundle-full-product-information-link .fa {
  margin-right: 5px;
}

.addtocart-qty-button {
  position: relative;
  clear: both;
  float: right;
}
.addtocart-qty-button .product-qty-cell {
  float: left;
  margin-right: 10px;
  position: relative;
}
.addtocart-qty-button .product-qty-cell input {
  width: 42px;
  margin-bottom: 0;
  margin-top: 2px;
  text-align: center;
}
.addtocart-qty-button .product-qty-cell label {
  font-size: 10px;
  background: #fff;
  padding: 0 4px;
  position: absolute;
  top: -4px;
  left: 8px;
  color: #7b7b7b;
}

.button.product-qty-minus, .top-cart .product-qty-minus.btn-cart,
.top-cart .product-qty-minus.btn-checkout,
.button.product-qty-plus,
.top-cart .product-qty-plus.btn-cart,
.top-cart .product-qty-plus.btn-checkout {
  display: none;
  font-size: 14px;
  padding: 7px 11px;
  overflow: visible;
}
.button.product-qty-minus .fa, .top-cart .product-qty-minus.btn-cart .fa,
.top-cart .product-qty-minus.btn-checkout .fa,
.button.product-qty-plus .fa,
.top-cart .product-qty-plus.btn-cart .fa,
.top-cart .product-qty-plus.btn-checkout .fa {
  margin-right: 0;
}

@media only screen and (max-width: 40em) {
  .add-to-cart {
    overflow: auto;
    margin-top: 0;
    position: relative;
  }
  .addtocart-qty-button {
    float: none;
  }
  .addtocart-qty-button .product-qty-cell {
    margin-top: 1.25rem;
    float: none;
    text-align: center;
  }
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons {
    margin: 0 auto;
    display: inline-block;
  }
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .button.product-qty-minus, .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .top-cart .product-qty-minus.btn-cart, .top-cart .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .product-qty-minus.btn-cart,
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .top-cart .product-qty-minus.btn-checkout,
  .top-cart .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .product-qty-minus.btn-checkout,
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .button.product-qty-plus,
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .top-cart .product-qty-plus.btn-cart,
  .top-cart .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .product-qty-plus.btn-cart,
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .top-cart .product-qty-plus.btn-checkout,
  .top-cart .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .product-qty-plus.btn-checkout {
    display: inline-block;
  }
  .addtocart-qty-button .product-qty-cell .product-qty-input-and-buttons .product-qty-input {
    position: relative;
    display: inline-block;
  }
  .product-addtocart-cell {
    text-align: right;
    vertical-align: bottom;
  }
  .product-addtocart-cell button {
    margin-bottom: 0;
  }
  .product-addtocart-cell {
    margin-top: 1.25rem;
  }
  .product-addtocart-cell .btn-cart {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .add-to-cart {
    overflow: auto;
    margin-top: 1.25rem;
    position: relative;
  }
  .product-addtocart-cell {
    text-align: right;
    vertical-align: bottom;
    float: left;
  }
  .product-addtocart-cell button {
    margin-bottom: 0;
  }
  .product-qty-cell, .product-addtocart-cell {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width:56.3125em) {
  .add-to-cart {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  .product-addtocart-cell {
    text-align: right;
    vertical-align: bottom;
    float: left;
  }
  .product-addtocart-cell button {
    margin-bottom: 0;
  }
}
.add-to-cart .quantity i,
.add-to-cart-alt .quantity i {
  cursor: pointer;
}
.add-to-cart .quantity input,
.add-to-cart-alt .quantity input {
  display: inline-block;
  width: 50px;
}

.box-reviews .form-add .buttons-set .button, .box-reviews .form-add .buttons-set .top-cart .btn-cart, .top-cart .box-reviews .form-add .buttons-set .btn-cart,
.box-reviews .form-add .buttons-set .top-cart .btn-checkout,
.top-cart .box-reviews .form-add .buttons-set .btn-checkout {
  float: right;
}

#customer-reviews .customer-reviews-list {
  max-height: 800px;
  overflow-y: auto;
}
#customer-reviews .buttons-set {
  overflow: auto;
}
#customer-reviews .fa-star {
  margin-right: 5px;
}
#customer-reviews dd {
  margin-bottom: 1.25rem;
}
#customer-reviews .clan-sub-text {
  margin-top: 5px;
  color: #999;
}

.review-product-view .product-name {
  display: inline-block;
}
.review-product-view dd {
  padding-right: 20px;
}

.chosen-image-option-inner {
  position: relative;
}

.product-option-image-enlarge {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 20px;
  color: #000;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-option-image-enlarge:hover {
  background: rgb(255, 255, 255);
  color: #657fad;
  font-size: 24px;
  top: -2px;
  right: -12px;
}

.product-option-image-options {
  padding-bottom: 7px;
}

.product-option-image-label {
  padding: 0.625rem;
}

.product-option-image-container {
  display: inline-block;
  position: relative;
}
.product-option-image-container .product-option-image {
  width: 50px;
  margin: 5px 3px;
  cursor: pointer;
  cursor: hand;
}
.product-option-image-container .product-option-image.active {
  border: 3px solid #fb9d23;
}
.product-option-image-container .product-option-image.disabled {
  opacity: 0.1;
}
.product-option-image-container .product-option-image-price-delta {
  position: absolute;
  bottom: 2px;
  right: 1px;
  background-color: #070f25;
  border-radius: 5px;
  color: #fff;
  padding: 2px;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  font-size: 12px;
}

.button.choose-fabric-option-same-as-button, .top-cart .choose-fabric-option-same-as-button.btn-cart,
.top-cart .choose-fabric-option-same-as-button.btn-checkout {
  margin-bottom: 0.625rem;
}

.choose-image-option-button,
.choose-fabric-option-button {
  text-align: center;
  padding: 10px !important;
}
.choose-image-option-button .fa,
.choose-fabric-option-button .fa {
  margin-right: 0 !important;
}

.chosen-image-option {
  display: none;
  padding-bottom: 0.625rem;
}

.chosen-image-option-inner {
  display: inline-block;
  text-align: center;
}

.chosen-image-option-inner-image {
  display: inline-block;
  position: relative;
}

.chosen-image-option-image {
  padding: 4px;
}

.measuring-guides {
  margin-top: 0.625rem;
}
.measuring-guides .tape-measure {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/tape_measure_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 2px;
}
@media only screen and (max-width: 40em) {
  .measuring-guides .tape-measure {
    text-align: center;
  }
}
.measuring-guides .measuring-guide,
.measuring-guides .video-measuring-guide {
  display: inline-block;
  padding: 0.625rem;
}
.measuring-guides .measuring-guide .fa,
.measuring-guides .video-measuring-guide .fa {
  margin-right: 0.3125rem;
  vertical-align: top;
  font-size: 1.5rem;
  margin-right: 5px;
}

.product-warning {
  font-size: 12px;
  color: #7e7e7e;
}

.product-section span.old-price {
  text-decoration: line-through;
}
.product-section .old-price {
  display: inline;
  margin-right: 2px;
}
.product-section p.special-price {
  display: inline;
  margin-bottom: 0;
}

.stock-items-list.clan-section {
  padding-bottom: 0;
}
.stock-items-list .row .column + .column:last-child,
.stock-items-list .row .columns + .column:last-child,
.stock-items-list .row .column + .columns:last-child,
.stock-items-list .row .columns + .columns:last-child {
  float: left;
}
.stock-items-list .stock-item {
  margin-bottom: 1.25rem;
}
.stock-items-list .stock-item .stock-item-inner {
  border: 1px solid #ececec;
  box-shadow: -1px 8px 10px 0px #ebebeb;
  padding: 1.25rem 0.625rem;
  position: relative;
  overflow: hidden;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-options {
  margin-bottom: 0.625rem;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-options img.stock-item-attr-val-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:56.3125em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-options img.stock-item-attr-val-img {
    float: left;
    margin-right: 1.25rem;
  }
}
.stock-items-list .stock-item .stock-item-inner .stock-item-options table {
  margin: 0 auto;
}
@media only screen and (min-width:56.3125em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-options table {
    float: left;
  }
}
.stock-items-list .stock-item .stock-item-inner .stock-item-options table th, .stock-items-list .stock-item .stock-item-inner .stock-item-options table td {
  vertical-align: top;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-options table th {
  width: 30%;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-image {
  margin-bottom: 0.625rem;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-image img {
  max-width: 200px;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-image .stock-item-image-clear {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-image {
    text-align: center;
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-image {
    text-align: center;
    padding: 0 1.25rem;
  }
}
.stock-items-list .stock-item .stock-item-inner .stock-item-extra {
  margin-bottom: 1.25rem;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-extra {
    text-align: center;
    padding: 1.25rem;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .stock-items-list .stock-item .stock-item-inner .stock-item-extra {
    text-align: center;
    padding: 1.25rem;
  }
}
.stock-items-list .stock-item .stock-item-inner .stock-item-extra .stock-item-price {
  font-size: 17px;
  font-weight: bold;
}
.stock-items-list .stock-item .stock-item-inner .stock-item-buy-button {
  text-align: center;
}
.stock-items-list .stock-item .stock-item-inner .addtocart-qty-button {
  float: right;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .stock-items-list .stock-item .stock-item-inner .addtocart-qty-button {
    float: none;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .stock-items-list .stock-item .stock-item-inner .addtocart-qty-button {
    float: none;
  }
}
.stock-button-small {
  clear: both;
}

.price-info {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:56.3125em) {
  .price-info {
    min-height: 41px;
  }
}

.product-view-stock-button-container {
  overflow: hidden;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.product-view-stock-button-container .product-view-stock-button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.stock-button-small {
  margin-top: 3px;
}

.made-to-order-vs-stock {
  overflow: hidden;
}
.made-to-order-vs-stock .made-to-order {
  margin-bottom: 1.875rem;
}
.made-to-order-vs-stock .made-to-order .simple-dispatch {
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.made-to-order-vs-stock .made-to-order .from-stock-if-available {
  color: #7b7b7b;
  font-size: 12px;
}
.made-to-order-vs-stock .made-to-order .option-or {
  text-align: center;
  position: relative;
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
}
.made-to-order-vs-stock .made-to-order .option-or span {
  background-color: #fff;
  color: #7b7b7b;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.made-to-order-vs-stock .made-to-order .option-or:after {
  content: "";
  border-top: 1px solid #d8d8d8;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.made-to-order-vs-stock .made-to-order .option-made-to-order-in {
  text-align: center;
}
.made-to-order-vs-stock .made-to-order .option-made-to-order-in .choose-options {
  font-weight: bold;
}
.made-to-order-vs-stock .made-to-order .option-made-to-order-in .dispatch-in {
  white-space: nowrap;
}
.made-to-order-vs-stock .made-to-order .made-to-order-dispatch {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
}
.made-to-order-vs-stock .made-to-order .made-to-order-dispatch abbr {
  text-decoration: none;
  font-size: 12px;
}

.short-description {
  max-width: 460px;
}

.product-name-desc-and-swing .mpop-ribbon-left-container {
  width: 140px;
  height: 42px;
}
.product-name-desc-and-swing .mpop-ribbon-left-container .mpop-ribbon-left {
  top: 15px;
  right: 7px;
}
.product-name-desc-and-swing .swing-ticket-discount-container {
  margin-bottom: 0.625rem;
}
.product-name-desc-and-swing .full-product-information-link-container {
  text-align: right;
}
.product-name-desc-and-swing .full-product-information-link-container .fa-info-circle {
  margin-right: 5px;
}

.colour-labels label {
  display: inline;
}
.colour-labels label.attr-val-label {
  margin-left: 5px;
}
@media only screen and (min-width:71.5em) {
  .colour-labels label {
    display: block;
  }
}

.stock-co-popup-content {
  padding-top: 1.25rem;
}

.stock-co-popup-content .option-labels-top,
.product-buy-box .option-labels-top {
  display: block;
}
@media only screen and (min-width:71.5em) {
  .stock-co-popup-content .option-labels-top,
  .product-buy-box .option-labels-top {
    display: none;
  }
}
.stock-co-popup-content .option-labels-left,
.product-buy-box .option-labels-left {
  display: none;
}
@media only screen and (min-width:71.5em) {
  .stock-co-popup-content .option-labels-left,
  .product-buy-box .option-labels-left {
    display: block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width:71.5em) {
  .stock-co-popup-content .option-inputs-right,
  .product-buy-box .option-inputs-right {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left;
  }
}
.stock-co-popup-content .clearance-options table,
.product-buy-box .clearance-options table {
  border: none;
  width: 100%;
}
.stock-co-popup-content .clearance-option-image,
.product-buy-box .clearance-option-image {
  max-width: 180px;
}
.stock-co-popup-content .clearance-explainer,
.product-buy-box .clearance-explainer {
  margin-bottom: 10px;
}

.bundle-option-custom-options .colour-labels label,
.bundle-option-selection-options .colour-labels label {
  display: inline;
}
.bundle-option-custom-options .option-labels-top,
.bundle-option-selection-options .option-labels-top {
  display: block;
}
.bundle-option-custom-options .option-labels-left,
.bundle-option-selection-options .option-labels-left {
  display: none;
}

.option-labels-left {
  padding-top: 7px;
}

.choose-fabric-option .choose-fabric-option-input-container .clan-input-button-container {
  margin-bottom: 0.625rem;
}
.fabric-length-buy-box .add-to-cart {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  margin-top: 0;
}
.fabric-length-buy-box .add-to-cart .product-addtocart-cell {
  margin-top: 0;
  float: none;
  text-align: center;
}
.fabric-length-buy-box .add-to-cart .product-addtocart-cell button {
  min-width: 75%;
}

.related-categories .columns:last-child {
  float: left;
}

.related-products-list p,
.upsell-products-list p {
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 5px;
}

.box-up-sell ul,
.block-related ul,
.crosssell ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.box-up-sell ul:before, .box-up-sell ul:after,
.block-related ul:before,
.block-related ul:after,
.crosssell ul:before,
.crosssell ul:after {
  content: " ";
  display: table;
}
.box-up-sell ul:after,
.block-related ul:after,
.crosssell ul:after {
  clear: both;
}
.box-up-sell ul > li,
.block-related ul > li,
.crosssell ul > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
.box-up-sell ul > li,
.block-related ul > li,
.crosssell ul > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 25%;
}
.box-up-sell ul > li:nth-of-type(1n),
.block-related ul > li:nth-of-type(1n),
.crosssell ul > li:nth-of-type(1n) {
  clear: none;
}
.box-up-sell ul > li:nth-of-type(4n+1),
.block-related ul > li:nth-of-type(4n+1),
.crosssell ul > li:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .box-up-sell ul,
  .block-related ul,
  .crosssell ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .box-up-sell ul:before, .box-up-sell ul:after,
  .block-related ul:before,
  .block-related ul:after,
  .crosssell ul:before,
  .crosssell ul:after {
    content: " ";
    display: table;
  }
  .box-up-sell ul:after,
  .block-related ul:after,
  .crosssell ul:after {
    clear: both;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 33.3333333333%;
  }
  .box-up-sell ul > li:nth-of-type(1n),
  .block-related ul > li:nth-of-type(1n),
  .crosssell ul > li:nth-of-type(1n) {
    clear: none;
  }
  .box-up-sell ul > li:nth-of-type(3n+1),
  .block-related ul > li:nth-of-type(3n+1),
  .crosssell ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 40em) {
  .box-up-sell ul,
  .block-related ul,
  .crosssell ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .box-up-sell ul:before, .box-up-sell ul:after,
  .block-related ul:before,
  .block-related ul:after,
  .crosssell ul:before,
  .crosssell ul:after {
    content: " ";
    display: table;
  }
  .box-up-sell ul:after,
  .block-related ul:after,
  .crosssell ul:after {
    clear: both;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 33.3333333333%;
  }
  .box-up-sell ul > li:nth-of-type(1n),
  .block-related ul > li:nth-of-type(1n),
  .crosssell ul > li:nth-of-type(1n) {
    clear: none;
  }
  .box-up-sell ul > li:nth-of-type(3n+1),
  .block-related ul > li:nth-of-type(3n+1),
  .crosssell ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 29.375em) {
  .box-up-sell ul,
  .block-related ul,
  .crosssell ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .box-up-sell ul:before, .box-up-sell ul:after,
  .block-related ul:before,
  .block-related ul:after,
  .crosssell ul:before,
  .crosssell ul:after {
    content: " ";
    display: table;
  }
  .box-up-sell ul:after,
  .block-related ul:after,
  .crosssell ul:after {
    clear: both;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .box-up-sell ul > li:nth-of-type(1n),
  .block-related ul > li:nth-of-type(1n),
  .crosssell ul > li:nth-of-type(1n) {
    clear: none;
  }
  .box-up-sell ul > li:nth-of-type(2n+1),
  .block-related ul > li:nth-of-type(2n+1),
  .crosssell ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .block-related ul li:nth-child(16n) {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .block-related ul li:nth-child(16n) {
    display: none;
  }
}
@media only screen and (max-width: 29.375em) {
  .block-related ul li:nth-child(16n) {
    display: block !important;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .box-up-sell ul li:nth-child(4n) {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .box-up-sell ul li:nth-child(4n) {
    display: none;
  }
}
@media only screen and (max-width: 29.375em) {
  .box-up-sell ul li:nth-child(4n) {
    display: block !important;
  }
}

.print-designer-final-preview {
  display: none;
  position: relative;
  margin-bottom: 1.25rem;
}
.print-designer-final-preview .clan-sub-text {
  margin-top: 0.625rem;
}
.print-designer-final-preview .print-designer-final-preview-area {
  background: #f6f6f6;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table {
  display: table;
  min-height: 200px;
  width: 100%;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell .print-designer-final-preview-loading {
  font-weight: bold;
  color: #cecece;
  font-size: 18px;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell .print-designer-final-preview-loading .spinner-container {
  display: inline-block;
  position: relative;
  left: -9px;
  top: -5px;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell .print-designer-final-preview-loading .spinner-container .la-ball-fussion {
  color: #cecece;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell .print-designer-final-preview-image {
  display: none;
}
.print-designer-final-preview .print-designer-final-preview-area .print-designer-final-preview-area-inner .print-designer-final-preview-table .print-designer-final-preview-cell .print-designer-final-preview-image img {
  max-width: 100%;
  max-height: 400px;
}

/*Prevent images loading causing style glitch before slick slider loads - this hack is broken in slick v1.8 but works nicely with v 1.6 
.main-product-slider {
    a { position: absolute; opacity: 0; }    
}
.main-product-slider.slick-initialised {
    a { 
        position: relative; 
        opacity: 1;
        transition: opacity 0.2s ease-in;
    }    
}
*/
@media only screen and (min-width:40.0625em) {
  .product-media {
    min-height: 470px;
  }
}

ul.splide__list {
  align-items: center;
}

.splide .splide__slide {
  text-align: center;
}
.splide .splide__pagination {
  position: relative;
  padding: 20px 20px 0 20px;
  bottom: 0;
}
.splide .splide__pagination__page.is-active {
  background: #657fad;
}
.splide .splide__arrow {
  height: 40px;
  width: 40px;
  border-radius: 0 !important;
  box-shadow: none;
  opacity: 1;
  background: #ededed !important;
}
.splide .splide__arrow--next {
  right: 0;
}
.splide .splide__arrow--prev {
  left: 0;
}
.splide .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
}
.splide .slide-caption .slide-caption-inner {
  background: rgba(255, 255, 255, 0.8784313725);
  padding: 2px 12px;
  display: inline-block;
}

#product-thumbnail-splide {
  margin-top: 1.25rem;
}
@media only screen and (min-width:56.3125em) {
  #product-thumbnail-splide {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#product-thumbnail-splide .splide__arrows--ttb .splide__arrow--next {
  bottom: -4em;
  transform: translate(0);
}
#product-thumbnail-splide .splide__arrows--ttb .splide__arrow--prev {
  bottom: -4em;
  top: auto;
  transform: translate(-100%);
}
#product-thumbnail-splide .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
#product-thumbnail-splide .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

#product-thumbnail-slides {
  opacity: 0;
}

#product-image-slides {
  position: relative;
  opacity: 0;
}
#product-image-slides li {
  text-align: center;
}
#product-image-slides li img {
  max-height: 100%;
}
#product-image-slides .splide .splide__list {
  max-width: 460px;
  margin: 0 auto !important;
}

.printable-colour-preview {
  transition: color 0.3s ease;
}

.printable-final-preview-image-zoom,
.product-image-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ededed;
  padding: 4px 9px;
  font-weight: bold;
  font-size: 21px;
  cursor: pointer;
}

.printable-final-preview-image-zoom {
  display: none;
}

#printable-final-preview-zoom-overlay,
#product-image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  overflow-y: scroll;
}

#printable-final-preview-zoom-overlay {
  display: none;
  z-index: 1001;
}

.printable-final-preview-zoom-caption {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.printable-final-preview-zoom-caption-inner {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  padding: 10px;
}

#product-image-zoom-overlay {
  opacity: 0;
  z-index: -999;
  pointer-events: none;
}
#product-image-zoom-overlay .splide {
  display: flex;
  height: 100%;
  align-items: center;
}
#product-image-zoom-overlay .splide__slide {
  padding: 20px;
}
#product-image-zoom-overlay .splide__slide img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

#product-image-zoom-overlay.show-image-zoom {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
}

.printable-final-preview-zoom-close,
.product-image-zoom-close {
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 20px;
  color: #fff;
  background: #f00;
  cursor: pointer;
  line-height: 1;
}
.printable-final-preview-zoom-close .close,
.product-image-zoom-close .close {
  color: #fff !important;
}

#swatch-splide {
  margin-top: 1.25rem;
}
#swatch-splide:not(.is-active) img {
  max-width: 33.3vw;
}
#swatch-splide .swatch-slide-inner {
  transition: transform 0.2s;
}
#swatch-splide .splide__slide.is-active .swatch-slide-inner {
  transform: scale(1.1);
}
#swatch-splide .splide__slide.is-active .swatch-slide-inner .clan-caveat {
  font-weight: bold;
}

#zoom-splide .splide__track {
  width: 100%;
}
#zoom-splide ul {
  width: 100%;
}

.printable-belts {
  overflow: hidden;
}

.printable-belt {
  width: 100px;
  padding: 5px;
  float: left;
}

.printable-option-container .pd-option-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #4a4a4a;
}
.printable-option-container .pd-radio-option {
  padding: 5px;
}
.printable-option-container .pd-radio-option input[type=radio] {
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body {
  z-index: 100;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .control .opacity {
  display: none;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .control > .hue > .hue-container {
  height: 25px;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .control.has-eyedropper {
  padding-left: 11px;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .control .hue {
  padding: 2px 2px 2px 0;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .el-cp-color-control__left {
  display: none;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .input-field.rgb-a {
  display: none;
}
.printable-option-container .codemirror-colorpicker.sketch .colorpicker-body .color-sets-choose-btn {
  display: none;
}
.printable-option-container .chosen-crest {
  text-align: center;
}
.printable-option-container .chosen-crest img {
  max-height: 169px;
  margin-bottom: 10px;
}
.printable-option-container .crest-label {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.printable-option-container .crest-alt-options {
  display: none;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.printable-option-container .crest-alt-options .crest-alt-options-crests {
  overflow: hidden;
}
.printable-option-container .crest-alt-options .crest-alt-option {
  width: 33%;
  float: left;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.printable-option-container .crest-alt-options img {
  margin-bottom: 10px;
  max-height: 100px;
}
.printable-option-container .alt-motto-options-container,
.printable-option-container .alt-crest-options-container,
.printable-option-container .alt-tartan-options-container,
.printable-option-container .alt-palette-options-container {
  display: none;
}
.printable-option-container .alt-crest-options,
.printable-option-container .al-tartan-options,
.printable-option-container .alt-palette-options {
  overflow: hidden;
}
.printable-option-container .pd-alt-crest-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.printable-option-container .pd-grid-item {
  width: 33%;
  float: left;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.printable-option-container .pd-grid-square-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.printable-option-container .pd-grid-square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.printable-option-container .pd-grid-title {
  padding: 10px 2px;
}
.printable-option-container .picker_controls {
  padding: 8px 8px 2px 8px;
  text-align: right;
}

.pd-close:before {
  content: "×";
  font-size: 36px;
  line-height: 0.1;
  position: relative;
  top: 6px;
}

.printable-option-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

#create-your-design {
  margin-bottom: 1.25rem;
}

#printable-final-preview-container {
  position: relative;
  height: 240px;
  background-color: #ccc;
}

#printable-preview-container {
  min-height: 440px;
  background-color: #ededef;
  position: relative;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  #printable-preview-container {
    min-height: 375px;
  }
}
@media only screen and (max-width: 40em) {
  #printable-preview-container {
    min-height: 300px;
  }
}
@media only screen and (max-width: 29.375em) {
  #printable-preview-container {
    min-height: 240px;
  }
}

#printable-preview,
#printable-final-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#printable-preview .loading-overlay-minimal {
  z-index: 100;
}

#printable-final-preview-container .loading-overlay-minimal {
  z-index: 99;
}

.pd-action-buttons {
  margin-top: -40px;
  position: relative;
  z-index: 250;
  width: 100%;
  display: none;
}
.pd-action-buttons button {
  padding: 10px 45px;
  margin-bottom: 1.25rem;
}
.pd-action-buttons button:disabled, .pd-action-buttons button[disabled] {
  background-color: #959595;
  opacity: 1 !important;
}

.printable-preview-inner {
  padding-bottom: 26px;
}

.printable-preview-inner,
.printable-final-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.printable-preview-inner img,
.printable-final-preview-inner img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 40em) {
  #wishlist-table thead,
  #my-tags-table thead {
    display: none;
  }
  #wishlist-table tbody tr,
  #my-tags-table tbody tr {
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
  }
  #wishlist-table tbody td,
  #my-tags-table tbody td {
    display: inline-block;
    text-align: left;
  }
  #wishlist-table tbody dl dt,
  #my-tags-table tbody dl dt {
    display: inline-block;
    padding: 0 0 0 1em;
  }
  #wishlist-table tbody dl dd,
  #my-tags-table tbody dl dd {
    display: inline-block;
    padding: 0 1em 0 0;
  }
  #my-orders-table,
  #my-downloadable-products-table,
  #my-reviews-table,
  #product_comparison {
    overflow-x: auto;
    display: block;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  #my-orders-table,
  #my-downloadable-products-table,
  #my-reviews-table,
  .cart-table-wrapper,
  .wishlist-table-wrapper,
  #product_comparison {
    overflow-x: auto;
    display: block;
  }
}
@media only screen and (max-width: 56.25em) {
  #product-review-table {
    width: 100%;
  }
  #product-review-table th {
    font-weight: 200;
    padding: 0.3rem;
  }
}
#my-tags-table {
  width: 100%;
}
#my-tags-table img {
  max-width: inherit;
}

.wishlist-table-wrapper fieldset {
  padding: 0;
}

.top-cart {
  padding: 1em;
  width: 220px;
}
.top-cart .right-off-canvas-toggle {
  text-align: left;
  display: block;
}
.top-cart .btn-remove {
  display: block;
}
.top-cart .price-total {
  margin: 1em 0;
  color: #43AC6A;
  text-align: center;
}
.top-cart .btn-checkout {
  float: right;
}

/* FALLBACK SHOULD BE AN AVERAGE NOT ONE OR THE OTHER! behave yourself */
html, body {
  min-width: 300px;
  letter-spacing: 0.4px;
}

/* THIS IS THE MOST IMPORTANT GLOBAL OVERWRITE */
.row,
.col-wrapper {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.clan-section .row,
.columns .row {
  padding-left: 0;
  padding-right: 0;
}

.clan-section .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  max-width: none;
  width: auto;
}

/*--FIN--*/
.column-block {
  margin-bottom: 1.25rem;
}

.gutter-margin-bottom {
  margin-bottom: 1.25rem;
}

.clan-escape-gutter {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

#page-content {
  height: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.navbar-main,
#content-main {
  max-width: 1134px !important;
}

.content-width {
  max-width: 1134px !important;
  margin: 0 auto;
}

#main {
  background-color: #f6f6f6;
  /*
  @media only screen and (max-width: 40em) and (orientation: portrait) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-portrait-640.jpg');
  }
  @media only screen and (min-width:40.0625em) and (max-width:56.25em) and (orientation: portrait) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-portrait-900.jpg');
  }
  @media only screen and (min-width:56.3125em) and (max-width:71.4375em) and (orientation: portrait) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-portrait-1200.jpg');
  }
  @media only screen and (min-width:71.5em) and (orientation: portrait) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-portrait-2560.jpg');
  }

  @media only screen and (max-width: 40em) and (orientation: landscape) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-landscape-640.jpg');
  }
  @media only screen and (min-width:40.0625em) and (max-width:56.25em) and (orientation: landscape) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-landscape-900.jpg');
  }
  @media only screen and (min-width:56.3125em) and (max-width:71.4375em) and (orientation: landscape) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-landscape-1200.jpg');
  }
  @media only screen and (min-width:71.5em) and (orientation: landscape) {
      background-image: url('https://static.clan.com/skin/frontend/clantheme/default/images/bg/xmas-landscape-2560.jpg');
  }
  */
  background-size: cover !important;
  background-position: center top;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
}

#content-main {
  padding-top: 1.25rem;
  margin: 0 auto 40px auto !important;
}

.navbar-main {
  margin: 0 auto !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.navbar-main a {
  white-space: nowrap;
}

#footer {
  background-color: #f6f6f6;
}

#content {
  background-size: 50%;
}

select {
  padding-right: 25px;
}

input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 7px 0;
}

.clan-relative {
  position: relative;
}

.clan-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clan-stretch {
  width: 100%;
}

.clan-table,
.clan-table-padded {
  display: table;
  width: 100%;
}
.clan-table .clan-table-row,
.clan-table-padded .clan-table-row {
  display: table-row;
}
.clan-table .clan-table-cell,
.clan-table .clan-table-main-cell,
.clan-table .clan-table-padded-cell,
.clan-table-padded .clan-table-cell,
.clan-table-padded .clan-table-main-cell,
.clan-table-padded .clan-table-padded-cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.clan-table .clan-table-cell.clan-vert-cell,
.clan-table .clan-table-main-cell.clan-vert-cell,
.clan-table .clan-table-padded-cell.clan-vert-cell,
.clan-table-padded .clan-table-cell.clan-vert-cell,
.clan-table-padded .clan-table-main-cell.clan-vert-cell,
.clan-table-padded .clan-table-padded-cell.clan-vert-cell {
  vertical-align: middle;
}
.clan-table .clan-table-cell.clan-bottom,
.clan-table .clan-table-main-cell.clan-bottom,
.clan-table .clan-table-padded-cell.clan-bottom,
.clan-table-padded .clan-table-cell.clan-bottom,
.clan-table-padded .clan-table-main-cell.clan-bottom,
.clan-table-padded .clan-table-padded-cell.clan-bottom {
  vertical-align: bottom;
}
.clan-table .clan-table-main-cell,
.clan-table-padded .clan-table-main-cell {
  width: 100%;
}
.clan-table .clan-table-padded-cell,
.clan-table-padded .clan-table-padded-cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
}
.clan-table .clan-table-padded-cell-inner,
.clan-table-padded .clan-table-padded-cell-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
}
.clan-table .clan-section-square,
.clan-table .clan-image-square,
.clan-table .clan-section,
.clan-table-padded .clan-section-square,
.clan-table-padded .clan-image-square,
.clan-table-padded .clan-section {
  margin-bottom: 0;
}

.clan-section-left-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background-size: cover;
  background-position: center;
}

.clan-section-left-image-text {
  margin-left: 30%;
  padding-left: 0.625rem;
}

.clan-table-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.clan-vert-table {
  display: table;
  height: 100%;
}
.clan-vert-table .clan-table-row {
  height: 100%;
}
.clan-vert-table .clan-table-row-collapse {
  display: table-row;
  height: 1px;
}

.clan-vert-cell {
  display: table-cell;
  vertical-align: middle;
}

.clan-bottom {
  vertical-align: bottom;
}

.clan-table-stripe-rows-even .clan-table-row:nth-of-type(even) {
  background-color: #F6F6F6;
}

.clan-table-stripe-rows-odd .clan-table-row:nth-of-type(odd) {
  background-color: #F6F6F6;
}

table.clan-table-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

table.clan-table-padded,
table.clan-table {
  background: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.clan-table-padded tr.clan-table-row,
table.clan-table tr.clan-table-row {
  background: none;
}
table.clan-table-padded td.clan-table-cell,
table.clan-table td.clan-table-cell {
  padding: 0;
}
table.clan-table-padded td.clan-table-padded-cell,
table.clan-table td.clan-table-padded-cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
  padding-top: 0;
}

a, .clan-link {
  cursor: pointer;
  cursor: hand;
  color: #6995c6;
  transition: all 0.2s;
  text-decoration-color: #b2d2f7;
}
a:hover, a.hover, .clan-link:hover, .clan-link.hover {
  color: #368cec;
}
a:active, a.active, .clan-link:active, .clan-link.active {
  color: #3bb6ff;
}
a:active:hover, a:active.hover, a.active:hover, a.active.hover, .clan-link:active:hover, .clan-link:active.hover, .clan-link.active:hover, .clan-link.active.hover {
  color: #3bb6ff;
}

a.decorated, .clan-link.decorated {
  text-decoration: underline;
}

.product-details-content a,
.mpblog-post a, .clan-section .kb-article-view a {
  text-decoration: underline;
}

#header a, #header .clan-link {
  text-decoration: none;
}

.clan-sidebar-links {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.clan-sidebar-links .clan-sidebar-link {
  background-color: #fff;
  display: block;
  padding: 1.25rem;
  border-top: 1px solid #ccc;
  font-weight: bold;
  border-left: 6px solid #657fad;
}
.clan-sidebar-links .clan-sidebar-link.current {
  border-left: 6px solid #485e86;
}
.clan-sidebar-links a.clan-sidebar-link:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.clan-sidebar-links a.clan-sidebar-link.current {
  color: #4a4a4a;
}

.sidebar .block-account {
  margin-top: 0;
}
.sidebar .block-account .clan-sidebar-links {
  margin: -1.25rem;
}
.sidebar .block-account .clan-sidebar-links .clan-sidebar-link:first-child {
  border-top: none;
}

.my-account {
  padding: 1.25rem;
}
.my-account h1 {
  margin-bottom: 2.5rem;
}
.my-account .account-subtitle {
  margin-top: 2.5rem;
}
.my-account .buttons-set {
  margin-top: 1.25rem;
}

.back-link small {
  font-size: 128%;
}

.toggle-left-menu .fa {
  margin-right: 6px;
}

.video-helper {
  text-align: center;
}
.video-helper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-helper .video-container iframe,
.video-helper .video-container object,
.video-helper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-helper .video-container .play-button {
  z-index: 1;
  position: relative;
  font-size: 60px;
  opacity: 0.7;
  cursor: pointer;
  color: black;
}

.catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.clantheme-catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clantheme-catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clan-section, .mobile-block .mpblog-post {
  background: #FFF;
  border: none;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
}
.catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section.clan-section-no-padding,
.clantheme-catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section.clan-section-no-padding,
.catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section.clan-section-no-padding,
.clantheme-catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section.clan-section-no-padding,
.clan-section.clan-section-no-padding, .mobile-block .mpblog-post.clan-section-no-padding {
  padding: 0;
}
.catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section .clan-section-escape,
.clantheme-catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section .clan-section-escape,
.catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section .clan-section-escape,
.clantheme-catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section .clan-section-escape,
.clan-section .clan-section-escape, .mobile-block .mpblog-post .clan-section-escape {
  margin: -1.25rem;
  padding: 1.25rem;
}
.catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section.clan-section-text,
.clantheme-catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section.clan-section-text,
.catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section.clan-section-text,
.clantheme-catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section.clan-section-text,
.clan-section.clan-section-text, .mobile-block .mpblog-post.clan-section-text {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}

.clan-section-square-background {
  background-size: cover;
  background-position: center center;
}

.clan-section-square-label,
.cat-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 4%;
  padding-top: 15%;
  text-transform: uppercase;
}
.clan-section-square-label .cat-top-name,
.cat-name .cat-top-name {
  font-size: 10px;
  color: #c5d1e6;
}

.clan-section-square {
  background: #FFF;
  border: none;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}

.clan-image-square {
  background: black;
  overflow: hidden;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}

.clan-section-square-content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 1.25rem;
}
.clan-section-square-content.no-padding {
  padding: 0;
}
.clan-section-square-content .blog_article {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.clan-section-square-content.cat-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clan-section.clan-accordion {
  padding: 0;
}
.clan-section.clan-accordion .clan-accordion-header {
  cursor: pointer;
  padding: 1.25rem;
}
.clan-section.clan-accordion .clan-accordion-header h3 {
  margin: 0;
}
.clan-section.clan-accordion .clan-accordion-header h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.clan-section.clan-accordion .clan-accordion-body {
  display: none;
  padding: 1.25rem;
  padding-top: 0;
  overflow: hidden;
}
.clan-section.clan-accordion .clan-accordion-arrow {
  float: right;
}
.clan-section.clan-accordion .clan-accordion-arrow .fa {
  font-size: 24px;
  padding: 3px;
  color: #666;
}

.clan-section-search {
  padding: 0;
  position: relative;
  margin-bottom: 1.25rem;
}
.clan-section-search .clan-input-button-container .clan-input-button .clan-input-button-input input {
  height: 60px;
  padding-left: 1.25rem;
  padding-right: 65px;
  font-size: 18px;
  margin-bottom: 0;
}
.clan-section-search .clan-input-button-container .clan-input-button .clan-input-button-button button {
  height: 60px;
  font-size: 28px;
  padding: 10px 16px;
}
.clan-section-search .clan-input-button-container .clan-input-button .clan-input-button-button button .fa {
  margin-right: 0;
}

@media only screen and (min-width:40.0625em) {
  .clan-big-search input, .clan-big-search button {
    height: 44px !important;
    font-size: 16px !important;
  }
  .clan-big-search input .fa, .clan-big-search button .fa {
    font-size: 24px !important;
    margin-right: 0;
  }
}

.clan-spacer {
  clear: both;
  margin-bottom: 1.25rem;
}

.clan-padding {
  padding: 1.25rem;
}

.clan-section.extra-padding, .extra-padding, .clan-extra-padding {
  padding: 1.25rem;
}

@media only screen and (min-width:40.0625em) {
  .clan-section.extra-padding, .extra-padding, .clan-extra-padding {
    padding: 2.5rem;
  }
}
.no-padding {
  padding: 0 !important;
}

.clan-padding-x {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media only screen and (min-width:40.0625em) {
  .clan-row-margin {
    margin-bottom: 1.25rem;
  }
  .clan-no-row-margin {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:56.3125em) {
  .clan-row-margin-medium {
    margin-bottom: 1.25rem;
  }
  .clan-no-row-margin-medium {
    margin-bottom: 0;
  }
}
.clan-position-relative {
  position: relative;
}

.brand-products {
  position: relative;
}
.brand-products .brand-products-count {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
}

.catalog-hero {
  min-height: 200px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/merchiston-header.jpg");
  background-color: #070f25;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 29.375em) {
  .catalog-hero {
    min-height: 140px;
  }
}

.catalog-hero.hero-tiling {
  background-size: auto;
}

.hero .clan-section .category-title-desc {
  text-shadow: 1px 1px 1px #000;
}
.hero .clan-section .category-title-desc .category-title h1 {
  font-size: 2.5rem;
  margin: 0;
  color: white;
}
@media only screen and (min-width:40.0625em) {
  .hero .clan-section .category-title-desc .category-title h1 {
    font-size: 2.5rem;
  }
}
.hero .clan-section .category-title-desc .category-title.page-title {
  margin-bottom: 5px;
}
.hero .clan-section .category-title-desc .category-more {
  display: inline;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(11px);
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  font-size: 12px;
}
.hero .clan-section .category-title-desc .category-more .fa-info-circle {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.hero .clan-section .category-title-desc .category-more a {
  color: #fff;
}
.hero .clan-section .category-title-desc .category-description {
  border-radius: 3px;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(11px);
  max-width: 370px;
  margin-bottom: 0.625rem;
  line-height: 1.3;
}

.clan-info-bar {
  position: relative;
  border: none;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  padding-left: 30px;
}
.clan-info-bar .clan-info-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.clan-info-bar .clan-info-circle .fa-circle,
.clan-info-bar .clan-info-circle .fa-info-circle {
  padding: 9px;
}
.clan-info-bar .clan-info-bar-text {
  padding: 0.625rem;
}

.clan-info-circle {
  position: relative;
  display: inline-block;
}
.clan-info-circle .fa-circle {
  font-size: 22px;
  color: white;
  transition: all 0.5s;
  padding: 0.5rem;
}
.clan-info-circle .fa-info-circle {
  font-size: 22px;
  color: #6983A9; /*foo*/
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  padding: 0.5rem;
}
.clan-info-circle:hover .fa-info-circle {
  color: #6983A9; /*foo*/
}

.helpful-resources {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.helpful-resources h1 {
  padding-bottom: 1.25rem;
}
.helpful-resources .helpful-resource-link {
  padding-bottom: 1.25rem;
  font-size: 18px;
}

input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], select, textarea {
  box-shadow: none;
  border-radius: 4px;
  height: 36px;
}
input:not([type]):focus, input:not([type]).focus, input[type=text]:focus, input[type=text].focus, input[type=password]:focus, input[type=password].focus, input[type=date]:focus, input[type=date].focus, input[type=datetime]:focus, input[type=datetime].focus, input[type=datetime-local]:focus, input[type=datetime-local].focus, input[type=month]:focus, input[type=month].focus, input[type=week]:focus, input[type=week].focus, input[type=email]:focus, input[type=email].focus, input[type=number]:focus, input[type=number].focus, input[type=search]:focus, input[type=search].focus, input[type=tel]:focus, input[type=tel].focus, input[type=time]:focus, input[type=time].focus, input[type=url]:focus, input[type=url].focus, input[type=color]:focus, input[type=color].focus, select:focus, select.focus, textarea:focus, textarea.focus {
  outline: none;
  border: 1px solid #7caaff;
  box-shadow: 0px 0px 10px 0px rgba(0, 130, 255, 0.16);
}
input:not([type])::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=month]::placeholder, input[type=week]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=color]::placeholder, select::placeholder, textarea::placeholder {
  color: #aaa;
}

textarea {
  padding: 10px;
  min-height: 100px;
}

select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggaWQ9InN2Z18xIiBmaWxsPSJyZ2IoNSwgMTEzLCAxNDQpIiBkPSJtMTAuNjcyOTIsOC43OTc0NGwtNC41OTYyOCw0LjExNDU1cS0wLjExNzY5LDAuMTA1NSAtMC4yNzg3NSwwLjEwNTV0LTAuMjc4NzUsLTAuMTA1NWwtNC41OTYyOCwtNC4xMTQ1NXEtMC4xMTc2OSwtMC4xMDU1IC0wLjExNzY5LC0wLjI1MjY1dDAuMTE3NjksLTAuMjUyNjVsMS4wMjgyOCwtMC45MTYycTAuMTE3NjksLTAuMTA1NSAwLjI3ODc1LC0wLjEwNTV0MC4yNzg3NSwwLjEwNTVsMy4yODkyNSwyLjk0ODQ4bDMuMjg5MjUsLTIuOTQ4NDhxMC4xMTc2OSwtMC4xMDU1IDAuMjc4NzUsLTAuMTA1NXQwLjI3ODc1LDAuMTA1NWwxLjAyODI4LDAuOTE2MnEwLjExNzY5LDAuMTA1NSAwLjExNzY5LDAuMjUyNjV0LTAuMTE3NjksMC4yNTI2NWwwLjAwMDAxLDB6Ii8+PC9zdmc+");
}
select:invalid {
  color: #aaa;
}
select:invalid option {
  color: #000;
}

.clan-input-button-container {
  position: relative;
  margin-bottom: 20px;
}
.clan-input-button-container select.clan-input-button-preselect-select {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 25px;
  outline: 0;
  margin-bottom: 0;
  opacity: 0;
  height: 37px;
  font-size: 12px;
  cursor: pointer;
  cursor: hand;
}
.clan-input-button-container .clan-input-button {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.clan-input-button-container .clan-input-button .clan-input-button-preselect {
  border-radius: 0.3125rem 0 0 0.3125rem;
  display: table-cell;
  background-color: #070f25;
  color: white;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.clan-input-button-container .clan-input-button .clan-input-button-preselect .fa {
  position: absolute;
  right: 12px;
  top: 12px;
}
.clan-input-button-container .clan-input-button .clan-input-button-input {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  position: relative;
}
.clan-input-button-container .clan-input-button .clan-input-button-input input {
  height: 37px;
  margin: 0;
  width: 100%;
  border-width: 1px 0 1px 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.clan-input-button-container .clan-input-button .clan-input-button-input .validation-advice {
  width: 100%;
  position: absolute;
}
.clan-input-button-container .clan-input-button .clan-input-button-button {
  display: table-cell;
  vertical-align: bottom;
}
.clan-input-button-container .clan-input-button .clan-input-button-button button, .clan-input-button-container .clan-input-button .clan-input-button-button .button, .clan-input-button-container .clan-input-button .clan-input-button-button .top-cart .btn-cart, .top-cart .clan-input-button-container .clan-input-button .clan-input-button-button .btn-cart,
.clan-input-button-container .clan-input-button .clan-input-button-button .top-cart .btn-checkout,
.top-cart .clan-input-button-container .clan-input-button .clan-input-button-button .btn-checkout {
  height: 37px;
  width: auto !important;
  margin-bottom: 0;
  border-radius: 0 7px 7px 0 !important;
  white-space: nowrap;
  padding: 10px;
}
.clan-input-button-container .clan-input-button .clan-input-button-button .clan-input-icon-button {
  float: left;
  padding-left: 22px;
  padding-right: 15px;
}
.clan-input-button-container .clan-input-button .clan-input-button-button .clan-input-icon-button .fa {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 22px;
}
.clan-input-button-container .clan-input-button-message {
  color: #43AC6A;
  display: none;
  padding-top: 10px;
}
.clan-input-button-container .clan-input-button-message.clan-input-button-error {
  color: #f04124;
}

.clan-nowrap {
  white-space: nowrap;
}

.clan-gutter-margin {
  margin: 1.25rem;
}

.clan-margin-top {
  margin-top: 1.25rem;
}

.clan-margin-bottom, .clan-mb {
  margin-bottom: 1.25rem;
}

.clan-margin-bottom-extra, .clan-mb-extra {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .clan-margin-bottom-extra, .clan-mb-extra {
    margin-bottom: 2.5rem;
  }
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.img-fright {
  max-width: 40%;
  float: right;
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
}

.img-fleft {
  max-width: 40%;
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 29.375em) {
  .img-fleft,
  .img-fright {
    max-width: none;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.clan-center {
  text-align: center;
}

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

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

.clan-fullheight {
  height: 100%;
}

.clan-large-fa {
  font-size: 1.25rem;
  vertical-align: middle;
}

.clan-big {
  font-size: 1.25rem;
}

.clan-sub-text {
  font-size: 12px;
  color: #666;
}

.clan-lowercase {
  text-transform: lowercase;
}

.fa-chevron-down, .fa-chevron-up {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.fa-chevron-down.flipped, .fa-chevron-up.flipped {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.clan-img-icon {
  width: 12px;
  margin-right: 1px;
}

.clan-dark-section {
  background: #070f25;
}

blockquote {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-style: italic;
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  border-left: none;
  overflow: hidden;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
  content: "“";
  font-family: Georgia;
  font-size: 40px;
  margin: -17px 0 0 -21px;
  position: absolute;
  opacity: 0.5;
}

blockquote p::after {
  content: "”";
  margin: -10px 0 0 -5px;
}

blockquote cite {
  float: right;
}

.clan-footnote {
  position: relative;
  padding-left: 16px !important;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  line-height: 12px;
  margin-top: 5px;
  display: inline-block;
}
.clan-footnote::before {
  line-height: 12px;
  display: inline-block;
  content: "*";
  font-size: 35px;
  color: #f39100;
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: normal !important;
}

@media only screen and (min-width:40.0625em) {
  .clan-no-margin-large-up {
    margin: 0 !important;
  }
}

@media only screen and (min-width:40.0625em) {
  .clan-no-margin-medium-up {
    margin: 0 !important;
  }
}

.small-magento-logo {
  position: relative;
  top: 2px;
  left: 1px;
  display: inline-block;
  height: 14px;
  width: 16px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/magento.png");
  background-size: contain;
  background-repeat: no-repeat;
}

ul.clan-bullets {
  list-style: none;
  margin-left: 1.1rem;
}
ul.clan-bullets li::before {
  content: "•";
  color: #f39100;
  display: inline-block;
  width: 1em;
  width: 20px;
  margin-left: -20px;
}

ul.clan-check-marks {
  list-style: none;
  margin-left: 1.1rem;
}
ul.clan-check-marks li::before {
  content: "✔";
  color: #657fad;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.clan-inline-price {
  display: inline;
}
.clan-inline-price .price-box {
  display: inline;
}

.clan-grid-square {
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #070f25;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}

.clan-grid-square-content {
  position: absolute;
  padding: 5%;
  height: 100%;
  width: 100%;
}
.clan-grid-square-content h3 {
  color: #fff;
}

.clan-image-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.clan-hero {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  margin-bottom: 1.25rem;
}

.view-fabric-in-magento,
.clan-link-button {
  cursor: pointer;
  cursor: hand;
}

.view-fabric-in-magento:active,
.view-fabric-in-magento:hover,
.clan-link-button:active,
.clan-link-button:hover {
  color: #fff;
}

.clan-section a.button,
.clan-fade-button,
.choose-fabric-option-button,
.view-fabric-in-magento,
.clan-link-button,
button, .button, .top-cart .btn-cart,
.top-cart .btn-checkout {
  cursor: pointer;
  cursor: hand;
  border-style: none;
  -webkit-border-radius: 2px !important; /* important because input type=submit tries to set it to 0 */
  -moz-border-radius: 2px !important;
  border-radius: 7px !important;
  font-size: 13px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #FFFFFF;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 4px 0px rgba(122, 122, 122, 0.6);
  background-color: #6983A9;
}
.clan-section a.button.small-button,
.clan-fade-button.small-button,
.choose-fabric-option-button.small-button,
.view-fabric-in-magento.small-button,
.clan-link-button.small-button,
button.small-button, .button.small-button, .top-cart .small-button.btn-cart,
.top-cart .small-button.btn-checkout {
  padding: 5px 15px;
}
.clan-section a.button .fa, .clan-section a.button .fas, .clan-section a.button .far,
.clan-fade-button .fa,
.clan-fade-button .fas,
.clan-fade-button .far,
.choose-fabric-option-button .fa,
.choose-fabric-option-button .fas,
.choose-fabric-option-button .far,
.view-fabric-in-magento .fa,
.view-fabric-in-magento .fas,
.view-fabric-in-magento .far,
.clan-link-button .fa,
.clan-link-button .fas,
.clan-link-button .far,
button .fa,
button .fas,
button .far, .button .fa, .top-cart .btn-cart .fa,
.top-cart .btn-checkout .fa, .button .fas, .top-cart .btn-cart .fas,
.top-cart .btn-checkout .fas, .button .far, .top-cart .btn-cart .far,
.top-cart .btn-checkout .far {
  display: inline-block;
  margin-right: 0.4375rem;
}
.clan-section a.button .far.icon-right, .clan-section a.button .fas.icon-right,
.clan-section a.button .fa.icon-right,
.clan-fade-button .far.icon-right,
.clan-fade-button .fas.icon-right,
.clan-fade-button .fa.icon-right,
.choose-fabric-option-button .far.icon-right,
.choose-fabric-option-button .fas.icon-right,
.choose-fabric-option-button .fa.icon-right,
.view-fabric-in-magento .far.icon-right,
.view-fabric-in-magento .fas.icon-right,
.view-fabric-in-magento .fa.icon-right,
.clan-link-button .far.icon-right,
.clan-link-button .fas.icon-right,
.clan-link-button .fa.icon-right,
button .far.icon-right,
button .fas.icon-right,
button .fa.icon-right, .button .far.icon-right, .top-cart .btn-cart .far.icon-right,
.top-cart .btn-checkout .far.icon-right, .button .fas.icon-right, .top-cart .btn-cart .fas.icon-right,
.top-cart .btn-checkout .fas.icon-right,
.button .fa.icon-right,
.top-cart .btn-cart .fa.icon-right,
.top-cart .btn-checkout .fa.icon-right {
  margin-right: 0;
  margin-left: 0.4375rem;
}
.clan-section a.button .clan-stretch,
.clan-fade-button .clan-stretch,
.choose-fabric-option-button .clan-stretch,
.view-fabric-in-magento .clan-stretch,
.clan-link-button .clan-stretch,
button .clan-stretch, .button .clan-stretch, .top-cart .btn-cart .clan-stretch,
.top-cart .btn-checkout .clan-stretch {
  text-align: center;
}
.clan-section a.button .old-price,
.clan-fade-button .old-price,
.choose-fabric-option-button .old-price,
.view-fabric-in-magento .old-price,
.clan-link-button .old-price,
button .old-price, .button .old-price, .top-cart .btn-cart .old-price,
.top-cart .btn-checkout .old-price {
  color: #fff;
}

.choose-fabric-option-button {
  width: 100%;
}

.choose-fabric-option-text {
  font-size: 12px;
  cursor: default;
}

.clan-section a.button:hover,
.choose-fabric-option-button:hover,
.view-fabric-in-magento:hover,
.clan-link-button:hover,
button:hover, .button:hover, .top-cart .btn-cart:hover,
.top-cart .btn-checkout:hover {
  background-color: #7b91b9;
}

.clan-section a.button.secondary,
button.secondary, .button.secondary, .top-cart .secondary.btn-cart,
.top-cart .secondary.btn-checkout {
  color: #333;
  border-bottom-color: #c5d3ec;
  box-shadow: 0 0 5px #cddcf7;
}
.clan-small-right-button {
  float: right;
  padding: 3px 13px;
  font-size: 9px;
}

.label {
  border-radius: 3px;
}
.label label {
  color: #fff;
}

.button.disabled:hover, .button.disabled, .top-cart .disabled.btn-cart,
.top-cart .disabled.btn-checkout {
  border-color: #a3a3a3;
}

.clan-fade-button.clan-disabled:hover,
.clan-fade-button {
  text-shadow: none;
  color: #919191;
  text-decoration: none;
  display: inline-block;
  border-color: #a3a3a3;
  background-color: #C9C9C9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#E3E3E3));
  background-image: -webkit-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -moz-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -ms-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -o-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: linear-gradient(to bottom, #C9C9C9, #E3E3E3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=$top, endColorstr=$bottom);
}

.clan-fade-button.clan-disabled:hover {
  cursor: default;
}

.clan-fade-button:hover {
  color: #545454;
  border-color: #a3a3a3;
  background-color: #C9C9C9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#E3E3E3));
  background-image: -webkit-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -moz-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -ms-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: -o-linear-gradient(top, #C9C9C9, #E3E3E3);
  background-image: linear-gradient(to bottom, #C9C9C9, #E3E3E3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=$top, endColorstr=$bottom);
}

.btn-checkout,
.btn-cart,
.call-to-action,
a.call-to-action,
.clan-section a.button.call-to-action,
.clan-section .top-cart a.call-to-action.btn-cart,
.top-cart .clan-section a.call-to-action.btn-cart,
.clan-section .top-cart a.call-to-action.btn-checkout,
.top-cart .clan-section a.call-to-action.btn-checkout,
.dialogue-button-continue-adding-to-basket,
.top-cart-checkout-button,
.headliner-view-button,
.headliner-choose-button,
.popup-buy-button,
.popup-load-button,
.popup-choose-button,
#product-addtocart-button {
  white-space: nowrap;
  background-color: #f39100;
}

.btn-checkout:hover,
.btn-cart:hover,
.clan-two-tone-button:hover .call-to-action,
.call-to-action:hover,
.call-to-action.disabled,
a.call-to-action:hover,
.clan-section a.button.call-to-action:hover,
.dialogue-button-continue-adding-to-basket:hover,
.top-cart-checkout-button:hover,
.headliner-view-button:hover,
.headliner-choose-button:hover,
.popup-buy-button:hover,
.popup-load-button:hover,
.popup-choose-button:hover,
#product-addtocart-button:hover {
  background-color: #ff9c00;
}

.clan-dark-orange-button {
  font-size: 16px;
  white-space: nowrap;
  background-color: #d27900;
  padding: 10px;
}

.clan-two-tone-button:hover .clan-dark-orange-button,
.clan-dark-orange-button:hover {
  background-color: #d27900;
}

.clan-dark-blue-button {
  background-color: #536e9d;
}

.clan-two-tone-button:hover .clan-dark-blue-button,
.clan-dark-blue-button:hover {
  background-color: #536e9d;
}

.stock-icon {
  width: 20px;
  position: relative;
  top: -1px;
  left: -2px;
  margin-right: 5px;
}

.clan-inline-input-button {
  display: table;
}
.clan-inline-input-button .clan-inline-input {
  display: table-cell;
  vertical-align: bottom;
}
.clan-inline-input-button .clan-inline-input input {
  height: 2.35em;
  margin: 0 !important;
  width: 100%;
  padding: 8px 10px;
}
.clan-inline-input-button .clan-inline-button {
  display: table-cell;
  vertical-align: bottom;
}
.clan-inline-input-button .clan-inline-button button {
  height: 3em;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  padding: 10px 20px 11px 20px;
  font-size: 11px;
  text-transform: uppercase;
}

.page-title {
  margin-bottom: 1.25rem;
}

/*
.clan-tabs {
    //overflow: hidden;
    border-bottom: 1px solid black;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    .page-title {
        display: table-cell;
        width: 100%;
    }
    .clan-tabs-right{
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
    }
    .clan-tabs-left{
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
    }
    .clan-tab {
        cursor: pointer; cursor: hand;
        padding: 10px;
        font-weight: bold;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
        @media only screen and (max-width: 40em){
            font-size: 12px;
            padding: 5px;
        }
    }
    .clan-tab.active {
        color: white;
        background: $clan-dark-blue;
    }
}
*/
.clan-tabs {
  border-bottom: 4px solid #fb9d23;
}
.clan-tabs .clan-tab {
  width: 25%;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  border-color: #3A4C7D;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  border-width: 0;
  position: relative;
  border-radius: 15px 15px 0 0;
  margin-right: -4px;
  vertical-align: bottom;
}
.clan-tabs .clan-tab:nth-child(1) {
  z-index: 9;
}
.clan-tabs .clan-tab:nth-child(2) {
  z-index: 8;
}
.clan-tabs .clan-tab:nth-child(3) {
  z-index: 7;
}
.clan-tabs .clan-tab:nth-child(4) {
  z-index: 6;
}
.clan-tabs .clan-tab:nth-child(5) {
  z-index: 5;
}
.clan-tabs .clan-tab:nth-child(6) {
  z-index: 4;
}
.clan-tabs .clan-tab:nth-child(7) {
  z-index: 3;
}
.clan-tabs .clan-tab:nth-child(8) {
  z-index: 2;
}
.clan-tabs .clan-tab:nth-child(9) {
  z-index: 1;
}
.clan-tabs .clan-tab:nth-child(10) {
  z-index: 0;
}
.clan-tabs .clan-tab.active {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  border-color: #9E6E1B;
  padding: 13px 23px 10px 23px;
  border-color: #fb9d23;
  border-radius: 15px 15px 0 0;
  z-index: 90;
}

.clan-tabs {
  border-bottom: 4px solid #1e3165;
}

.clan-tab {
  background: #f8f8ff;
  box-shadow: 1px -1px 0px 0px rgba(205, 220, 247, 0.5607843137);
  color: #4a4a4a;
}
.clan-tab:hover, .clan-tab.hover {
  background: #fff;
}

.clan-tab.active {
  color: white;
  background: #657fad;
}

.clan-buy-button {
  border-radius: 5px;
  color: white;
  font-weight: bold;
  padding: 12px 25px;
  margin-bottom: 0;
}

.clan-side-button {
  border-radius: 5px;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

ul.discs {
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}
ul.discs li {
  list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
h1.product-name, h2.product-name, h3.product-name, h4.product-name, h5.product-name, h6.product-name {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
h1 .clan-serif, h2 .clan-serif, h3 .clan-serif, h4 .clan-serif, h5 .clan-serif, h6 .clan-serif {
  font-family: "Cinzel", serif;
  font-weight: normal;
}

.clan-serif {
  font-family: "Cinzel", serif;
}

.clan-caveat {
  font-family: "Caveat", cursive, serif;
}

.clan-colour-swatch {
  box-shadow: -1px 1px 4px #b9b9b9;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.clan-img-strap {
  padding-bottom: 25%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 1.25rem;
  background-size: cover;
  background-position: center right;
  border-bottom: 1px solid #ccc;
}

.extra-padding .clan-img-strap {
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-bottom: 2.5rem;
}

.upper, .caps {
  text-transform: uppercase;
}

.small-caps {
  font-variant: small-caps;
}

.bold {
  font-weight: bold;
}

.close:before {
  content: "×";
}

.close {
  font-size: 48px;
  font-style: normal;
  cursor: pointer;
  cursor: hand;
  line-height: 0.5;
}

.close:hover {
  color: #7b91b9;
}

.close-fo i.close {
  font-size: 21px;
  color: #666;
  position: relative;
  top: 1px;
}
.close-fo i.close:hover {
  color: #000;
}

.header-settings-pane i.close {
  color: #ccc;
  float: right;
}
.header-settings-pane i.close:hover {
  color: #666;
}

.notice-inner .close,
#inchoo_global_messages_close .close {
  color: #ccc;
  position: absolute;
  right: 8px;
  top: 20px;
}
.notice-inner i.close:hover,
#inchoo_global_messages_close i.close:hover {
  color: #666;
}

.remove-giftcard,
.remove-discount {
  cursor: pointer;
  cursor: hand;
}
.remove-giftcard i.close,
.remove-discount i.close {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.remove-giftcard:hover,
.remove-discount:hover {
  color: #000;
}
.remove-giftcard:hover i.close,
.remove-discount:hover i.close {
  color: #000;
}

.error-msg,
.success-msg,
.notice-msg {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.global-site-notice .notice-inner,
.clan-msg-inner {
  padding: 0 1.25rem;
  max-width: 1134px;
  margin: 0 auto;
  position: relative;
}

.clan-msg-display {
  display: none;
}

.global-site-notice,
.clan-error,
.clan-success,
.clan-notice {
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.625rem;
  position: relative;
}

.global-site-notice.noscript p {
  margin-bottom: 0;
}

.global-site-notice.noscript,
.clan-error {
  background: #ffcccc;
  color: #962626;
  border-bottom: 1px solid #efb3b3;
}

.clan-success {
  background: #d3ecd2;
  color: #345a2b;
  border-bottom: 1px solid #b6d494;
}

.clan-notice {
  background: #ffe189;
  color: #000;
  border-bottom: 1px solid #f7d4a2;
}

.clan-msg-close-button {
  float: right;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.clan-msg-close-button i.close {
  font-size: 30px;
  font-weight: normal;
}

.cssload-fond {
  position: relative;
  margin: auto;
  padding: 1.875rem;
}

.preloader-text {
  margin-top: 1.25rem;
  text-align: center;
}

.col-left.sidebar {
  clear: both;
}

@media only screen and (max-width: 40em) {
  .col-left {
    display: none;
  }
  .col-left.left-menu {
    display: block;
  }
}
.right-menu {
  display: none;
}

.left-menu {
  left: -1000px;
  border-right: 1px solid #666;
  z-index: 95;
}

.col2-left-layout .col-wrapper .sidebar.left-menu {
  width: 80%;
}

.right-menu {
  right: -1000px;
  border-left: 1px solid #666;
  z-index: 996;
}

.right-menu.two-col-right {
  left: -1000px;
  border-right: 1px solid #666;
}

.left-menu,
.right-menu {
  box-shadow: 0 0 1.25rem #666;
  top: 0;
  overflow: auto;
  height: 100%;
  position: fixed;
  display: none;
  padding: 1.25rem;
  width: 80%;
  min-width: 240px;
  max-width: 300px;
  overflow-y: auto;
  background: #FFF;
}
.left-menu .sidemenu-title,
.right-menu .sidemenu-title {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.left-menu .sidemenu-title h4,
.right-menu .sidemenu-title h4 {
  font-size: 20px;
  float: left;
  margin: 0;
}
.left-menu .sidemenu-title .sidemenu-close,
.right-menu .sidemenu-title .sidemenu-close {
  float: right;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .sidebar {
    display: none;
  }
  .left-menu .clan-section {
    border: 0;
    padding: 0;
    overflow: visible;
  }
  .left-menu .clan-section .clan-sidebar-link:last-child {
    border-bottom: 1px solid #ccc;
  }
  .left-menu .clan-section .kb-cat-block:last-child a {
    border-bottom: 1px solid #ccc;
  }
  .right-menu .clan-section {
    border: 0;
    padding: 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .col-left .sidemenu-close {
    display: none;
  }
}
.clan-nowrap {
  white-space: nowrap;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #343f51 !important;
  background-image: none;
  color: rgb(0, 0, 0);
}

.clan-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.clan-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tree,
.tree ul {
  margin: 0 0 0 0.5em; /* indentation */
  padding: 0;
  list-style: none;
  color: #369;
  position: relative;
}

.tree ul {
  margin-left: 0.5em;
} /* (indentation/2) */
.tree:before,
.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dotted;
}

.tree li {
  margin: 0;
  padding: 0 1.5em; /* indentation + .5em */
  line-height: 2em; /* default list item's `line-height` */
  position: relative;
}

.tree li:before {
  content: "";
  display: block;
  width: 10px; /* same with indentation */
  height: 0;
  border-top: 1px dotted;
  margin-top: -1px; /* border top width */
  position: absolute;
  top: 1em; /* (line-height/2) */
  left: 0;
}

.tree li:last-child:before {
  background: white; /* same with body background */
  height: auto;
  top: 1em; /* (line-height/2) */
  bottom: 0;
}

table.sp-methods {
  width: 100%;
  margin-top: 1.25rem;
}
table.sp-methods td {
  vertical-align: middle;
}
table.sp-methods input {
  margin: 0;
}
table.sp-methods .carrier {
  font-weight: bold;
}
table.sp-methods .fa-check {
  color: #4CAF50;
  text-shadow: 1px 1px 1px #9e9e9e;
}
table.sp-methods .fa-times {
  color: #bf2525;
  text-shadow: 1px 1px 1px #9e9e9e;
}
table.sp-methods .price {
  font-weight: bold;
  color: #6983A9;
}

.old-price {
  color: #989898;
  font-size: 12px;
}

.bundle-option-price .old-price {
  text-decoration: line-through;
}

button.clipboard-button .fa.fa-clipboard {
  margin: 0;
}

label, label.required {
  color: #1f2e56;
  font-size: 12px;
}

.clan-footnoted,
label.required {
  padding-right: 10px;
}
.clan-footnoted em,
label.required em {
  display: none;
}
.clan-footnoted:after,
label.required:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f069";
  position: relative;
  top: -4px;
  left: 2px;
  color: #f39100;
  font-size: 6px;
  margin-right: -10px;
}

.dynamic-input-tracker {
  font-size: 12px;
  top: -12px;
  position: relative;
  text-align: right;
}
.dynamic-input-tracker .current_price {
  font-weight: bold;
}

label span.maxlencount {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

.measurement-imperial sup, .measurement-imperial sub {
  font-size: 10px;
}

/*
#main, #footer {
    transition: 0.3s filter linear;
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    &.page-blur {
        -ms-filter: blur(5px);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px);
    }
}
*/
.corner-ribbon-box {
  position: relative;
}

.corner-ribbon {
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.corner-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#819BCB 0%, #536F9D 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}

.corner-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #536F9D;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #536F9D;
}

.corner-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #536F9D;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #536F9D;
}

.toggler-container {
  width: 160px;
  height: 36px;
  margin: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

.toggler-inner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.2em;
}

.toggler-inner-container:first-child {
  background: #e9e9e9;
  color: #a9a9a9;
}

.toggler-inner-container:nth-child(2) {
  background: #070f25;
  color: white;
  clip-path: inset(0 50% 0 0);
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}

.toggler-toggle {
  width: 50%;
  position: absolute;
  height: inherit;
  display: flex;
  box-sizing: border-box;
}

.toggler-toggle p {
  margin: auto;
}

.toggler-toggle:nth-child(1) {
  right: 0;
}

/*
    Most Popular Ribbon
*/
.mpop-ribbon {
  width: 50px;
  height: 70px;
  margin: 0px auto 0;
  position: absolute;
  overflow: hidden;
  top: -2px;
  right: 10px;
  pointer-events: none;
  cursor: pointer;
  cursor: hand;
}
.mpop-ribbon .inset {
  width: 100px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: -27px;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.mpop-ribbon .container {
  position: relative;
  width: 50px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto;
}
.mpop-ribbon .base {
  border-left: 1px solid #631a15;
  border-right: 1px solid #631a15;
  height: 50px;
  width: 50px;
  border-radius: 4px 4px 0 0;
  background: rgb(199, 59, 60);
  background: -moz-linear-gradient(top, rgb(199, 59, 60) 0%, rgb(184, 32, 31) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(199, 59, 60)), color-stop(100%, rgb(184, 32, 31)));
  background: -webkit-linear-gradient(top, rgb(199, 59, 60) 0%, rgb(184, 32, 31) 100%);
  background: -o-linear-gradient(top, rgb(199, 59, 60) 0%, rgb(184, 32, 31) 100%);
  background: -ms-linear-gradient(top, rgb(199, 59, 60) 0%, rgb(184, 32, 31) 100%);
  background: linear-gradient(top, rgb(199, 59, 60) 0%, rgb(184, 32, 31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c73b3c", endColorstr="#b8201f",GradientType=0 );
  position: relative;
  z-index: 2;
}
.mpop-ribbon .base:after { /*dark stitching*/
  border-radius: 4px 4px 0 0;
  content: "";
  position: absolute;
  top: 0;
  width: 46px;
  left: 1px;
  height: 50px;
  border-left: 1px dashed #842a24;
  border-right: 1px dashed #842a24;
}
.mpop-ribbon .base:before { /*light stitching*/
  border-radius: 4px 4px 0 0;
  content: "";
  position: absolute;
  top: 0;
  width: 46px;
  left: 2px;
  height: 50px;
  border-left: 1px dashed #da5050;
  border-right: 1px dashed #da5050;
}
.mpop-ribbon .tail-bg {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #631a15 transparent transparent transparent;
}
.mpop-ribbon .tail {
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #b8201f transparent transparent transparent;
}
.mpop-ribbon .mpop-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin-top: 5px;
}
.mpop-ribbon .mpop-text .mpop-most {
  font-size: 14px;
}
.mpop-ribbon .mpop-text .mpop-popular {
  font-size: 9px;
}
.mpop-ribbon .mpop-stars-top {
  margin-bottom: 2px;
}
.mpop-ribbon .mpop-stars-top .star-left {
  font-size: 5px;
  margin-right: 1px;
}
.mpop-ribbon .mpop-stars-top .star-middle {
  font-size: 8px;
  position: relative;
  top: -1px;
}
.mpop-ribbon .mpop-stars-top .star-right {
  margin-left: 1px;
  font-size: 5px;
}

.fabric-headliner-swatch .mpop-ribbon {
  right: 15px;
}

.mpop-ribbon-left {
  width: 120px;
  height: 40px;
  margin: 0px auto 0;
  position: absolute;
  overflow: hidden;
  top: 10px;
  right: 7px;
  pointer-events: none;
  cursor: pointer;
  cursor: hand;
}
.mpop-ribbon-left .inset {
  width: 50px;
  height: 100px;
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.mpop-ribbon-left .container {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
.mpop-ribbon-left .base {
  height: 40px;
  width: 100px;
  border-top: 1px solid #631a15;
  border-bottom: 1px solid #631a15;
  border-radius: 0 4px 4px 0;
  position: relative;
  left: 20px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c3f70+0,6c7fa2+100 */
  background: rgb(44, 63, 112); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(44, 63, 112) 0%, rgb(108, 127, 162) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(44, 63, 112) 0%, rgb(108, 127, 162) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(44, 63, 112) 0%, rgb(108, 127, 162) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2c3f70", endColorstr="#6c7fa2",GradientType=1 ); /* IE6-9 */
}
.mpop-ribbon-left .base:after { /*dark stitching*/
  border-radius: 0 4px 4px 0;
  content: "";
  position: absolute;
  top: 1px;
  width: 100px;
  left: 0;
  height: 36px;
  border-top: 1px dashed #1f3469;
  border-bottom: 1px dashed #1f3469;
}
.mpop-ribbon-left .base:before { /*light stitching*/
  border-radius: 0 4px 4px 0;
  content: "";
  position: absolute;
  top: 2px;
  width: 100px;
  left: 0;
  height: 36px;
  border-top: 1px dashed #607cc3;
  border-bottom: 1px dashed #607cc3;
}
.mpop-ribbon-left .tail-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #0d1731 transparent transparent;
}
.mpop-ribbon-left .tail {
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #2c3f70 transparent transparent;
}
.mpop-ribbon-left .mpop-text {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  font-weight: bold;
  width: 100px;
  line-height: 1;
  margin-top: 12px;
}
.mpop-ribbon-left .mpop-text .mpop-most {
  font-size: 14px;
}
.mpop-ribbon-left .mpop-text .mpop-popular {
  font-size: 9px;
}
.mpop-ribbon-left .mpop-stars-top {
  margin-bottom: 2px;
}
.mpop-ribbon-left .mpop-stars-top .star-left {
  font-size: 5px;
  margin-right: 1px;
}
.mpop-ribbon-left .mpop-stars-top .star-middle {
  font-size: 8px;
  position: relative;
  top: -1px;
}
.mpop-ribbon-left .mpop-stars-top .star-right {
  margin-left: 1px;
  font-size: 5px;
}

.clan-p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.particletext {
  text-align: center;
  position: relative;
}
.particletext.confetti > .particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite;
}
.particletext.confetti > .particle.c1 {
  background-color: rgba(76, 175, 80, 0.5);
}
.particletext.confetti > .particle.c2 {
  background-color: rgba(156, 39, 176, 0.5);
}

@keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  35% {
    transform: translateY(-800%) rotate(270deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
  }
}
@media only screen and (min-width:40.0625em) {
  .c404-spacer {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
  }
  .c404-spacer .c404-spacer-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c404-text {
  text-align: center;
}

.c404 {
  font-size: 100px;
  font-weight: bold;
  color: #1f3462;
  line-height: 1;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .c404 {
    font-size: 80px;
  }
}

.c404-page-not-found {
  font-size: 20px;
  font-weight: bold;
  color: #A2B0c7;
}

.c404-message {
  font-size: 18px;
}

.c404-help-section {
  margin-top: 40px;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .c404-help-section {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 40em) {
  .c404-help-section {
    margin-bottom: 40px;
  }
}

.woo404 {
  padding-left: 20px;
  padding-right: 20px;
}

.triangle-badge {
  position: relative;
}
.triangle-badge .triangle-badge-text {
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 14px;
  text-align: center;
}
.triangle-badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 16px;
  border-right-color: #ccc;
  border-top-color: #ccc;
}

.share-links {
  text-align: center;
}
.share-links .share-tuple {
  white-space: nowrap;
}
.share-links .share-button {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  font-size: 26px;
  padding: 0 4%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.share-links .share-button-facebook {
  color: #ccc;
}
.share-links .share-button-facebook:hover {
  color: #3b5998;
}
.share-links .share-button-twitter {
  color: #ccc;
}
.share-links .share-button-twitter:hover {
  color: #55acee;
}
.share-links .share-button-pinterest {
  color: #ccc;
}
.share-links .share-button-pinterest:hover {
  color: #cb2027;
}
.share-links .share-button-google-plus {
  color: #ccc;
}
.share-links .share-button-google-plus:hover {
  color: #dd4b39;
}
.share-links .share-button-email {
  color: #ccc;
}
.share-links .share-button-email:hover {
  color: #555;
}
.share-links .share-button-link {
  color: #ccc;
}
.share-links .share-button-link:hover {
  color: #657fad;
}
.share-links .share-url-container {
  margin: 20px;
  display: none;
}

.clan-two-tone-button {
  display: table;
  border-collapse: collapse;
  margin-bottom: 0;
}
.clan-two-tone-button .clan-two-tone-button-left {
  display: table-cell;
  vertical-align: middle;
}
.clan-two-tone-button .clan-two-tone-button-left .button, .clan-two-tone-button .clan-two-tone-button-left .top-cart .btn-cart, .top-cart .clan-two-tone-button .clan-two-tone-button-left .btn-cart,
.clan-two-tone-button .clan-two-tone-button-left .top-cart .btn-checkout,
.top-cart .clan-two-tone-button .clan-two-tone-button-left .btn-checkout {
  float: left;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.clan-two-tone-button .clan-two-tone-button-right {
  display: table-cell;
  vertical-align: middle;
}
.clan-two-tone-button .clan-two-tone-button-right .button, .clan-two-tone-button .clan-two-tone-button-right .top-cart .btn-cart, .top-cart .clan-two-tone-button .clan-two-tone-button-right .btn-cart,
.clan-two-tone-button .clan-two-tone-button-right .top-cart .btn-checkout,
.top-cart .clan-two-tone-button .clan-two-tone-button-right .btn-checkout {
  float: left;
  margin-left: -2px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.clan-two-tone-button .two-tone-button-inner {
  display: table;
}
.clan-two-tone-button .two-tone-button-inner .two-tone-button-inner-cell {
  display: table-cell;
  vertical-align: middle;
}

.clan-fill-table-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clan-fill-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clan-fill-table .clan-fill-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.clan-office-text {
  color: #cc32ef;
}

.clan-office-button {
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.75);
  border: none;
  color: #6d6d6d;
  text-shadow: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 50%, rgb(225, 225, 225) 51%, rgb(246, 246, 246) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 50%, rgb(225, 225, 225) 51%, rgb(246, 246, 246) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 50%, rgb(225, 225, 225) 51%, rgb(246, 246, 246) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}

.clan-office-button:hover {
  border: none;
  color: #6d6d6d;
  text-shadow: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+50,f2f2f2+51,f9f9f9+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 50%, rgb(242, 242, 242) 51%, rgb(249, 249, 249) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 50%, rgb(242, 242, 242) 51%, rgb(249, 249, 249) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 50%, rgb(242, 242, 242) 51%, rgb(249, 249, 249) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f9f9f9",GradientType=0 ); /* IE6-9 */
}

.product-internal-content {
  position: relative;
}

.product-internal-content-inner {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.product-internal-content-ids {
  display: inline-block;
  position: relative;
  left: -20px;
  bottom: 20px;
  font-family: monospace;
  font-size: 10px;
}

.header-banner {
  position: relative;
}
.header-banner .header-banner-content {
  display: block;
  max-width: 1134px;
  margin: 0 auto;
  padding: 0.625rem 1.25rem 0.625rem 35px;
  color: #fff;
}

#kilts-banner {
  background-color: #657fad;
}
#kilts-banner .header-banner-content {
  color: #E5E4E2;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
}

#jubilee-banner {
  background-color: #61007D;
}
#jubilee-banner .header-banner-content {
  color: #E5E4E2;
  text-align: center;
}

#welcome-to-scotwebs-new-home {
  position: relative;
  background-color: #657fad;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  #welcome-to-scotwebs-new-home {
    font-size: 14px;
    text-align: center;
  }
}
#welcome-to-scotwebs-new-home span {
  display: block;
  max-width: 1134px;
  margin: 0 auto;
  padding: 0.625rem 1.25rem 0.625rem 35px;
  color: #fff;
}

@media only screen and (max-width: 40em) {
  #content-main {
    padding-top: 0.625rem;
    margin: 0 auto 40px auto !important;
  }
  /* THIS IS THE MOST IMPORTANT GLOBAL OVERWRITE */
  .row,
  .col-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .clan-section .row,
  .columns .row {
    padding-left: 0;
    padding-right: 0;
  }
  .row .row,
  .clan-section .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    max-width: none;
    width: auto;
  }
  /*--FIN--*/
  .column-block {
    margin-bottom: 0.625rem;
  }
  .gutter-margin-bottom {
    margin-bottom: 0.625rem;
  }
  .clan-escape-gutter {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .homepage .homepage-slider-top-box {
    margin-bottom: 0.625rem !important;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: -0.625rem;
  }
  .homepage .homepage-slider-top-box .clan-section {
    border: none;
    border-radius: 0;
  }
  .product-view .product-essential .product-section,
  .clan-hero,
  .dcd-hero,
  .clan-section-square,
  .clan-section {
    margin-bottom: 0.625rem;
  }
  .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .col2-left-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper .col-main {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.load-more-items {
  display: flex;
  flex-wrap: wrap;
}

.load-more-item {
  flex-grow: 1;
  flex-basis: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 29.375em) {
  .load-more-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.load-more-pagination {
  text-align: center;
  padding: 20px 0 20px;
}

.load-more-item.crest-option {
  padding: 15px 5px 25px;
  text-align: center;
  cursor: pointer;
}
.load-more-item.crest-option .crest-option-image {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-more-item.crest-option .crest-option-image img {
  max-width: 100%;
  max-height: 100%;
}
.load-more-item.crest-option .crest-option-title {
  padding: 20px 0 20px;
}

@keyframes scaleIn {
  from {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  to {
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
.no-tartan-design-your-own,
.no-tartan-contact {
  float: none;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.contact-us-button {
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .contact-us-button {
    height: auto !important;
  }
}
.contact-us-button a {
  z-index: 2;
}
.contact-us-button .pulse {
  border-radius: 50%;
  background-color: #657fad;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.footer-contact {
  position: relative;
  display: inline-block;
}

.contact-us-button span, .footer-contact span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: white;
}
.contact-us-button .customer-service-rep, .footer-contact .customer-service-rep {
  height: 154px;
  width: 154px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/call_center_agent.jpg");
  background-size: cover;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.contact-us-button .customer-service-rep-overlay, .footer-contact .customer-service-rep-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+69,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  text-shadow: 0px 0px 7px rgb(150, 150, 150);
}

.homepage .homepage-slider-top-box {
  margin-bottom: 1.25rem;
}
.homepage #homepage-splide {
  position: absolute;
}
.homepage .slider-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.homepage .slider-container .slider a {
  display: block;
}
.homepage .slider-container .slider img {
  min-width: 100%;
}
.homepage .slider-container .slider .slick-dots {
  bottom: 20px;
  left: 20px;
  right: auto;
  z-index: 42;
  width: auto !important;
}
.homepage .slider-container .slider-caption-positioner {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  text-align: right;
  background: rgba(7, 15, 37, 0.5);
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.77+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#c4000000",GradientType=0 ); /* IE6-9 */
}
.homepage .slider-container .slider-caption-positioner .slider-caption-container {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption {
  padding: 2.5rem;
  padding-right: 3.75rem;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  pointer-events: none;
}
@media only screen and (max-width: 29.375em) {
  .homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption {
    padding: 0.625rem;
  }
}
.homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h1 {
  color: #fff;
  margin: 0;
  display: block;
  float: right;
  clear: both;
  font-size: 22px;
  font-family: "Montserrat-b", "Montserrat", sans-serif;
  font-weight: 700;
}
.homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h2 {
  color: #fff;
  display: block;
  float: right;
  clear: both;
  margin: 0;
  font-size: 18px;
}
.homepage .slider-container {
  width: 100%;
  padding-bottom: 31.3%;
}
.homepage .slider-container .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.homepage .slider-container .slider-caption-positioner {
  bottom: -1px;
}
@media only screen and (max-width: 40em) {
  .homepage .slider-container {
    padding-bottom: 31.3%;
  }
}
.homepage .slider-not-first img {
  display: none;
}
.homepage .slick-initialized img {
  display: block;
}
.homepage .square-image-fabric {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/square/fabric.jpg");
  background-size: cover;
}
.homepage .square-image-highlandwear {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/square/highlandwear.jpg");
  background-size: cover;
}
.homepage .square-image-men {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/square/men.jpg");
  background-size: cover;
}
.homepage .square-image-women {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/square/women.jpg");
  background-size: cover;
}
.homepage .dcd-hero {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
}
.homepage .dcd-hero .dcd-hero-bg {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/fabrics2.jpg");
  background-size: cover;
  padding-bottom: 32%;
  overflow: hidden;
  /* Where did this go? good for more control responsive etc
  .dcd-overlay {
      display: none;
      position: absolute;
      top: $column-gutter;
      left: $column-gutter;
      width: 15%;
      opacity: 0.75;
  }
  */
}
.homepage .dcd-hero .dcd-hero-strap {
  background: #121e40;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.homepage .dcd-hero .dcd-hero-strap h5 {
  color: #fff;
}
.homepage .dcd-hero .dcd-hero-strap .dcd-hero-strap-text {
  max-width: 640px;
}
.homepage .dcd-hero .dcd-hero-strap .clan-link {
  color: #fff;
  text-align: right;
}
@media only screen and (min-width:56.3125em) {
  .homepage .dcd-hero .dcd-hero-strap {
    max-width: 350px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: inline-block;
  }
}
@media only screen and (min-width:56.3125em) and (max-width:71.4375em) {
  .homepage .dcd-hero .dcd-hero-strap {
    font-size: 16px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .homepage .dcd-hero .dcd-hero-strap {
    font-size: 16px;
  }
}
@media only screen and (max-width: 40em) {
  .homepage .dcd-hero {
    margin-bottom: 0.625rem;
  }
  .homepage .dcd-hero .dcd-hero-strap {
    font-size: 16px;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage .dcd-hero .dcd-hero-strap {
    font-size: 14px;
  }
}
.homepage .homepage-fabric-feature {
  min-height: 150px;
  padding-bottom: 44.6%;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-fabric {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-fabric-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: repeat;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-fabric-scroll {
  position: relative;
  height: 100%;
  width: 100%;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-fabric-scroll.scrolling {
  animation-name: upscroll;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@keyframes upscroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-fabric-overlay {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 2px #000;
  padding: 1.25rem 1.25rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+94 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-name {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 22px;
}
@media only screen and (max-width: 29.375em) {
  .homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-featured-name {
    font-size: 18px;
  }
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-count {
  color: #A2B0c7;
}
@media only screen and (max-width: 29.375em) {
  .homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-count {
    font-size: 12px;
  }
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-nav {
  z-index: 1;
  display: none;
  font-size: x-large;
  font-weight: bold;
  color: white;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-nav div {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  cursor: hand;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-nav div:hover {
  opacity: 1;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-nav .fabric-feature-nav-back {
  left: 0;
}
.homepage .homepage-fabric-feature .fabric-feature-backgrounds .fabric-feature-nav .fabric-feature-nav-forward {
  right: 0;
}
.homepage .homepage-fabric-feature:hover .fabric-feature-nav {
  display: block;
}
.homepage .finder-title {
  color: #fff;
  text-shadow: -1px 2px 5px rgb(0, 0, 0);
  font-size: 22px;
  font-weight: bold;
}
.homepage .fabric-finder-container {
  position: relative;
}
.homepage .fabric-finder-container .fabric-finder-view-all {
  max-width: 250px;
  margin: 0 auto;
}
.homepage .homepage-clan-finder .overlay-band-image {
  background-position: 55% 39%;
  background-size: 181%;
}
.homepage .homepage-fabric-finder {
  letter-spacing: 1px;
}
.homepage .homepage-fabric-finder .fabric-finder-search-and-links .clan-input-button-container {
  margin: 0 auto;
  max-width: 250px;
  margin-bottom: 10px;
}
.homepage .homepage-fabric-finder .cat-name-view-all {
  margin-top: 17px;
}
.homepage .homepage-fabric-finder .cat-name {
  pointer-events: none;
}
.homepage .homepage-fabric-finder .cat-name .clan-input-button-container {
  pointer-events: auto;
}
.homepage .homepage-fabric-finder a, .homepage .homepage-fabric-finder a:active, .homepage .homepage-fabric-finder a:hover {
  color: white;
}
.homepage .homepage-fabric-finder h3.finder-title {
  font-size: 24px;
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .homepage .homepage-fabric-finder .finder-title {
    display: none;
  }
  .homepage .homepage-fabric-finder .fabric-filter-name-search {
    display: none;
  }
  .homepage .homepage-fabric-finder .view-all-label {
    display: none;
  }
  .homepage .homepage-fabric-finder i {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .homepage .homepage-fabric-finder .finder-title {
    display: none;
  }
  .homepage .homepage-fabric-finder .fabric-filter-name-search {
    display: none;
  }
  .homepage .homepage-fabric-finder .view-all-label {
    display: none;
  }
  .homepage .homepage-fabric-finder i {
    display: none;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage .homepage-fabric-finder .fabric-finder-view-all .clan-big {
    font-size: 14px;
  }
}
.homepage .about-us {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/about_us/welcome.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage .help_centre {
  height: 100%;
}
.homepage .help_centre img.ebook {
  margin-bottom: 10px;
}
.homepage .homepage-category {
  position: relative;
}
.homepage .cat-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homepage .homepage-products-grid {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.homepage .homepage-products-grid:before, .homepage .homepage-products-grid:after {
  content: " ";
  display: table;
}
.homepage .homepage-products-grid:after {
  clear: both;
}
.homepage .homepage-products-grid > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
.homepage .homepage-products-grid > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 33.3333333333%;
}
.homepage .homepage-products-grid > li:nth-of-type(1n) {
  clear: none;
}
.homepage .homepage-products-grid > li:nth-of-type(3n+1) {
  clear: both;
}
.homepage .homepage-review-image {
  min-width: 100px;
}
.homepage #customer-reviews li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.homepage #customer-reviews li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 29.375em) {
  .homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h1 {
    font-size: 14px;
  }
}
@media only screen and (min-width:29.375em) and (max-width:40em) {
  .homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width:29.375em) and (max-width:40em) {
  .homepage .slider-container .slider-caption-positioner .slider-caption-container .slider-caption h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage .slider-container .slider .slick-dots li button:before {
    display: none;
  }
}
.homepage table.extra-deals {
  width: 100%;
}
.homepage table.extra-deals td {
  text-align: center;
}
@media only screen and (max-width: 29.375em) {
  .homepage .hp-row-1-col-1 {
    width: 50% !important;
  }
  .homepage .hp-row-1-col-3 {
    width: 50% !important;
  }
  .homepage .hp-row-1-col-2 {
    display: none;
  }
}

.homepage-categories .cat-name {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,070e26+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(7, 14, 38, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(7, 14, 38, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(7, 14, 38, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6070e26",GradientType=0 ); /* IE6-9 */
  text-shadow: 0px 0px 7px rgb(150, 150, 150);
}
@media only screen and (min-width:56.3125em) {
  .homepage-categories .cat-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage-categories .homepage-category {
    width: 50% !important;
  }
}
.homepage-categories .hp-cat-tiny-only {
  display: none;
}
@media only screen and (max-width: 29.375em) {
  .homepage-categories .hp-cat-tiny-only {
    display: block;
  }
}

/**
 * Also has 'border' styling in _bfs.scss
*/
body {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}

#footer {
  flex: none;
}

#main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  body {
    height: 1024px;
  }
}
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body {
    height: 768px;
  }
}
/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
  body {
    height: 500px;
  }
}
/*
.sticky-footer-table {
    width: 100%;
    //max-width: $site-max-width;
    height: 100%;
    min-height: 100%;
    //margin: 0 auto;
}

.sticky-footer-table{
    display: table;
}

.sticky-footer-row {
    display: table-row;
    height: 1px;
}

.sticky-footer-stretch {
    display: table-row; // This has to stay or it won't fill the height in ff.
    height: 100%;
    position: relative;
}

.sticky-footer-stretch > div {
    min-height: 100%;
}

.not-sticky-footer {
    //max-width: $site-max-width;
    height: 100%;
    min-height: 100%;
    //margin: 0 auto;
}
*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: rgb(32, 152, 209);
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000"); /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

.mpblog-archives .block-content {
  padding-top: 5px;
}
.mpblog-archives .block-content .actions {
  margin: 0;
}

#mpblog .block-title {
  margin-bottom: 0.625rem;
}
#mpblog .block-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#mpblog .mobile section.content .swipe-me,
#mpblog .desktop section.content .swipe-me {
  margin-top: 0 !important;
  margin-right: 10px !important;
}
#mpblog #mpblog_sidebar_search .mpblog-search .block-content input.input-text {
  width: 100%;
}
#mpblog #mpblog_sidebar_recent_posts .mpblog-recentposts ul li i.glyphicons {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 5px;
}
#mpblog #mpblog_sidebar_recent_posts .posted-by {
  font-size: 13.3333px;
}
#mpblog #mpblog_sidebar_recent_posts .mpblog-recentposts ul li i.glyphicons:before {
  font-size: 16px;
}
#mpblog .desktop.two-columns-left aside.left,
#mpblog .desktop.two-columns-right aside.left,
#mpblog .desktop.two-columns-left aside.right,
#mpblog .desktop.two-columns-right aside.right {
  width: 100% !important;
  float: none !important;
}
#mpblog .desktop.two-columns-left section.content,
#mpblog .desktop.two-columns-right section.content {
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}
#mpblog .mpblog-post .mp-content {
  max-width: 800px;
  margin: 0 auto;
}
#mpblog .mpblog-post .mp-content img {
  width: auto;
  max-width: 100% !important;
}
#mpblog .mpblog-post .thumbnail-container {
  margin-bottom: 1rem;
}
#mpblog .mpblog-post .post-thumbnail {
  height: 20rem;
  margin-bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
#mpblog .block-title strong {
  display: inline;
}
#mpblog .left .block,
#mpblog .right .block {
  margin-bottom: 1.25rem;
}
#mpblog .mp-details {
  margin-top: 20px;
}
#mpblog .swblog-preamble hr {
  margin-bottom: 2.1875rem;
}
#mpblog .mp-post-header {
  margin-bottom: 1.0625rem;
}
#mpblog .mp-blog-head {
  padding-top: 20px;
}
#mpblog .mp-blog-head .blog-head-cat {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
#mpblog .mp-blog-head h1 {
  float: none;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 35px;
}
#mpblog .mpblog-recentposts .thumbnail {
  float: none;
  border: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
}
#mpblog .mpblog-container.list .mp-pager {
  border-top: none;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#mpblog .comments-action {
  margin-right: 20px;
}
#mpblog .mpblog-comments-container .mp-comment-content {
  background: #FFF;
  border: none;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}
#mpblog .mpblog-comments-container .mp-comment-content.my-comment {
  border-color: #657fad;
  color: #444;
}
#mpblog .mpblog-comments-container .mp-comment-content.admin-comment {
  background-color: #f2f4f6;
}
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-admin-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 200px;
  max-height: 100%;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: 10;
}
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-author,
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-date,
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-willapprove {
  float: none;
  margin-right: 3px;
  color: #000;
}
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-header,
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-content-message,
#mpblog .mpblog-comments-container .mp-comment-content .form-actions {
  position: relative;
  z-index: 20;
}
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-date {
  color: #9a9a9a;
}
#mpblog .mpblog-comments-container .mp-comment-content .mp-comment-willapprove {
  display: block;
  color: #962626;
  font-style: normal;
}
#mpblog .mpblog-comments-container .mp-comment-content .form-actions {
  margin-top: 15px;
}
#mpblog .mpblog-list.list .mp-read-more {
  float: right;
}
#mpblog .mpblog-list .post-thumbnail {
  height: auto;
  max-height: 25rem;
}
#mpblog .mpblog-list .mp-post-header {
  margin-bottom: 0;
  padding: 20px 20px 10px 20px;
}
#mpblog .mpblog-list .mp-post-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
#mpblog .mpblog-list .mp-post-header h2 a {
  text-decoration: none;
}
#mpblog .mpblog-list .mp-header, #mpblog .mpblog-list .mp-content, #mpblog .mpblog-list .mp-details {
  padding-left: 20px;
  padding-right: 20px;
}
#mpblog .mpblog-list .mp-tags {
  margin-bottom: 20px;
}

/* Nicks css */
#mpblog .mpblog-post {
  /* --- Base & Resets --- */
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #FAF8F1; /* Linen/Warm Off-white */
  line-height: 1.7;
  letter-spacing: 0.015em;
  /* --- Blog Post Layout & Structure --- */
  /* --- ADDED/MODIFIED: Post Navigation Top Link --- */
  /* --- End Post Navigation Top Link --- */
  /* --- Typography --- */
  /* --- Post Meta (Date/Author) --- */
  /* MERGED & UPDATED Rules */
  /* --- Images & Captions --- */
  /* --- Post Footer / Tags --- */
  /* --- Responsiveness --- */
}
#mpblog .mpblog-post main {
  max-width: 100%;
}
#mpblog .mpblog-post .blog-post {
  max-width: 750px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
#mpblog .mpblog-post .post-navigation-top {
  margin-bottom: 2.5rem; /* Increased space below link */
  font-size: 0.95em; /* Slightly larger */
  padding-bottom: 0.5rem; /* Add a little space below text */
  /* border-bottom: 1px dotted #ccc; */ /* Optional subtle separator */
}
#mpblog .mpblog-post .post-navigation-top a {
  color: #777; /* Subtle grey color */
  text-decoration: none;
  font-weight: 500; /* Slightly bolder */
  transition: color 0.2s ease-in-out; /* Smooth hover */
}
#mpblog .mpblog-post .post-navigation-top a:hover {
  color: #d9534f; /* Accent color on hover */
  text-decoration: none; /* Keep no underline */
}
#mpblog .mpblog-post .blog-post__header {
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #d9534f;
  padding-bottom: 1.5rem;
  /* NOTE: H1 margin top might be affected by nav link margin */
}
#mpblog .mpblog-post .blog-sections {
  margin-top: 2rem;
}
#mpblog .mpblog-post .blog-section {
  margin-bottom: 3rem;
}
#mpblog .mpblog-post .blog-section:last-of-type {
  border-bottom: none;
}
#mpblog .mpblog-post .blog-section--conclusion {
  margin-top: 2rem;
  border-top: 1px solid #e1e1e1;
  padding-top: 1.5rem;
}
#mpblog .mpblog-post h1, #mpblog .mpblog-post h2 {
  font-family: Georgia, Times, serif;
  color: #1a2a4d;
  letter-spacing: normal;
}
#mpblog .mpblog-post h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 0; /* H1 will now sit right below the nav link's bottom margin */
  margin-bottom: 0.5rem;
}
#mpblog .mpblog-post h2 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.25rem;
}
#mpblog .mpblog-post .blog-post__subtitle {
  font-size: 1.25rem;
  color: #555;
  margin-top: 0;
  margin-bottom: 1.5rem; /* Space before meta */
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}
#mpblog .mpblog-post .blog-post__summary p,
#mpblog .mpblog-post .section-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#mpblog .mpblog-post p:last-child,
#mpblog .mpblog-post ul:last-child,
#mpblog .mpblog-post ol:last-child {
  margin-bottom: 0;
}
#mpblog .mpblog-post .section-text {
  margin-bottom: 1.5rem;
}
#mpblog .mpblog-post p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#mpblog .mpblog-post b, #mpblog .mpblog-post strong {
  font-weight: bold;
  letter-spacing: normal;
}
#mpblog .mpblog-post i, #mpblog .mpblog-post em {
  font-style: italic;
}
#mpblog .mpblog-post ul, #mpblog .mpblog-post ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
#mpblog .mpblog-post li {
  margin-bottom: 0.5rem;
}
#mpblog .mpblog-post li:last-child {
  margin-bottom: 0;
}
#mpblog .mpblog-post .post-meta {
  font-size: 0.9em;
  color: #666; /* Slightly darker than default */
  margin-top: 0; /* Reset from negative */
  margin-bottom: 2rem; /* More space after meta */
  padding: 0.6em 1em; /* Padding around text */
  text-align: center; /* Center align */
  background-color: #f8f8f8; /* Light grey background */
  border-radius: 4px; /* Slightly rounded corners */
  border: 1px solid #eee; /* Subtle border */
}
#mpblog .mpblog-post .post-meta__separator {
  margin: 0 0.75em; /* Slightly more space around separator */
}
#mpblog .mpblog-post .post-meta__date,
#mpblog .mpblog-post .post-meta__author {
  /* Styles specific to date or author spans if needed */
  /* e.g., font-weight: 500; */
}
#mpblog .mpblog-post .post-meta time {
  /* Inherits styles, specific overrides if needed */
}
#mpblog .mpblog-post .section-image {
  margin: 1.5rem 0 1rem 0;
  padding: 0;
  text-align: center;
}
#mpblog .mpblog-post .section-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.5rem auto;
  border: 1px solid #e1e1e1;
}
#mpblog .mpblog-post .section-image figcaption {
  display: block;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  font-style: italic;
  padding: 0 0.5rem;
  line-height: 1.4;
  letter-spacing: normal;
}
#mpblog .mpblog-post .post-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
#mpblog .mpblog-post .post-tags strong {
  margin-right: 0.5em;
}
#mpblog .mpblog-post .post-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#mpblog .mpblog-post .post-tags li {
  display: inline-block;
  background-color: #eee;
  padding: 0.2em 0.6em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  font-size: 0.85em;
}
@media (max-width: 600px) {
  #mpblog .mpblog-post {
    /* Adjust meta padding on small screens */
  }
  #mpblog .mpblog-post h1 {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  #mpblog .mpblog-post h2 {
    font-size: 1.4rem;
  }
  #mpblog .mpblog-post .blog-post__subtitle {
    font-size: 1.1rem;
  }
  #mpblog .mpblog-post .blog-post {
    padding: 1rem;
    margin: 1rem auto;
    /* box-shadow: none; */
  }
  #mpblog .mpblog-post .blog-section {
    margin-bottom: 2rem;
  }
  #mpblog .mpblog-post .section-image {
    margin-top: 1rem;
  }
  #mpblog .mpblog-post ul, #mpblog .mpblog-post ol {
    padding-left: 1.2rem;
  }
  #mpblog .mpblog-post .post-meta {
    padding: 0.5em 0.8em;
    margin-bottom: 1.5rem;
  }
}

/* Category Cross-Promotion Widget */
.category-cross-promotion {
  margin: 40px 0;
  padding: 20px;
  border: 2px dashed #28A745;
  border-radius: 8px;
  background: #F8FFF9;
  text-align: center;
}

.category-cross-promotion .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.category-cross-promotion .product-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.category-cross-promotion .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.category-cross-promotion .product-image {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  background: #F5F5F5;
  position: relative;
}

.category-cross-promotion .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-cross-promotion .product-description-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  font-size: 12px;
  line-height: 1.3;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease;
}

.category-cross-promotion .product-card:hover .product-description-overlay {
  opacity: 1;
}

.category-cross-promotion .product-name {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.category-cross-promotion .product-price {
  color: #007BFF;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.category-cross-promotion .view-product-btn {
  background: #007BFF;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.category-cross-promotion .view-product-btn:hover {
  background: #0056B3;
}

/* Product Cross-Promotion Widget */
.product-cross-promotion {
  margin: 40px 0;
  padding: 20px;
  border: 2px dashed #FFC107;
  border-radius: 8px;
  background: #FFFEF8;
  text-align: center;
}

.product-cross-promotion .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.product-cross-promotion .product-card {
  background: white;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-cross-promotion .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-cross-promotion .product-image {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-cross-promotion .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cross-promotion .product-description-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-cross-promotion .product-card:hover .product-description-overlay {
  opacity: 1;
  transform: translateY(0);
}

.product-cross-promotion .product-name {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.product-cross-promotion .product-price {
  color: #007BFF;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.product-cross-promotion .view-product-btn {
  background: #FFC107;
  color: #856404;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.product-cross-promotion .view-product-btn:hover {
  background: #E0A800;
}

/* Responsive Design */
@media (max-width: 768px) {
  .category-cross-promotion .product-grid,
  .product-cross-promotion .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .category-cross-promotion .product-grid,
  .product-cross-promotion .product-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .category-cross-promotion,
  .product-cross-promotion {
    padding: 15px;
    margin: 20px 0;
  }
}
/* copied response data from https://fonts.googleapis.com/css?family=PT+Sans */
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExdGM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExdGM.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExdGM.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat-b";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat-b";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat-b";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat-b";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat-b";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Caveat Regular"), local("Caveat-Regular"), url(https://fonts.gstatic.com/s/caveat/v8/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Caveat Regular"), local("Caveat-Regular"), url(https://fonts.gstatic.com/s/caveat/v8/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Caveat Regular"), local("Caveat-Regular"), url(https://fonts.gstatic.com/s/caveat/v8/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Caveat Regular"), local("Caveat-Regular"), url(https://fonts.gstatic.com/s/caveat/v8/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Italianno";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/italianno/v11/dg4n_p3sv6gCJkwzT6RXhpwocwM.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Italianno";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/italianno/v11/dg4n_p3sv6gCJkwzT6RXiJwo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#design-browse-title {
  margin-bottom: 1.25rem;
}

#design-browse-strap {
  margin: 0 auto;
  margin-top: -0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.popup #design-browse-title {
  display: none;
}

.search-results-body #design-browse-title {
  display: none;
}

#fabrics-search-top .fabric-filter-name-search {
  margin-bottom: 1.25rem;
}

.search-tartan-preview .search-tartan-preview-title {
  overflow: hidden;
}
.search-tartan-preview .search-tartan-preview-title-left {
  float: left;
}
.search-tartan-preview .search-tartan-preview-title-right {
  float: right;
  margin-top: 0.4rem;
  padding: 0 0.4rem;
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .search-tartan-preview .fabric-swatches li.swatch:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .search-tartan-preview .fabric-swatches li.swatch:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .search-tartan-preview .fabric-swatches li.swatch:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 29.375em) {
  .search-tartan-preview .fabric-swatches li.swatch:nth-child(n+3) {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .clantheme-family-index .family-fabrics-swatches,
  .clantheme-family-index .fabric-swatches,
  .search-results-body .family-fabrics-swatches,
  .search-results-body .fabric-swatches,
  .fb-results .family-fabrics-swatches,
  .fb-results .fabric-swatches {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
}
.clantheme-family-index .family-fabrics-swatches .swatch,
.clantheme-family-index .fabric-swatches .swatch,
.search-results-body .family-fabrics-swatches .swatch,
.search-results-body .fabric-swatches .swatch,
.fb-results .family-fabrics-swatches .swatch,
.fb-results .fabric-swatches .swatch {
  width: 33.33%;
  padding: 0.625rem;
  float: left;
}
@media only screen and (max-width: 40em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    width: 33.33%;
  }
}
@media only screen and (max-width: 29.375em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    width: 50%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    width: 50%;
  }
}
@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    width: 33.33%;
  }
}
@media only screen and (min-width:56.3125em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    width: 25%;
  }
}
@media only screen and (max-width: 40em) {
  .clantheme-family-index .family-fabrics-swatches .swatch,
  .clantheme-family-index .fabric-swatches .swatch,
  .search-results-body .family-fabrics-swatches .swatch,
  .search-results-body .fabric-swatches .swatch,
  .fb-results .family-fabrics-swatches .swatch,
  .fb-results .fabric-swatches .swatch {
    padding: 10px 4px;
  }
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner,
.search-results-body .fabric-swatches .swatch .swatch-inner,
.fb-results .family-fabrics-swatches .swatch .swatch-inner,
.fb-results .fabric-swatches .swatch .swatch-inner {
  border-color: #e7e7e7;
  border-radius: 3px 3px 6px 6px;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner:hover h2,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner:hover h2,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner:hover h2,
.search-results-body .fabric-swatches .swatch .swatch-inner:hover h2,
.fb-results .family-fabrics-swatches .swatch .swatch-inner:hover h2,
.fb-results .fabric-swatches .swatch .swatch-inner:hover h2 {
  color: #368cec;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img,
.search-results-body .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img,
.fb-results .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new img {
  transform: scale(1.07);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.search-results-body .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.fb-results .family-fabrics-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.fb-results .fabric-swatches .swatch .swatch-inner:hover .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay {
  height: 33.5px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner a,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner a,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner a,
.search-results-body .fabric-swatches .swatch .swatch-inner a,
.fb-results .family-fabrics-swatches .swatch .swatch-inner a,
.fb-results .fabric-swatches .swatch .swatch-inner a {
  display: block;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-inner-main,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-inner-main,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-inner-main,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-inner-main,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-inner-main,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-inner-main {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  transition: all 400ms;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title-container,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title-container,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title-container,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title-container,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title-container,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-title-container {
  display: table;
  width: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0.4166666667rem 0.625rem;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title h2,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title h2,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-title h2 {
  font-size: 14px;
}
@media only screen and (max-width: 29.375em) {
  .clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
  .clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title h2,
  .search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
  .search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title h2,
  .fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title h2,
  .fb-results .fabric-swatches .swatch .swatch-inner .swatch-title h2 {
    font-size: 12px;
  }
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title .clan-link,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title .clan-link,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title .clan-link,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title .clan-link,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title .clan-link,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-title .clan-link {
  margin-top: 0;
  margin-bottom: 0;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-title-matched,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-title-matched,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-title-matched,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-title-matched,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-title-matched,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-title-matched {
  font-weight: normal;
  color: #666 !important;
  font-size: 14px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new.no-bottom-pad {
  height: 0;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-image-new-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .swatch-instock {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite {
  position: absolute;
  right: 6px;
  font-size: 20pt;
  opacity: 0.5;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite .enabled {
  display: none;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite i {
  color: white;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active {
  opacity: 1;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .enabled {
  display: inline;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite.active .disabled {
  display: none;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover {
  opacity: 1;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .enabled {
  display: inline;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover .disabled {
  display: none;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .enabled {
  display: none;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-main-new .favourite:hover.active .disabled {
  display: inline;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right {
  overflow: hidden;
  float: left;
  width: 49%;
  position: relative;
  padding-bottom: 15%;
  margin-top: 5px;
  margin-left: 1%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left {
  overflow: hidden;
  float: left;
  width: 49%;
  margin-top: 5px;
  margin-right: 1%;
  position: relative;
  padding-bottom: 15%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full {
  position: relative;
  padding-bottom: 15%;
  overflow: hidden;
  margin-top: 5px;
  width: 100%;
  float: left;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container-new .swatch-image-secondary-new-full img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-container,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-container,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-container,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-container {
  max-width: 150px;
  width: 70%;
  margin: 11px auto;
  position: relative;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transition: all 0.15s ease;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image img.swatch-over-outline {
  width: 98%;
  top: 1%;
  left: 1%;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-2-l,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-2-l,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-2-l {
  position: absolute;
  top: 20%;
  left: -25%;
  width: 64%;
  z-index: 5;
  perspective: 400px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-2-l img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-2-l img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-l img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-2-l img {
  transform: rotateY(40deg);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-r,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-2-r,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-r,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-2-r,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-2-r,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-2-r {
  width: 100%;
  top: 1%;
  left: 5%;
  z-index: 10;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-3-l,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-3-l,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-3-l {
  position: absolute;
  top: 20%;
  left: -25%;
  width: 64%;
  z-index: 5;
  perspective: 400px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-3-l img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-3-l img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-l img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-3-l img {
  transform: rotateY(40deg);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-m,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-3-m,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-m,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-3-m,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-m,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-3-m {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-3-r,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-3-r,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-3-r {
  position: absolute;
  top: 20%;
  right: -25%;
  width: 64%;
  z-index: 10;
  perspective: 400px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r img,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-image-3-r img,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r img,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-image-3-r img,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-image-3-r img,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-image-3-r img {
  transform: rotateY(-40deg);
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-price,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-price,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-price,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-price,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-price,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-price {
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center;
  color: #888;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-price .special-price,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-price .special-price,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-price .special-price,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-price .special-price,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-price .special-price,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-price .special-price {
  display: inline-block;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price-with-from,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-price .old-price-with-from,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price-with-from,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-price .old-price-with-from,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price-with-from,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-price .old-price-with-from {
  text-decoration: line-through;
  color: #989898;
  font-size: 12px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-price .old-price,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-price .old-price,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-price .old-price,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-price .old-price {
  text-decoration: line-through;
  color: #989898;
  font-size: 12px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .swatch-price-from-label,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .swatch-price-from-label,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .swatch-price-from-label,
.search-results-body .fabric-swatches .swatch .swatch-inner .swatch-price-from-label,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .swatch-price-from-label,
.fb-results .fabric-swatches .swatch .swatch-inner .swatch-price-from-label {
  display: inline-block;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-inner .ri-swatch-price,
.clantheme-family-index .fabric-swatches .swatch .swatch-inner .ri-swatch-price,
.search-results-body .family-fabrics-swatches .swatch .swatch-inner .ri-swatch-price,
.search-results-body .fabric-swatches .swatch .swatch-inner .ri-swatch-price,
.fb-results .family-fabrics-swatches .swatch .swatch-inner .ri-swatch-price,
.fb-results .fabric-swatches .swatch .swatch-inner .ri-swatch-price {
  display: inline-block;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-button,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-button,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-button,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-button,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-button,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-button {
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 0.625rem;
  cursor: pointer;
  font-size: 10px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-button .fas,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-button .fas,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-button .fas,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-button .fas,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-button .fas,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-button .fas {
  margin-right: 2px;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-more-info,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-more-info,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-more-info {
  background-color: #e8e8e8;
  transition: all 0.3s ease;
  color: #333;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info:hover,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-more-info:hover,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info:hover,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-more-info:hover,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-more-info:hover,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-more-info:hover {
  background-color: #e8e8e8;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-left,
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-right,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-button-left,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-button-right,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-left,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-right,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-button-left,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-button-right,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-left,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-button-right,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-button-left,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-button-right {
  width: 50%;
  float: left;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-fabrics,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-fabrics,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-fabrics {
  background-color: #485e86;
  transition: all 0.3s ease;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics:hover,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-fabrics:hover,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics:hover,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-fabrics:hover,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-fabrics:hover,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-fabrics:hover {
  background-color: #536e9d;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-products,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-products,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-products,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-products,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-products,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-products {
  background-color: #91a4c5;
  transition: all 0.3s ease;
}
.clantheme-family-index .family-fabrics-swatches .swatch .swatch-buttons .swatch-products:hover,
.clantheme-family-index .fabric-swatches .swatch .swatch-buttons .swatch-products:hover,
.search-results-body .family-fabrics-swatches .swatch .swatch-buttons .swatch-products:hover,
.search-results-body .fabric-swatches .swatch .swatch-buttons .swatch-products:hover,
.fb-results .family-fabrics-swatches .swatch .swatch-buttons .swatch-products:hover,
.fb-results .fabric-swatches .swatch .swatch-buttons .swatch-products:hover {
  background-color: #7b91b9;
}

/* 
.fabric-swatches {
    display: flex;
    flex-wrap: wrap;
    .swatch {
        display: flex;
        flex-direction: column;
    }
    .swatch-inner-main {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        .swatch-title-container {
            flex: 1 0 auto;
        }
    }
}
*/
table.design-headliner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  table.design-headliner {
    display: none;
  }
}
table.design-headliner td {
  width: 50%;
  vertical-align: top;
  position: relative;
}
table.design-headliner td.design-headliner-buttons {
  vertical-align: bottom;
}
table.design-headliner td.design-headliner-buttons .design-headliner-fabrics,
table.design-headliner td.design-headliner-buttons .design-headliner-products {
  width: 100%;
  margin-top: 0.625rem;
}
table.design-headliner td.design-headliner-buttons .design-headliner-fabrics .fas,
table.design-headliner td.design-headliner-buttons .design-headliner-products .fas {
  margin-left: 2px;
}

.fabric-filter {
  font-size: 12px;
}
.fabric-filter li {
  font-size: 12px;
}

.fabric-filter-range-with-options .fabric-filter-ui,
.fabric-filter-grouped-flags .fabric-filter-ui,
.fabric-filter-options .fabric-filter-ui {
  padding: 0;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner,
.fabric-filter-grouped-flags .fabric-filter-ui-inner,
.fabric-filter-options .fabric-filter-ui-inner {
  padding: 0;
  overflow: hidden;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li,
.fabric-filter-options .fabric-filter-ui-inner li {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li a,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li a,
.fabric-filter-options .fabric-filter-ui-inner li a {
  display: block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li a .fabric-filter-link-text,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li a .fabric-filter-link-text,
.fabric-filter-options .fabric-filter-ui-inner li a .fabric-filter-link-text {
  padding: 0.625rem;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li a:hover,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li a:hover,
.fabric-filter-options .fabric-filter-ui-inner li a:hover {
  background-color: #ebf3ff;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li.active a,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li.active a,
.fabric-filter-options .fabric-filter-ui-inner li.active a {
  font-weight: bold;
  background-color: #657fad;
  color: #fff;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li .filter-count,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li .filter-count,
.fabric-filter-options .fabric-filter-ui-inner li .filter-count {
  float: right;
  color: #bebebe;
  pointer-events: none;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner li:last-child,
.fabric-filter-grouped-flags .fabric-filter-ui-inner li:last-child,
.fabric-filter-options .fabric-filter-ui-inner li:last-child {
  border-bottom: none;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours {
  padding: 3% 0 0 3%;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours li,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours li,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours li {
  float: left;
  width: 11.2%;
  margin: 0 3% 3% 0;
  border-color: transparent;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours li a,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours li a,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours li a {
  overflow: visible;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours li.active a,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours li.active a,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours li.active a {
  background-color: transparent;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours li.active .swatch,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours li.active .swatch,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours li.active .swatch {
  border-radius: 100%;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .filter-colours li .swatch,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .filter-colours li .swatch,
.fabric-filter-options .fabric-filter-ui-inner .filter-colours li .swatch {
  padding-bottom: 100%;
  filter: saturate(0.9);
  box-shadow: 1px 1px 2px rgba(105, 105, 105, 0.39);
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .colour-dominance,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .colour-dominance,
.fabric-filter-options .fabric-filter-ui-inner .colour-dominance {
  margin: 8px;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .colour-dominance table,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .colour-dominance table,
.fabric-filter-options .fabric-filter-ui-inner .colour-dominance table {
  width: 100%;
  margin-bottom: 0;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .colour-dominance table thead th,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .colour-dominance table thead th,
.fabric-filter-options .fabric-filter-ui-inner .colour-dominance table thead th {
  text-align: center;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .colour-dominance .swatch,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .colour-dominance .swatch,
.fabric-filter-options .fabric-filter-ui-inner .colour-dominance .swatch {
  width: 25px;
  height: 25px;
  margin: -5px auto -5px auto;
  border-radius: 100%;
  box-sizing: border-box;
}
.fabric-filter-range-with-options .fabric-filter-ui-inner .colour-dominance .swatch.switch,
.fabric-filter-grouped-flags .fabric-filter-ui-inner .colour-dominance .swatch.switch,
.fabric-filter-options .fabric-filter-ui-inner .colour-dominance .swatch.switch {
  background-color: #eee;
  border: 2px solid black;
}

.fabric-filter-range-with-options-range {
  padding: 0.625rem;
  margin-bottom: 0.625rem;
}

.fabric-filter-range-with-options li:first-child {
  border-top: 1px solid #eaeaea;
}

.fabric-filter-range .fabric-filter-ui-inner form,
.fabric-filter-range-with-options .fabric-filter-ui-inner form {
  overflow: hidden;
}
.fabric-filter-range .fabric-filter-ui-inner form .filter-range-from,
.fabric-filter-range .fabric-filter-ui-inner form .filter-range-to,
.fabric-filter-range .fabric-filter-ui-inner form .filter-range-button,
.fabric-filter-range-with-options .fabric-filter-ui-inner form .filter-range-from,
.fabric-filter-range-with-options .fabric-filter-ui-inner form .filter-range-to,
.fabric-filter-range-with-options .fabric-filter-ui-inner form .filter-range-button {
  width: 33.33%;
  float: left;
}
.fabric-filter-range .fabric-filter-ui-inner form input,
.fabric-filter-range-with-options .fabric-filter-ui-inner form input {
  margin-bottom: 0;
}
.fabric-filter-range .fabric-filter-ui-inner form button,
.fabric-filter-range-with-options .fabric-filter-ui-inner form button {
  float: right;
}

.fabric-filter-input .clan-input-button-container,
.fabric-filter-name .clan-input-button-container {
  margin-bottom: 0;
  padding: 10px;
}

.fabric-search-types {
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  border-radius: 25px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.fabric-search-types a:hover .fabric-search-type {
  background-color: #7b91b9;
  color: white;
  font-weight: bold;
}
.fabric-search-types .fabric-search-type-2 {
  width: 50%;
}
.fabric-search-types .fabric-search-type-3 {
  width: 33.3333%;
}
.fabric-search-types .fabric-search-type {
  float: left;
  text-align: center;
  background-color: #fff;
  color: #657fad;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #d0d0d0;
  font-size: 14px;
}
.fabric-search-types .fabric-search-type.selected-fabric-search-type {
  border-left: none;
  background-color: #657fad;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.fabric-active-filter {
  margin-top: 0.625rem;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  padding: 0.625rem;
}

.fabric-active-filter-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 0.3125rem;
}

.fabric-filter-remove-all,
.fabric-active-val {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 5px 30px 5px 15px;
  font-size: 12px;
  white-space: normal;
  position: relative;
  cursor: default;
}
.fabric-filter-remove-all strong,
.fabric-active-val strong {
  color: #91a4c5;
}
.fabric-filter-remove-all .fabric-filter-remove-all-close-button,
.fabric-filter-remove-all .fabric-active-filter-close-button,
.fabric-active-val .fabric-filter-remove-all-close-button,
.fabric-active-val .fabric-active-filter-close-button {
  text-transform: none;
  position: absolute;
  right: 3px;
  top: -1px;
}

.fabric-active-val .swatch {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  border: 1px solid rgba(150, 150, 150, 0.5);
  border-radius: 100%;
  display: inline-block;
}
.fabric-active-val .divider {
  font-size: 16px;
  line-height: 16px;
  padding: 0 5px;
}

.fabric-filter-remove-all .close-fo,
.fabric-filter-remove-all-close-button .close-fo,
.fabric-active-filter-close-button .close-fo {
  font-size: 20px;
}

.fabric-filter-grouped .fa, .fabric-filter-grouped .fas, .fabric-filter-grouped .fab, .fabric-filter-grouped .far {
  width: 16px;
  margin-right: 6px;
  font-size: 14px;
  text-align: center;
  color: #070f25;
}

html.js #fabric-loading-overlay {
  display: none;
}

#fabric-loading-overlay {
  z-index: 9000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fabric-loading-overlay .fabric-loading-overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
}
#fabric-loading-overlay .fabric-loading-overlay-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
#fabric-loading-overlay .fabric-loading-overlay-table .fabric-loading-overlay-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fabric-loading-overlay .fabric-loading-overlay-table .fabric-loading-overlay-message {
  background: white;
  display: inline-block;
  opacity: 1;
  padding: 3.75rem 6.25rem;
  padding-bottom: 3.125rem;
  border: 1px solid #ccc;
}
#fabric-loading-overlay .fabric-loading-overlay-table .fabric-loading-overlay-message .more-indicator-text {
  padding-top: 1.875rem;
}

.filter-range-from,
.filter-range-to {
  padding-right: 2px;
}
.filter-range-from input,
.filter-range-to input {
  height: 39px;
}

.name-search-az {
  padding: 10px 0;
  text-align: center;
  display: none;
}

.fabric-filter-name-search .clan-input-button-container {
  margin-bottom: 0px;
}
.fabric-filter-name-search .cssload-fond {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 37px;
  width: 37px;
}
.fabric-filter-name-search .cssload-fond .spinner {
  width: 55%;
  height: 55%;
  top: 0;
  left: 0;
  margin: 20%;
}

.chosen-fabric-option table {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.chosen-fabric-option .chosen-fabric-swatch-container {
  width: 50%;
  min-width: 80px;
}
.chosen-fabric-option .chosen-fabric-swatch {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.chosen-fabric-option .chosen-fabric-swatch .chosen-fabric-swatch-overlay {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swatch_overlay_1.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.chosen-fabric-option .chosen-fabric-text {
  font-size: 12px;
}
.chosen-fabric-option .chosen-fabric-text .chosen-fabric-name,
.chosen-fabric-option .chosen-fabric-text .chosen-fabric-relative-name {
  font-weight: bold;
}
.chosen-fabric-option .chosen-fabric-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.chosen-fabric-option .chosen-fabric-image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.fabric-letter {
  display: inline-block;
  width: 1.5625rem;
  padding: 0.3125rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #6983A9; /*foo*/
  cursor: pointer;
  cursor: hand;
}

.fabric-letter:hover {
  color: #6983A9; /*foo*/
}

.fb-search.clan-input-button-container {
  margin-bottom: 0;
}

.fb-results-controls.top-controls {
  margin-top: 20px;
}

.fb-autocompletions {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.fb-autocompletions li {
  padding: 0.625rem;
  cursor: pointer;
}
.fb-autocompletions li:hover, .fb-autocompletions li.highlighted {
  background-color: #f0f0ff;
}

#fabric-page .fabric-popup-col {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
#fabric-page .fabric-sidebar-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width:56.3125em) {
  #fabric-page .fabric-popup-col {
    float: left;
    width: 650px;
  }
  #fabric-page .fabric-sidebar-col {
    margin-left: 650px;
  }
}
@media only screen and (min-width:65.6875em) and (max-width:71.4375em) {
  #fabric-page .fabric-popup-col {
    float: left;
    width: 650px;
  }
  #fabric-page .fabric-sidebar-col {
    margin-left: 650px;
  }
}
#fabric-page #fabric-popup-error-display {
  display: none !important;
}
#fabric-page .fabric-sidebar-col h4 {
  margin-bottom: 1.25rem;
  text-align: center;
}

@media only screen and (max-width: 29.375em) {
  .fabric-sidebar-col {
    display: none;
  }
}
.fabric-sidebar-col h4 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.fabric-sidebar-col .products-grid .icon-label-slide-container {
  display: none;
}
@media only screen and (min-width:71.5em) {
  .fabric-sidebar-col .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .fabric-sidebar-col .products-grid:before, .fabric-sidebar-col .products-grid:after {
    content: " ";
    display: table;
  }
  .fabric-sidebar-col .products-grid:after {
    clear: both;
  }
  .fabric-sidebar-col .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .fabric-sidebar-col .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:65.6875em) and (max-width:71.4375em) {
  .fabric-sidebar-col .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .fabric-sidebar-col .products-grid:before, .fabric-sidebar-col .products-grid:after {
    content: " ";
    display: table;
  }
  .fabric-sidebar-col .products-grid:after {
    clear: both;
  }
  .fabric-sidebar-col .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .fabric-sidebar-col .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:56.3125em) and (max-width:65.625em) {
  .fabric-sidebar-col .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .fabric-sidebar-col .products-grid:before, .fabric-sidebar-col .products-grid:after {
    content: " ";
    display: table;
  }
  .fabric-sidebar-col .products-grid:after {
    clear: both;
  }
  .fabric-sidebar-col .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .fabric-sidebar-col .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 100%;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n+1) {
    clear: both;
  }
  .fabric-sidebar-col .products-grid .item .product-image .product-image-spacer {
    padding-bottom: 80%;
  }
  .fabric-sidebar-col .products-grid .item .product-image img {
    top: -40%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .fabric-sidebar-col .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .fabric-sidebar-col .products-grid:before, .fabric-sidebar-col .products-grid:after {
    content: " ";
    display: table;
  }
  .fabric-sidebar-col .products-grid:after {
    clear: both;
  }
  .fabric-sidebar-col .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .fabric-sidebar-col .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 25%;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 40em) {
  .fabric-sidebar-col .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .fabric-sidebar-col .products-grid:before, .fabric-sidebar-col .products-grid:after {
    content: " ";
    display: table;
  }
  .fabric-sidebar-col .products-grid:after {
    clear: both;
  }
  .fabric-sidebar-col .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .fabric-sidebar-col .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .fabric-sidebar-col .products-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
}

.pinch-to-zoom-msg,
.scroll-to-zoom-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  pointer-events: none;
}
.pinch-to-zoom-msg .scroll-msg,
.scroll-to-zoom-msg .scroll-msg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pinch-to-zoom-msg .scroll-msg span,
.scroll-to-zoom-msg .scroll-msg span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 45px;
  font-size: 16px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px #000;
}
@media only screen and (max-width: 40em) {
  .pinch-to-zoom-msg .scroll-msg span,
  .scroll-to-zoom-msg .scroll-msg span {
    font-size: 14px;
  }
}

#design-view-header {
  position: absolute;
  width: 100%;
  height: 900px;
  max-height: 80%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
#design-view-header .design-view-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  overflow: hidden;
}
#design-view-header .design-view-header-bg-inner {
  position: fixed;
  top: -10%;
  bottom: 0;
  right: 0;
  left: -10%;
  width: 120%;
  height: 120%;
  background-position: center;
  /* Fix for safari blocking header */
  pointer-events: none;
}
#design-view-header .design-view-header-blur-light .design-view-header-bg-inner {
  filter: blur(5px);
}
#design-view-header .design-view-header-blur-heavy .design-view-header-bg-inner {
  filter: blur(10px);
}
#design-view-header .design-view-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,f6f6f6+100&0.47+0,0+7,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(17, 17, 17, 0) 7%, rgb(246, 246, 246) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(17, 17, 17, 0) 7%, rgb(246, 246, 246) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%, rgba(17, 17, 17, 0) 7%, rgb(246, 246, 246) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78000000", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}

.design-popup-content {
  line-height: 1.5;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #f6f6f6;
}
.design-popup-content #design-view-header .design-view-header-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.47+0,0+7,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(18, 18, 18, 0) 7%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(18, 18, 18, 0) 7%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%, rgba(18, 18, 18, 0) 7%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78000000", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

#design-view-content {
  position: relative;
}

.direct-fabric-sku .design-left {
  float: none;
  margin: 0 auto;
}

.design-header-swatches {
  padding-top: 1.25rem;
}

.design-header-swatch {
  padding: 0.625rem;
  text-align: center;
}
.design-header-swatch img {
  filter: drop-shadow(3px 3px 3px #6983A9);
}
.design-header-swatch .clan-caveat {
  font-size: 24px;
  margin-top: 7px;
}

.design-header-swatch-other img {
  max-height: 120px;
}

.clan-section.design-details {
  padding: 0;
  background: rgb(255, 255, 255);
}

.design-details-content {
  background: #fff;
  padding: 1.25rem;
}

.design-details-title {
  padding: 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
.design-details-title h1 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
}
.design-details-title h1 span {
  font-weight: normal;
}

.design-details {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  .design-details {
    margin-bottom: 0.625rem;
  }
}

.design-details-image-description {
  margin-top: 1.25rem;
}

.design-image {
  max-width: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.design-image .design-image-inner {
  position: relative;
  padding-bottom: 100%;
  margin-right: 15px;
}
.design-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(3px 3px 3px #6983A9);
}
.design-image .design-image-palette-label {
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  width: 100%;
}
.design-image .design-image-palette-label h4 {
  text-shadow: -1px 2px 2px rgb(0, 0, 0);
  font-size: 16px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .design-image {
    margin-bottom: 2.5rem;
  }
  .design-image .design-image-inner {
    margin-right: 0;
  }
  .design-image .design-image-palette-label {
    bottom: 6%;
  }
}
.swatch-slider-swatch {
  padding: 10px;
}
.swatch-slider-swatch img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px #6983A9);
}
.swatch-slider-swatch .clan-caveat {
  font-size: 20px;
  text-align: center;
  margin-top: 6px;
}

.swatch-slider-container {
  position: relative;
  margin-top: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.swatch-slider-container .swiper-button-next:after,
.swatch-slider-container .swiper-button-prev:after {
  color: #657fad;
  font-size: 32px;
}
@media (max-width: 480px) {
  .swatch-slider-container .swatch-slider-swatch img {
    max-width: 75%;
  }
}
.swatch-slider-container .swiper-container {
  padding-bottom: 40px;
}
.swatch-slider-container .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swatch-slider-container .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}
.swatch-slider-container .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swatch-slider-container .swiper-button-next, .swatch-slider-container .swiper-button-prev {
  top: 40%;
  margin-top: none;
}
.swatch-slider-container .swatch-arrow-prev,
.swatch-slider-container .swatch-arrow-next {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 22px;
  cursor: pointer;
  padding: 9px;
  border-radius: 50%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}
.swatch-slider-container .swatch-arrow-prev {
  position: absolute;
  top: 50%;
  left: 3px;
}
.swatch-slider-container .swatch-arrow-prev .fas {
  margin-left: 7px;
}
.swatch-slider-container .swatch-arrow-next {
  position: absolute;
  top: 50%;
  right: 3px;
}
.swatch-slider-container .swatch-arrow-next .fas {
  margin-left: 11px;
}

.design-description {
  padding: 2%;
}
.design-description .design-short-description {
  text-align: center;
  color: #777;
}
.design-description .design-short-description p {
  margin-bottom: 0;
}
.design-description .design-full-description {
  text-align: center;
  display: none;
}
.design-description .design-read-more {
  font-style: italic;
  white-space: nowrap;
}

.design-products-banner {
  overflow: hidden;
  position: relative;
}
.design-products-banner .design-products-img {
  float: left;
  width: 12.5%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center center;
}
.design-products-banner .design-products-banner-link {
  float: right;
  margin-bottom: 10px;
  margin-left: 0.625rem;
}
.design-products-banner h2 {
  margin-bottom: 1.25rem;
}
.design-products-banner h2 span {
  font-weight: normal;
}
.design-products-banner .design-products-view-all {
  text-align: center;
  background-color: #d0dbe7;
  position: relative;
}
.design-products-banner .design-products-view-all .clan-fill-cell {
  padding: 0.625rem;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .design-products-banner .design-products-img {
    width: 16.6666%;
  }
}
@media only screen and (max-width: 40em) {
  .design-products-banner .design-products-img {
    width: 16.6666%;
  }
}
@media only screen and (max-width: 29.375em) {
  .design-products-banner {
    text-align: center;
  }
  .design-products-banner .design-products-img {
    display: none;
  }
  .design-products-banner h2 {
    float: none;
    text-align: center;
  }
  .design-products-banner .design-products-banner-link {
    float: none;
  }
}

.design-sidebar .design-sidebar-title span {
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  .design-sidebar .design-sidebar-title span {
    font-size: 14px;
  }
}
.design-sidebar .sidebar-button {
  display: block;
  padding: 0.625rem;
  padding-left: 1.25rem;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.design-sidebar .sidebar-button:hover {
  background-color: #f6f6f6;
}
.design-sidebar .sidebar-main-button.sidebar-button {
  margin-top: 1.25rem;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/merchiston-header.jpg");
  padding-bottom: 22%;
  transition: all 0.5s ease-out;
}
.design-sidebar .sidebar-main-button.sidebar-button:hover {
  background-size: 105%;
}
.design-sidebar .sidebar-main-button.sidebar-button span {
  padding: 0.625rem;
  padding-left: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
}

.design-alt-palettes-container {
  overflow: hidden;
  margin-top: 1.25rem;
}
.design-alt-palettes-container h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.design-alt-palettes-container h2 strong {
  font-weight: bold;
}
.design-alt-palettes-container .design-alt-palette {
  margin-top: 1.25rem;
  width: 25%;
  float: left;
  padding-right: 1.25rem;
}
.design-alt-palettes-container .design-alt-palette:hover .design-alt-palette-img {
  background-size: 110%;
}
.design-alt-palettes-container .design-alt-palette.five-pals {
  width: 20%;
}
@media only screen and (max-width: 40em) {
  .design-alt-palettes-container .design-alt-palette.five-pals {
    width: 50%;
  }
}
@media only screen and (max-width: 29.375em) {
  .design-alt-palettes-container .design-alt-palette {
    width: 50%;
  }
}
.design-alt-palettes-container .design-alt-palette .design-alt-palette-img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 3px;
  background-size: 100%;
  transition: all 0.4s ease-in-out;
  background-position: center center;
}
.design-alt-palettes-container .design-alt-palette .design-alt-palette-inner {
  position: relative;
}
.design-alt-palettes-container .design-alt-palette .design-alt-palette-title {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .design-alt-palettes-container .design-alt-palette {
    width: 33.3333%;
  }
  .design-alt-palettes-container .design-alt-palette .design-alt-palette-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 29.375em) {
  .design-alt-palettes-container .design-alt-palette {
    width: 50%;
  }
  .design-alt-palettes-container .design-alt-palette .design-alt-palette-title {
    font-size: 14px;
  }
}

.design-palette-section {
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.design-palette-section h2 {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 40em) {
  .design-palette-section h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  .design-palette-section {
    margin-bottom: 0.625rem;
  }
}
.design-palette-section .design-fabrics-container-inner {
  position: relative;
  margin-top: 1.875rem;
}
.design-palette-section .design-fabrics-container.clan-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.design-palette-section .design-fabrics-container.clan-section .clan-info-bar {
  font-size: 14px;
  line-height: 22px;
}

.design-fabrics-printed-header.clan-section {
  background-color: #070f25;
}
.design-fabrics-printed-header.clan-section h2 {
  color: white;
  text-align: center;
}
.design-fabrics-printed-header.clan-section p {
  color: white;
  margin-bottom: 0.75rem;
}

.direct-fabric-sku .design-palette-section {
  padding-top: 0;
}

.design-fabrics-show-more-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.design-fabrics-show-more-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.stock-fabrics .stock-fabrics-title {
  margin-bottom: 1.25rem;
}

#stock-fabrics-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#stock-fabrics-results-count {
  text-align: center;
}

#stock-fabrics-loading-text {
  font-size: 22px;
  text-align: center;
}

.stock-fabrics-load-anim {
  margin: 10px auto;
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.stock-list-fabric-title {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  .stock-list-fabric-title {
    text-align: center;
    margin-top: 0.625rem;
    margin-bottom: 25px;
  }
  .stock-list-fabric-title h4 {
    max-width: 250px;
    margin: 0 auto;
  }
}

.stock-fabrics .design-fabrics-show-more-gradient {
  display: none;
}
.stock-fabrics .design-fabrics-show-more-container {
  display: none;
}
.stock-fabrics .design-fabric-hidden {
  display: block;
}
.stock-fabrics .design-fabric.last-before-show-more {
  height: auto;
}

.stock-lengths-list-title {
  border-bottom: 1px solid #DDD;
  padding: 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  margin-top: 10px;
}

.stock-lengths-list .fa-check {
  color: green;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.stock-lengths .stock-length {
  background-color: white;
  border-radius: 4px;
  padding: 5px 10px 5px 5px;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
}
.stock-lengths .stock-length .stock-length-text {
  padding: 4px;
}
.stock-lengths .stock-length button {
  float: right;
  padding: 7px 12px;
  font-size: 12px;
}

.load-more-button,
button.design-fabrics-show-more {
  width: 200px;
  margin: 20px 0 10px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

.load-more-status-bar-container {
  position: relative;
  display: block;
  margin: 10px auto;
  background: #eee;
  height: 3px;
  width: 200px;
  border-radius: 6px;
  overflow: hidden;
}

.load-more-status-bar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #657fad;
}

.design-alt-palette .triangle-badge .triangle-badge-text {
  top: 4px;
  right: 13px;
  font-size: 20px;
}
.design-alt-palette .triangle-badge::before {
  border-width: 24px;
  border-right-color: #7b91b9;
  border-top-color: #7b91b9;
}

.design-fabric {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.design-fabric.last-before-show-more {
  height: 200px;
}
.design-fabric .fabric-in-office {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 0.5;
}
.design-fabric .fabric-in-office .clan-office-text {
  display: inline-block;
  padding: 4px;
}
.design-fabric .fabric-in-office .magento-link {
  vertical-align: bottom;
}
.design-fabric .fabric-in-office .fabric-sku-direct-link {
  text-align: right;
  font-weight: bold;
}
.design-fabric .triangle-badge .triangle-badge-text {
  top: 4px;
  right: 13px;
  font-size: 20px;
}
.design-fabric .triangle-badge::before {
  border-width: 24px;
  border-right-color: #7b91b9;
  border-top-color: #7b91b9;
}
.design-fabric .design-fabric-inner {
  background: #f6f6f6;
  border: none;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding: 1.25rem;
}
.design-fabric .design-fabric-inner .design-fabric-img-swatch {
  filter: drop-shadow(3px 3px 3px #6983A9);
  max-height: 150px;
  max-width: 150px;
  cursor: pointer;
}
.design-fabric .design-fabric-inner .design-fabric-img .fa, .design-fabric .design-fabric-inner .design-fabric-img .fas, .design-fabric .design-fabric-inner .design-fabric-img .far {
  cursor: pointer;
  transition: color 0.5s ease;
}
.design-fabric .design-fabric-inner .design-fabric-img .fa:hover, .design-fabric .design-fabric-inner .design-fabric-img .fas:hover, .design-fabric .design-fabric-inner .design-fabric-img .far:hover {
  color: #657fad;
}
.design-fabric .design-fabric-inner .design-fabric-img .fabric-zoom-button {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: -12px;
  color: #aaa;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 22px;
}
.design-fabric .design-fabric-inner .design-fabric-img:hover .fa {
  color: #657fad;
}
.design-fabric .design-fabric-inner .design-fabric-img-ref {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
}
.design-fabric .design-fabric-inner .design-fabric-ref {
  position: absolute;
  text-align: center;
  color: #888;
  padding: 6px;
  font-size: 14px;
  width: 155px;
}
.design-fabric .design-fabric-inner .design-fabric-details li {
  margin-bottom: 3px;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link {
  display: block;
  padding: 5px 10px 5px 5px;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  border-left: 4px solid #657fad;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.df-tag-recommended,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.df-tag-recommended {
  background: #485e86;
  color: #fff;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.df-tag-recommended .fas,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.df-tag-recommended .fas {
  color: #f39100;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.material-summary,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.material-summary {
  border-color: #f3c7c7;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.weight,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.weight {
  border-color: #ffecb4;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.width,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.width {
  border-color: #bae0d0;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.dispatch,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.dispatch {
  border-color: #bfcfea;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag.tier-message,
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link.tier-message {
  border-color: #cabde8;
  display: none;
}
.design-fabric .design-fabric-inner .design-fabric-details li span.design-fabric-details-tag {
  background-color: #fff;
  text-align: left;
}
.design-fabric .design-fabric-inner .design-fabric-details li a.design-fabric-more-details-link {
  background-color: #000;
  color: #fff;
}
.design-fabric .design-fabric-inner .design-fabric-details li .fas {
  width: 25px;
  margin-right: 5px;
  text-align: center;
  color: #aaa;
}
.design-fabric .design-fabric-inner .design-fabric-buy {
  text-align: center;
}
.design-fabric .design-fabric-inner .design-fabric-buy .old-price {
  text-decoration: line-through;
}
.design-fabric .design-fabric-inner .design-fabric-more-details {
  display: none;
}
.design-fabric .design-fabric-inner .design-fabric-more-details .design-fabric-more-details-inner {
  margin-top: 2.5rem;
  padding: 1.25rem;
  text-decoration: center;
  background: #fff;
}
.design-fabric .design-fabric-inner .design-fabric-more-details .design-fabric-more-details-inner table {
  margin-bottom: 0;
  width: 100%;
}
.design-fabric .design-fabric-inner .design-fabric-more-details .design-fabric-more-details-inner .range-details {
  margin-bottom: 1.25rem;
}

.design-popup-buylength-range-details .range-name,
.range-details .range-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.design-popup-buylength-range-details .new-product-generic-info,
.range-details .new-product-generic-info {
  margin-top: 1.25rem;
  text-align: left;
}

.design-popup-buylength-range-details {
  margin-top: 1.25rem;
}
.design-popup-buylength-range-details.show-for-small-only .range-name,
.design-popup-buylength-range-details.show-for-small-only .range-description {
  max-width: 300px;
  margin: 0 auto;
}
.design-popup-buylength-range-details.show-for-small-only .new-product-generic-info .clan-table {
  width: auto;
  margin: 0 auto;
}

.design-fabric.design-fabric-recommended .design-fabric-inner {
  border-color: #657fad;
  background: #e6ecff;
}
.design-fabric.design-fabric-recommended .design-fabric-inner .design-fabric-more-info-tab a {
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
}

.design-fabric-hidden {
  display: none;
}

.design-fabric-choose-option-button {
  margin: 0 auto;
}
@media only screen and (max-width: 29.375em) {
  .design-fabric-choose-option-button .far {
    display: none;
  }
}

#design-popup-buylength {
  max-width: 730px;
}

.design-popup-buylength-content {
  text-align: center;
  padding: 2.5rem;
}
.design-popup-buylength-content .design-fabric-img-swatch {
  filter: drop-shadow(3px 3px 3px #6983A9);
  max-height: 150px;
  max-width: 150px;
}
.design-popup-buylength-content .design-fabric-ref {
  color: #888;
  padding: 6px;
  font-size: 14px;
}
.design-popup-buylength-content .design-fabric-buy-qty-price {
  margin: 0 auto;
  white-space: nowrap;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
.design-popup-buylength-content .design-fabric-buy-qty-price input, .design-popup-buylength-content .design-fabric-buy-qty-price select {
  margin-bottom: 0;
}
.design-popup-buylength-content .design-fabric-buy-qty {
  position: relative;
  margin-bottom: 0.625rem;
}
.design-popup-buylength-content .design-fabric-buy-qty input {
  width: 40px;
  display: inline;
}
.design-popup-buylength-content .design-fabric-buy-qty .qty-units {
  display: inline-block;
  padding: 8px;
  font-size: 12.25px;
  color: #555;
  line-height: normal;
  pointer-events: none;
}
.design-popup-buylength-content .design-fabric-buy-price-per-unit {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.25rem;
}
.design-popup-buylength-content .design-fabric-buy-price-per-unit-prices {
  position: relative;
}
.design-popup-buylength-content .design-fabric-buy-price-per-unit-prices .design-fabric-buy-price-per-unit-original {
  display: none;
  text-decoration: line-through;
  position: absolute;
  top: -17px;
  right: 0px;
}
.design-popup-buylength-content .design-fabric-buy-units {
  display: inline-block;
}
.design-popup-buylength-content .design-fabric-min-length-explanation,
.design-popup-buylength-content .tier-message {
  margin-bottom: 0.625rem;
}
.design-popup-buylength-content .design-fabric-buy-button-container {
  margin-top: 2.5rem;
}
.design-popup-buylength-content .buy-length-button .buy-length-label {
  display: inline;
}
.design-popup-buylength-content .buy-length-button .update-length-label {
  display: none;
}
.design-popup-buylength-content .update-length-button .buy-length-label {
  display: none;
}
.design-popup-buylength-content .update-length-button .update-length-label {
  display: inline;
}
.design-popup-buylength-content .fabric-zoom-button {
  display: none;
}

.design-popup-buylength-content .call-to-action,
.design-fabric-buy .call-to-action {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
}
.design-fabric-buy-swatch-button {
  margin: 0 auto;
  margin-top: 0.625rem;
}
.design-fabric-buy-swatch-button span.button-price {
  color: black;
  text-shadow: none;
  margin-right: 5px;
}

.arrow-right {
  background-color: #485e86;
  height: 100px;
  right: -56px;
  position: absolute;
  top: -56px;
  width: 100px;
  -webkit-transform: rotate(45deg);
}

.arrow-right span {
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  left: 30px;
  bottom: 2px;
  position: absolute;
  width: 80px;
}

.printable-palette-option .palette-name {
  text-align: center;
  padding: 0.625rem;
}
.printable-palette-option h4 {
  font-size: 16px;
}
.printable-palette-option img {
  display: block;
  margin: 0 auto;
}
.printable-palette-option .td-fabric-choose-option-button,
.printable-palette-option .design-fabric-choose-option-button {
  padding-top: 1.25rem;
  text-align: center;
}

.design-fabric-yard-rounding {
  display: none;
}
.design-fabric-yard-rounding .design-fabric-yard-price-based-on {
  padding: 0.625rem;
}
.design-fabric-yard-rounding .design-fabric-yard-rounding-explanation {
  display: none;
  background-color: #fff;
  padding: 0.625rem;
}

/*.tartandesigner-delete-design-button {
    $beta-grad-fb: #77021d;
    $beta-grad-top: #77021d;
    $beta-grad-bottom: #3a000d;

    $beta-grad-fb-hover: #a90329;
    $beta-grad-top-hover: #a90329;
    $beta-grad-bottom-hover: #6d0019;

    @include background-gradient($beta-grad-fb, $beta-grad-top, $beta-grad-bottom);
    &:hover {
        @include background-gradient($beta-grad-fb-hover, $beta-grad-top-hover, $beta-grad-bottom-hover);
    }
}*/
.design-fabric-buy-button-container .clan-two-tone-button {
  margin: 0 auto;
}
.design-fabric-buy-button-container .buy-button-active button, .design-fabric-buy-button-container .buy-button-active .button, .design-fabric-buy-button-container .buy-button-active .top-cart .btn-cart, .top-cart .design-fabric-buy-button-container .buy-button-active .btn-cart,
.design-fabric-buy-button-container .buy-button-active .top-cart .btn-checkout,
.top-cart .design-fabric-buy-button-container .buy-button-active .btn-checkout {
  cursor: wait !important;
}

.buy-swatch-button-active.button.disabled, .top-cart .buy-swatch-button-active.disabled.btn-cart,
.top-cart .buy-swatch-button-active.disabled.btn-checkout {
  cursor: wait !important;
}

.design-fabric .design-fabric-inner {
  padding-bottom: 2.5rem;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top {
  display: table;
  width: 100%;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img {
  display: table-cell;
  width: 155px;
  vertical-align: top;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img table {
  margin-bottom: 0;
  border: none;
  background: none;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img table td {
  font-size: 20px;
  padding: 0;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img table td i {
  background: #fff;
  padding: 6px;
  border: 1px solid #d0d0d0;
  margin-left: 10px;
  border-radius: 2px;
  width: 35px;
  text-align: center;
  color: #a2a2a2;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details-and-buy {
  display: table-cell;
  letter-spacing: 0;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details-and-buy-inner {
  display: table;
  width: 100%;
  min-height: 148px;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details ul {
  margin-top: 7px;
}
.design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
}
@media only screen and (max-width: 29.375em) {
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy {
    width: auto;
  }
}
.design-fabric .design-fabric-inner .design-fabric-more-info-tab {
  position: absolute;
  bottom: 0;
  left: 190px;
  right: 275px;
}
.design-fabric .design-fabric-inner .design-fabric-more-info-tab a {
  font-weight: bold;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  padding: 4px 0.625rem 2px 0.625rem;
  display: block;
  text-align: center;
}
.design-fabric .design-fabric-inner .design-fabric-more-info-tab a .fas {
  margin-right: 5px;
}

@media only screen and (min-width:40.0625em) and (max-width:48.125em), only screen and (min-width:56.3125em) and (max-width:71.4375em) {
  .design-fabric .design-fabric-inner {
    padding-bottom: 45px;
  }
  .design-fabric .design-fabric-inner .design-fabric-more-info-tab {
    text-align: center;
    left: 0;
    width: 100%;
  }
  .design-fabric .design-fabric-inner .design-fabric-more-info-tab a {
    display: inline-block;
    width: 210px;
    margin-left: 157px;
    margin-right: 0;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img {
    vertical-align: top;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details-and-buy-inner {
    display: block;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details {
    display: block;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 1.25rem;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy .design-fabric-buy-length {
    display: table;
    margin: 0 auto;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy .design-fabric-buy-length .design-fabric-buy-qty-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.625rem;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy .design-fabric-buy-length .design-fabric-buy-button-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.625rem;
  }
}
/*
@media only screen and (max-width: 40em) {
    .design-fabric .design-fabric-inner {
        .design-fabric-inner-top {
            display: block;
            .design-fabric-img {
                display: block;
                float: left;
            }
            .design-fabric-details {
                display: block;
                margin-left: 200px;
            }
            .design-fabric-buy {
                display: block;
                width: 100%;
                padding-left: 0;
                text-align: center;
                margin-top: $column-gutter * 2;
            }
        }
    }

    .design-details {
        text-align: center;
    }
}
*/
@media only screen and (max-width: 29.375em), only screen and (max-width: 40em) {
  .design-fabric .design-fabric-inner {
    padding-bottom: 45px;
  }
  .design-fabric .design-fabric-inner .design-fabric-more-info-tab {
    text-align: center;
    left: 0;
    width: 100%;
  }
  .design-fabric .design-fabric-inner .design-fabric-more-info-tab a {
    display: inline-block;
    width: 210px;
    margin-left: 0;
    margin-right: 0;
    max-width: 80%;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top {
    display: block;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details-and-buy {
    display: block;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-details {
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    margin-top: 0.625rem;
    text-align: center;
  }
  .design-fabric .design-fabric-inner .design-fabric-inner-top .design-fabric-buy {
    display: block;
    margin: 0 auto;
    margin-top: 1.25rem;
  }
  .design-fabric .design-fabric-inner .design-fabric-ref {
    position: relative;
  }
}
#compare-products .product-comparison-slider {
  overflow-x: auto;
}
#compare-products .product-comparison-slider #product_comparison td {
  min-width: 200px;
}
#compare-products .price-box p {
  margin-bottom: 0;
}
#compare-products .price-box .old-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #828282;
}

#compare-fabrics {
  /* fa-plus-circle */
  /* fa-times-circle */
}
#compare-fabrics .compare_msg {
  text-align: center;
  padding: 6.25rem 0;
}
#compare-fabrics .view-buttons {
  position: absolute;
  left: 0;
  width: 28%;
  height: 100%;
}
#compare-fabrics .view-button {
  float: left;
  height: 100%;
  width: 50%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .view-button .list-button,
#compare-fabrics .view-button .grid-button {
  display: inline-block;
  padding: 0 5px;
}
#compare-fabrics .view-button .list-button .list-button-icon,
#compare-fabrics .view-button .grid-button .list-button-icon {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/view-mode/list.png");
  height: 20px;
  width: 20px;
  margin: 2px;
}
#compare-fabrics .view-button .list-button .grid-button-icon,
#compare-fabrics .view-button .grid-button .grid-button-icon {
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/view-mode/grid.png");
  height: 20px;
  width: 20px;
  margin: 2px;
}
#compare-fabrics .view-button-active {
  color: #288FA2;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .list-button.view-button-active {
    display: none;
  }
  #compare-fabrics .grid-button.view-button-active {
    display: none;
  }
}
#compare-fabrics .view-button:hover {
  color: #5c6574;
}
#compare-fabrics .view-button img {
  width: 0.9375rem;
  margin-right: 0.125rem;
}
#compare-fabrics .vert-tab {
  display: table;
  height: 100%;
  width: 100%;
}
#compare-fabrics .vert-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width:40.0625em) {
  #compare-fabrics .choose-columns-button .small-choose {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .choose-columns-button .medium-up-choose {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .view-button {
    width: 49%;
  }
}
#compare-fabrics .back-to-results {
  display: none;
}
#compare-fabrics .result-compare {
  display: none;
}
#compare-fabrics .result-add-to-compare {
  display: none;
}
@media (max-width: 450px) {
  #compare-fabrics .list-item-left .fabric-name,
  #compare-fabrics .data-cell {
    font-size: 0.625rem !important;
  }
}
#compare-fabrics .list {
  float: left;
  width: 35%;
}
#compare-fabrics .list-item-container {
  width: 100%;
  padding-bottom: 46.4286%;
  position: relative;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .list-item-container {
    padding-top: 24px;
  }
}
#compare-fabrics .list-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 10%;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  width: 285.7143%;
  -moz-box-shadow: 0 0 10px #d4d4d4;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
  box-shadow: 0 0 10px #d4d4d4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#d4d4d4')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color="#d4d4d4");
}
#compare-fabrics .list-item-left {
  position: absolute;
  top: 0;
  bottom: 10%;
  width: 90%;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .list-item-left {
    top: 20px;
  }
}
#compare-fabrics .sortable-handle {
  float: left;
  position: relative;
  height: 100%;
  cursor: move;
  padding: 4%;
  padding-left: 5%;
  color: #288FA2;
  font-size: 0.75rem;
}
#compare-fabrics .sortable-handle .fa-angle-down {
  position: absolute;
  display: block;
  bottom: 13%;
}
#compare-fabrics .swatch {
  float: left;
  position: relative;
  margin-top: 3%;
  width: 41%;
  padding-bottom: 41%;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .swatch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swatch_overlay_1.png");
  background-size: cover;
  pointer-events: none;
}
#compare-fabrics .swatch-img {
  position: absolute;
  height: 100%;
}
#compare-fabrics .swatch .fa-circle {
  font-size: 22px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .swatch .fa-circle {
    font-size: 15px;
  }
}
#compare-fabrics .swatch .fa-info-circle {
  font-size: 22px;
  color: #343f51;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .swatch .fa-info-circle {
    font-size: 15px;
  }
}
#compare-fabrics .swatch:hover .fa-info-circle {
  color: #5c6574;
}
#compare-fabrics .swatch:hover .fa-circle,
#compare-fabrics .swatch:hover .fa-info-circle {
  opacity: 1;
}
#compare-fabrics .list .fabric-name {
  position: relative;
  margin-top: 5%;
  left: 2%;
  font-size: 0.75rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5%;
  height: 100%;
}
#compare-fabrics .list .fabric-name-small {
  width: 90%;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#compare-fabrics .actions {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  font-size: 0.9375rem;
  color: #288FA2;
}
#compare-fabrics .actions div {
  width: 30%;
  padding-left: 0.125rem;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .actions div:hover {
  color: #5c6574;
}
#compare-fabrics #compare-th {
  width: 100%;
  padding-bottom: 12%;
  position: relative;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics #compare-th {
    padding-bottom: 15%;
  }
}
#compare-fabrics .arrow-col {
  display: table;
  height: 100%;
  margin: 0 auto;
}
#compare-fabrics .left-arrow:hover .arrow-col,
#compare-fabrics .right-arrow:hover .arrow-col {
  color: #5c6574;
}
#compare-fabrics #compare-th .left-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 65%;
  height: 100%;
  width: 5%;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .left-arrow .fa-caret-left {
  display: table-cell;
  vertical-align: middle;
}
#compare-fabrics #compare-th .right-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5%;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .right-arrow .fa-caret-right {
  display: table-cell;
  vertical-align: middle;
}
#compare-fabrics .data-window {
  position: absolute;
  top: 0;
  left: 35%;
  overflow: hidden;
  width: 60%;
  height: 100%;
}
#compare-fabrics .data-slider {
  position: absolute;
  height: 100%;
}
#compare-fabrics .data-col {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .data-col {
    width: 50%;
  }
}
#compare-fabrics .data-col .th-cell {
  padding-right: 0.9375rem;
}
#compare-fabrics .th-cell,
#compare-fabrics .data-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#compare-fabrics .th-cell {
  font-weight: bold;
}
#compare-fabrics .data-cell {
  padding: 0 1.25rem 0 0;
}
#compare-fabrics .remove-fabric {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.125rem 0.375rem;
  cursor: pointer;
  cursor: hand;
  color: #ccc;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .remove-fabric {
    padding: 0.375rem 0.5rem;
  }
}
#compare-fabrics .remove-fabric:hover {
  color: #5c6574;
}
#compare-fabrics .grid {
  display: none;
  float: right;
  width: 65%;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .grid {
    width: 98%;
    margin: 0 1%;
  }
}
#compare-fabrics .grid-square-container, #compare-fabrics .grid > div {
  float: left;
  position: relative;
  width: 50%;
  padding-bottom: 50%;
}
#compare-fabrics .grid-square {
  position: absolute;
  top: 0;
  left: 4%;
  width: 96%;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .grid-square {
    left: 2%;
  }
}
#compare-fabrics .grid-square-content {
  position: absolute;
  top: 0;
  font-size: 0.75rem;
  width: 100%;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0.3125rem 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#compare-fabrics .grid-square-enlarge {
  color: white;
  position: absolute;
  right: 2%;
  top: 2%;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics .full-container {
  position: relative;
  display: none;
  width: 63.7%;
  padding-bottom: 63.7%;
  float: right;
}
#compare-fabrics .full {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .full-container {
    width: 96%;
    padding-bottom: 96%;
    float: none;
    margin-left: 2%;
  }
}
#compare-fabrics .full .imgzoom-full {
  width: 100%;
}
#compare-fabrics .full-strap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1% 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
#compare-fabrics .full-strap .fa {
  font-size: 1.25rem;
  margin-top: 0.4375rem;
  margin-left: 0.4375rem;
}
#compare-fabrics .full-strap .fabric-name {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#compare-fabrics .full-strap .fa-search-minus {
  position: absolute;
  top: 0;
  right: 2%;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics ul.choose-columns-menu {
  margin-left: 0;
  margin-bottom: 0;
  border-top: 1px solid #262626;
}
#compare-fabrics ul.choose-columns-menu li div.filter-opt {
  position: relative;
}
#compare-fabrics ul.choose-columns-menu li div.filter-opt {
  display: block;
  padding: 0.66667rem;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  cursor: hand;
}
#compare-fabrics ul.choose-columns-menu li div.filter-opt div.fa-minus-circle,
#compare-fabrics ul.choose-columns-menu li div.filter-opt div.fa-plus-circle {
  padding: 0.3125rem;
}
#compare-fabrics ul.choose-columns-menu li div.filter-active {
  background: #343f51;
  color: #fff;
}
#compare-fabrics ul.choose-columns-menu li div.filter-opt::before,
#compare-fabrics ul.choose-columns-menu li div.filter-opt::after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
#compare-fabrics ul.choose-columns-menu li.filter-active div.filter-opt::before {
  visibility: hidden;
}
#compare-fabrics ul.choose-columns-menu li.filter-active div.filter-opt::after {
  visibility: visible;
}
@media only screen and (max-width: 40em) {
  #compare-fabrics .list-item-container {
    padding-bottom: 85%;
  }
  #compare-fabrics .swatch {
    width: 50%;
    padding-bottom: 50%;
  }
  #compare-fabrics .sortable-handle {
    padding: 8% 10% 10% 8%;
  }
  #compare-fabrics .list-item {
    bottom: 1%;
  }
  #compare-fabrics .list-item-left {
    top: 14%;
  }
  #compare-fabrics #compare-th .left-arrow,
  #compare-fabrics #compare-th .right-arrow {
    width: 10%;
  }
  #compare-fabrics .data-window {
    width: 55%;
  }
  #compare-fabrics .view-buttons {
    width: 25%;
  }
}
#compare-fabrics .no-products-to-compare,
#compare-fabrics .no-fabrics-to-compare {
  padding: 1.25rem;
}

#contacts_main h1 {
  font-size: 32px;
}
#contacts_main form {
  overflow: hidden;
  padding-top: 1.25rem;
  max-width: 600px;
}
#contacts_main form button {
  float: right;
}
#contacts_main form .comment {
  height: 150px;
}
#contacts_main form input, #contacts_main form textarea {
  border-radius: 3px;
}

.email_address {
  padding: 1.25rem;
  text-align: center;
}

#phone_nos {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
}
#phone_nos .columns {
  padding: 1.25rem;
  text-align: center;
}
#phone_nos .columns .fa-phone {
  margin-right: 5px;
}
#phone_nos .columns .phone_no {
  margin-top: 5px;
}
#phone_nos .columns .fa-phone,
#phone_nos .columns .phone_no {
  font-size: 1.125rem;
  color: #6983A9;
  font-weight: bold;
}

.contacts-email-icon {
  font-size: 1.125rem;
  color: #6983A9;
  font-weight: bold;
  margin-right: 5px;
}

@media only screen and (min-width:40.0625em) {
  #contacts-opening-hours table {
    width: 100%;
  }
}
.hol-hours-group {
  margin-bottom: 0.625rem;
}

.hol-hours {
  color: #657fad;
}

#contacts-postal #postal_warning {
  margin-top: 1.25rem;
  font-weight: bold;
  color: #bb3030;
}

.toolbar {
  padding-bottom: 1px;
  clear: both;
  display: table;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.bottom-controls .toolbar {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.category-products .toolbar:last-child {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

/*
.clantheme-catalogsearch-result-index,
.clantheme-fabricsearch-index,
.catalogsearch-result-index {
    .clan-section.toggle-left-menu {
        display: none !important;
    }
}
*/
.sort-by, .limiter {
  position: relative;
}
.sort-by label, .limiter label {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  color: #6d7486;
}

.sorter-filter {
  padding: 0.625rem;
  display: none;
}
.sorter-filter select {
  margin: 0;
}

.pager {
  display: table-cell;
  text-align: right;
  margin-bottom: 10px;
}
.pager .amount, .pager .limiter {
  vertical-align: middle;
  margin: 0;
}
.pager .amount {
  position: relative;
  top: 6px;
  padding: 0 12px;
}
@media only screen and (max-width: 56.25em) {
  .pager .amount {
    top: 3px;
  }
}
.pager .limiter {
  text-align: left;
  display: inline-block;
}
.pager .limiter select, .pager .limiter span {
  display: inline-block;
  margin: 0;
}
.pager .pages-for-tiny {
  display: none;
}
.pager .pages {
  display: inline-block;
  padding-right: 0;
}
.pager .pages li:last-child {
  padding-right: 0;
}
.pager .pages strong {
  display: none;
}
.pager .pages ol {
  margin-left: 5px;
}
.pager .pages ol li {
  display: inline-block;
  float: left;
  height: 15px;
}
.pager .pages li a {
  padding: 12px 15px;
}
.pager .pages li a:hover {
  background: #657fad;
  color: #fff;
}
.pager .pages li.current a {
  background: #657fad;
  color: #fff;
  cursor: default;
}

.sorter {
  display: table-cell;
}
.sorter .view-mode, .sorter .sort-by {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.sorter .view-mode {
  position: relative;
  top: 4px;
}
.sorter .sort-by {
  padding-right: 5px;
  display: inline-block;
}
.sorter .sort-by select, .sorter .sort-by a {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
.sorter .sort-by select {
  padding-right: 20px;
}

.search-title {
  text-align: center;
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
}
.search-title h1 {
  margin: 0;
}

.search-tabs {
  margin-bottom: 1.25rem !important;
}

.search-amount-for-medium-container,
.search-filter-button {
  display: none;
  float: right;
  margin: 5px 0 0.625rem 8px;
}

.search-results-body .top-controls .amount-for-browse {
  display: none;
}

.pages-type-fabrics {
  display: none;
}

@media only screen and (max-width: 29.375em) {
  .sorter-filter {
    display: block;
  }
  .toolbar .sorter,
  .toolbar .limiter {
    display: none !important;
  }
  .toolbar .pager .amount {
    display: none !important;
  }
  .toolbar .pager .pages-for-tiny {
    display: inline-block;
  }
  .toolbar .pager .pages-for-tiny .pages-for-tiny-select {
    display: inline-block;
    padding-right: 0.625rem;
    margin-top: 3px;
  }
  .toolbar .pager .pages-for-tiny select {
    width: auto;
    margin-bottom: 0;
  }
  .toolbar .pager .pages-for-tiny .button, .toolbar .pager .pages-for-tiny .top-cart .btn-cart, .top-cart .toolbar .pager .pages-for-tiny .btn-cart,
  .toolbar .pager .pages-for-tiny .top-cart .btn-checkout,
  .top-cart .toolbar .pager .pages-for-tiny .btn-checkout {
    vertical-align: top;
  }
  .toolbar .pager .pages {
    display: none !important;
  }
}
@media only screen and (max-width: 40em) {
  .sorter-filter {
    display: block;
  }
  .toolbar .amount {
    padding: 0 6px;
    margin-top: 5px;
  }
  .toolbar .amount .pages-range {
    display: none;
  }
  .toolbar .amount .pages-type {
    display: inline-block !important;
  }
  .toolbar .sorter,
  .toolbar .limiter {
    display: none !important;
  }
  .toolbar .pager .pages-for-tiny {
    display: inline-block;
  }
  .toolbar .pager .pages-for-tiny .pages-for-tiny-select {
    display: inline-block;
    padding-right: 0.625rem;
    margin-top: 3px;
  }
  .toolbar .pager .pages-for-tiny select {
    width: auto;
    margin-bottom: 0;
  }
  .toolbar .pager .pages-for-tiny .button, .toolbar .pager .pages-for-tiny .top-cart .btn-cart, .top-cart .toolbar .pager .pages-for-tiny .btn-cart,
  .toolbar .pager .pages-for-tiny .top-cart .btn-checkout,
  .top-cart .toolbar .pager .pages-for-tiny .btn-checkout {
    vertical-align: top;
  }
  .toolbar .pager .pages {
    display: none !important;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .toolbar .amount {
    padding: 0 6px;
    margin-top: 5px;
  }
  .toolbar .amount .pages-range {
    display: none;
  }
  .toolbar .amount .pages-type {
    display: inline-block !important;
  }
  .toolbar .limiter {
    display: none !important;
  }
  .toolbar .pager .pages-for-tiny {
    display: inline-block;
  }
  .toolbar .pager .pages-for-tiny .pages-for-tiny-select {
    display: inline-block;
    padding-right: 0.625rem;
    margin-top: 3px;
  }
  .toolbar .pager .pages-for-tiny select {
    width: auto;
    margin-bottom: 0;
  }
  .toolbar .pager .pages-for-tiny .button, .toolbar .pager .pages-for-tiny .top-cart .btn-cart, .top-cart .toolbar .pager .pages-for-tiny .btn-cart,
  .toolbar .pager .pages-for-tiny .top-cart .btn-checkout,
  .top-cart .toolbar .pager .pages-for-tiny .btn-checkout {
    vertical-align: top;
  }
  .toolbar .pager .pages {
    display: none !important;
  }
}
@media only screen and (min-width:56.3125em) {
  .toolbar .pager .pages {
    position: relative;
    top: 7px;
  }
}
@media only screen and (max-width: 56.25em) {
  .toolbar .pager label {
    display: none;
  }
  .toolbar .pager .limiter,
  .toolbar .pager .pages,
  .toolbar .pager .amount {
    display: inline-block;
    text-align: center;
  }
  .toolbar .pager .pages {
    padding: 0 5px;
  }
  .toolbar .pager .amount {
    margin-bottom: 9px;
  }
  .toolbar .sorter label {
    display: none;
  }
}
.search-tabs {
  margin-bottom: 1.25rem;
}

.clan-tabs .clan-tab.active .tab-count,
.clan-tabs .clan-tab .tab-count {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .clan-tabs .clan-tab.active,
  .clan-tabs .clan-tab {
    padding: 3px 9px 1px 9px;
  }
  .clan-tabs .clan-tab.active .tab-count,
  .clan-tabs .clan-tab .tab-count {
    font-size: 11px;
    position: relative;
    top: 2px;
    line-height: 1;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .clan-tabs .clan-tab.active,
  .clan-tabs .clan-tab {
    padding: 3px 9px 1px 9px;
    padding: 3px 20px 1px 20px;
  }
  .clan-tabs .clan-tab.active .tab-count,
  .clan-tabs .clan-tab .tab-count {
    font-size: 11px;
    position: relative;
    top: 2px;
    line-height: 1;
  }
}
@media only screen and (min-width:56.3125em) {
  .clan-tabs .clan-tab.active .tab-count,
  .clan-tabs .clan-tab .tab-count {
    float: right;
    margin-left: 5px;
  }
}

.search-results-body .toolbar .pager .amount-for-browse {
  display: none;
}

.main-container .kb-category-view {
  overflow: hidden;
  border-radius: none;
  background: transparent;
}
.main-container .kb-category-view h1 {
  margin-bottom: 1.25rem;
}
.main-container .kb-category-view .article {
  margin-bottom: 12px;
}
.main-container .kb-category-view .kb-category-view-subcategory {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 0.625rem 0 !important;
  float: none !important;
}
.main-container .kb-category-view .kb-category-view-subcategory .category-name {
  color: #9e9696;
  margin-bottom: 0.625rem;
  border-bottom: none;
}
.main-container .kb-category-view .kb-category-view-subcategory.cat-level-5 {
  padding-left: 1.25rem !important;
}
.main-container .kb-category-view .kb-category-view-subcategory.cat-level-6 {
  padding-left: 2.5rem !important;
}
.main-container .kb-category-view .kb-category-view-subcategory.cat-level-7 {
  padding-left: 3.75rem !important;
}
.main-container .kb-category-view .kb-category-view-subcategory.cat-level-8 {
  padding-left: 5rem !important;
}
.main-container .kb-category-view .kb-category-view-subcategory.cat-level-9 {
  padding-left: 6.25rem !important;
}
.main-container .kb-category-view .columns + .columns:last-child {
  float: left;
}
.main-container div.kb-category-sidebar {
  margin-bottom: 0;
}
.main-container div.kb-category-sidebar a {
  display: inline-block;
}
.main-container div.kb-category-sidebar .block-content {
  padding: 0;
  margin: -1.25rem;
}
.main-container div.kb-category-sidebar .block-content a {
  line-height: 1;
}
.main-container div.kb-category-sidebar .block-content .kb-cat-block {
  padding-top: 0;
}
.main-container div.kb-category-sidebar .block-content .category {
  background-color: #fff;
  padding: 1.25rem;
  border-top: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
}
.main-container div.kb-category-sidebar .block-content .category:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.main-container div.kb-category-sidebar .block-content .category.level-0 {
  border-left: 6px solid #657fad;
}
.main-container div.kb-category-sidebar .block-content .category.level-1,
.main-container div.kb-category-sidebar .block-content .category.level-2,
.main-container div.kb-category-sidebar .block-content .category.level-3,
.main-container div.kb-category-sidebar .block-content .category.level-4 {
  margin-left: 0;
}
.main-container div.kb-category-sidebar .block-content .articles-container {
  display: none;
}
.main-container div.kb-category-sidebar .block-content .article-link {
  padding: 1.25rem;
  border-top: 1px solid #eee;
  display: block;
  text-decoration: underline;
}
.main-container div.kb-category-sidebar .block-content .level-1,
.main-container div.kb-category-sidebar .block-content .level-2,
.main-container div.kb-category-sidebar .block-content .level-3,
.main-container div.kb-category-sidebar .block-content .level-4 {
  padding-left: 1.875rem;
}
.main-container div.kb-category-sidebar .block-content .category.level-1,
.main-container div.kb-category-sidebar .block-content .category.level-2,
.main-container div.kb-category-sidebar .block-content .category.level-3,
.main-container div.kb-category-sidebar .block-content .category.level-4 {
  color: #969696;
  font-weight: normal;
}
.main-container .kb-category-view,
.main-container .kb-article-view,
.main-container div.kb-s-form {
  padding: 0;
  border: none;
}
.main-container div.kb-article-list .article-item > .info .rating-box,
.main-container div.kb-article-view > .info .rating-box {
  margin: 5px 0;
}
.main-container div.kb-article-view .info {
  margin-bottom: 20px;
}
.main-container div.kb-article-view .helpful {
  border: 1px solid #ddd;
  background: #f9f9f9;
  text-align: right;
  margin: 20px 0;
}
.main-container div.kb-article-view .helpful .helpful_question {
  float: left;
  padding: 20px;
}
.main-container div.kb-article-view .helpful a.yes, .main-container div.kb-article-view .helpful a.no {
  display: inline-block;
  padding: 20px;
  color: #999;
  font-weight: normal;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  margin-right: 0;
}
.main-container div.kb-article-view .helpful a.yes:hover, .main-container div.kb-article-view .helpful a.no:hover {
  background: #e6e6e6;
}
.main-container div.kb-article-view .categories a, .main-container div.kb-article-view .tags a {
  padding-right: 10px;
}
.main-container div.kb-tag-view,
.main-container div.kb-search-result {
  padding: 1.25rem;
}

.kb-tag-cloud {
  margin-top: 10px;
}

.kb-article-list .article-item-list-items {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kb-cat-block {
  padding-top: 1.25rem;
}

.kb-cat-view-cat-name {
  margin-bottom: 1.25rem;
}

div.kb-article-view table.article-cats-and-tags td {
  padding-bottom: 0;
}
div.kb-article-view table.article-cats-and-tags a {
  display: inline-block;
  border: 1px solid #657fad;
  background-color: #fff;
  padding: 2px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  text-decoration: none !important;
}

.popup .clan-section.kb-article-section {
  background: none;
}

.clan-section.kb-article-section {
  padding: 12px 2.5rem;
}

.kb-article-hr {
  margin-bottom: 2.5rem;
}

#generic-popup-container .kb-article-section {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

body.kb-category-view .mobile-sidebar-button {
  display: none;
}

/* 
*	Name of design: Products Filter for Magento
*	Designer: Plumrocket Inc
*	Copyright status: All rights reserved
*	Website: www.plumrocket.com
*/
/*=== Filter ===*/
/* Toolbar */
.product-filter-param {
  background-color: #F2F2F2;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.category-products .toolbar .product-filter-param .filter_options {
  text-align: left;
  display: table;
  vertical-align: middle;
  width: 100%;
  font-size: 11px;
}

.category-products .toolbar .product-filter-param .text-showing {
  font-weight: 700;
  display: none;
  width: 75px;
  border-right: 1px solid #B8B8B8;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  padding-right: 15px;
}

.category-products .toolbar .product-filter-param .reset-filter-block {
  border-left: 1px solid #B8B8B8;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  width: 75px;
  font-size: 12px;
}

.category-products .toolbar .product-filter-param .reset-filter {
  white-space: nowrap;
}

.product-filter {
  padding: 5px 5px 10px 5px;
  z-index: 1;
}

.product-filter .filter_send {
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  float: left;
}

.product-filter .filter_send:hover {
  cursor: pointer;
}

.product-filter .selector {
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  height: 25px;
  vertical-align: middle;
  margin: 0 5px 5px 0px;
}

.product-filter .selector .hld {
  background: #fff;
}

.product-filter #filter_dash {
  background: #E9E9E9 !important;
}

.product-filter .selector .text {
  background: transparent;
  border-right: 1px solid #ccc;
  overflow: hidden;
  padding: 0px 7px;
  font-size: 13px;
}

.product-filter .selector .icon {
  float: right;
  margin: 0px;
  padding: 11px 8px 0px 7px;
  overflow: hidden;
}

.product-filter .selector .icon:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1E7EC8 transparent transparent transparent;
  margin: 0 auto;
}

.product-filter .selector .sort-up {
  background-position: -58px 7px;
}

.product-filter .selector .sort-down {
  background-position: -42px 7px;
}

.product-filter .selector .checks * {
  vertical-align: middle;
}

.product-filter .selector .checks label {
  padding-left: 8px;
}

.product-filter .border-hidder {
  background: #FFF;
  height: 8px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 12;
  width: 100%;
  display: none;
}

.product-filter .selector .filter-ui {
  background: #FFF;
  position: absolute;
  top: 26px;
  left: -1px;
  width: 200px;
  min-width: 200px;
  height: auto;
  z-index: 9;
  text-align: left;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 4px 8px #B9B9B9;
  -moz-box-shadow: 0px 4px 8px #B9B9B9;
  box-shadow: 0px 4px 8px #B9B9B9;
  cursor: default;
  display: none;
  font-size: 12px;
  overflow-y: auto;
}

.product-filter .selector .filter-ui:after {
  display: block;
  clear: both;
  content: "";
}

.product-filter .selector .filter-ui .group {
  font-weight: 700;
  font-size: inherit;
  height: auto;
  padding: 0;
}

.product-filter .filter-ui .list {
  float: left;
  padding: 0 0 0 18px;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  text-decoration: none;
  display: block;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
}
.product-filter .filter-ui .list span.filter_count {
  font-weight: normal;
  font-size: 12px;
}

.pf_holder_group_categories {
  font-weight: bold;
}

.product-filter .filter-ui .list.swatch {
  width: 50%;
  min-height: 19px;
}

.product-filter .filter-ui .list:hover {
  text-decoration: none;
  background-color: #ebf3ff;
}

.product-filter .filter-ui .list img {
  border: 1px solid #DBDBDB;
  display: inline-block;
  vertical-align: middle;
}

.product-filter .filter-ui .list.active-list:hover,
.product-filter .filter-ui .list.active-list {
  border-top: 1px solid #eaeaea;
  font-weight: bold;
  background-color: #657fad;
  color: #fff !important;
}

.product-filter .filter-ui .list.active-list.disabled,
.product-filter .filter-ui .list.disabled,
.product-filter .filter-ui .list.active-list.disabled:hover,
.product-filter .filter-ui .list.disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: inherit !important;
  text-decoration: none;
}

.product-filter .filter-ui .child-list {
  margin-left: 10px;
}

.product-filter .filter-ui .list.active-list.disabled span {
  display: inline;
}

.product-filter .filter-ui .list.disabled span.filter_count {
  display: none;
}

.product-filter .filter-ui .list.active-list.disabled:hover,
.product-filter .filter-ui .list.disabled:hover {
  cursor: default;
}

.product-filter .filter-ui .list.active-list:before {
  background-position: 0 -25px;
}

.product-filter .filter-ui .list span {
  text-align: center;
  padding-left: 0;
  color: #b5b5b5;
  vertical-align: top;
}

.product-filter .filter-ui .list span.price {
  color: #000000;
}

.product-filter .filter-ui .list.disabled span.price {
  color: inherit;
}

.product-filter .filter-ui .list:hover span { /*color: inherit;*/ }

.product-filter .reset-filter {
  float: right;
  text-align: right;
  padding-left: 10px;
  color: #c76200;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
}

.product-filter .filter-counter {
  color: #c76200;
}

.product-filter-param .reset-filter {
  float: none;
}

.product-filter-param .filter_counter {
  padding-right: 10px;
}

.product-filter-param .filter_options .filter_options_row {
  display: table-row;
}

.product-filter-param .filter_options_attr {
  padding: 7px 0 7px 10px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.product-filter-param .filter_options_attr .filter_options_label {
  font-size: 11px;
  margin-bottom: 7px;
  margin-left: 5px;
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  display: inline-block;
}

.product-filter-param .filter_options_attr .filter_options_item {
  white-space: nowrap;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 5px 15px 5px 15px;
  font-size: 12px;
  white-space: normal;
  position: relative;
  cursor: default;
}

.product-filter-param .filter_options_attr .filter_options_item img {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DBDBDB;
}

.product-filter-param .filter_options_attr .filter_options_item .delete_option {
  text-transform: none;
  position: absolute;
  right: 3px;
  top: -1px;
}
.product-filter-param .filter_options_attr .filter_options_item .delete_option .close-fo {
  font-size: 20px;
}

.product-filter-param .filter_options_attr .filter_options_item .close-fo,
.product-filter-param .filter-reset-all {
  display: inline-block;
  margin-left: 3px;
  font-size: 20px;
  font-weight: 700;
}

.product-filter-param .filter_options_attr .filter_options_item .close-fo:hover {
  cursor: pointer;
}

.product-filter-param .filter_options_attr .filter_options_item.deleted {
  text-decoration: line-through;
}

.category-products .toolbar:after {
  content: "";
  display: block;
  clear: both;
}

.reset-filter-mobile {
  display: none;
  -webkit-text-size-adjust: none;
}

/*=== Sidebar position ===*/
.productsfilter-main-container .product-filter .filter_label {
  display: block !important;
  float: none !important;
  margin: 5px 0 8px 0;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
}

.productsfilter-main-container .product-filter {
  padding: 0;
  margin-top: 0;
}

.productsfilter-main-container .product-filter-loader-bottom {
  display: none !important;
}

.productsfilter-main-container .product-filter-param .filter_options_row .filter_options_attr {
  border: 0px none;
}

.product-filter-slider {
  margin: 20px 20px 0 20px;
}

.product-filter-lock {
  position: fixed;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-image: url("https://static.clan.com/skin/frontend/images/plumrocket/productsfilter/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.productsfilter-main-container .product-filter .selector .filter-ui .group {
  clear: both;
  margin-bottom: 3px;
}

/* @media only screen and (min-width: 770px) { */
.productsfilter-main-container .product-filter .selector {
  background: none;
  border: 0px;
  line-height: initial;
  height: auto;
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.productsfilter-main-container .product-filter .selector .hld {
  background: none;
  font-weight: 700;
}

.productsfilter-main-container .product-filter .selector .text {
  background: none;
  border: 0px;
  padding: 0;
  font-size: 14px;
}

.productsfilter-main-container .product-filter .selector .icon {
  display: none;
}

.productsfilter-main-container .product-filter .selector .filter-ui {
  background: none;
  position: static;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  width: auto;
  min-width: 0;
  overflow-y: auto;
}

.productsfilter-main-container .product-filter .filter-ui .list.swatch:before,
.productsfilter-main-container .product-filter .filter-ui .list.swatch .filter_count {
  display: none;
}

.productsfilter-main-container .product-filter .filter-ui .list.disabled[data-attribute^=color] {
  opacity: 0.2;
}

.productsfilter-main-container .product-filter .filter-ui .list.swatch img {
  width: 22px;
  height: 22px;
  margin-right: 0;
  border: 0px;
}

.productsfilter-main-container .product-filter .filter-ui .list {
  width: auto;
  clear: both;
  text-decoration: none;
  outline: none;
  float: none;
  position: relative;
  display: block;
}

.productsfilter-main-container .product-filter .filter-ui .list.swatch {
  padding: 0;
  height: 24px;
  line-height: 24px;
  width: auto;
  overflow: hidden;
  margin-right: 5px;
  border: 1px solid #DBDBDB;
  display: inline-block;
  background-color: #ffffff;
}

.productsfilter-main-container .product-filter .filter-ui .list:hover {
  text-decoration: underline;
  cursor: pointer;
}

.productsfilter-main-container .product-filter .filter-ui .list.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.productsfilter-main-container .product-filter .filter-ui .list span {
  padding-left: 0;
}

.productsfilter-main-container .product-filter .filter-ui .list img {
  float: left;
  margin-right: 4px;
}

.productsfilter-main-container .product-filter .border-hidder {
  display: none !important;
}

.productsfilter-main-container .product-filter-param {
  display: block;
  padding: 0;
  background: none;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_item strong {
  color: #f39100;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_item[data-attribute^=color] {
  float: left;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_item .close-fo {
  font-size: 20px;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_item img {
  float: left;
  border: 1px solid #D2D2D2;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_item .close-fo:hover {
  opacity: 0.8;
}

.productsfilter-main-container .product-filter-param .text-showing {
  font-weight: 700;
}

.productsfilter-main-container .product-filter-param .filter_options .filter_options_row {
  display: block;
  margin: 5px 0;
}

.productsfilter-main-container .product-filter-param .filter_options_attr {
  padding: 0;
  display: block;
  border: 0px;
}

.productsfilter-main-container .product-filter-param .filter_options_attr:before,
.productsfilter-main-container .product-filter-param .filter_options_attr:after {
  content: "";
  clear: both;
  display: block;
}

.productsfilter-main-container .product-filter-param .filter_options_attr .filter_options_label {
  font-size: 11px;
  margin-bottom: 7px;
  margin-left: 5px;
  font-weight: bold;
  padding: 0;
  display: block;
  border: 0px;
}

.productsfilter-main-container .product-filter-param .reset-filter-block {
  display: block;
  font-size: 13px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-top: 8px;
  text-align: center;
}

.productsfilter-main-container .product-filter-param .filter-reset-all {
  font-size: 10px;
}

.productsfilter-main-container .product-filter-param .reset-filter {
  display: inline-block !important;
}

.productsfilter-main-container .product-filter-param .reset-filter {
  width: 100%;
  margin-top: 20px;
}

.productsfilter-main-container .product-filter .selector {
  cursor: default;
}

.productsfilter-main-container .product-filter .filter-ui .list span.filter_count {
  float: right;
}

.productsfilter-main-container .product-filter .filter-ui .list {
  cursor: pointer;
  cursor: hand;
  padding: 0.625rem;
  margin-bottom: 0 !important;
  padding-left: 20px;
}

.productsfilter-main-container .product-filter .filter-ui .list.child-list {
  margin-left: 0;
  padding-left: 25px;
  color: #888;
  font-weight: normal !important;
}
.productsfilter-main-container .product-filter .filter-ui .list.child-list:hover {
  color: #368cec;
}

.product-filter .filter-ui .list:before {
  top: 9px !important;
  left: 9px !important;
}

.product-filter .filter-ui .list.child-list:before {
  left: 19px !important;
}

.productsfilter-main-container .product-filter .filter-ui .list:hover {
  text-decoration: none;
}

.productsfilter-main-container .product-filter .filter-label-cell {
  padding-right: 10px;
}

#browse-popup .fabric-filter-sidebar {
  background: #fff;
}

.fabric-filters-sidebar-top .sidemenu-title {
  margin-bottom: 1.25rem;
}
.fabric-filters-sidebar-top .fabric-active-filters {
  margin-bottom: 1.25rem;
}

.productsfilter-main-container .text-showing,
.productsfilter-main-container .product-filter .filter_label.clan-sidebar-title,
.fabric-active-filters-title,
.fabric-filters-title,
.clan-sidebar-title {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.fabric-filters-section-content {
  margin-bottom: 1.25rem;
}

.filter-header {
  cursor: pointer;
  cursor: hand;
}

.fabric-filter,
.productsfilter-main-container .product-filter .selector,
.stock-filter {
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.fabric-filter.ui-expanded,
.productsfilter-main-container .product-filter .selector.ui-expanded,
.stock-filter.ui-expanded {
  border-radius: 15px 0 0 0;
}

.stock-filters-toggle,
.fabric-filters-toggle {
  cursor: default;
}

.stock-filters-toggle,
.fabric-filters-toggle,
.filter-header {
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #e3e3e3;
  padding: 0.8125rem 1.25rem;
  font-size: 0.75rem;
}
.stock-filters-toggle .filter-name,
.fabric-filters-toggle .filter-name,
.filter-header .filter-name {
  color: #070f25;
  font-weight: bold;
  text-transform: uppercase;
}
.stock-filters-toggle .filter-name-right,
.fabric-filters-toggle .filter-name-right,
.filter-header .filter-name-right {
  float: right;
}
.stock-filters-toggle .filter-name-right .fabric-section-warning,
.fabric-filters-toggle .filter-name-right .fabric-section-warning,
.filter-header .filter-name-right .fabric-section-warning {
  color: #888888;
  text-shadow: none;
  padding: 0 10px 0 3px;
}
.stock-filters-toggle .filter-name-right .fa,
.fabric-filters-toggle .filter-name-right .fa,
.filter-header .filter-name-right .fa {
  font-size: 14px;
  color: #666;
}

.stock-filters-toggle .filter-name,
.fabric-filters-toggle .filter-name {
  color: #fff;
}
.stock-filters-toggle .filter-name-right .fa,
.fabric-filters-toggle .filter-name-right .fa {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #A2B0c7;
}

.product-filter-sidebar-top,
.stock-filter-sidebar-top,
.fabric-filter-sidebar-top {
  padding-top: 0;
}

.fabric-filter-sidebar.left-menu .sidemenu-title {
  margin-bottom: 1.25rem;
}
.fabric-filter-sidebar.left-menu .sorter-filter {
  margin-top: 1.25rem;
}

.left-menu .productsfilter-main-container .sorter-filter {
  margin-bottom: 1.25rem;
}

.clantheme-brand-view.search-index-mirasvit-kb-article .col-left.sidebar .clan-section, .clantheme-brand-view.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clantheme-catalog-attribute-option-view.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.clantheme-catalog-attribute-option-view.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clantheme-family-products.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.clantheme-family-products.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clantheme-family-products999.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.clantheme-family-products999.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.clantheme-catalogsearch-result-index.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.clantheme-catalogsearch-result-index.search-index-magpleasure-blog-post .col-left.sidebar .clan-section,
.catalog-category-view.search-index-mirasvit-kb-article .col-left.sidebar .clan-section,
.catalog-category-view.search-index-magpleasure-blog-post .col-left.sidebar .clan-section {
  padding: 0 !important;
}
.clantheme-brand-view .col-left.sidebar .clan-section,
.clantheme-catalog-attribute-option-view .col-left.sidebar .clan-section,
.clantheme-family-products .col-left.sidebar .clan-section,
.clantheme-family-products999 .col-left.sidebar .clan-section,
.catalogsearch-result-index .col-left.sidebar .clan-section,
.clantheme-catalogsearch-result-index .col-left.sidebar .clan-section,
.catalog-category-view .col-left.sidebar .clan-section {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.clantheme-brand-view .col-left.sidebar .clan-section .kb-s-form,
.clantheme-brand-view .col-left.sidebar .clan-section .kb-category-sidebar,
.clantheme-brand-view .col-left.sidebar .clan-section .mpblog-archives,
.clantheme-catalog-attribute-option-view .col-left.sidebar .clan-section .kb-s-form,
.clantheme-catalog-attribute-option-view .col-left.sidebar .clan-section .kb-category-sidebar,
.clantheme-catalog-attribute-option-view .col-left.sidebar .clan-section .mpblog-archives,
.clantheme-family-products .col-left.sidebar .clan-section .kb-s-form,
.clantheme-family-products .col-left.sidebar .clan-section .kb-category-sidebar,
.clantheme-family-products .col-left.sidebar .clan-section .mpblog-archives,
.clantheme-family-products999 .col-left.sidebar .clan-section .kb-s-form,
.clantheme-family-products999 .col-left.sidebar .clan-section .kb-category-sidebar,
.clantheme-family-products999 .col-left.sidebar .clan-section .mpblog-archives,
.catalogsearch-result-index .col-left.sidebar .clan-section .kb-s-form,
.catalogsearch-result-index .col-left.sidebar .clan-section .kb-category-sidebar,
.catalogsearch-result-index .col-left.sidebar .clan-section .mpblog-archives,
.clantheme-catalogsearch-result-index .col-left.sidebar .clan-section .kb-s-form,
.clantheme-catalogsearch-result-index .col-left.sidebar .clan-section .kb-category-sidebar,
.clantheme-catalogsearch-result-index .col-left.sidebar .clan-section .mpblog-archives,
.catalog-category-view .col-left.sidebar .clan-section .kb-s-form,
.catalog-category-view .col-left.sidebar .clan-section .kb-category-sidebar,
.catalog-category-view .col-left.sidebar .clan-section .mpblog-archives {
  margin: 1.25rem;
}
.clantheme-brand-view .col-left.sidebar .clan-section .filter-ui,
.clantheme-catalog-attribute-option-view .col-left.sidebar .clan-section .filter-ui,
.clantheme-family-products .col-left.sidebar .clan-section .filter-ui,
.clantheme-family-products999 .col-left.sidebar .clan-section .filter-ui,
.catalogsearch-result-index .col-left.sidebar .clan-section .filter-ui,
.clantheme-catalogsearch-result-index .col-left.sidebar .clan-section .filter-ui,
.catalog-category-view .col-left.sidebar .clan-section .filter-ui {
  background: #fff;
}
.clantheme-brand-view .productsfilter-main-container .product-filter .selector:first-child,
.clantheme-catalog-attribute-option-view .productsfilter-main-container .product-filter .selector:first-child,
.clantheme-family-products .productsfilter-main-container .product-filter .selector:first-child,
.clantheme-family-products999 .productsfilter-main-container .product-filter .selector:first-child,
.catalogsearch-result-index .productsfilter-main-container .product-filter .selector:first-child,
.clantheme-catalogsearch-result-index .productsfilter-main-container .product-filter .selector:first-child,
.catalog-category-view .productsfilter-main-container .product-filter .selector:first-child {
  background: none;
}

.popup .col-left.sidebar .clan-section {
  border: none;
  box-shadow: none;
  overflow: visible;
}

.stock-filters-toggle-container,
.fabric-filters-toggle-container {
  overflow: hidden;
}

.stock-filters-toggle,
.fabric-filters-toggle {
  margin-bottom: 10px;
  background: transparent;
  padding: 10px 0 6px 0;
}
.stock-filters-toggle .filter-name,
.fabric-filters-toggle .filter-name {
  color: #444;
}

.product-filter-sidebar-top,
.stock-filter-sidebar-top,
.fabric-filter-sidebar-top {
  margin-bottom: 0;
}

.fabric-filter-sidebar-top {
  position: relative;
}
.fabric-filter-sidebar-top .fabric-filter-remove-all {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  cursor: pointer;
  cursor: hand;
}

.fabric-filter-sidebar-overlay {
  display: none;
  width: 20%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

.left-menu .fabric-filter-remove-all {
  position: relative;
  top: auto;
  right: auto;
}

.fabric-filter:first-child {
  background: none;
}

.fabric-filter-ui {
  background: #fff;
}

.fabric-filter-ui,
.filter-ui,
.productsfilter-main-container .product-filter .selector .filter-ui {
  border-radius: 0 0 3px 3px;
}

.fabric-filter-band-note {
  float: right;
  text-transform: none !important;
}

.fabric-filter-name-search-az-button {
  float: left;
  padding: 11px 5px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap !important;
}

.filter-ui .choose-fabric-option {
  padding: 10px;
}

.fabric-filter-name-search-container {
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.fabric-filter-name-search-container td {
  padding: 0;
  vertical-align: top;
}

.fabric-filter-group-name {
  -webkit-transform: translateZ(0);
}

#fabric-range-apply,
.fabric-filter-section-header,
.fabric-filter-group-name,
.fabric-filter-design-name,
.fabric-filter-name-search-msg,
.fabric-filter-value-grouped,
.fabric-filter-value,
.filter-value {
  font-size: 0.75rem;
  cursor: pointer;
  cursor: hand;
  padding: 0.625rem;
}

.filter-value .toggler,
.fabric-filter-value .toggler {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.fabric-filter-name-value-name,
#fabric-filter-value-col-az,
.fabric-filter-name,
.fabric-filter-value,
.filter-value {
  text-transform: uppercase;
}

.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value {
  padding: 0;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table {
  width: 100%;
  margin: 0;
  border: none;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table td.stock-image-filter-checkbox-cell {
  width: 1px;
  padding: 0;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table td.stock-image-filter-checkbox-cell input {
  margin: 0;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table td.stock-image-filter-image-cell {
  width: 1px;
  padding-right: 0;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table td.stock-image-filter-image-cell img {
  max-width: 40px;
  max-height: 40px;
  margin: 0;
}
.stock-filter-sidebar .stock-filter-ui .stock-filter-value.stock-image-filter-value table .stock-filter-cmt-info {
  font-size: 10px;
  padding-right: 0;
}

.product-filter-range-values,
.fabric-filter-range-values {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.product-filter-range-value,
.fabric-filter-range-value {
  display: inline-block;
}

.product-range-min-label,
.product-range-max-label,
.product-range-post,
.product-range-unit-pre, .product-range-unit-post,
.product-range-low, .product-range-high,
.fabric-range-post,
.fabric-range-unit-pre, .fabric-range-unit-post,
.fabric-range-low, .fabric-range-high {
  float: left;
}

.no-text-transform {
  text-transform: none;
}

.show-for-product-filters,
.show-for-fabric-filters {
  display: none;
}

.product-filter .show-for-product-filters {
  display: block;
}

.fabric-filter .show-for-fabric-filters {
  display: block;
}

.product-filter .fabric-filter-name-count {
  display: none;
}

.fabric-name-autocompletions {
  display: none;
}
.fabric-name-autocompletions .fabric-filter-name-count {
  padding-right: 1.25rem;
}

.fabric-filter-affiliate-divider {
  text-transform: uppercase;
  background: #070f25;
  color: #fff;
  text-align: center;
  padding: 0.625rem;
  font-size: 0.75rem;
}

.fabric-filter-name-values {
  position: relative;
  max-height: 200px;
  overflow: auto;
}

.fabric-filter-design-name.fabric-filter-name-all {
  font-weight: bold;
}
.fabric-filter-design-name.fabric-filter-name-all .fabric-filter-name-value-name {
  padding-left: 0;
}

.fabric-filter-design-name + .fabric-filter-design-name,
.fabric-filter-group-name + .fabric-filter-group-name {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.fabric-filter-name-pagination {
  overflow: hidden;
  display: none;
}
.fabric-filter-name-pagination .fabric-filter-name-more,
.fabric-filter-name-pagination .fabric-filter-name-back {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.fabric-filter-name-pagination .fabric-filter-name-more .button, .fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-cart, .top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-cart,
.fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-checkout,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-checkout,
.fabric-filter-name-pagination .fabric-filter-name-back .button,
.fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-cart,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-cart,
.fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-checkout,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-checkout {
  width: 100%;
}
.fabric-filter-name-pagination .fabric-filter-name-more .button span.fa, .fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-cart span.fa, .top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-cart span.fa,
.fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-checkout span.fa,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-checkout span.fa,
.fabric-filter-name-pagination .fabric-filter-name-back .button span.fa,
.fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-cart span.fa,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-cart span.fa,
.fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-checkout span.fa,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-checkout span.fa {
  font-size: 17px;
  position: relative;
  line-height: 0.6;
  top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.fabric-filter-name-pagination .fabric-filter-name-back .button, .fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-cart, .top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-cart,
.fabric-filter-name-pagination .fabric-filter-name-back .top-cart .btn-checkout,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-back .btn-checkout {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 1px solid #fff;
}
.fabric-filter-name-pagination .fabric-filter-name-more .button, .fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-cart, .top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-cart,
.fabric-filter-name-pagination .fabric-filter-name-more .top-cart .btn-checkout,
.top-cart .fabric-filter-name-pagination .fabric-filter-name-more .btn-checkout {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.fabric-filter-name-search .cssload-fond {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 37px;
  width: 37px;
}
.fabric-filter-name-search .cssload-fond .spinner {
  width: 55%;
  height: 55%;
  top: 0;
  left: 0;
  margin: 20%;
}

.fabric-filter-group-name,
.fabric-filter-design-name,
.fabric-filter-name-search-msg {
  font-size: 0.75rem;
  cursor: pointer;
  cursor: hand;
  padding: 0.625rem;
}

.fabric-filter-name-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  padding: 0.625rem;
  cursor: pointer;
  cursor: hand;
}

.fabric-filter-name-value-name {
  width: 80%;
}

.fabric-filter-group-name {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  position: relative;
  font-weight: bold;
}

.fabric-filter-design-name,
.fabric-filter-name-search-msg {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  position: relative;
}

.fabric-filter-design-name .fabric-filter-name-value-name {
  padding-left: 0;
}

.fabric-filter-design-name + .fabric-filter-design-name,
.fabric-filter-group-name + .fabric-filter-group-name {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.fabric-filter-name-search-msg {
  text-align: center;
}

.fabric-filter-name-value-name {
  text-transform: uppercase;
}

.fabric-filter-value,
.fabric-filter-val-description {
  position: relative;
}

.fabric-filter-val-description-button {
  background: rgba(255, 255, 255, 0.4);
}

.fabric-filter-val-description,
.fabric-filter-description {
  display: none;
  padding: 0.625rem;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
}

.fabric-filter-val-description-button .fa-circle {
  font-size: 22px;
  color: white;
  transition: all 0.5s;
  padding: 0.5rem;
}

.fabric-filter-val-description-button .fa-info-circle {
  font-size: 22px;
  color: #6983A9; /*foo*/
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  padding: 0.5rem;
}

.fabric-filter-val-description-button:hover .fa-info-circle {
  color: #6983A9; /*foo*/
}

.fabric-filter-ui-inner li, .fabric-filter-ui-inner a {
  position: relative;
}
.fabric-filter-ui-inner a {
  /* prevent the floating count from escaping */
  overflow: hidden;
}

.fabric-filter-val-description-button {
  margin: 0 0 0 0.625rem;
  z-index: 5;
  position: relative;
  float: right;
}

.clan-bundle-option.bundle-option {
  margin-top: 0;
  margin-bottom: 1.25rem;
  border-bottom: none;
}
@media only screen and (max-width: 40em) {
  .clan-bundle-option.bundle-option .bundle-option-col1 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col2 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col1n2 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col3 {
    width: 100%;
  }
  .clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-col3 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-option-count {
    display: none !important;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .clan-bundle-option.bundle-option .bundle-option-col1 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col2 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col1n2 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col3 {
    width: 100%;
  }
  .clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-col3 {
    width: 50%;
  }
  .clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-option-count {
    display: none !important;
  }
}
@media only screen and (min-width:56.3125em) {
  .clan-bundle-option.bundle-option .bundle-option-col1 {
    width: 20%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col2 {
    width: 35%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col1n2 {
    width: 55%;
  }
  .clan-bundle-option.bundle-option .bundle-option-col3 {
    width: 45%;
  }
}
.clan-bundle-option.bundle-option .bundle-option-title-bar {
  margin-bottom: 1.25rem;
  border-radius: 3px;
  background: #e8eef3;
  font-weight: bold;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar button {
  height: 30px;
  padding: 7px 14px;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-title {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-title .option-required {
  float: none;
  font-weight: normal;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-option-count {
  font-size: 12px;
  float: left;
  padding: 6px 10px;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-hide {
  float: right;
  padding: 5px 10px;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-col3 {
  position: relative;
}
.clan-bundle-option.bundle-option .bundle-option-title-bar .bundle-option-col3 button {
  position: absolute;
  top: 5px;
  right: 4px;
}
.clan-bundle-option.bundle-option.bundle-optional-extra .bundle-option-title-bar {
  background: #d3ecd2;
}
.clan-bundle-option.bundle-option.bundle-optional-extra .bundle-option-option-count,
.clan-bundle-option.bundle-option.bundle-optional-extra .bundle-option-options .bundle-option-options-elements {
  display: none;
}
.clan-bundle-option.bundle-option.bundle-optional-extra.added-to-bundle .bundle-option-option-count,
.clan-bundle-option.bundle-option.bundle-optional-extra.added-to-bundle .bundle-option-options .bundle-option-options-elements, .clan-bundle-option.bundle-option.bundle-optional-extra.removed-from-bundle .bundle-option-option-count,
.clan-bundle-option.bundle-option.bundle-optional-extra.removed-from-bundle .bundle-option-options .bundle-option-options-elements {
  display: block;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-image {
  margin-bottom: 1.25rem;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-info .bundle-name {
  font-size: 18px;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-info .bundle-name a {
  color: black;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-info .bundle-info-links {
  margin-top: 1.25rem;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-info .selections-count {
  margin-top: 1.25rem;
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-info .choose-product-option-button {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  .clan-bundle-option.bundle-option .bundle-option-content .bundle-option-options {
    margin-top: 1.25rem;
  }
}
.clan-bundle-option.bundle-option .bundle-option-content .bundle-option-options .selections-count {
  margin-bottom: 0.3rem;
}

#browse-popup-title,
.bundle-price-box {
  margin-bottom: 1.25rem;
}
#browse-popup-title p.price-as-configured,
.bundle-price-box p.price-as-configured {
  margin-bottom: 0;
}
#browse-popup-title p.price-as-configured .price .price,
.bundle-price-box p.price-as-configured .price .price {
  font-size: 1.5rem;
}
#browse-popup-title p.price-as-configured .price .old-price.price,
.bundle-price-box p.price-as-configured .price .old-price.price {
  font-size: 1rem;
}
#browse-popup-title .price-label,
.bundle-price-box .price-label {
  font-size: 12px;
  color: #888;
  position: relative;
  top: -7px;
}

.bundle-popup-product-buttons {
  text-align: center;
  padding: 0;
}
.bundle-popup-product-buttons .bundle-popup-option-price {
  width: 30%;
  color: black;
  background: #dedede;
  text-shadow: none;
  border-color: #b5b5b5;
  cursor: default;
  font-weight: normal;
  vertical-align: bottom;
}
.bundle-popup-product-buttons .bundle-popup-option-price:hover {
  background: #dedede;
}
.bundle-popup-product-buttons .bundle-popup-option-details {
  margin-top: 3px;
  width: 49%;
}
.bundle-popup-product-buttons .bundle-popup-option-choose {
  margin-top: 3px;
  width: 49%;
}
@media only screen and (max-width: 40em) {
  .bundle-popup-product-buttons .bundle-popup-option-details,
  .bundle-popup-product-buttons .bundle-popup-option-choose {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.product-view .product-essential .bundle-info-links .full-product-information-link-container {
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.product-view .product-essential .bundle-info-links .full-product-information-link-container .fa {
  margin-right: 0.3125rem;
}

.bundle-option-measurement-guides .measuring-guides {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.bundle-option-measurement-guides .measuring-guides .video-measuring-guide,
.bundle-option-measurement-guides .measuring-guides .measuring-guide {
  padding: 5px 0;
}

.bundle-option .product-view-stock-button-container {
  float: none;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.bundle-option .product-view-stock-button-container .product-view-stock-button {
  display: block;
}

.bundle-option-remove,
.bundle-option-add {
  border: 1px solid white;
  float: right;
  margin: 5px;
  padding: 0px 10px;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.3s; /* Safari */
  transition: all 0.3s;
}
.bundle-option-remove:hover, .bundle-option-remove:active,
.bundle-option-add:hover,
.bundle-option-add:active {
  background: rgba(255, 255, 255, 0.3);
}

.option-required {
  color: #f39100 !important;
}

.pinking-fabric-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/swatch_pinking_overlay.png");
  background-size: cover;
}

.fabric-swatch-noimage {
  padding-bottom: 100%;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/small_no_img.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-top-non-hover.active:before,
.tooltip-top-non-hover.active:after,
.tooltip-right-non-hover.active:before,
.tooltip-right-non-hover.active:after,
.tooltip-bottom-non-hover.active:before,
.tooltip-bottom-non-hover.active:after,
.tooltip-left-non-hover.active:before,
.tooltip-left-non-hover.active:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top-non-hover:before,
.tooltip-top-non-hover:after,
.tooltip-right-non-hover:before,
.tooltip-right-non-hover:after,
.tooltip-bottom-non-hover:before,
.tooltip-bottom-non-hover:after,
.tooltip-left-non-hover:before,
.tooltip-left-non-hover:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top-non-hover:before,
.tooltip-right-non-hover:before,
.tooltip-bottom-non-hover:before,
.tooltip-left-non-hover:before,
.tooltip-top:before {
  margin-left: -6px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top-non-hover:after,
.tooltip-right-non-hover:after,
.tooltip-bottom-non-hover:after,
.tooltip-left-non-hover:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top-non-hover.active:before,
.tooltip-top-non-hover.active:after,
.tooltip-right-non-hover.active:before,
.tooltip-right-non-hover.active:after,
.tooltip-bottom-non-hover.active:before,
.tooltip-bottom-non-hover.active:after,
.tooltip-left-non-hover.active:before,
.tooltip-left-non-hover.active:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left-non-hover:before,
.tooltip-left-non-hover:after,
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left-non-hover:before,
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left-non-hover.active:before,
.tooltip-left-non-hover.active:after,
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom-non-hover:before,
.tooltip-bottom-non-hover:after,
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom-non-hover:before,
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom-non-hover.active:before,
.tooltip-bottom-non-hover.active:after,
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right-non-hover:before,
.tooltip-right-non-hover:after,
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right-non-hover:before,
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right-non-hover.active:before,
.tooltip-right-non-hover.active:after,
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left-non-hover:before,
.tooltip-right-non-hover:before,
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left-non-hover:after,
.tooltip-right-non-hover:after,
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

@media only screen and (max-width: 29.375em) {
  .tiny-12 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 29.375em) {
  .tiny-6 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 29.375em) {
  .hide-for-tiny {
    display: none !important;
  }
}

.td-actual-show-for-medium-only {
  display: none !important;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .td-actual-show-for-medium-only {
    display: table-cell !important;
  }
}

#generic-popup-container {
  z-index: 400;
}
#generic-popup-container .popup {
  max-width: 850px;
}

/* keep animation timing in sync with jquery.popup.js  fadeOutThenCallback fadeInThenCallback*/
.popup-container.popup-container-fade-in {
  display: block;
  opacity: 0;
  animation: popupopen 0.3s forwards;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popup-container.popup-container-fade-out {
  /* get the element out of the way - even if js is "catching up" - like it does sometimes - before doing $elem.hide(); and cb(); */
  pointer-events: none;
  display: block;
  opacity: 1;
  animation: popupclose 0.3s forwards;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes popupopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popupclose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#print-designer-popup-container {
  z-index: 99;
}
#print-designer-popup-container .popup {
  padding-top: 20px;
  max-width: 1100px;
}

#product-browse-popup-container,
#browse-popup-container {
  z-index: 100;
}
#product-browse-popup-container .popup,
#browse-popup-container .popup {
  padding-top: 20px;
  max-width: 1100px;
}

#product-browse-popup-container .clan-section {
  border: none;
  box-shadow: none;
}

#design-popup-container {
  z-index: 200;
}
#design-popup-container .popup {
  max-width: 785px;
}
#design-popup-container .popup .clan-section {
  box-shadow: none !important;
}
#design-popup-container .popup #design-view-header {
  display: none;
}

#design-popup-buylength-container {
  z-index: 200;
}

#stock-co-popup-container {
  z-index: 200;
}

#stock-co-popup {
  max-width: 600px;
}

#share-popup-container,
#fabrics-image-zoom-popup-container,
#fabric-popup-container {
  z-index: 200;
}
#share-popup-container .popup,
#fabrics-image-zoom-popup-container .popup,
#fabric-popup-container .popup {
  max-width: 650px;
}

#product-popup-container {
  z-index: 200;
}
#product-popup-container .popup {
  max-width: 850px;
}

#share-popup-container .popup-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  overflow-y: scroll;
  display: none;
}
.popup-container .popup-table {
  table-layout: fixed;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-container .popup-table .popup-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}
.popup-container .popup-table .popup-cell .popup {
  margin: 0 auto;
  background: white;
  border: 1px solid #E0E0E0;
  width: 95%;
  padding: 1%;
  padding-bottom: 1.25rem;
  position: relative;
  vertical-align: top;
  -moz-box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  -webkit-box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color="#888888");
}
@media only screen and (min-width:56.3125em) {
  .popup-container .popup-table .popup-cell .popup {
    padding: 10px;
  }
}
.popup-container .popup-table .popup-cell .popup .popup-header-internal-content {
  display: none;
}

.popup-swatch {
  position: relative;
  max-width: 300px;
}
@media only screen and (max-width: 40em) {
  .popup-swatch {
    margin: 0 auto;
  }
}
.popup-swatch .popup-swatch-fabric-square {
  width: 100%;
  padding-bottom: 100%;
}
.popup-swatch img {
  position: absolute;
  width: 100%;
}
.popup-swatch .popup-swatch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.popup-swatch .popup-enlarge {
  position: absolute;
  top: 5%;
  right: 5%;
}

.popup-enlarged {
  position: relative;
  margin-top: 50px;
}
.popup-enlarged .zoom-container {
  cursor: crosshair;
}

.popup-enlarged-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-header {
  overflow: hidden;
  width: 100%;
  min-height: 0.375rem;
  padding: 0 0.625rem;
}
.popup-header .popup-header-left {
  width: 50%;
  float: left;
  width: 100%;
}
.popup-header .popup-header-right {
  float: right;
}

.popup-error {
  display: none;
  color: #f00;
  font-size: 0.875rem;
  padding: 0.9375rem;
  margin: 0.9375rem;
  background: #FFDEFF;
}

.popup-header-internal-content {
  text-align: center;
}

.popup-header-internal-content,
.popup-close {
  color: #207686;
  text-transform: uppercase;
  font-size: 18px;
}

.small_magento_logo {
  display: inline-block;
  height: 14px;
  width: 16px;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/magento.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.popup-close:hover {
  background: #efc3c3;
}
.popup-close:hover .close {
  color: #ad2323;
}

.popup-close {
  transition: all 0.5s ease;
  position: absolute;
  top: 10px;
  right: 9px;
  width: 36px;
  height: 36px;
  padding: 5px 6.5px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
.popup-close .close {
  transition: all 0.2s ease;
}

.popup-share-buttons-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}
.popup-share-buttons-container .popup-share-buttons {
  overflow: hidden;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 16px;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share {
  width: 100%;
  color: white;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  position: relative;
  left: 0;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share-buttons-facebook {
  background: #3B5998;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share-buttons-twitter {
  background: #00ACED;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share-buttons-pinterest {
  background: #CB2027;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share-buttons-google-plus {
  background: #D14836;
}
.popup-share-buttons-container .popup-share-buttons .popup-share-buttons-table .popup-share-buttons-cell .popup-share-buttons-email {
  background: #288FA2;
}

@media only screen and (max-width: 40em) {
  .fabric-sku-link {
    text-align: center;
  }
  .popup-middle {
    padding: 0.9375rem;
  }
  .popup-full-details, .popup-full-deatils-small {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
  .popup-palette-wrap {
    font-size: 0.875rem;
  }
}
#print-designer-popup-title {
  overflow: hidden;
  padding: 0 1.25rem;
  padding-right: 45px;
  margin-bottom: 1.25rem;
}

#browse-popup-title {
  overflow: hidden;
  padding: 0 1.25rem;
  padding-right: 45px;
}

#design-popup-title {
  overflow: hidden;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
  padding-right: 45px;
}

#design-popup-title {
  padding-right: 170px;
}

#design-popup-back {
  position: absolute;
  top: 23px;
  right: 1.25rem;
}

@media only screen and (max-width: 40em) {
  #design-popup-title {
    padding-right: 1.25rem;
  }
  #design-popup-back {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1.25rem;
    float: right;
    margin-right: 0.625rem;
  }
  .design-popup-content {
    clear: both;
  }
}
#browse-popup-title .special-price {
  display: block;
}
#browse-popup-title .popup-outfit-name {
  font-size: 20px;
}
#browse-popup-title .popup-choose-your-fabric {
  font-size: 20px;
  font-weight: bold;
}
#browse-popup-title .popup-for-product-container {
  font-size: 16px;
  position: relative;
  top: -7px;
}
#browse-popup-title .popup-fabric-help {
  position: relative;
  top: -2px;
}
#browse-popup-title .popup-outfit-left {
  margin-right: 285px;
}
#browse-popup-title .popup-outfit-left img {
  width: 60px;
  float: left;
  margin-right: 1.25rem;
}
#browse-popup-title .popup-outfit-left .popup-outfit-left-text {
  float: left;
}
#browse-popup-title .popup-outfit-right {
  margin-left: 1.25rem;
  float: right;
  width: 285px;
  position: relative;
}
#browse-popup-title .popup-outfit-right .popup-outfit-ticket {
  position: absolute;
  top: 0;
  right: 0;
}
#browse-popup-title .old-price {
  text-decoration: line-through;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  #browse-popup-title .popup-outfit-left {
    margin-right: 110px;
  }
  #browse-popup-title .popup-outfit-right {
    width: 110px;
  }
  #browse-popup-title .popup-outfit-right .popup-outfit-ticket {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  #browse-popup-title .popup-outfit-left {
    margin-right: 0;
  }
  #browse-popup-title .popup-outfit-left img {
    display: none;
  }
  #browse-popup-title .popup-outfit-left .popup-outfit-left-text {
    float: none;
  }
  #browse-popup-title .popup-outfit-right {
    display: none;
  }
}

.popup-title {
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  padding-right: 40px;
}
.popup-title h3 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.fabric-internal-content {
  padding-bottom: 10px;
  text-align: right;
}

.generic-popup-content div.kb-article-view {
  border: 0;
  padding: 0 10px;
}

.popup-image-options .product-option-image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.popup-image-options .product-option-image-container .product-option-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.popup-image-options .columns {
  text-align: center;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.popup-image-options .columns + .columns:last-child {
  float: left;
}

.enlarge-loader {
  height: 60%;
  position: relative;
}
.enlarge-loader .enlarge-loader-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.25rem;
}
.enlarge-loader .enlarge-loader-band h3 {
  margin-bottom: 0;
  color: #fff;
}

#product-popup-container .popup {
  padding-top: 20px;
}
#product-popup-container .select-product-popup-title {
  padding-bottom: 2.5rem;
  text-align: center;
}
#product-popup-container .popup-choose-button {
  display: block;
  margin: 1.25rem auto;
  margin-top: 0;
  max-width: 330px;
}
#product-popup-container .product-details-title {
  display: none;
}
#product-popup-container .product-details-content ul:first-child {
  margin-bottom: 1.25rem;
}
#product-popup-container .product-details-content ul:first-child li {
  margin-left: 1.25rem;
  list-style: disc;
}
#product-popup-container .product-additional-information-title {
  display: none;
}
#product-popup-container .select-product {
  margin-top: 1.25rem;
}

#image-popup-container {
  z-index: 999;
}
#image-popup-container .popup-cell {
  text-align: center;
}
#image-popup-container .popup-cell .popup {
  display: inline-block;
  width: auto;
  max-width: 95%;
  min-width: 165px;
}
#image-popup-container .popup-cell .popup .popup-title {
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 20px;
}
#image-popup-container .image-popup-content {
  text-align: center;
}

#stock-browse-popup-container {
  z-index: 100;
}
#stock-browse-popup-container .popup {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  margin: 0 0.625rem;
}
#stock-browse-popup-container .popup-cell {
  text-align: center;
}
#stock-browse-popup-container .btn-bundle-option {
  display: none;
}
#stock-browse-popup-container.bundle-option-stock-popup .product-qty-cell,
#stock-browse-popup-container.bundle-option-stock-popup .btn-cart {
  display: none;
}
#stock-browse-popup-container.bundle-option-stock-popup .btn-bundle-option {
  display: block;
}
#stock-browse-popup-container .popup-title {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0 1.25rem;
  padding-right: 40px;
}
#stock-browse-popup-container .popup-content {
  margin-top: 1.25rem;
}

#fabric-page .popup .fabric-info-left-col .design-details,
#fabric-popup-container .popup .fabric-info-left-col .design-details,
#design-popup-container .popup .fabric-info-left-col .design-details {
  display: none;
}
#fabric-page .popup.swfabriccmt .fabric-info-left-col .fabric-details,
#fabric-popup-container .popup.swfabriccmt .fabric-info-left-col .fabric-details,
#design-popup-container .popup.swfabriccmt .fabric-info-left-col .fabric-details {
  display: none;
}
#fabric-page .popup.swfabriccmt .fabric-info-left-col .design-details,
#fabric-popup-container .popup.swfabriccmt .fabric-info-left-col .design-details,
#design-popup-container .popup.swfabriccmt .fabric-info-left-col .design-details {
  display: block;
}
#fabric-page .popup.swfabriccmt .fabric-info-right-col .design-details,
#fabric-popup-container .popup.swfabriccmt .fabric-info-right-col .design-details,
#design-popup-container .popup.swfabriccmt .fabric-info-right-col .design-details {
  display: none;
}
#fabric-page .popup.swfabriccmt .product-generic-info,
#fabric-popup-container .popup.swfabriccmt .product-generic-info,
#design-popup-container .popup.swfabriccmt .product-generic-info {
  display: none;
}
#fabric-page .popup.swfabricsimple .popup-mid-section,
#fabric-popup-container .popup.swfabricsimple .popup-mid-section,
#design-popup-container .popup.swfabricsimple .popup-mid-section {
  display: none;
}
#fabric-page .popup.swfabricsimple .fabric-info-left-col .fabric-details,
#fabric-popup-container .popup.swfabricsimple .fabric-info-left-col .fabric-details,
#design-popup-container .popup.swfabricsimple .fabric-info-left-col .fabric-details {
  display: none;
}
#fabric-page .popup.swfabricsimple .fabric-info-left-col .design-details,
#fabric-popup-container .popup.swfabricsimple .fabric-info-left-col .design-details,
#design-popup-container .popup.swfabricsimple .fabric-info-left-col .design-details {
  display: block;
}
#fabric-page .popup.swfabricsimple .fabric-info-right-col .design-details,
#fabric-popup-container .popup.swfabricsimple .fabric-info-right-col .design-details,
#design-popup-container .popup.swfabricsimple .fabric-info-right-col .design-details {
  display: none;
}
#fabric-page .popup.swfabricsimple .popup-buy-dispatch,
#fabric-popup-container .popup.swfabricsimple .popup-buy-dispatch,
#design-popup-container .popup.swfabricsimple .popup-buy-dispatch {
  display: none !important;
}
#fabric-page .popup.swfabricsimple .product-generic-info,
#fabric-popup-container .popup.swfabricsimple .product-generic-info,
#design-popup-container .popup.swfabricsimple .product-generic-info {
  display: none;
}
#fabric-page .popup.swproductfilter .popup-buy-dispatch,
#fabric-popup-container .popup.swproductfilter .popup-buy-dispatch,
#design-popup-container .popup.swproductfilter .popup-buy-dispatch {
  display: none;
}
#fabric-page .popup.swproductfilter .product-generic-info,
#fabric-popup-container .popup.swproductfilter .product-generic-info,
#design-popup-container .popup.swproductfilter .product-generic-info {
  display: none;
}
#fabric-page .popup.for_tartan_designer .popup-mid-section,
#fabric-popup-container .popup.for_tartan_designer .popup-mid-section,
#design-popup-container .popup.for_tartan_designer .popup-mid-section {
  display: none;
}
#fabric-page .popup.for_tartan_designer .fabric-info-left-col .fabric-details,
#fabric-popup-container .popup.for_tartan_designer .fabric-info-left-col .fabric-details,
#design-popup-container .popup.for_tartan_designer .fabric-info-left-col .fabric-details {
  display: none;
}
#fabric-page .popup.for_tartan_designer .fabric-info-left-col .design-details,
#fabric-popup-container .popup.for_tartan_designer .fabric-info-left-col .design-details,
#design-popup-container .popup.for_tartan_designer .fabric-info-left-col .design-details {
  display: block;
}
#fabric-page .popup.for_tartan_designer .fabric-info-right-col .design-details,
#fabric-popup-container .popup.for_tartan_designer .fabric-info-right-col .design-details,
#design-popup-container .popup.for_tartan_designer .fabric-info-right-col .design-details {
  display: none;
}
#fabric-page .popup.for_tartan_designer .popup-buy-dispatch,
#fabric-popup-container .popup.for_tartan_designer .popup-buy-dispatch,
#design-popup-container .popup.for_tartan_designer .popup-buy-dispatch {
  display: none !important;
}
#fabric-page .popup.for_tartan_designer .popup-compare-button,
#fabric-popup-container .popup.for_tartan_designer .popup-compare-button,
#design-popup-container .popup.for_tartan_designer .popup-compare-button {
  display: none;
}
#fabric-page .popup.for_tartan_designer .product-generic-info,
#fabric-popup-container .popup.for_tartan_designer .product-generic-info,
#design-popup-container .popup.for_tartan_designer .product-generic-info {
  display: none;
}
#fabric-page .popup .affiliated-names-section,
#fabric-popup-container .popup .affiliated-names-section,
#design-popup-container .popup .affiliated-names-section {
  margin-bottom: 1.25rem;
}
#fabric-page .popup .affiliated-names-section h4,
#fabric-popup-container .popup .affiliated-names-section h4,
#design-popup-container .popup .affiliated-names-section h4 {
  display: inline-block;
}
#fabric-page .popup .affiliated-names-section .affiliated-names-q,
#fabric-popup-container .popup .affiliated-names-section .affiliated-names-q,
#design-popup-container .popup .affiliated-names-section .affiliated-names-q {
  position: relative;
  top: -2px;
}
#fabric-page .popup .affiliated-names-section .affiliated-names-container,
#fabric-popup-container .popup .affiliated-names-section .affiliated-names-container,
#design-popup-container .popup .affiliated-names-section .affiliated-names-container {
  position: relative;
}
#fabric-page .popup .affiliated-names-section .affiliated-names-container .affiliated-names-short,
#fabric-popup-container .popup .affiliated-names-section .affiliated-names-container .affiliated-names-short,
#design-popup-container .popup .affiliated-names-section .affiliated-names-container .affiliated-names-short {
  display: none;
}
#fabric-page .popup .affiliated-names-section .affiliated-names-container .affiliated-names,
#fabric-popup-container .popup .affiliated-names-section .affiliated-names-container .affiliated-names,
#design-popup-container .popup .affiliated-names-section .affiliated-names-container .affiliated-names {
  top: 0;
}
#fabric-page .popup .affiliated-names-section .affiliated-names-more-button,
#fabric-popup-container .popup .affiliated-names-section .affiliated-names-more-button,
#design-popup-container .popup .affiliated-names-section .affiliated-names-more-button {
  display: none;
  font-weight: bold;
  margin: 0.625rem 0;
  color: #A2B0c7;
  cursor: pointer;
  cursor: hand;
}
#fabric-page .popup-title h3,
#fabric-popup-container .popup-title h3,
#design-popup-container .popup-title h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
#fabric-page .popup-palette-wrap, #fabric-page .popup-relative-name,
#fabric-popup-container .popup-palette-wrap,
#fabric-popup-container .popup-relative-name,
#design-popup-container .popup-palette-wrap,
#design-popup-container .popup-relative-name {
  font-size: 16px;
}
#fabric-page .popup-row,
#fabric-popup-container .popup-row,
#design-popup-container .popup-row {
  margin-top: 1.25rem;
}
#fabric-page .popup-swatch-col,
#fabric-popup-container .popup-swatch-col,
#design-popup-container .popup-swatch-col {
  padding: 0;
}
#fabric-page .popup-buy,
#fabric-popup-container .popup-buy,
#design-popup-container .popup-buy {
  max-width: 300px;
}
@media only screen and (min-width:40.0625em) {
  #fabric-page .popup-buy,
  #fabric-popup-container .popup-buy,
  #design-popup-container .popup-buy {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 40em) {
  #fabric-page .popup-buy,
  #fabric-popup-container .popup-buy,
  #design-popup-container .popup-buy {
    margin: 1.25rem auto;
  }
  #fabric-page .popup-buy .popup-buy-price-container table,
  #fabric-popup-container .popup-buy .popup-buy-price-container table,
  #design-popup-container .popup-buy .popup-buy-price-container table {
    float: none;
    margin: 0 auto;
  }
}
#fabric-page .popup-details-grouping,
#fabric-popup-container .popup-details-grouping,
#design-popup-container .popup-details-grouping {
  overflow: hidden;
}
#fabric-page .popup-full-details,
#fabric-popup-container .popup-full-details,
#design-popup-container .popup-full-details {
  margin-top: 1.25rem;
  padding: 1% 2% 2% 2%;
  overflow: hidden; /* because annoying inner p padding sticks out bottom */
}
#fabric-page .popup-full-details table td,
#fabric-popup-container .popup-full-details table td,
#design-popup-container .popup-full-details table td {
  padding: 5px;
}
#fabric-page .range-details-name,
#fabric-popup-container .range-details-name,
#design-popup-container .range-details-name {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#fabric-page .popup-info,
#fabric-popup-container .popup-info,
#design-popup-container .popup-info {
  font-size: 14px;
  margin-bottom: 1.25rem;
}
#fabric-page .range-details-text,
#fabric-popup-container .range-details-text,
#design-popup-container .range-details-text {
  font-size: 12px;
}
#fabric-page table.range-details-attributes,
#fabric-popup-container table.range-details-attributes,
#design-popup-container table.range-details-attributes {
  border: 0;
  width: 100%;
}
#fabric-page .range-deails-small-only,
#fabric-popup-container .range-deails-small-only,
#design-popup-container .range-deails-small-only {
  display: none;
}
@media only screen and (max-width: 40em) {
  #fabric-page .range-deails-small-only,
  #fabric-popup-container .range-deails-small-only,
  #design-popup-container .range-deails-small-only {
    display: table-row;
  }
}
#fabric-page .popup-buy-swatch,
#fabric-page .popup-buy-length,
#fabric-popup-container .popup-buy-swatch,
#fabric-popup-container .popup-buy-length,
#design-popup-container .popup-buy-swatch,
#design-popup-container .popup-buy-length {
  overflow: hidden;
}
#fabric-page .popup-buy-swatch-price,
#fabric-page .popup-buy-length-price,
#fabric-popup-container .popup-buy-swatch-price,
#fabric-popup-container .popup-buy-length-price,
#design-popup-container .popup-buy-swatch-price,
#design-popup-container .popup-buy-length-price {
  display: inline-block;
}
#fabric-page .popup-buy-swatch,
#fabric-popup-container .popup-buy-swatch,
#design-popup-container .popup-buy-swatch {
  display: none;
}
#fabric-page .popup-stock-length-title,
#fabric-popup-container .popup-stock-length-title,
#design-popup-container .popup-stock-length-title {
  display: none;
  cursor: pointer;
  cursor: hand;
}
#fabric-page .popup-stock-length-title .popup-stock-length-title-right,
#fabric-popup-container .popup-stock-length-title .popup-stock-length-title-right,
#design-popup-container .popup-stock-length-title .popup-stock-length-title-right {
  display: table-cell;
  width: 30%;
  text-align: right;
}
#fabric-page .popup-stock-lengths,
#fabric-page .popup-buy-stock-template,
#fabric-page .popup-buy-stock,
#fabric-popup-container .popup-stock-lengths,
#fabric-popup-container .popup-buy-stock-template,
#fabric-popup-container .popup-buy-stock,
#design-popup-container .popup-stock-lengths,
#design-popup-container .popup-buy-stock-template,
#design-popup-container .popup-buy-stock {
  display: none;
}
#fabric-page .fabric-share-compare,
#fabric-popup-container .fabric-share-compare,
#design-popup-container .fabric-share-compare {
  margin-top: 0.625rem;
}
#fabric-page .popup-compare-button,
#fabric-page .popup-share-button,
#fabric-popup-container .popup-compare-button,
#fabric-popup-container .popup-share-button,
#design-popup-container .popup-compare-button,
#design-popup-container .popup-share-button {
  cursor: pointer;
  cursor: hand;
  overflow-x: show;
  white-space: nowrap;
  text-align: center;
  margin: 10px 10px 0 10px;
}
#fabric-page .popup-compare-button .fa,
#fabric-page .popup-share-button .fa,
#fabric-popup-container .popup-compare-button .fa,
#fabric-popup-container .popup-share-button .fa,
#design-popup-container .popup-compare-button .fa,
#design-popup-container .popup-share-button .fa {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#fabric-page .popup-full-details-button .toggle-state,
#fabric-popup-container .popup-full-details-button .toggle-state,
#design-popup-container .popup-full-details-button .toggle-state {
  margin-left: 0.4375rem;
}
#fabric-page .popup-compare-button-label,
#fabric-page .popup-compare-button-icon,
#fabric-page .popup-share-button-icon,
#fabric-page .popup-compare-button .fa-check-square,
#fabric-popup-container .popup-compare-button-label,
#fabric-popup-container .popup-compare-button-icon,
#fabric-popup-container .popup-share-button-icon,
#fabric-popup-container .popup-compare-button .fa-check-square,
#design-popup-container .popup-compare-button-label,
#design-popup-container .popup-compare-button-icon,
#design-popup-container .popup-share-button-icon,
#design-popup-container .popup-compare-button .fa-check-square {
  display: inline-block;
}
#fabric-page .popup-compare-button .fa-check-square,
#fabric-popup-container .popup-compare-button .fa-check-square,
#design-popup-container .popup-compare-button .fa-check-square {
  color: #75ca0c;
  display: none;
}
#fabric-page .popup-compare-button.added,
#fabric-popup-container .popup-compare-button.added,
#design-popup-container .popup-compare-button.added {
  cursor: default;
}
#fabric-page .popup-compare-button:hover .fa-exchange,
#fabric-popup-container .popup-compare-button:hover .fa-exchange,
#design-popup-container .popup-compare-button:hover .fa-exchange {
  color: #75ca0c;
}
#fabric-page .popup-share-button:hover .fa-share-square-o,
#fabric-popup-container .popup-share-button:hover .fa-share-square-o,
#design-popup-container .popup-share-button:hover .fa-share-square-o {
  color: #CD7F2B;
}
#fabric-page .popup-full-details-button:hover .fa-info-circle,
#fabric-popup-container .popup-full-details-button:hover .fa-info-circle,
#design-popup-container .popup-full-details-button:hover .fa-info-circle {
  color: #2A8B9C;
}
#fabric-page .popup-full-details-button-icon .fa-caret-up,
#fabric-page .popup-full-details-button-icon .fa-caret-down,
#fabric-popup-container .popup-full-details-button-icon .fa-caret-up,
#fabric-popup-container .popup-full-details-button-icon .fa-caret-down,
#design-popup-container .popup-full-details-button-icon .fa-caret-up,
#design-popup-container .popup-full-details-button-icon .fa-caret-down {
  padding-left: 5px;
}
#fabric-page .popup-mid-section-white .popup-design-description,
#fabric-page .popup-mid-section-white .popup-designer-description,
#fabric-popup-container .popup-mid-section-white .popup-design-description,
#fabric-popup-container .popup-mid-section-white .popup-designer-description,
#design-popup-container .popup-mid-section-white .popup-design-description,
#design-popup-container .popup-mid-section-white .popup-designer-description {
  text-align: center;
  max-width: 485px;
  margin: 1.25rem auto;
  margin-top: 0;
}
#fabric-page .popup-mid-section-white,
#fabric-page .popup-mid-section,
#fabric-popup-container .popup-mid-section-white,
#fabric-popup-container .popup-mid-section,
#design-popup-container .popup-mid-section-white,
#design-popup-container .popup-mid-section {
  font-size: 14px;
  padding: 1.25rem;
}
#fabric-page .popup-mid-section,
#fabric-popup-container .popup-mid-section,
#design-popup-container .popup-mid-section {
  background: #F6F6F6;
  box-shadow: 0 1px 9px 0 #EFEFEF inset;
  border-radius: 4px;
}
#fabric-page .popup-sub,
#fabric-popup-container .popup-sub,
#design-popup-container .popup-sub {
  box-shadow: 0 1px 9px 0 #EFEFEF inset;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px;
  padding: 8px;
  background: #F6F6F6;
}
#fabric-page .popup-sub .popup-buy-option-container,
#fabric-popup-container .popup-sub .popup-buy-option-container,
#design-popup-container .popup-sub .popup-buy-option-container {
  display: table;
  width: 100%;
}
#fabric-page .popup-sub .popup-buy-option-container .popup-buy-radio,
#fabric-page .popup-sub .popup-buy-option-container .popup-buy-option,
#fabric-page .popup-sub .popup-buy-option-container .popup-buy-option-price,
#fabric-popup-container .popup-sub .popup-buy-option-container .popup-buy-radio,
#fabric-popup-container .popup-sub .popup-buy-option-container .popup-buy-option,
#fabric-popup-container .popup-sub .popup-buy-option-container .popup-buy-option-price,
#design-popup-container .popup-sub .popup-buy-option-container .popup-buy-radio,
#design-popup-container .popup-sub .popup-buy-option-container .popup-buy-option,
#design-popup-container .popup-sub .popup-buy-option-container .popup-buy-option-price {
  display: table-cell;
  vertical-align: middle;
}
#fabric-page .popup-sub .popup-buy-option-container .popup-buy-option input,
#fabric-popup-container .popup-sub .popup-buy-option-container .popup-buy-option input,
#design-popup-container .popup-sub .popup-buy-option-container .popup-buy-option input {
  width: 2.875rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
#fabric-page .popup-sub .popup-buy-option-container .popup-buy-option-price,
#fabric-popup-container .popup-sub .popup-buy-option-container .popup-buy-option-price,
#design-popup-container .popup-sub .popup-buy-option-container .popup-buy-option-price {
  text-align: right;
  white-space: nowrap;
}
#fabric-page .popup-buy-price-container,
#fabric-popup-container .popup-buy-price-container,
#design-popup-container .popup-buy-price-container {
  overflow: hidden;
}
#fabric-page .popup-buy-price-container table,
#fabric-popup-container .popup-buy-price-container table,
#design-popup-container .popup-buy-price-container table {
  float: right;
  margin-bottom: 0;
  border: none;
}
#fabric-page .popup-buy-price-container table tr td,
#fabric-popup-container .popup-buy-price-container table tr td,
#design-popup-container .popup-buy-price-container table tr td {
  padding: 0;
}
#fabric-page .popup-buy-price-white-bg,
#fabric-popup-container .popup-buy-price-white-bg,
#design-popup-container .popup-buy-price-white-bg {
  overflow: hidden;
  width: 100%;
  background-color: white;
  padding: 0.3125rem;
}
#fabric-page .popup-buy-canonical-price,
#fabric-popup-container .popup-buy-canonical-price,
#design-popup-container .popup-buy-canonical-price {
  display: none;
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #f00;
}
#fabric-page .popup-buy-canonical-price .popup-buy-canonical-price-inner,
#fabric-popup-container .popup-buy-canonical-price .popup-buy-canonical-price-inner,
#design-popup-container .popup-buy-canonical-price .popup-buy-canonical-price-inner {
  color: #000;
}
#fabric-page .popup-buy-price-prices .popup-buy-ppm-container,
#fabric-popup-container .popup-buy-price-prices .popup-buy-ppm-container,
#design-popup-container .popup-buy-price-prices .popup-buy-ppm-container {
  padding-right: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#fabric-page .popup-buy-price-prices .popup-buy-ppm-container .popup-buy-ppm,
#fabric-popup-container .popup-buy-price-prices .popup-buy-ppm-container .popup-buy-ppm,
#design-popup-container .popup-buy-price-prices .popup-buy-ppm-container .popup-buy-ppm {
  display: inline-block;
  font-size: inherit;
}
#fabric-page .popup-units,
#fabric-popup-container .popup-units,
#design-popup-container .popup-units {
  vertical-align: bottom;
}
#fabric-page .popup-units select,
#fabric-popup-container .popup-units select,
#design-popup-container .popup-units select {
  margin: 0 0 1px 0 !important;
}
#fabric-page .popup-buy-main,
#fabric-popup-container .popup-buy-main,
#design-popup-container .popup-buy-main {
  text-align: right;
  padding-bottom: 15px;
  padding-right: 5px;
}
#fabric-page .popup-buy-main .popup-unit-warning,
#fabric-popup-container .popup-buy-main .popup-unit-warning,
#design-popup-container .popup-buy-main .popup-unit-warning {
  display: none;
  font-size: 0.625rem;
}
#fabric-page .popup-buy-discounts,
#fabric-popup-container .popup-buy-discounts,
#design-popup-container .popup-buy-discounts {
  display: none;
}
#fabric-page .popup-buy-discounts-from,
#fabric-popup-container .popup-buy-discounts-from,
#design-popup-container .popup-buy-discounts-from {
  text-align: center;
}
#fabric-page .popup-yard-rounding,
#fabric-popup-container .popup-yard-rounding,
#design-popup-container .popup-yard-rounding {
  text-align: center;
  display: none;
}
#fabric-page .popup-yard-rounding .popup-yard-rounding-explanation,
#fabric-popup-container .popup-yard-rounding .popup-yard-rounding-explanation,
#design-popup-container .popup-yard-rounding .popup-yard-rounding-explanation {
  display: none;
}
#fabric-page .popup-load-button,
#fabric-page .popup-fabric-page-button,
#fabric-page .popup-fabric-buy-products-in-fabric-button,
#fabric-page .popup-fabric-buy-products-in-design-button,
#fabric-page .popup-choose-button,
#fabric-page .popup-buy-button,
#fabric-popup-container .popup-load-button,
#fabric-popup-container .popup-fabric-page-button,
#fabric-popup-container .popup-fabric-buy-products-in-fabric-button,
#fabric-popup-container .popup-fabric-buy-products-in-design-button,
#fabric-popup-container .popup-choose-button,
#fabric-popup-container .popup-buy-button,
#design-popup-container .popup-load-button,
#design-popup-container .popup-fabric-page-button,
#design-popup-container .popup-fabric-buy-products-in-fabric-button,
#design-popup-container .popup-fabric-buy-products-in-design-button,
#design-popup-container .popup-choose-button,
#design-popup-container .popup-buy-button {
  margin-top: 0.3125rem;
  text-align: center;
}
#fabric-page .popup-buy-button.buy-button-active,
#fabric-popup-container .popup-buy-button.buy-button-active,
#design-popup-container .popup-buy-button.buy-button-active {
  cursor: default;
}
#fabric-page .popup-buy-dispatch,
#fabric-popup-container .popup-buy-dispatch,
#design-popup-container .popup-buy-dispatch {
  text-align: center;
}
#fabric-page .popup-buy-dispatch .fa-truck,
#fabric-popup-container .popup-buy-dispatch .fa-truck,
#design-popup-container .popup-buy-dispatch .fa-truck {
  padding-right: 5px;
}
#fabric-page .popup-buy-dispatch .popup-buy-dispatched-in,
#fabric-popup-container .popup-buy-dispatch .popup-buy-dispatched-in,
#design-popup-container .popup-buy-dispatch .popup-buy-dispatched-in {
  display: inline-block;
}

#fabric-page .popup-container {
  position: relative;
  display: block !important;
  opacity: 1 !important;
  overflow-y: auto;
  overflow: visible;
}
#fabric-page .popup-container .popup-table {
  display: block;
  position: relative;
}
#fabric-page .popup-container .popup-table .popup-cell {
  display: block;
  padding: 0;
}
#fabric-page .popup-container .popup-table .popup-cell .popup {
  border: none;
  width: auto;
  max-width: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  filter: none;
}
#fabric-page .popup-container .popup-table .popup-cell .popup .popup-title {
  margin-top: 0;
  padding: 0;
}
#fabric-page .popup-container .popup-table .popup-cell .popup .popup-close {
  display: none !important;
}
#fabric-page .popup-container .popup-table .popup-cell .popup .popup-row {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
#fabric-page .popup-container .popup-table .popup-cell .popup .popup-top-row {
  padding-left: 0;
  padding-right: 0;
}
#fabric-page .popup-container .popup-table .popup-cell .popup .popup-swatch-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#browse-popup.swfabricsimple .popup-brand {
  display: none;
}
#browse-popup.swfabricsimple .dispatch-time {
  display: none !important;
}
#browse-popup.for_tartan_designer .swatch-price {
  display: none;
}
#browse-popup.for_tartan_designer .swatch .card .card-back .swatch-back {
  background-color: transparent;
}
#browse-popup.for_tartan_designer .swatch .card .card-back .swatch-back .swatch-back-text-container {
  display: none;
}

#browse-popup-fabrics .clan-section.fabrics-browse-section {
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

#design-popup .clan-section.design-details {
  margin-top: 1.25rem;
  background: #fff;
}
#design-popup .design-products-sidebar {
  margin-top: 1.25rem;
}
#design-popup .design-left {
  float: none;
  margin: 0 auto;
}
#design-popup .td-my-designs .design-left {
  float: left;
}
@media only screen and (max-width: 40em) {
  #design-popup #design-view-header {
    display: none;
  }
  #design-popup .design-view-content {
    padding-top: 4px;
  }
  #design-popup .row.design-view-content-row {
    padding-left: 0;
    padding-right: 0;
  }
  #design-popup .design-details {
    margin-top: 0;
  }
}

.tartandesigner-edit-design-buttons {
  margin-top: 1.25rem;
  text-align: center;
}

.dialogue {
  z-index: 999;
  opacity: 0;
  background: rgba(255, 255, 255, 0.82);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dialogue .dialogue-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dialogue .dialogue-table .dialogue-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box {
  position: relative;
  display: inline-block;
  padding: 1.25rem;
  background: #FFF;
  border: 1px solid #E0E0E0;
  box-shadow: rgba(207, 207, 207, 0.4) 0px 0 9px 0px;
  border-color: #d0d0d0 #d0d0d0 #cacaca;
  border-radius: 3px;
  color: #000;
  max-width: 500px;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-icon .fa, .dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-icon .far, .dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-icon .fas, .dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-icon .fab {
  font-size: 50px;
  color: #657fad;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-title {
  font-size: 25px;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-message {
  padding: 1.25rem;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-message p:last-child {
  margin-bottom: 0;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-buttons button {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
}
.dialogue .dialogue-table .dialogue-cell .dialogue-box .dialogue-buttons button.dialogue-button-x {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .dialogue .swtd_login_dialogue {
    padding: 20px !important;
  }
}
.dialogue .swtd_login_dialogue .title {
  font-size: 20px;
  padding: 10px;
}
.dialogue .swtd_login_dialogue .change_mode {
  padding: 10px;
}
.dialogue .swtd_login_dialogue .form-list {
  padding-top: 10px;
}

.hero-static .clan-section {
  overflow: visible; /* [titles] at top e.g. /fabrics */
}
.hero-static .hero .hero-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  overflow: visible;
}
.hero-static .hero .hero-title h1 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: inline-block;
  background: white;
  padding: 2px 30px;
  position: relative;
  top: -10px;
  font-size: 20px;
}
.hero-static .hero .landing-hero {
  position: relative;
  margin-bottom: 0;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 175px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:56.3125em) {
  .hero-static .hero .landing-hero {
    min-height: 275px;
  }
}
.hero-static .hero .landing-hero.family-landing-hero {
  border-bottom: 1px solid #cdcdcd;
  min-height: 225px;
  background-position: right center;
}
@media only screen and (min-width:56.3125em) {
  .hero-static .hero .landing-hero.family-landing-hero {
    min-height: 325px;
  }
}
.hero-static .hero .landing-hero .hero-straps {
  position: absolute;
  margin: 1.25rem;
  border-radius: 3px;
  bottom: 0;
  right: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 1.25rem;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 40em) {
  .hero-static .hero .landing-hero .hero-straps {
    text-align: center;
  }
}
.hero-static .hero .landing-hero .hero-straps .clan-vert-table {
  width: 100%;
}
.hero-static .hero .landing-hero .hero-straps .landing-strap-one,
.hero-static .hero .landing-hero .hero-straps .landing-strap-two {
  padding: 2px;
}
.hero-static .hero .landing-hero .hero-straps .landing-strap-one {
  font-family: "Montserrat-b";
}
@media only screen and (max-width: 40em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-one {
    font-size: 16px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-one {
    font-size: 18px;
  }
}
@media only screen and (min-width:56.3125em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-one {
    font-size: 20px;
  }
}
.hero-static .hero .landing-hero .hero-straps .landing-strap-two {
  font-family: "Montserrat";
  font-weight: 700;
}
@media only screen and (max-width: 40em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-two {
    font-size: 12px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-two {
    font-size: 14px;
  }
}
@media only screen and (min-width:56.3125em) {
  .hero-static .hero .landing-hero .hero-straps .landing-strap-two {
    font-size: 16px;
  }
}

.clan-section.landing-page-blurb {
  padding: 4% 8%;
  text-align: center;
}
.clan-section.landing-page-blurb p {
  text-align: left;
}

.landing-tartan-design img {
  margin-bottom: 5px;
}
.landing-tartan-design .online-designer {
  margin-top: 1.25rem;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
.landing-tartan-design .online-designer .tartan-design-or {
  position: absolute;
  top: 50%;
  right: -13px;
  font-size: 20px;
  margin-top: -22px;
  color: #000 !important;
}
.landing-tartan-design .expert-design {
  margin-top: 1.25rem;
  text-align: center;
}

@media only screen and (min-width:71.5em) {
  .landing-2-2 .margin-control {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:71.5em) {
  .landing-2-1 .margin-control {
    margin-bottom: 0;
  }
  .landing-2-1 .margin-control .clan-section-square {
    margin-bottom: 0;
  }
}

.fabrics-welcome .fabrics-welcome-row {
  margin-bottom: 5px;
}
.fabrics-welcome p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width:56.3125em) {
  .fabrics-welcome p {
    font-size: 20px;
  }
}

.fabrics-view-all-component {
  position: relative;
  background-color: #091733;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/landing/fabrics/view-all.jpg");
  background-size: cover;
  background-position: center center;
  padding: 0;
  padding-bottom: 48%;
}
@media only screen and (max-width: 40em) {
  .fabrics-view-all-component {
    padding-bottom: 100%;
  }
}
.fabrics-view-all-component .fabrics-view-all-strap {
  position: absolute;
  padding: 12px 0;
  margin-top: -30px;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: rgba(7, 15, 37, 0.7);
  color: #d2d8e2;
  transition: all 0.3s ease;
  font-size: 32px;
  text-align: center;
  border-top: 1px solid #d2d8e2;
  border-bottom: 1px solid #d2d8e2;
}
.fabrics-view-all-component .fabrics-view-all-strap .fa {
  font-size: 28px;
  margin-left: 8px;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .fabrics-view-all-component .fabrics-view-all-strap {
    font-size: 24px;
  }
  .fabrics-view-all-component .fabrics-view-all-strap .fa {
    font-size: 20px;
  }
}
@media only screen and (max-width: 40em) {
  .fabrics-view-all-component .fabrics-view-all-strap {
    font-size: 18px;
  }
  .fabrics-view-all-component .fabrics-view-all-strap .fa {
    font-size: 16px;
  }
}
.fabrics-view-all-component .fabrics-view-all-strap .fabrics-view-all-strap-sub {
  font-size: 16px;
}
.fabrics-view-all-component:hover .fabrics-view-all-strap {
  background-color: rgba(17, 34, 82, 0.7);
  color: white;
}

.tartans-quicklinks table,
.tartans-text table {
  height: 100%;
  width: 100%;
  border: none;
}
.tartans-quicklinks table .collapse-title,
.tartans-text table .collapse-title {
  height: 1px;
}
.tartans-quicklinks table .stretch-divs div.clan-vert-table,
.tartans-text table .stretch-divs div.clan-vert-table {
  text-align: left;
  height: 20%;
  width: 100%;
}
.tartans-quicklinks table .stretch-divs div.clan-vert-table div.clan-vert-cell,
.tartans-text table .stretch-divs div.clan-vert-table div.clan-vert-cell {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
}
.tartans-quicklinks table .stretch-divs div.clan-vert-table div.clan-vert-cell strong,
.tartans-text table .stretch-divs div.clan-vert-table div.clan-vert-cell strong {
  display: block;
}

.video-container {
  overflow: visible;
}
.video-container .underslung {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-container h5 {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 14px;
}

.extra-deals-square table.extra-deals {
  border: none;
  width: 100%;
  height: 100%;
}
.extra-deals-square table.extra-deals td {
  height: 20%;
  text-align: center;
  font-size: 16px;
}
.extra-deals-square table.extra-deals td .fa {
  margin-right: 5px;
}

@media only screen and (max-width: 40em) {
  .homepage .blog .landing-component-recent-post-col, .landing-page .blog .landing-component-recent-post-col {
    width: 50% !important;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage .blog .landing-component-recent-post-col, .landing-page .blog .landing-component-recent-post-col {
    width: 100% !important;
  }
}
.homepage .blog li.mpblog-recent-post, .landing-page .blog li.mpblog-recent-post {
  text-align: center;
}
.homepage .blog li.mpblog-recent-post a, .landing-page .blog li.mpblog-recent-post a {
  display: inline-block;
  margin: 0 auto;
  float: none;
  border: none;
  width: auto;
  height: auto;
}
.homepage .blog li.mpblog-recent-post a img, .landing-page .blog li.mpblog-recent-post a img {
  width: auto;
  height: auto;
}

.contact-us-strap {
  font-size: 12px;
  font-weight: normal;
}

.contact_us {
  display: block;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.cat-background {
  position: center center;
}

.special-offer-outfits {
  padding-bottom: 30%;
}

.special-offer-outfits-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.soo-portrait-bg {
  display: none;
}

.special-offer-outfits-text {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #fff;
  color: #5a5a5a;
  text-align: center;
  padding: 10px 40px;
  line-height: 1.1;
}
.special-offer-outfits-text .soo-text-1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 2px;
  color: #657fad;
}
.special-offer-outfits-text .soo-text-2 {
  font-weight: bold;
}
.special-offer-outfits-text .soo-text-3 {
  font-weight: bold;
  font-size: 22px;
}

.special-offer-new .special-offer-bg {
  height: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
}
.special-offer-new .special-offer-text {
  width: 75%;
  height: 100%;
  background: rgb(255, 255, 255);
  color: #000;
  padding: 5px 1.25rem;
}

.special-offer-text {
  color: #254854;
}
.special-offer-text .deal-name {
  color: #b3b3b3;
  margin-bottom: 0;
}
.special-offer-text .deal-amount {
  color: #5a76a5;
  display: inline-block;
  font-size: 18px;
}
.special-offer-text .deal-product-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.special-offer-text .deal-product-description {
  margin: 0 1.25rem 1.25rem 1.25rem;
  margin-top: 1.25rem;
}
.special-offer-text .daily-deal-ends {
  color: #888;
}
.special-offer-text .daily-deal-ends div {
  display: inline-block;
}
.special-offer-text .old-price {
  text-decoration: line-through;
  font-size: 16px;
}
.special-offer-text .special-price {
  font-size: 16px;
}
.special-offer-text .price-from, .special-offer-text .price-box {
  display: inline-block;
  font-size: 16px;
}
.special-offer-text .old-price, .special-offer-text .special-price {
  display: inline-block;
  margin-bottom: 0;
}

.special-offer-outfits-bg {
  background-size: 109%;
}

@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .special-offer-outfits-bg {
    background-size: 150%;
  }
  .special-offer-new .special-offer-text {
    width: 60%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .special-offer-outfits-bg {
    background-size: 150%;
  }
  .special-offer-new .special-offer-text {
    width: 60%;
  }
}
@media only screen and (max-width: 29.375em) {
  .special-offer-outfits-bg {
    background-size: 150%;
  }
  .special-offer-outfits-text {
    padding: 5px 15px;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .special-offer-new .special-offer-text {
    width: 60%;
  }
}
.hp-clearance-image {
  padding-bottom: 200px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .hp-clearance-image {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 40em) {
  .hp-clearance-image {
    padding-bottom: 40%;
  }
}

@media only screen and (max-width: 29.375em) {
  .hp-special-offers-col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 29.375em) {
  .landing-feature-text {
    display: none;
  }
}

.landing-feature {
  position: relative;
  padding-bottom: 40%;
}
@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .landing-feature {
    padding-bottom: 55%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .landing-feature {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 40em) {
  .landing-feature {
    padding-bottom: 100%;
  }
}
.landing-feature .landing-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.landing-feature .landing-feature-title-left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
}
.landing-feature .landing-feature-title-left .clan-table {
  left: 0;
}
.landing-feature .landing-feature-title-right {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 ); /* IE6-9 */
}
.landing-feature .landing-feature-title-right .clan-table {
  right: 0;
}
.landing-feature .landing-feature-title-left,
.landing-feature .landing-feature-title-right {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.landing-feature .landing-feature-title-left .clan-table,
.landing-feature .landing-feature-title-right .clan-table {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .landing-feature .landing-feature-title-left .clan-table,
  .landing-feature .landing-feature-title-right .clan-table {
    width: 100%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .landing-feature .landing-feature-title-left .clan-table,
  .landing-feature .landing-feature-title-right .clan-table {
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .landing-feature .landing-feature-title-left .clan-table,
  .landing-feature .landing-feature-title-right .clan-table {
    width: 100%;
  }
}
.landing-feature .landing-feature-title-left img,
.landing-feature .landing-feature-title-right img {
  width: 90%;
  max-width: 60px;
}
.landing-feature .landing-feature-title-left h2,
.landing-feature .landing-feature-title-right h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 34px;
}
@media only screen and (max-width: 40em) {
  .landing-feature .landing-feature-title-left h2,
  .landing-feature .landing-feature-title-right h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 29.375em) {
  .landing-feature .landing-feature-title-left h2,
  .landing-feature .landing-feature-title-right h2 {
    font-size: 18px;
  }
}
.landing-feature .landing-feature-title-left h6,
.landing-feature .landing-feature-title-right h6 {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
}

.tartan-designer-strap {
  text-align: center;
  text-shadow: -1px 2px 5px rgb(0, 0, 0);
}
.tartan-designer-strap .tartan-designer-icon {
  color: #A2B0c7;
  font-size: 32px;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 40em) {
  .tartan-designer-strap .tartan-designer-icon {
    font-size: 28px;
  }
}
@media only screen and (max-width: 29.375em) {
  .tartan-designer-strap .tartan-designer-icon {
    font-size: 20px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .tartan-designer-strap .tartan-designer-icon {
    font-size: 24px;
  }
}
.tartan-designer-strap .tartan-designer-strap-1 {
  color: white;
}
.tartan-designer-strap .tartan-designer-strap-2 {
  color: white;
  margin-top: 0;
  margin-bottom: 3px;
}
.tartan-designer-strap .tartan-designer-strap-3 {
  font-size: 16px;
  color: #A2B0c7;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  .tartan-designer-strap .tartan-designer-strap-3 {
    display: none;
  }
}

.row.landing-component-recent-posts {
  margin-top: -0.625rem;
}

.landing-component-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-component-recent-post {
  padding-bottom: 40%;
  margin-top: 1.25rem;
}

.landing-component-post,
.landing-component-recent-post {
  text-align: center;
  background-color: #A2B0c7;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.landing-component-post .landing-component-recent-post-title,
.landing-component-recent-post .landing-component-recent-post-title {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+94 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 94%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
}
.landing-component-post .landing-component-recent-post-title h6,
.landing-component-recent-post .landing-component-recent-post-title h6 {
  text-shadow: -1px 2px 5px rgb(0, 0, 0);
  color: white;
}

#mpblog_sidebar_recent_posts .first-post .landing-component-recent-post {
  margin-top: 0;
}

.hero.family-hero {
  text-shadow: 1px 1px 1px #000000;
}
.hero.family-hero .family-akas {
  display: inline-block;
  max-width: 800px;
  padding: 6px 16px;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
}
@media only screen and (max-width: 40em) {
  .hero.family-hero .family-akas {
    font-size: 16px;
  }
}
.hero.family-hero .family-akas h2 {
  color: #fff;
  font-weight: normal;
}
.hero.family-hero .family-hero-info {
  margin-top: 1.25rem;
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  .hero.family-hero .family-hero-info {
    font-size: 14px;
  }
}
.hero.family-hero .landing-hero {
  min-height: 240px;
  background-size: cover;
  background-position: right center;
  color: #fff;
}

.family-list-hero .family-title {
  text-align: center;
}
.family-list-hero .landing-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}
.family-list-hero .family-new-search {
  text-shadow: none;
  text-align: center;
}
.family-list-hero .family-new-search .clan-section {
  background: rgba(255, 255, 255, 0.85);
  margin-top: 20px;
  color: #000;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

.family-search-bar {
  padding: 2.5rem 1.25rem;
}
@media only screen and (max-width: 40em) {
  .family-search-bar {
    padding: 1.25rem;
  }
}

.family-list-strap {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.family-list-strap-2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.625rem;
  color: #222;
}
@media only screen and (max-width: 40em) {
  .family-list-strap-2 {
    font-size: 14px;
  }
}

.family-list-az {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  background-color: #dbe2ef;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0.625rem;
  position: relative;
}
.family-list-az a {
  margin: 0 0.5%;
}

.family-list-intro-img {
  background-color: #ebebeb;
  background-size: cover;
  background-repeat: no-repeat;
}
.family-list-intro-img .clan-vert-table {
  width: 100%;
}
.family-list-intro-img img {
  width: 50%;
}

.family-did-you-know-bullets .columns {
  font-size: 16px;
  margin-top: 1.25rem;
}
.family-did-you-know-bullets .columns:first-child {
  margin-top: 0;
}
.family-did-you-know-bullets .family-bullet {
  background-color: #f4f5f7;
  padding: 1.25rem;
  padding-left: 80px;
  border-radius: 3px;
  position: relative;
}
.family-did-you-know-bullets .family-bullet strong {
  color: #000;
}
.family-did-you-know-bullets .family-bullet-point {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 67px;
  padding: 10px 20px;
  background-color: #d2d8e2;
  border-radius: 3px;
  font-size: 28px;
  color: #444;
}

.family-list-intro .family-list-intro-titles {
  display: none;
  margin-bottom: 1.25rem;
}
.family-list-intro .family-list-intro-titles h2 {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .family-list-intro .family-list-intro-titles {
    display: block;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .family-list-intro .family-list-intro-titles {
    display: block;
  }
}

#clan-map {
  position: relative;
  display: inline-block;
}

.map-pin {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  color: #f00;
}
.map-pin img {
  margin-top: -70px;
  margin-left: -50%;
}

.family-title {
  color: white;
  font-size: 36px;
}
@media only screen and (max-width: 40em) {
  .family-title {
    font-size: 28px;
  }
}

.no-family-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 40em) {
  .no-family-title {
    margin-bottom: 1.25rem;
  }
}
.no-family-title h3 {
  margin-bottom: 1.25rem;
}

.homepage-under-slider {
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
  padding: 0.625rem 1.25rem;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .homepage-under-slider {
    padding: 0;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage-under-slider {
    font-size: 12px;
    padding: 0;
  }
}
.homepage-under-slider a {
  display: inline-block;
}
.homepage-under-slider h3 {
  font-family: "Montserrat-b", "Montserrat", sans-serif;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 40em) {
  .homepage-under-slider h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 29.375em) {
  .homepage-under-slider h3 {
    font-size: 10px;
  }
}
.homepage-under-slider h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.homepage-under-slider .fa {
  color: #666;
  margin: 0 20px;
}
.homepage-under-slider .homepage-delivery-link {
  margin-top: 4px;
  margin-bottom: 4px;
}
.homepage-under-slider .homepage-delivery-icon {
  opacity: 0.5;
  width: 78px;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 10px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 40em) {
  .homepage-under-slider .homepage-delivery-icon {
    display: none;
  }
}
.homepage-under-slider .homepage-under-slider-strap {
  color: #878787;
}
@media only screen and (max-width: 29.375em) {
  .homepage-under-slider .homepage-under-slider-strap {
    font-size: 10px;
  }
}

.fpva-title,
.ffsva-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.ffsva-dots {
  margin-top: 17px;
  text-align: center;
}
.ffsva-dots .fa {
  display: block;
  font-size: 95px;
  line-height: 12px;
  margin-top: 15px;
  color: #e6e6e6;
}

.family-fabrics-swatch-view-all {
  text-align: center;
}

.family-products-view-all {
  text-align: center;
}

.view-all-boxes {
  margin-top: 10px;
  width: 80px;
}

@media only screen and (min-width:40.0625em) {
  .family-products .family-products-content {
    margin-top: 1.25rem;
  }
}
.family-products .family-products-content .products-grid li {
  width: 25%;
  clear: none !important;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .family-products .family-products-content .products-grid li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 40em) {
  .family-products .family-products-content .products-grid li {
    width: 50%;
  }
}
.family-products .family-products-content .products-grid li .icon-label-slide-container {
  display: none;
}
.family-products .family-products-content .products-grid li:nth-of-type(3n+1) {
  clear: none;
}
.family-products .family-products-content .products-grid li:nth-of-type(4n+1) {
  clear: both;
}
.family-products .family-products-content .main-product {
  width: 49.2%;
}
.family-products .family-products-content .right-products {
  width: 50.3%;
}
.family-products .family-products-content .right-products .right-products-col-1 {
  width: 50%;
}
.family-products .family-products-content .right-products .right-products-col-2 {
  width: 50%;
}
.family-products .family-products-content .bottom-products {
  margin-top: 1.25rem;
}
.family-products .family-products-content .bottom-products .bottom-products-col-1,
.family-products .family-products-content .bottom-products .bottom-products-col-2,
.family-products .family-products-content .bottom-products .bottom-products-col-3,
.family-products .family-products-content .bottom-products .bottom-products-col-4 {
  width: 25%;
}
.family-products .family-products-content .most-pop-product .item {
  padding-bottom: 0;
}
.family-products .family-products-content .right-products-row-2 .item {
  padding-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .family-products .family-products-content .bottom-products {
    display: none;
  }
}
@media only screen and (max-width: 29.375em) {
  .family-products .family-products-content .main-product {
    width: 100%;
  }
  .family-products .family-products-content .right-products {
    width: 100%;
  }
  .family-products .family-products-content .right-products .right-products-row-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-row-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-2 {
    display: none;
  }
  .family-products .family-products-content .bottom-products {
    display: block;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-1,
  .family-products .family-products-content .bottom-products .bottom-products-col-2,
  .family-products .family-products-content .bottom-products .bottom-products-col-3,
  .family-products .family-products-content .bottom-products .bottom-products-col-4 {
    width: 50%;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-1 li.item,
  .family-products .family-products-content .bottom-products .bottom-products-col-2 li.item,
  .family-products .family-products-content .bottom-products .bottom-products-col-3 li.item,
  .family-products .family-products-content .bottom-products .bottom-products-col-4 li.item {
    padding-bottom: 0;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-2,
  .family-products .family-products-content .bottom-products .bottom-products-col-3 {
    display: none;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .family-products .family-products-content .main-product {
    width: 100%;
  }
  .family-products .family-products-content .right-products {
    width: 100%;
  }
  .family-products .family-products-content .right-products .right-products-row-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-row-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-2 {
    display: none;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-1,
  .family-products .family-products-content .bottom-products .bottom-products-col-2,
  .family-products .family-products-content .bottom-products .bottom-products-col-3,
  .family-products .family-products-content .bottom-products .bottom-products-col-4 {
    width: 50%;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-2,
  .family-products .family-products-content .bottom-products .bottom-products-col-3 {
    display: none;
  }
}
@media only screen and (min-width:48.1875em) and (max-width:56.25em) {
  .family-products .family-products-content .main-product {
    width: 50%;
  }
  .family-products .family-products-content .right-products {
    width: 50%;
  }
  .family-products .family-products-content .right-products .right-products-row-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-1 {
    display: none;
  }
  .family-products .family-products-content .right-products .right-products-col-2 {
    width: 100%;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-1,
  .family-products .family-products-content .bottom-products .bottom-products-col-2,
  .family-products .family-products-content .bottom-products .bottom-products-col-3,
  .family-products .family-products-content .bottom-products .bottom-products-col-4 {
    width: 33.3%;
  }
  .family-products .family-products-content .bottom-products .bottom-products-col-4 {
    display: none;
  }
}
@media only screen and (min-width:56.3125em) and (max-width:71.4375em) {
  .family-products .family-products-content .bottom-products {
    display: none;
  }
}
@media only screen and (min-width:71.5em) {
  .family-products .family-products-content .bottom-products {
    display: none;
  }
}
.family-products .most-pop-product {
  position: relative;
}

.dialogue .family-names-container {
  height: auto !important;
}
.dialogue .family-names-container.too-many-names:before {
  display: none !important;
}
.dialogue .family-names {
  max-height: none !important;
}
.dialogue .family-names:before {
  display: none;
}
.dialogue .family-names-more-button {
  display: none !important;
}

@media only screen and (min-width:40.0625em) {
  .family-list-results .family-result {
    clear: both;
  }
}
@media only screen and (max-width: 40em) {
  .family-list-results .family-details-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .family-list-results .family-details-text h3 {
    text-align: center;
  }
}
.family-list-results .family-result-image-small-container {
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.family-list-results .family-result-image {
  margin-bottom: 10px;
}
.family-list-results .family-result-image .clan-section-square-label {
  display: none;
}
.family-list-results .family-result-image .clan-section-square-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Hide any overflowing content */
}
.family-list-results img.family-result-crest {
  max-width: 100%;
  max-height: 100%;
}
.family-list-results .family-result-details {
  position: relative;
}
.family-list-results .family-result-details h3 {
  margin: 0;
}
.family-list-results .family-result-details p {
  margin-top: 10px;
}
.family-list-results .family-result-details .magento-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.family-list-results .view-family-button {
  margin-top: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .family-list-results .view-family-button {
    margin-top: 2.5rem;
    float: right;
  }
}
.family-list-results .family-details-text {
  padding: 1.25rem;
}

#family-search p,
.family-new-search p {
  margin-bottom: 0.75rem;
}
#family-search .family-search-container,
.family-new-search .family-search-container {
  margin-bottom: 0;
  text-align: center;
}
#family-search .family-search-container .clan-input-button,
.family-new-search .family-search-container .clan-input-button {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width:40.0625em) {
  #family-search .family-search-container input, #family-search .family-search-container button,
  .family-new-search .family-search-container input,
  .family-new-search .family-search-container button {
    height: 44px !important;
    font-size: 16px !important;
  }
  #family-search .family-search-container input .fa, #family-search .family-search-container button .fa,
  .family-new-search .family-search-container input .fa,
  .family-new-search .family-search-container button .fa {
    font-size: 24px !important;
    margin-right: 0;
  }
  #family-search .family-search-container button,
  .family-new-search .family-search-container button {
    padding-left: 13px !important;
    padding-right: 12px !important;
  }
}

.burns-night-label-1,
.burns-night-label-2,
.xmas-feature-text {
  text-shadow: 1px 1px 2px #000;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.burns-night-label-1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

.pva-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pva-text .pva-text-inner-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pva-text .pva-text-inner-table .pva-text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #d0dbe7;
  color: #070f25;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.pva-text .pva-text-inner-table .pva-text-inner .pva-count {
  font-size: 40px;
  margin-bottom: 5px;
}
.pva-text .pva-text-inner-table .pva-text-inner .pva-label {
  font-size: 10px;
}

.top-products-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+10,0+90,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
}

.clan-section.top-products-section {
  overflow: visible;
}

.top-products {
  position: relative;
}
.top-products h1 {
  margin-bottom: 1.25rem;
}
.top-products .top-products-strap {
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem;
  padding-bottom: 0;
}
.top-products .top-products-strap .clan-section {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.top-products .top-products-strap .arrow-next, .top-products .top-products-strap .arrow-prev {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 20px 20px;
  top: 50%;
  margin-top: -36px;
  font-size: 20px;
  cursor: pointer;
}
.top-products .top-products-strap .arrow-next.inactive, .top-products .top-products-strap .arrow-prev.inactive {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 40em) {
  .top-products .top-products-strap .arrow-next, .top-products .top-products-strap .arrow-prev {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.top-products .top-products-strap .arrow-next {
  border-radius: 3px;
  right: -20px;
}
.top-products .top-products-strap .arrow-prev {
  border-radius: 3px;
  left: -20px;
}
.top-products .category-products {
  padding-top: 2px;
  position: relative;
  overflow: hidden;
}
.top-products .category-products .products-grid .item {
  margin-bottom: 0;
}
.top-products .products-strap ul.products-grid {
  white-space: nowrap;
  margin-left: -0.625rem;
  margin-right: 0;
  position: relative;
}
.top-products .products-strap ul.products-grid li {
  clear: none !important;
  float: none;
  white-space: normal;
  display: inline-block;
  padding-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .top-products .products-strap ul.products-grid li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 29.375em) {
  .top-products .products-strap ul.products-grid li {
    width: 50%;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .top-products .products-strap ul.products-grid li {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width:56.3125em) {
  .top-products .products-strap ul.products-grid li {
    width: 25%;
  }
}

.overlay-band,
.overlay-band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-band .overlay-band-image,
.overlay-band .overlay-band-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.overlay-band .overlay-band-link-cover,
.overlay-band .overlay-band-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-band .overlay-band-content-bottom,
.overlay-band .overlay-band-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.overlay-band .overlay-band-content-bottom,
.overlay-band .overlay-band-content,
.overlay-band .overlay-band-content-bottom,
.overlay-band .overlay-band-content {
  text-shadow: -1px 2px 5px rgb(0, 0, 0);
  padding: 1.25rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.68+0,0.33+38,0.33+63,0.68+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.33) 38%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.68) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.33) 38%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.68) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.33) 38%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ad000000", endColorstr="#ad000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 40em) {
  .overlay-band .overlay-band-content-bottom,
  .overlay-band .overlay-band-content,
  .overlay-band .overlay-band-content-bottom,
  .overlay-band .overlay-band-content {
    padding: 0.625rem;
  }
}
.overlay-band .overlay-band-content-bottom a,
.overlay-band .overlay-band-content a,
.overlay-band .overlay-band-content-bottom a,
.overlay-band .overlay-band-content a {
  color: #fff;
}

.homepage-small-fabric-finder .clan-section {
  position: relative;
}

.fabrics-fabric-finder {
  display: table;
}
.fabrics-fabric-finder .fabrics-fabric-finder-swoosh {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://static.clan.com/skin/frontend/clantheme/default/images/homepage/fabric_finder/swoosh.gif");
  background-repeat: no-repeat;
  opacity: 0.2;
}
.fabrics-fabric-finder .fabrics-fabric-finder-2-swoosh {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.fabrics-fabric-finder .clan-input-button-container {
  margin: 0 auto;
  max-width: 250px;
  margin-bottom: 10px;
}
.fabrics-fabric-finder .fabric-finder-title {
  text-align: center;
}
.fabrics-fabric-finder .fabric-finder-strap {
  text-align: center;
  padding: 0;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  font-size: 16px;
}
.fabrics-fabric-finder .fabric-finder-view-all {
  text-align: center;
}
.fabrics-fabric-finder .fabric-finder-view-stock {
  margin-top: 0.625rem;
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .fabrics-fabric-finder .fabric-finder-title {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

.family-finder-2 .family-finder-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #63011f;
}
.family-finder-2 .family-finder-2-img {
  text-align: center;
}
@media only screen and (max-width: 29.375em) {
  .family-finder-2 .family-finder-2-img {
    display: none;
  }
}
.family-finder-2 .family-finder-2-content {
  width: 50%;
  min-width: 270px;
}
.family-finder-2 .family-finder-2-content-inner {
  padding: 1.25rem;
  padding-top: 0.625rem;
  text-align: center;
}
.family-finder-2 .finder-title {
  margin-bottom: 0;
  text-shadow: none;
}
.family-finder-2 .family-finder-2-strap {
  color: #e0e0e0;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.family-finder-2 .family-finder-2-sep {
  color: #99a5bf;
}
.family-finder-2 .clan-input-button-container {
  margin: 0 auto;
  max-width: 250px;
  margin-bottom: 10px;
}
.family-finder-2 .family-finder-2-view-all {
  max-width: 250px;
  margin: 0 auto;
}

.fabrics-page-title {
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}
.fabrics-page-title h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.fabrics-page-title h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.swish-container {
  display: flex;
  height: 275px;
  border-radius: 3px;
  overflow: hidden;
}

.swish-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: flex 0.4s ease;
  position: relative;
  cursor: pointer;
}
.swish-section h1, .swish-section h2, .swish-section h3, .swish-section h4, .swish-section h5, .swish-section h6 {
  color: #fff;
  margin: 0;
}

.swish-section .swish-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.8s ease;
}

.swish-section .swish-content {
  z-index: 2;
}

.swish-section:hover {
  flex: 1.3;
}

.swish-section:hover .swish-overlay {
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 40em) {
  .swish-container {
    display: block;
    height: auto;
  }
  .swish-section {
    display: block;
    height: auto;
    text-align: center;
    padding: 2.5rem 1.25rem;
  }
  .swish-section .swish-overlay {
    display: none;
  }
  .swish-br {
    border-right: none;
    border-bottom: 6px solid #fff;
  }
}
.fabric-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.fabric-hero-overlay .clan-vert-table {
  text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.4), 0px 0px 9px rgba(0, 0, 0, 0.48);
}
.fabric-hero-overlay .clan-vert-table img {
  width: 80px;
}
.fabric-hero-overlay .clan-vert-table .landing-strap-one {
  font-size: 25px;
  font-weight: bold;
}
.fabric-hero-overlay .clan-vert-table .landing-strap-two {
  font-size: 18px;
}
.fabric-hero-overlay .clan-vert-table .landing-strap-stock-fabrics {
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .fabric-hero-overlay .clan-vert-table .landing-strap-one {
    font-size: 22px;
    font-weight: bold;
  }
  .fabric-hero-overlay .clan-vert-table .landing-strap-stock-fabrics {
    font-size: 42px;
  }
  .fabric-hero-overlay .clan-vert-table img {
    width: 60px;
  }
}
@media only screen and (max-width: 40em) {
  .fabric-hero-overlay .clan-vert-table img {
    width: 60px;
  }
  .fabric-hero-overlay .clan-vert-table .landing-strap-one {
    font-size: 20px;
    font-weight: bold;
  }
  .fabric-hero-overlay .clan-vert-table .landing-strap-two {
    font-size: 16px;
  }
  .fabric-hero-overlay .clan-vert-table .landing-strap-stock-fabrics {
    font-size: 38px;
  }
}

.landing-page-title {
  text-align: center;
  padding: 1.25rem;
}
.landing-page-title h2 {
  font-size: 18px;
  color: #9a9a9a;
}

.tartan-designer-circle {
  position: absolute;
  top: -8%;
  left: 0;
  background-color: #e0eef7;
  width: 60%;
  padding-bottom: 60%;
  border-radius: 1000px;
}
@media only screen and (max-width: 40em) {
  .tartan-designer-circle {
    top: 25px;
  }
}

.tartan-designer-screenshot {
  position: relative;
  padding: 20px;
  perspective: 300px;
}
@media only screen and (max-width: 40em) {
  .tartan-designer-screenshot {
    padding-top: 60px;
  }
}
.tartan-designer-screenshot img {
  width: 90%;
  transform: rotateY(-10deg);
  box-shadow: 10px 40px 50px -35px rgba(0, 0, 0, 0.5);
}

.landing-blurb p {
  font-size: 16px;
}
.landing-blurb h3 {
  margin-bottom: 1.25rem;
}
.landing-blurb a.button, .landing-blurb .top-cart a.btn-cart, .top-cart .landing-blurb a.btn-cart,
.landing-blurb .top-cart a.btn-checkout,
.top-cart .landing-blurb a.btn-checkout {
  margin-top: 0.625rem;
}

.design-your-own-tartan-section {
  background: #121e40;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121e40+0,16244f+100 */
  background: linear-gradient(135deg, rgb(18, 30, 64) 0%, rgb(22, 36, 79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: cover;
  background-position: top right;
}

.td-blurb-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #121e40;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121e40+0,121e40+100&1+47,0+100 */
  background: linear-gradient(135deg, rgb(18, 30, 64) 0%, rgb(18, 30, 64) 47%, rgba(18, 30, 64, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.clan-section .tartan-designer-blurb {
  padding: 1.25rem 1.25rem;
  color: #fff;
  font-size: 18px;
  max-width: 450px;
}
.clan-section .tartan-designer-blurb h3 {
  font-family: "Montserrat-b", "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
}
.clan-section .tartan-designer-blurb a.button, .clan-section .tartan-designer-blurb .top-cart a.btn-cart, .top-cart .clan-section .tartan-designer-blurb a.btn-cart,
.clan-section .tartan-designer-blurb .top-cart a.btn-checkout,
.top-cart .clan-section .tartan-designer-blurb a.btn-checkout {
  float: right;
  padding: 12px 20px;
  font-size: 16px;
}
.clan-section .tartan-designer-blurb a.button .fa-chevron-right, .clan-section .tartan-designer-blurb .top-cart a.btn-cart .fa-chevron-right, .top-cart .clan-section .tartan-designer-blurb a.btn-cart .fa-chevron-right,
.clan-section .tartan-designer-blurb .top-cart a.btn-checkout .fa-chevron-right,
.top-cart .clan-section .tartan-designer-blurb a.btn-checkout .fa-chevron-right {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0;
}
.clan-section .tartan-designer-blurb .td-dsw {
  white-space: nowrap;
  margin-right: 20px;
}
.clan-section .tartan-designer-blurb .td-dsw i {
  color: #657fad;
  margin-right: 3px;
}

.tartandesigner-multidevice {
  padding: 1.25rem 1.25rem;
  text-align: center;
}
.tartandesigner-multidevice img {
  width: 100%;
  max-width: 550px;
}

.td-blurb-row {
  position: relative;
}

@media only screen and (min-width:56.3125em) {
  .clan-section .tartan-designer-blurb {
    min-height: 320px;
  }
  .td-multidevice-container {
    position: absolute;
    right: 0;
    height: 100%;
  }
  .tartandesigner-multidevice {
    padding: 1.25rem 0 1.25rem 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:56.25em) {
  .clan-section .tartan-designer-blurb {
    float: none;
    margin: 0 auto;
    max-width: 550px;
  }
}
@media only screen and (max-width: 40em) {
  .clan-section .tartan-designer-blurb h3 {
    font-size: 32px;
  }
  .td-dsw-container {
    text-align: center;
  }
}
.blog .mpblog-recentposts ul li i.glyphicons {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.blog .mp-recentpost-date {
  display: none;
}
.blog .mpblog-recentposts ul li {
  margin-bottom: 5px;
}
.blog .clan-input-button-button button {
  margin: 0 !important;
}
.blog .latest-newsletter {
  margin-top: 10px;
}

.blog-2 .landing-component-recent-post {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-2 .landing-component-recent-post:hover {
  opacity: 1;
}

.blog-3 .blog-item {
  position: relative;
  padding-top: 100px;
}
.blog-3 .blog-item-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}
.blog-3 .blog-item-title {
  margin-top: 1.25rem;
}
.blog-3 .blog-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 1.25rem;
}

.weddings-hero-container {
  position: relative;
  overflow: hidden;
}

.weddings-hero {
  min-height: 600px;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.weddings-hero-text {
  margin-top: 200px;
}
.weddings-hero-text h1 {
  font-size: 38px;
}

.wedding-text p {
  font-size: 16px;
}
.wedding-text h1, .wedding-text h2 {
  font-family: Georgia, Times, serif;
}

.wedding-bubble {
  border-radius: 50%;
}

.wflex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering if needed */
}

.wflex-item {
  flex: 1 1 50%; /* grow, shrink, basis 50% */
  max-width: 50%; /* constrain to 50% */
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.wflex-item img {
  max-width: 100%;
  height: auto;
}

.clan-section-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.clan-section-flex-col {
  display: flex;
}

.clan-section-flex {
  flex: 1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .wflex-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.family-header {
  position: relative;
  top: 25px;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.family-header .family-header-strip {
  position: absolute;
  width: 100%;
  height: 69%;
  left: 0;
  top: 10%;
  border-radius: 10px;
  background-size: cover;
}
.family-header .family-header-strip.family-hero-type-family {
  background-position: right center;
}
.family-header .family-header-strip.family-hero-type-tiling {
  background-size: auto;
  background-position: center center;
}
.family-header .family-header-strip.family-hero-type-upload {
  background-position: center center;
}
.family-header .family-header-strip.family-hero-type-fallback {
  background-size: auto;
  background-position: center center;
}
.family-header .family-hero-type-family {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.family-header .family-header-crest {
  position: relative;
  margin: 0 auto;
  width: 35%;
  text-align: center;
  padding-bottom: 38%;
}
.family-header .family-header-crest img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
  -moz-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
}
.family-header .family-header-crest-mask {
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: rgba(246, 246, 246, 0.6784313725);
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.37) 100%);
}
.family-header .family-header-crest-mask-blur {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -15%;
  left: -15%;
  filter: blur(10px);
}
.family-header .family-header-crest-motto {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.family-header .family-header-name {
  @import url(https://fonts.googleapis.com/css?family=Rye);
  position: relative;
}
.family-header .family-header-name .banner-container {
  position: absolute;
  top: -234px;
  width: 100%;
}
.family-header .family-header-name .banner {
  position: absolute;
  left: 50%;
  display: block;
  margin: 100px -200px;
}
.family-header .family-header-name .banner-main {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 60px;
  border: 1px solid #2a3c4f;
  font: normal 30px/60px "Rye";
  text-align: center;
  color: #fff;
  background: #121e40;
  border-radius: 4px;
  text-shadow: 2px 2px #03091b;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) inset, 0 6px 10px rgba(0, 0, 0, 0.15);
}
.family-header .family-header-name .banner::before,
.family-header .family-header-name .banner::after {
  content: "";
  position: absolute;
  left: -70px;
  top: 24px;
  display: block;
  z-index: 0;
  width: 90px;
  height: 0px;
  border: 30px solid #121e40;
  border-right: 20px solid #03091b;
  border-bottom-color: #121e40;
  border-left-color: transparent;
  transform: rotate(-5deg);
}
.family-header .family-header-name .banner::after {
  left: auto;
  right: -70px;
  border-left: 20px solid #03091b;
  border-right: 30px solid transparent;
  transform: rotate(5deg);
}
.family-header .family-header-name-2 {
  position: relative;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.family-header .family-header-name-2 .banner {
  position: absolute;
  margin-top: -39%;
}
.family-header .family-header-name-2 .banner img {
  position: relative;
  width: 90%;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
  -moz-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.47));
}
.family-header .family-header-name-2 .family-header-banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.family-header .magento-link {
  position: absolute;
  top: 0;
  right: 0;
}

.family-intro {
  margin-top: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .family-intro {
    margin-top: 2.5rem;
  }
  .family-intro hr {
    margin-bottom: 40px;
  }
}
.family-intro hr {
  margin-bottom: 20px;
}
.family-intro ul {
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.family-intro ul li::before {
  content: "•";
  font-size: 130%;
  line-height: 0;
  margin: 0 0.3rem 0 -0.25rem;
  position: relative;
  top: 0.08rem;
  color: #657fad;
}
.family-intro ul li {
  font-size: 16px;
}
@media only screen and (min-width:40.0625em) {
  .family-intro ul li {
    margin-bottom: 10px;
  }
}

.family-designs {
  margin-top: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .family-designs {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.family-book-history {
  max-height: 500px;
  overflow: hidden;
}
@media only screen and (min-width:40.0625em) {
  .family-book-history {
    padding: 0 10%;
  }
}
.family-book-history p {
  font-size: 16px;
}
.family-book-history h1 {
  font-family: "Italianno", cursive;
  font-weight: normal;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 40em) {
  .family-book-history h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.family-book-history blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.family-book-history .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.family-book-history .read-more .read-more-mask {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, transparent, #fff);
}
.family-book-history .read-more .read-more-button {
  background: #fff;
}

.family-top-tartans,
.family-top-crests,
.family-top-products {
  position: relative;
  padding-bottom: 35%;
  cursor: pointer;
  border-radius: 5px;
}

.family-top-tartans {
  background-size: cover;
  background-position: center center;
}

.family-top-tartans-bg {
  position: absolute;
  top: -200%;
  left: -30%;
  width: 200%;
  padding-bottom: 200%;
  transform: perspective(780px) rotateX(65deg) rotateZ(17deg);
  filter: blur(5px);
}

.family-top-tartans-bg-right {
  position: absolute;
  top: -200%;
  left: -30%;
  width: 200%;
  padding-bottom: 200%;
  transform: perspective(780px) rotateX(65deg) rotateZ(-17deg);
  filter: blur(5px);
}

.family-top-crests {
  background-size: cover;
  background-position: center 35%;
}

.family-top-crests-bg-belt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 40%;
  background-repeat: no-repeat;
}

.family-top-crests-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 35%;
  background-size: cover;
}

.family-top-products {
  background-size: cover;
  background-position: center center;
}

.family-top-button-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.family-top-button-overlay h3 {
  margin: 2px;
  color: #fff;
  text-align: center;
}

.family-crests-images {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width:40.0625em) {
  .family-crests-images {
    margin-top: 3.75rem;
  }
}

.family-crest-ext {
  width: 33.33%;
  display: inline-block;
  padding: 0 0.625rem;
}
@media only screen and (max-width: 40em) {
  .family-crest-ext {
    width: 49.9%;
  }
}

.family-crest-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #eee;
  margin-bottom: 1.25rem;
}
.family-crest-image .family-crest-image-internal {
  width: 100%;
  height: 100%;
  text-align: center;
}
.family-crest-image img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}

.family-sub-heading h3 {
  font-family: "Italianno", cursive;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .family-sub-heading h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.family-sub-heading h4 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
  letter-spacing: 5px;
  color: #657fad;
}
@media only screen and (max-width: 40em) {
  .family-sub-heading h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

.family-history-container {
  font-size: 16px;
}
@media only screen and (min-width:40.0625em) {
  .family-history-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 40em) {
  .family-history-container .family-sub-heading h4 {
    margin-bottom: 0;
  }
}

.family-history-img {
  padding-bottom: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.family-history-img .family-history-crest-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.family-history-img .clan-vert-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.family-book-product {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:40.0625em) {
  .family-book-product {
    padding-top: 2.5rem;
  }
}
.family-book-product .book-img {
  text-align: right;
  margin-bottom: 1.25rem;
}
.family-book-product .book-img img {
  max-height: 400px;
}
@media only screen and (max-width: 40em) {
  .family-book-product .book-img {
    text-align: center;
  }
}
.family-book-product .book-txt {
  max-width: 400px;
}
@media only screen and (max-width: 40em) {
  .family-book-product .book-txt {
    text-align: center;
    margin: 0 auto;
  }
}
.family-book-product h4 {
  margin-bottom: 1.25rem;
}

.family-big-button {
  margin-top: 3.75rem;
}
@media only screen and (min-width:40.0625em) {
  .family-big-button .button, .family-big-button .top-cart .btn-cart, .top-cart .family-big-button .btn-cart,
  .family-big-button .top-cart .btn-checkout,
  .top-cart .family-big-button .btn-checkout {
    font-size: 20px;
  }
}

@media only screen and (max-width: 40em) {
  .family-fabrics,
  .family-products {
    height: auto !important;
  }
  .family-history-section,
  .family-names-section {
    height: auto !important;
  }
}
.family-fabrics .details-groupings {
  margin: 8px 0;
}
.family-fabrics .fabric-headliner {
  display: block;
}
.family-fabrics .fabric-headliner .fabric-headliner-buy-box {
  margin-top: 12px;
}
@media only screen and (max-width: 29.375em) {
  .family-fabrics .fabric-headliner .fabric-headliner-buy-box {
    margin: 0 auto;
    max-width: 230px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .family-fabrics .fabric-headliner .fabric-headliner-buy-box {
    margin: 0 auto;
    max-width: 230px;
  }
}
.family-fabrics .popup-type {
  display: none;
}
.family-fabrics .popup-brand {
  display: none;
}

.fabric-headliner-swatch-container,
.fabric-headliner-details-container {
  width: 50%;
}
.fabric-headliner-swatch-container .ri-swatch-price,
.fabric-headliner-details-container .ri-swatch-price {
  text-align: left;
}
@media only screen and (max-width: 29.375em) {
  .fabric-headliner-swatch-container,
  .fabric-headliner-details-container {
    width: 100%;
    text-align: center;
  }
  .fabric-headliner-swatch-container .fabric-headliner-swatch,
  .fabric-headliner-details-container .fabric-headliner-swatch {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48.125em) {
  .fabric-headliner-swatch-container,
  .fabric-headliner-details-container {
    width: 100%;
    text-align: center;
  }
  .fabric-headliner-swatch-container .fabric-headliner-swatch,
  .fabric-headliner-details-container .fabric-headliner-swatch {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/*
.clantheme-family-index .family-fabrics-swatches {
        text-align: center;
        display: flex;
        justify-content: center; // inline-block is subject to problems with newlines/whitespace in code, which is a PITA to avoid
        li.swatch {
            float: none;
            .swatch-inner .swatch-inner-main { padding-top: 0; }
            .swatch-inner .swatch-title {
                padding: 10px;
                @media only screen and (min-width:40.0625em) {
                    padding: 20px;
                }
                h2 { margin-top: 0; margin-bottom: 0; }
            }
        }
        @media only screen and (max-width: 40em) {
            li.swatch{
                width: 50%;
            }
        }
        @media only screen and (max-width: 29.375em){
            li.swatch{
                width: 50%;
            }
        }
        @media only screen and (min-width:40.0625em) and (max-width:48.125em) {
            li.swatch{
                width: 50%;
            }
        }
        @media only screen and (min-width:48.1875em) and (max-width:56.25em) {
            li.swatch{
                width: 33.3%;
            }
        }
        @media only screen and (min-width:56.3125em) {
            li.swatch {
                width: 25%;
            }
        }
}
*/
.family-names-container .family-names {
  text-align: center;
}
.family-names-container .family-names .family-name-container {
  display: inline-block;
  padding: 0.625rem;
}
.family-names-container .family-names .family-name {
  text-align: center;
  padding: 1.25rem;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
}
@media only screen and (max-width: 40em) {
  .family-names-container .family-names .family-name {
    padding: 0.625rem 1.25rem;
  }
}
.family-names-container .more-family-names {
  display: none;
}
.family-names-container h6 {
  margin-bottom: 0;
}

.family-names-more-button {
  margin-top: 2.5rem;
}

.pd-family-result {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 400px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.pd-family-result:hover {
  border: 1px solid #f39100;
}
.pd-family-result .pd-family-image {
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
}
.pd-family-result .pd-family-image .pd-tartan {
  position: relative;
  width: 100%;
}
.pd-family-result .pd-family-image .pd-crest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pd-family-result .pd-family-image .pd-crest img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}
.pd-family-result .pd-family-content {
  margin-left: 100px;
  padding: 10px;
  text-align: left;
}
.pd-family-result .magento-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

body {
  color: #6b6b6b;
}
body .palette-colour {
  padding: 5px;
}
body .palette-colour span {
  background: #ffffff;
  padding: 2px;
}
body .clan-lighter-grey {
  background-color: #dedede;
}
body .clan-light-grey {
  background-color: #ccc;
}
body .clan-mid-grey {
  background-color: #666;
}
body .clan-dark-grey {
  background-color: #333;
}
body .clan-orange {
  background-color: #f39100;
}
body .clan-orange-lighter-1 {
  background-color: #ff9c00;
}
body .clan-orange-lighter-2 {
  background-color: #FFCE5A;
}
body .clan-orange-hover {
  background-color: #ff9c00;
}
body .clan-blue {
  background-color: #657fad;
}
body .clan-blue-lighter-1 {
  background-color: #7b91b9;
}
body .clan-blue-lighter-2 {
  background-color: #91a4c5;
}
body .clan-blue-darker-1 {
  background-color: #536e9d;
}
body .clan-blue-darker-2 {
  background-color: #485e86;
}
body .clan-dark-blue {
  background-color: #070f25;
}
body .clan-dark-blue-hover {
  background-color: #112252;
}
body .clan-darker-blue {
  background-color: #020819;
}
body .clan-pale-blue {
  background-color: #A2B0c7;
}
body .clan-pale-blue-hover {
  background-color: #B5C1D6;
}
body .clan-bright-blue {
  background-color: #6983A9;
}
body .clan-faded-blue {
  background-color: #343f51;
}
body .clan-faded-blue-highlight {
  background-color: #5c6574;
}
body .clan-faded-blue-hover {
  background-color: #5c6574;
}
body .clan-red {
  background-color: #ff0000;
}
body .clan-red-highlight {
  background-color: #e15872;
}
body .clan-red-hover {
  background-color: #e15872;
}
body .clan-red {
  background-color: #ff0000;
}
body .clan-success-bg {
  background-color: #d3ecd2;
}
body .clan-success-fg {
  background-color: #345a2b;
}
body .clan-success-shadow {
  background-color: #b6d494;
}
body .clan-notice-bg {
  background-color: #ffe189;
}
body .clan-notice-fg {
  background-color: #000;
}
body .clan-notice-shadow {
  background-color: #f7d4a2;
}
body .clan-error-fg {
  background-color: #962626;
}
body .clan-error-bg {
  background-color: #ffcccc;
}
body .clan-error-shadow {
  background-color: #efb3b3;
}
body .ribbon-colour {
  background-color: #91a4c5;
}
body .dcd_colour_1 {
  background-color: #F7F3E8;
}
body .dcd_colour_2 {
  background-color: #DBD5CD;
}
body .new-clan-ref-1 {
  background-color: #03186E;
}
body .new-clan-ref-2 {
  background-color: #0F1B4A;
}
body .new-clan-ref-3 {
  background-color: #061D37;
}
body .new-clan-ref-4 {
  background-color: #0C2741;
}
body .new-clan-ref-5 {
  background-color: #496F81;
}
body .new-clan-ref-6 {
  background-color: #1E489F;
}
body .new-clan-sampled-1 {
  background-color: #5275b8;
}
body .new-clan-sampled-2 {
  background-color: #424566;
}
body .new-clan-sampled-3 {
  background-color: #403b41;
}
body .new-clan-sampled-4 {
  background-color: #414048;
}
body .new-clan-sampled-5 {
  background-color: #899ea3;
}
body .new-clan-sampled-6 {
  background-color: #6995c6;
}
body .kitchen-sink-buttons button, body .kitchen-sink-buttons .button, body .kitchen-sink-buttons .top-cart .btn-cart, .top-cart body .kitchen-sink-buttons .btn-cart,
body .kitchen-sink-buttons .top-cart .btn-checkout,
.top-cart body .kitchen-sink-buttons .btn-checkout {
  margin-bottom: 10px;
}
body .clan-checkbox input[type=checkbox], body .clan-radio input[type=checkbox], body .clan-checkbox input[type=radio], body .clan-radio input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .clan-checkbox input[type=checkbox]:focus + label:before, body .clan-radio input[type=checkbox]:focus + label:before, body .clan-checkbox input[type=radio]:focus + label:before, body .clan-radio input[type=radio]:focus + label:before, body .clan-checkbox input[type=checkbox]:hover + label:before, body .clan-radio input[type=checkbox]:hover + label:before, body .clan-checkbox input[type=radio]:hover + label:before, body .clan-radio input[type=radio]:hover + label:before {
  border-color: #657fad;
  background-color: #f2f2f2;
}
body .clan-checkbox input[type=checkbox]:active + label:before, body .clan-radio input[type=checkbox]:active + label:before, body .clan-checkbox input[type=radio]:active + label:before, body .clan-radio input[type=radio]:active + label:before {
  transition-duration: 0s;
}
body .clan-checkbox input[type=checkbox] + label, body .clan-radio input[type=checkbox] + label, body .clan-checkbox input[type=radio] + label, body .clan-radio input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  margin-left: 2px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-size: 0.875rem;
}
body .clan-checkbox input[type=checkbox] + label:before, body .clan-radio input[type=checkbox] + label:before, body .clan-checkbox input[type=radio] + label:before, body .clan-radio input[type=radio] + label:before {
  box-sizing: content-box;
  content: "";
  color: #657fad;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #657fad;
  text-align: center;
  transition: all 0.4s ease;
}
body .clan-checkbox input[type=checkbox] + label:after, body .clan-radio input[type=checkbox] + label:after, body .clan-checkbox input[type=radio] + label:after, body .clan-radio input[type=radio] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: #657fad;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
body .clan-checkbox input[type=checkbox]:disabled + label:before, body .clan-radio input[type=checkbox]:disabled + label:before, body .clan-checkbox input[type=radio]:disabled + label:before, body .clan-radio input[type=radio]:disabled + label:before {
  border-color: #cccccc;
}
body .clan-checkbox input[type=checkbox]:disabled:focus + label:before, body .clan-radio input[type=checkbox]:disabled:focus + label:before, body .clan-checkbox input[type=radio]:disabled:focus + label:before, body .clan-radio input[type=radio]:disabled:focus + label:before, body .clan-checkbox input[type=checkbox]:disabled:hover + label:before, body .clan-radio input[type=checkbox]:disabled:hover + label:before, body .clan-checkbox input[type=radio]:disabled:hover + label:before, body .clan-radio input[type=radio]:disabled:hover + label:before {
  background-color: inherit;
}
body .clan-checkbox input[type=checkbox]:disabled:checked + label:before, body .clan-radio input[type=checkbox]:disabled:checked + label:before, body .clan-checkbox input[type=radio]:disabled:checked + label:before, body .clan-radio input[type=radio]:disabled:checked + label:before {
  background-color: #cccccc;
}
body .clan-checkbox input[type=checkbox] + label:after, body .clan-radio input[type=checkbox] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
body .clan-checkbox input[type=checkbox]:checked + label:after, body .clan-radio input[type=checkbox]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
body .clan-checkbox input[type=radio]:checked + label:before, body .clan-radio input[type=radio]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
body .clan-checkbox input[type=radio]:checked + label:after, body .clan-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
body .clan-checkbox input[type=radio] + label:before, body .clan-radio input[type=radio] + label:before, body .clan-checkbox input[type=radio] + label:after, body .clan-radio input[type=radio] + label:after {
  border-radius: 50%;
}
body .clan-checkbox input[type=checkbox]:checked + label:before, body .clan-radio input[type=checkbox]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #657fad;
}
body .clan-checkbox input[type=checkbox]:checked + label:after, body .clan-radio input[type=checkbox]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #657fad;
  }
}

/**
 * Temporary for tartan designer wireframing
 */
@media only screen and (max-width: 40em) {
  body.swtartandesigner-designer-edit #content-main {
    padding: 0;
  }
  body.swtartandesigner-designer-edit #content-main .main-container {
    margin: 0;
  }
  body.swtartandesigner-designer-edit #content-main .main-container .col-wrapper {
    padding: 0;
  }
  body.swtartandesigner-designer-edit #content-main .main-container .col-wrapper .col-main {
    padding: 0;
  }
  body.swtartandesigner-designer-edit #content-main .main-container .col-wrapper .col-main .clan-section {
    margin: 0;
  }
}
/* Layout Configuration */
.mobile {
  display: none;
}
@media (max-width: 770px) {
  .mobile {
    display: block;
  }
}
.mobile .mobile-block {
  display: none;
}
@media (max-width: 770px) {
  .mobile .mobile-block {
    display: block;
  }
}
.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
  width: 100%;
  float: left;
}
.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: -15px;
  float: right;
}
.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
  opacity: 0.7;
}
.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
  background: url(https://static.clan.com/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(https://static.clan.com/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
  background: url(https://static.clan.com/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(https://static.clan.com/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
  position: fixed;
  width: 80%;
  max-width: 320px;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 199999;
  padding: 20px;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  overflow-y: scroll;
  display: none;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  display: block;
  -webkit-box-shadow: 0px 0 15px 0 #333333;
  -moz-box-shadow: 0px 0 15px 0 #333333;
  box-shadow: 0px 0 15px 0 #333333;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
  right: -80%;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
  right: 0;
}
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  /* None Active */
  left: -80%;
}
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  left: 0;
}
.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
  width: 100%;
}
.desktop {
  display: block;
}
@media (max-width: 770px) {
  .desktop {
    display: none;
  }
}
.desktop .desktop-block {
  display: block;
}
@media (max-width: 770px) {
  .desktop .desktop-block {
    display: none;
  }
}
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 74%;
  float: left;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 23%;
  float: left;
}
.desktop.two-columns-right section.content {
  padding-right: 20px;
}
.desktop.two-columns-left section.content {
  padding-left: 20px;
}
.desktop.three-columns section.content {
  width: 58%;
  float: left;
  padding: 0 18px;
}
.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
  width: 18%;
  float: left;
}
/* List of Posts */
@media (max-width: 1024px) {
  .mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.list .mpblog-post .post-thumbnail {
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mpblog-list.list .mp-read-more {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  float: left;
}
.mpblog-list.grid {
  width: 100%;
}
.mpblog-list.grid .item {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpblog-list.grid .item .post-container {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
}
.mpblog-list.grid .item .post-container .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.grid .item .post-container .post-thumbnail {
  margin: -10px -10px 10px;
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.grid .item .post-container .post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mpblog-list.grid .item .post-container .mp-footer {
  margin-bottom: 20px;
}
.mpblog-list.grid .item .post-container span.comments {
  float: left;
  margin-left: 0;
}
/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
  width: 33%;
}
.three-columns .mpblog-list.grid .item {
  width: 33%;
}
.three-columns .mpblog-list.grid .item.w2 {
  width: 66%;
}
.three-columns .mpblog-list.grid .item.w3 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item.w2,
  .three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item.w3,
  .three-columns .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
  width: 50%;
}
.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.one-column .mpblog-list.grid .grid-sizer {
  width: 20%;
}
.one-column .mpblog-list.grid .item {
  width: 20%;
}
.one-column .mpblog-list.grid .item.w2 {
  width: 40%;
}
.one-column .mpblog-list.grid .item.w3 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item.w2 {
    width: 66%;
  }
  .one-column .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .one-column .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .one-column .mpblog-list.grid .item.w3,
  .one-column .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.mpblog-container.list .mp-pager {
  border-top: 1px solid #cccccc;
}
.mpblog-container .mp-pager {
  margin-top: 40px;
  padding: 10px 5px 0;
}
.mpblog-container .mp-pager .navi a {
  line-height: 16px;
  min-height: 16px;
  width: 45%;
}
.mpblog-container .mp-pager .newer a {
  float: right;
  text-align: right;
}
.mpblog-container .mp-pager .newer a i.glyphicons {
  margin-left: 5px;
}
.mpblog-container .mp-pager .older a {
  float: left;
  text-align: left;
}
.mpblog-container .mp-pager .older a i.glyphicons {
  margin-right: 5px;
}
/** Comments */
@media (max-width: 770px) {
  .comments-action {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .comments-action {
    float: right;
  }
}
.comments-action .leave-a-comment {
  margin-left: 15px;
  line-height: 24px;
}
.comments-action .leave-a-comment a {
  text-transform: uppercase;
  font-size: larger;
}
.comments-action .blog-icon.rss {
  background: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
  /** One for new */
}
@media (min-width: 770px) {
  .comments-action .blog-icon.rss {
    display: inline-block;
  }
}
.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
  float: left;
}
.mpblog-comments-container .comments-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  position: relative;
}
.mpblog-comments-container .comments-header span.leave-a-comment {
  float: left;
  margin-left: 0;
}
.mpblog-comments-container .comments-header span.rss-comments {
  float: left;
  margin-left: 20px;
}
.mpblog-comments-container .mp-comment-header {
  margin-bottom: 10px;
}
.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
  float: left;
  margin-right: 10px;
}
.mpblog-comments-container .mp-comment-willapprove {
  color: red;
  font-style: italic;
  font-size: smaller;
}
.mpblog-comments-container .mp-replies {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 12px;
  }
}
@media (max-width: 600px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 6px;
  }
}
.mp-comment-content,
.mp-comment-form {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #cccccc;
}
.mp-comment-content.my-comment {
  border-color: #3399cc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('https://static.clan.com/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.comment-form-field {
  margin-bottom: 10px;
  position: relative;
}
.comment-form-field .checkbox + label {
  padding: 0;
}
.comment-form-field textarea,
.comment-form-field input[type="text"] {
  line-height: 1.5;
  padding: 5px !important;
}
.comment-form-field textarea {
  height: 72px;
  width: 100%;
  max-width: 460px;
}
.comment-form-field textarea,
.comment-form-field textarea:focus {
  background-color: #ffffff;
}
.comment-form-field input[type="checkbox"] {
  display: none;
}
.comment-form-field input[type="checkbox"] + label {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.comment-form-field input[type="checkbox"] + label:before {
  content: "";
  background: white;
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.comment-form-field input[type="checkbox"]:checked + label:before {
  background: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}
.comment-form-field input.text {
  width: 70% !important;
}
@media (max-width: 770px) {
  .comment-form-field input.text {
    width: 100% !important;
  }
}
.comment-form-field textarea,
.comment-form-field input.text {
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
  border: 1px dashed red;
}
.form-actions {
  text-align: right;
  position: relative;
}
.form-actions .mp-comment-reply-btn {
  text-transform: uppercase;
}
.form-actions .subscribe {
  position: absolute;
  left: 0;
  border-color: transparent;
}
.mpblog-container h1.mp-title {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .mp-blog-head {
    text-align: center;
  }
}
.mp-blog-head h1 {
  float: left;
  margin-bottom: 0.25em;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .mp-blog-head h1 {
    max-width: 85%;
    font-size: larger;
  }
}
@media (max-width: 770px) {
  .mp-blog-head h1 {
    max-width: 100%;
  }
}
.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
  font-size: smaller;
}
@media (max-width: 770px) {
  .mp-blog-head a.mp-blog-rss-link,
  .mp-blog-head a.mp-blog-print-link {
    display: none;
  }
}
.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
  float: right;
  margin-top: 4px;
}
@media (max-width: 770px) {
  .mp-blog-head span.mp-blog-rss,
  .mp-blog-head span.mp-blog-print {
    display: none;
  }
}
.mpblog-post {
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-post-header h2 {
    font-size: larger;
    margin-bottom: 0;
  }
}
.mpblog-post .post-thumbnail {
  margin-bottom: 1em;
}
.mpblog-post .post-thumbnail img.thumbnail {
  width: 100%;
}
@media (max-width: 1024px) {
  .mpblog-post .post-thumbnail {
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
  float: left;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
  }
}
.mpblog-post .mp-content div.mp-details {
  margin-top: 20px;
}
.mpblog-post .mp-content iframe.blog-video {
  margin-bottom: 1.5em !important;
}
.mpblog-post .mp-content hr.cutter {
  display: none;
}
.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
  margin-left: 20px;
}
.mpblog-post .mp-content img {
  width: 100%;
}
.mpblog-post .mp-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 3px 0;
}
.mpblog-post .mp-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 3px 20px;
}
.mpblog-post .mp-content a > img {
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
  -o-transition: box-shadow 0.15s 0.3s ease-in-out;
  transition: box-shadow 0.15s 0.3s ease-in-out;
}
.mpblog-post .mp-content a > img:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
}
.mpblog-post .mp-content blockquote {
  margin: 0 1.6em 1.5em;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.mpblog-post .mp-content table {
  margin-bottom: 1.5em;
}
.mpblog-post .mp-content table tr th {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
  padding: 5px 10px;
}
.mpblog-post .mp-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
  font-size: smaller;
}
.mpblog-post span.mp-tags {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.mp-tags-pic {
  float: left;
  width: 20px;
}
.mpblog-post span.mp-tags-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.categories {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.categories-pic {
  float: left;
  display: block;
  width: 19px;
  height: 16px;
}
.mpblog-post span.categories-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.posted-by {
  margin-right: 20px;
}
.mpblog-post span.date {
  margin-right: 20px;
}
.mpblog-post span.views {
  margin-right: 20px;
}
.mpblog-post span.comments {
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .mpblog-post span.comments {
    display: none;
  }
}
.mpblog-post i.glyphicons {
  margin-right: 5px;
}
.mpblog-post .customer-action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 770px) {
  .mpblog-post .customer-action-bar {
    text-align: center;
  }
}
.blog-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-icon:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 2px;
  margin-top: 2px;
}
/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
  border: none !important;
  background: none !important;
}
/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
  padding: 5px 10px;
}
.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
}
/* Sidebar Blocks */
.sidebar-common ul li.active a {
  font-weight: bold;
}
.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
  font-size: smaller;
}
.sidebar-common ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
  font-weight: bold;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
  font-size: smaller;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-recentposts .mp-post-thesis {
  margin-top: 3px;
}
.mpblog-recentposts .thumbnail {
  float: left;
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 68px;
  height: 68px;
}
.mpblog-recentposts .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
  -webkit-transition: all 0.15s 0.3s ease-in-out;
  -moz-transition: all 0.15s 0.3s ease-in-out;
  -o-transition: all 0.15s 0.3s ease-in-out;
  transition: all 0.15s 0.3s ease-in-out;
}
.mpblog-recentposts .thumbnail .img {
  width: 60px;
  height: 60px;
}
.mpblog-recentposts ul li {
  margin-bottom: 20px;
}
.mpblog-recentposts ul li:last-child {
  margin-bottom: 0;
}
.mpblog-archives .block-content {
  padding-top: 10px;
}
.mpblog-archives .block-content .actions {
  margin: 10px -10px -5px;
}
/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
  display: none;
}
.mpblog-tags .block-content canvas {
  width: 100%;
  margin-left: -5px;
}
.mpblog-tags ul {
  list-style-type: none;
}
.mpblog-tags ul li {
  display: inline;
}
.mpblog-tags a.tag1 {
  font-size: 0.7em;
  font-weight: 100;
}
.mpblog-tags a.tag2 {
  font-size: 0.8em;
  font-weight: 200;
}
.mpblog-tags a.tag3 {
  font-size: 0.9em;
  font-weight: 300;
}
.mpblog-tags a.tag4 {
  font-size: 1.0em;
  font-weight: 400;
}
.mpblog-tags a.tag5 {
  font-size: 1.2em;
  font-weight: 500;
}
.mpblog-tags a.tag6 {
  font-size: 1.4em;
  font-weight: 600;
}
.mpblog-tags a.tag7 {
  font-size: 1.6em;
  font-weight: 700;
}
.mpblog-tags a.tag8 {
  font-size: 1.8em;
  font-weight: 800;
}
.mpblog-tags a.tag9 {
  font-size: 2.2em;
  font-weight: 900;
}
.mpblog-tags a.tag10 {
  font-size: 2.5em;
  font-weight: 900;
}
/* Social Share */
@media (min-width: 770px) {
  .mpblog-social-container {
    float: left;
  }
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul {
    text-align: center;
    width: 100%;
  }
}
.mpblog-social-container .mp-buttons ul li {
  margin-right: 5px;
  float: left;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.mpblog-social-container .mp-buttons ul li .blog-icon {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/twitter.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/facebook.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.google {
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("https://static.clan.com/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}
.search-query {
  margin-bottom: 20px;
}
.search-query .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.search-query .input-box button.button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 6px 7px;
}
.search-query .input-box button.button i.glyphicons.search {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-query .input-box button.button i.glyphicons.search:hover {
  opacity: 1;
}
.search-query .input-box button.button i.glyphicons.search:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.search-query .input-box input[type="text"] {
  width: 100%;
}
.search-query .advice {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.search-query .advice a {
  font-weight: bold;
}
.mpblog-search .block-content button.button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mpblog-search .block-content input.input-text {
  width: 168px;
  margin-top: 5px;
}
/* Preview */
.mpblog-preview {
  padding: 20px;
}
.mpblog-preview .mpblog-preview-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mpblog-preview-button-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
  opacity: 1;
}
textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
  opacity: 1;
}
textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
  box-shadow: inset 0px 0px 5px 0px #cccccc;
  border: 1px solid #4d4d4d;
}
textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
.fix-me {
  zoom: 1;
  /* IE6&7 */
}
.fix-me:before,
.fix-me:after {
  content: "";
  display: table;
}
.fix-me:after {
  clear: both;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
/* Misc styles */
div.fixed {
  clear: both;
}
/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
  color: #3399cc;
}
i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
  color: #7C0104;
}
i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
  color: #003300;
}
i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
  color: #003366;
}
i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
  color: #333333;
}
i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
  color: #0A263C;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kb-box {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
.kb-box:before,
.kb-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.kb-box:after {
  clear: both;
}
div.kb-s-form {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-s-form:before,
div.kb-s-form:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-s-form:after {
  clear: both;
}
div.kb-s-form .input-text {
  width: 87%;
}
div.kb-category-view {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-category-view:before,
div.kb-category-view:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-category-view:after {
  clear: both;
}
div.kb-category-view .kb-category-view-subcategory {
  width: 48%;
  padding: 0 5px;
  margin: 5px 0px;
  float: left;
}
div.kb-category-view .kb-category-view-subcategory .category-name {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #f2f2f2;
}
div.kb-category-view .kb-category-view-subcategory .category-name a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}
div.kb-category-view .kb-category-view-subcategory .category-name a .num {
  color: #999;
}
div.kb-category-view .kb-category-view-subcategory .category-name a .more {
  color: #1A6690;
}
div.kb-category-view .kb-category-view-subcategory .category-name a:hover .more {
  color: #e26703;
}
div.kb-category-view .kb-category-view-subcategory .articles {
  margin-left: 10px;
}
div.kb-category-view .kb-category-view-subcategory .articles .article {
  margin: 5px 0px;
}
div.kb-category-view .kb-category-view-subcategory .articles .article a {
  text-decoration: none;
}
div.kb-category-view .kb-category-view-subcategory .articles .article a:hover {
  text-decoration: underline;
}
div.kb-article-list .article-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
div.kb-article-list .article-item > .name {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
div.kb-article-list .article-item > .name:hover {
  color: #e26703;
}
div.kb-article-list .article-item > .info {
  color: #999;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-article-list .article-item > .info:before,
div.kb-article-list .article-item > .info:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-article-list .article-item > .info:after {
  clear: both;
}
div.kb-article-list .article-item > .info .data {
  float: left;
  line-height: 14px;
}
div.kb-article-list .article-item > .info .rating-box {
  margin-left: 15px;
  float: left;
}
div.kb-article-view {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-article-view:before,
div.kb-article-view:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-article-view:after {
  clear: both;
}
div.kb-article-view > .info {
  color: #999;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-article-view > .info:before,
div.kb-article-view > .info:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-article-view > .info:after {
  clear: both;
}
div.kb-article-view > .info .data {
  float: left;
  line-height: 14px;
}
div.kb-article-view > .info .rating-box {
  margin-left: 15px;
  float: left;
}
div.kb-article-view .categories,
div.kb-article-view .tags {
  margin: 5px 0px;
  *zoom: 1;
}
div.kb-article-view .categories:before,
div.kb-article-view .tags:before,
div.kb-article-view .categories:after,
div.kb-article-view .tags:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-article-view .categories:after,
div.kb-article-view .tags:after {
  clear: both;
}
div.kb-article-view .categories a,
div.kb-article-view .tags a {
  margin-left: 10px;
  text-decoration: none;
}
div.kb-article-view .categories a:hover,
div.kb-article-view .tags a:hover {
  color: #e26703;
}
div.kb-article-view .helpful {
  float: right;
  color: #999;
}
div.kb-article-view .helpful a {
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
}
div.kb-article-view .helpful a.yes {
  color: #090;
}
div.kb-article-view .helpful a.no {
  color: #900;
}
div.kb-article-view .helpful a:hover {
  color: #e26703;
}
div.kb-article-view ul {
  list-style: disc;
  margin-left: 25px;
}
div.kb-article-view ol {
  list-style: decimal;
  margin-left: 25px;
}
div.kb-article-view h6 {
  font-size: 16px;
  line-height: 1.4em;
  color: #888;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-weight: normal;
}
div.kb-article-view h2 {
  margin: 20px 0px 10px 0px;
}
div.kb-article-view table {
  border-collapse: collapse;
  width: 100%;
}
div.kb-article-view table th {
  background: #eee;
  font-weight: bold;
}
div.kb-article-view table td,
div.kb-article-view table th {
  border: 1px solid #ddd;
  padding: 5px;
}
div.kb-tag-list,
div.kb-tag-cloud {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-tag-list:before,
div.kb-tag-cloud:before,
div.kb-tag-list:after,
div.kb-tag-cloud:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-tag-list:after,
div.kb-tag-cloud:after {
  clear: both;
}
div.kb-tag-list a,
div.kb-tag-cloud a {
  margin-right: 10px;
  text-decoration: none;
}
div.kb-tag-list a:hover,
div.kb-tag-cloud a:hover {
  color: #e26703;
}
div.kb-tag-view,
div.kb-search-result {
  background: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  *zoom: 1;
  margin-bottom: 10px;
}
div.kb-tag-view:before,
div.kb-search-result:before,
div.kb-tag-view:after,
div.kb-search-result:after {
  display: table;
  content: "";
  line-height: 0;
}
div.kb-tag-view:after,
div.kb-search-result:after {
  clear: both;
}
div.kb-category-sidebar .block-content {
  padding: 5px 9px;
}
div.kb-category-sidebar .block-content .category {
  display: block;
  padding: 1px 0px;
  text-decoration: none;
}
div.kb-category-sidebar .block-content .category.active {
  font-weight: bold;
}
div.kb-category-sidebar .block-content .category span {
  color: #666;
  font-weight: normal;
}
div.kb-category-sidebar .block-content .category:hover {
  text-decoration: underline;
}
div.kb-category-sidebar .block-content .category.level-1 {
  margin-left: 20px;
}
div.kb-category-sidebar .block-content .category.level-2 {
  margin-left: 40px;
}
div.kb-category-sidebar .block-content .category.level-3 {
  margin-left: 60px;
}
div.kb-category-sidebar .block-content .category.level-4 {
  margin-left: 80px;
}
div.kb-category-sidebar .block-content .category.level-5 {
  margin-left: 100px;
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*! jQuery UI - v1.11.4 - 2016-03-23
* http://jqueryui.com
* Includes: core.css, draggable.css, sortable.css, accordion.css, menu.css, selectmenu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://static.clan.com/skin/frontend/clantheme/default/css/images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #A2B0c7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#fabric-status .spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #A2B0c7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -moz-animation: spin 0.7s linear infinite;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * Swiper 6.4.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 29, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
