@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300);
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: 1em;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
figure {
  line-height: 0;
}
figure > img {
  width: 100%;
}
figure > figcaption {
  display: none;
}
@font-face {
  font-family: "GoodDog";
  src: url("fonts/GoodDog/GoodDog-webfont.eot");
  src:
    url("fonts/GoodDog/GoodDog-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/GoodDog/GoodDog-webfont.woff") format("woff"),
    url("fonts/GoodDog/GoodDog-webfont.ttf") format("truetype"),
    url("fonts/GoodDog/GoodDog-webfont.svg#GoodDog") format("svg");
}
p {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.8em;
  font-weight: 400;
}
p.highlighted {
  color: #00b0ff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
p.highlighted.category {
  letter-spacing: 0.08em;
}
a {
  color: #00b0ff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
h1 {
  color: #333333;
  font-size: 2.4125em;
  margin-bottom: 20px;
}
h2 {
  /* color: #fff; */
}
h3 {
  color: #333333;
  font-size: 1.5em;
}
h3.title {
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #d5d5d5;
  position: relative;
}
h3.title:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #00b0ff;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
}
h4 {
  color: #fff;
  /*font-family: "GoodDog", sans-serif;*/
  font-weight: 400;
}
h5 {
  color: #333333;
  font-size: 0.75em;
}
h6 {
  color: #49555c;
  font-size: 0.75em;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
#header-top,
#header-bottom,
#main-menu > ul,
#banner,
#advertising,
.product-showcase,
#institutional,
#latest-blog-posts,
#billboard,
#brands,
#footer-top,
#footer-bottom,
#section-nav,
#register-login,
#shop,
#contact,
#error404,
#coming-soon-header,
#coming-soon,
#coming-soon-footer {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.slidable {
  overflow: hidden;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
select {
  color: #333333;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
.svg-arrow.select-arrow {
  width: 0.3125rem;
  height: 0.4375rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #686868;
  pointer-events: none;
}
.westeros-form {
  overflow: hidden;
}
.westeros-form label {
  color: #81929b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.westeros-form label.select-block {
  display: inline-block;
  color: #49555c;
  font-size: 0.75em;
  cursor: auto;
  position: relative;
}
.westeros-form label.select-block .svg-arrow.select-arrow {
  position: absolute;
  top: 0.8125rem;
  right: 0.8125rem;
}
.westeros-form label:last-child {
  margin-right: 0;
}
.westeros-form label > .radio,
.westeros-form label > .checkbox {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.625rem;
  border: 0.0625rem solid #d5d5d5;
  background-color: #fff;
  position: relative;
  top: 0.25rem;
}
.westeros-form label > .radio {
  border-radius: 50%;
}
.westeros-form label > .radio span {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #0ec3f7;
  border-radius: 50%;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: none;
}
.westeros-form label > .checkbox {
  border-radius: 0.125rem;
}
.westeros-form label > .checkbox span {
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../images/icons/check.png") 50% 50% no-repeat;
  display: none;
}
.westeros-form input[type="text"],
.westeros-form textarea {
  width: 100%;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem 0.3125rem 0.75rem;
}
.westeros-form input[type="text"] {
  height: 2.375rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}
.westeros-form select {
  color: #afafaf;
  font-size: 1em;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.125rem;
  height: 1.875rem;
  padding: 0 2.5rem 0 0.375rem;
  cursor: pointer;
}
.westeros-form button {
  cursor: pointer;
}
.westeros-form input[type="radio"],
.westeros-form input[type="checkbox"] {
  display: none;
}
.westeros-form input[type="radio"]:checked + label > span > span,
.westeros-form input[type="checkbox"]:checked + label > span > span {
  display: block;
}
.westeros-form input[type="radio"] + .rl-label {
  cursor: pointer;
}
.westeros-form a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  text-transform: uppercase;
}
.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.button {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #00b0ff;
  border-radius: 0.25rem;
  border-bottom: 0.1875rem solid #0091ea;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #2abdff;
}
a.button.medium {
  width: 3.25rem;
  height: 2.6875rem;
}
a.button.secondary {
  background-color: #00b0ff;
  border-bottom-color: #0071a3;
}
a.button.secondary:hover {
  background-color: #ffa023;
}
a.button.cart-add .svg-plus {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #fff;
  position: absolute;
  top: 0.875rem;
  left: 1.5rem;
}
a.button.cart-add:hover {
  background-color: #2abdff;
}
a.button.no-stock {
  background-color: #e72622;
  border-bottom-color: #cf1814;
  pointer-events: none;
}
a.button.no-stock .svg-plus {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.875rem;
  left: 1.5625rem;
}
a.button.wishlist {
  background-color: #00acc1;
  border-bottom-color: #0092a2;
}
a.button.wishlist .svg-wishlist {
  width: 1rem;
  height: 0.8125rem;
  fill: #fff;
  position: absolute;
  top: 0.875rem;
  left: 50%;
  margin-left: -0.5rem;
}
a.button.wishlist:hover {
  background-color: #0cbcd1;
}
a.button.quick-view {
  background-color: #f50057;
  border-bottom-color: #cc0049;
}
a.button.quick-view .svg-quickview {
  width: 1.25rem;
  height: 0.75rem;
  fill: #fff;
  position: absolute;
  top: 0.875rem;
  left: 1rem;
}
a.button.quick-view:hover {
  background-color: #ff186a;
}
a.button.full-view {
  background-color: #ffc400;
  border-bottom-color: #f2a200;
}
a.button.full-view .svg-fullview {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
  position: absolute;
  top: 0.625rem;
  left: 1rem;
}
a.button.full-view:hover {
  background-color: #ffcf2e;
}
a.button.compare {
  background-color: #89d307;
  border-bottom-color: #6caa00;
}
a.button.compare .svg-compare {
  width: 1.125rem;
  height: 1.125rem;
  fill: #fff;
  position: absolute;
  top: 0.8125rem;
  left: 1.0625rem;
}
a.button.compare:hover {
  background-color: #97e114;
}
a.button.fb {
  background: url("../images/social/fb-brand-big.png") no-repeat 50% 50% #355599;
  border-bottom-color: #25417d;
}
a.button.fb:hover {
  background-color: #4667ae;
}
a.button.twt {
  background: url("../images/social/twt-brand-big.png") no-repeat 50% 50%
    #0fccf4;
  border-bottom-color: #18abca;
}
a.button.twt:hover {
  background-color: #46dfff;
}
a.button.gplus {
  background: url("../images/social/gplus-brand-big.png") no-repeat 50% 50%
    #e0133a;
  border-bottom-color: #c2062a;
}
a.button.gplus:hover {
  background-color: #4667ae;
}
a.button.rss {
  background: url("../images/social/rss-brand-big.png") no-repeat 50% 50%
    #ffa11b;
  border-bottom-color: #e68b0a;
}
a.button.rss:hover {
  background-color: #4667ae;
}
a.button.dribble {
  background: url("../images/social/dribble-brand-big.png") no-repeat 50% 50%
    #e92a83;
  border-bottom-color: #cc1e6f;
}
a.button.dribble:hover {
  background-color: #4667ae;
}
a.button.vimeo {
  background: url("../images/social/vimeo-brand-big.png") no-repeat 50% 50%
    #07c8aa;
  border-bottom-color: #00a48a;
}
a.button.vimeo:hover {
  background-color: #4667ae;
}
a.button.flickr {
  background: url("../images/social/flickr-brand-big.png") no-repeat 50% 50%
    #834ca9;
  border-bottom-color: #68368b;
}
a.button.flickr:hover {
  background-color: #4667ae;
}
a.button.quick-view:after,
a.button.full-view:after,
a.button.compare:after {
  width: 4.375rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  bottom: -1.25rem;
  left: -0.5rem;
  opacity: 0;
}
a.button.quick-view:after {
  content: "Quick View";
  width: 5rem;
  left: -0.8125rem;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
a.button.full-view:after {
  content: "Full View";
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
a.button.compare:after {
  content: "Compare";
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.westeros-dropdown-container {
  float: right;
  width: 12.8125rem;
  position: relative;
}
.westeros-dropdown-container.small {
  width: 4.375rem;
}
.westeros-dropdown {
  display: none;
  opacity: 0;
  border: 0.0625rem solid #d5d5d5;
  position: absolute;
  top: 0.25rem;
  right: 0.625rem;
  background-color: #fff;
  z-index: 10000;
}
.westeros-dropdown.default li {
  border-bottom: 0.0625rem solid #d5d5d5;
}
.westeros-dropdown.default li:last-child {
  border-bottom: none;
}
.westeros-dropdown.default li.selected a {
  color: #00b0ff;
}
.westeros-dropdown.default li svg {
  fill: #afafaf;
  margin-right: 0.5rem;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}
.westeros-dropdown.default li svg.svg-gear {
  width: 0.625rem;
  height: 0.625rem;
}
.westeros-dropdown.default li svg.svg-wishlist {
  width: 0.625rem;
  height: 0.5rem;
}
.westeros-dropdown.default li svg.svg-compare {
  width: 0.625rem;
  height: 0.625rem;
}
.westeros-dropdown.default li svg.svg-cart {
  width: 0.6875rem;
  height: 0.6875rem;
}
.westeros-dropdown.default li a {
  display: block;
  color: #afafaf;
  font-size: 0.6875rem;
  line-height: 1.75rem;
  padding: 0 1.5625rem 0 0.625rem;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  cursor: pointer;
}
.westeros-dropdown.default li a:hover {
  color: #00b0ff;
  text-decoration: none;
}
.westeros-dropdown.default li a:hover svg {
  fill: #00b0ff;
}
ul.product-preview > li {
  height: 4.375rem;
  padding: 0.3125rem 0 0 5.3125rem;
  margin-bottom: 1.25rem;
  position: relative;
}
ul.product-preview > li figure {
  width: 4.375rem;
  height: 4.375rem;
  border: 0.3125rem solid #475055;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
ul.product-preview > li figure:hover {
  border-color: #00b0ff;
}
ul.product-preview > li h6 {
  clear: both;
  float: left;
  display: inline-block;
  color: #acbdc6;
  font-size: 0.875em;
  margin-top: 0.125rem;
}
ul.product-preview > li a > p.highlighted {
  float: left;
}
ul.product-preview > li ul.rating {
  float: left;
  clear: both;
  margin: 0.3125rem 0 0.375rem;
}
ul.product-preview > li p.highlighted.current {
  float: left;
  clear: both;
  font-size: 1.125em;
}
ul.product-preview > li p.highlighted.previous {
  float: left;
  margin: 0.3125rem 0 0 0.625rem;
  font-size: 0.75em;
  font-weight: 400;
  text-decoration: line-through;
}
ul.product-preview > li:last-child {
  margin-bottom: 0;
}
ul.rating {
  width: 3.4375rem;
  overflow: hidden;
}
ul.rating li {
  float: left;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.3125rem;
}
ul.rating li svg {
  float: left;
  width: 0.4375rem;
  height: 0.4375rem;
  fill: #d5d5d5;
}
ul.rating li.filled svg {
  fill: #00b0ff;
}
ul.rating li:last-child {
  margin-right: 0;
}
ul.rating.big {
  width: 4.375rem;
}
ul.rating.big li {
  width: 0.625rem;
  height: 0.625rem;
}
ul.rating.big li svg {
  width: 0.625rem;
  height: 0.625rem;
}
ul.rating.big li:last-child {
  margin-right: 0;
}
ul.rating.large {
  width: 7.5rem;
}
ul.rating.large li {
  width: 1.25rem;
  height: 1.1875rem;
}
ul.rating.large li svg {
  width: 1.25rem;
  height: 1.1875rem;
}
ul.rating.large li:last-child {
  margin-right: 0;
}
ul.rating.rater li {
  cursor: pointer;
}
ul.product-list {
  margin: 0 auto;
  overflow: hidden;
}
ul.product-list.list .list-item {
  float: none;
  width: 100%;
  height: 16.25rem;
  margin-right: 0;
  position: relative;
  padding: 1.25rem 1.25rem 0 14.375rem;
}
ul.product-list.list .list-item .social {
  display: block;
  width: 7.125rem;
  position: absolute;
  bottom: 1.25rem;
}
ul.product-list.list .list-item .social a.button:first-child {
  float: left;
}
ul.product-list.list .list-item .social a.button:last-child {
  float: right;
}
ul.product-list.list .list-item .actions {
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  width: 12.5rem;
}
ul.product-list.list .list-item .actions a.button.quick-view {
  top: 2.5rem;
}
ul.product-list.list .list-item .actions a.button.quick-view .svg-quickview {
  width: 1rem;
  height: 0.5625rem;
  top: 0.6875rem;
  left: 0.75rem;
}
ul.product-list.list .list-item .actions a.button.full-view {
  top: 6.3125rem;
}
ul.product-list.list .list-item .actions a.button.full-view .svg-fullview {
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  left: 0.75rem;
}
ul.product-list.list .list-item .actions a.button.compare {
  top: 10.1875rem;
}
ul.product-list.list .list-item .actions a.button.compare .svg-compare {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.625rem;
  left: 0.8125rem;
}
ul.product-list.list .list-item .actions a.button.quick-view,
ul.product-list.list .list-item .actions a.button.full-view,
ul.product-list.list .list-item .actions a.button.compare {
  width: 2.5rem;
  height: 2.0625rem;
  margin-left: -1.25rem;
}
ul.product-list.list .list-item .actions a.button.quick-view:after,
ul.product-list.list .list-item .actions a.button.full-view:after,
ul.product-list.list .list-item .actions a.button.compare:after {
  content: "";
}
ul.product-list.list .list-item .pin h6.percent {
  line-height: 1.1em;
}
ul.product-list.list .list-item .pin h6:last-child {
  font-size: 0.5em;
}
ul.product-list.list .list-item .pin.circle {
  width: 4.3125rem;
  height: 5.1875rem;
  top: 1.1875rem;
  left: 1.0625rem;
  background: url("../images/discount-pin1.png") no-repeat center;
  padding-top: 0.9375rem;
}
ul.product-list.list .list-item figure {
  width: 12.5rem;
  height: 15rem;
  margin-bottom: 0;
}
ul.product-list.list .list-item .description p.highlighted {
  font-size: 0.625em;
}
ul.product-list.list .list-item .description ul.rating {
  float: none;
  position: absolute;
  top: 4.5rem;
  left: 14.375rem;
}
ul.product-list.list .list-item .description h6 {
  font-size: 1.5em;
  margin-bottom: 1.5625rem;
}
ul.product-list.list .list-item .description p.highlighted.previous {
  float: none;
  font-size: 0.875em;
  margin-top: 0;
  position: absolute;
  top: 3rem;
  right: 8.4375rem;
}
ul.product-list.list .list-item .description p.highlighted.current {
  float: none;
  font-size: 1.875em;
  line-height: 1em;
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
}
ul.product-list.list .list-item .description .short-description {
  display: none;
}
ul.product-list.list .list-item .description .long-description {
  display: block;
}
ul.product-list.list .list-item .cart-options {
  width: 26.6875rem;
  left: auto;
  right: 1.25rem;
  bottom: 1.25rem;
}
ul.product-list.list .list-item .cart-options a.button.wishlist {
  width: 14.1875rem;
  padding-left: 3.25rem;
  text-align: left;
}
ul.product-list.list .list-item .cart-options a.button.wishlist .svg-wishlist {
  left: 1.5rem;
  margin-left: 0;
}
ul.product-list.list .list-item .cart-options a.button.wishlist span {
  display: block;
}
ul.product-list.grid-v2 .list-item {
  height: 29.75rem;
}
ul.product-list.grid-v2 .list-item figure {
  margin-bottom: 2.5rem;
}
ul.product-list.grid-v2 .list-item .description {
  text-align: center;
}
ul.product-list.grid-v2 .list-item .description ul.rating {
  width: 11.25rem;
  position: absolute;
  bottom: 8.375rem;
  left: 50%;
  margin-left: -5.625rem;
  border-bottom: 0.0625rem solid #d5d5d5;
  padding: 0 0 0.625rem 3.4375rem;
}
ul.product-list.grid-v2 .list-item .description .category,
ul.product-list.grid-v2 .list-item .description h6,
ul.product-list.grid-v2 .list-item .description p.highlighted.previous,
ul.product-list.grid-v2 .list-item .description p.highlighted.current {
  float: none;
}
ul.product-list.grid-v2 .list-item .description h6 {
  margin-top: 0.375rem;
}
ul.product-list.grid-v2 .list-item .description .short-description {
  display: none;
}
ul.product-list.grid-v2 .list-item .description p.highlighted.previous {
  position: absolute;
  left: 2.5rem;
}
ul.product-list.grid-v2 .list-item .description p.highlighted.current {
  font-size: 1.5em;
  margin-top: 0.1875rem;
}
ul.product-list .list-item {
  float: left;
  width: 19rem;
  height: 29.5rem;
  border: 0.0625rem solid #d5d5d5;
  margin-right: 1rem;
  padding: 0.5625rem;
  position: relative;
  
}
ul.product-list .list-item:nth-child(4n) {
  margin-right: 0;
}
ul.product-list .list-item .social {
  display: none;
}
ul.product-list .list-item .actions {
  cursor: pointer;
  position: relative;
}
ul.product-list .list-item .actions > div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul.product-list .list-item .actions a.button.quick-view {
  top: 2.0625rem;
  -webkit-transform: translate(-10rem, 0);
  -ms-transform: translate(-10rem, 0);
  transform: translate(-10rem, 0);
  -webkit-transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  -webkit-transition-delay: 0.05s, 0s;
  transition-delay: 0.05s, 0s;
}
ul.product-list .list-item .actions a.button.full-view {
  top: 7.5rem;
  -webkit-transform: translate(10rem, 0);
  -ms-transform: translate(10rem, 0);
  transform: translate(10rem, 0);
  -webkit-transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  -webkit-transition-delay: 0.25s, 0s;
  transition-delay: 0.25s, 0s;
}
ul.product-list .list-item .actions a.button.compare {
  top: 12.9375rem;
  -webkit-transform: translate(-10rem, 0);
  -ms-transform: translate(-10rem, 0);
  transform: translate(-10rem, 0);
  -webkit-transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  transition:
    transform 0.15s linear,
    background-color 0.3s ease;
  -webkit-transition-delay: 0.35s, 0s;
  transition-delay: 0.35s, 0s;
}
ul.product-list .list-item .actions a.button.quick-view,
ul.product-list .list-item .actions a.button.full-view,
ul.product-list .list-item .actions a.button.compare {
  width: 3.25rem;
  height: 2.6875rem;
  position: absolute;
  left: 50%;
  margin-left: -1.625rem;
}
ul.product-list .list-item .actions:hover a.button.quick-view:after,
ul.product-list .list-item .actions:hover a.button.full-view:after,
ul.product-list .list-item .actions:hover a.button.compare:after {
  opacity: 1;
}
ul.product-list .list-item .actions:hover > div {
  opacity: 1;
  visibility: visible;
}
ul.product-list .list-item .actions:hover a.button.quick-view,
ul.product-list .list-item .actions:hover a.button.full-view,
ul.product-list .list-item .actions:hover a.button.compare {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
ul.product-list .list-item .pin {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
ul.product-list .list-item .pin h6 {
  float: none;
  margin-top: 0;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}
ul.product-list .list-item .pin h6.percent {
  color: #ffb414;
  font-size: 1.125em;
  line-height: 1.1em;
}
ul.product-list .list-item .pin h6.percent.important {
  color: red;
}
ul.product-list .list-item .pin h6:last-child {
  font-size: 0.5em;
}
ul.product-list .list-item .pin.circle {
  width: 4.3125rem;
  height: 5.1875rem;
  top: 1.1875rem;
  left: 1.0625rem;
  background: url("../images/discount-pin1.png") no-repeat center;
  padding-top: 0.9375rem;
}
ul.product-list .list-item figure {
  width: 100%;
  height: 16.2rem;
  margin-bottom: 0.9375rem;
}
ul.product-list .list-item .description p {
  float: left;
}
ul.product-list .list-item .description ul.rating {
  float: right;
}
ul.product-list .list-item .description h6 {
  float: left;
  font-size: 1em;
  margin-top: 0.75rem;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.3rem;
}
ul.product-list .list-item .description p.highlighted.previous {
  float: right;
  font-size: 0.75em;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 0.9375rem;
}
ul.product-list .list-item .description p.highlighted.current {
  float: right;
  font-size: 1.125em;
  line-height: 1.33333em;
}
ul.product-list .list-item .description .long-description {
  display: none;
}
ul.product-list .list-item .cart-options {
  /* width: 15.625rem; */
  position: absolute;
  left: 0.5625rem;
  bottom: 0.5625rem;
}
ul.product-list .list-item .cart-options a.button.cart-add,
ul.product-list .list-item .cart-options a.button.no-stock {
  float: right;
  width: 11.875rem;
  padding-left: 3.125rem;
  text-align: left;
}
ul.product-list .list-item .cart-options a.button.wishlist span {
  display: none;
}
ul.product-list .list-item .cart-options a.button.medium {
  float: left;
}
.compare-modal {
  width: 36.25rem;
  /* height: 17.5rem; */
  background-color: #fff;
  border: 0.0625rem solid #d5d5d5;
  margin: -6.25rem auto 0;
  padding-top: 1.375rem;
  text-align: center;
}
.compare-modal img[alt="logo"] {
  display: block;
  margin: 0 auto 1.5625rem;
  padding-right: 1.25rem;
}
.compare-modal h5 {
  color: #49555c;
  font-size: 1em;
  margin-bottom: 0.625rem;
}
.compare-modal h5 span {
  color: #00b0ff;
}
.compare-modal .options {
  width: 25.625rem;
  margin: 2.1875rem auto 0;
}
.compare-modal .options .button.medium {
  float: left;
  width: 12.1875rem;
  margin-right: 1.25rem;
  font-size: 0.8125em;
  letter-spacing: 0;
}
.compare-modal .options .button.medium.mfp-close {
  padding: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.compare-modal .options .button.medium:last-child {
  margin-right: 0;
}
.product-quick-view {
  /*width: 820px;*/
  /*height: 780px;*/
  margin: 1.25rem auto;
  background-color: #fff;
  border: 0.0625rem solid #d5d5d5;
  position: relative;
}
.product-quick-view a.button.mfp-close {
  width: 3.25rem;
  height: 2.6875rem;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
}
.product-quick-view a.button.mfp-close:before {
  content: url("../images/close-quick-v.png");
  position: absolute;
  top: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-quick-view.full {
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
  overflow: hidden;
}
.product-quick-view.full .product-pictures {
  padding: 0;
}
.product-quick-view.full .product-description {
  padding-top: 1.5625rem;
  margin-top: 0;
}
.product-quick-view.builder .product-description .westeros-form {
  overflow: visible;
  margin: 0;
}
.product-quick-view.builder .product-description .westeros-form .select-block {
  width: 100%;
  margin: 0 0 1.5625rem;
}
.product-quick-view.builder
  .product-description
  .westeros-form
  .select-block
  select {
  width: 100%;
}
.product-quick-view.builder .product-description .color-selection {
  float: none;
  margin: 1.5625rem 0;
}
.product-quick-view.builder .product-description .quantity-selection {
  float: left;
  margin-right: 2.1875rem;
}
.product-quick-view.builder .product-description .final-price {
  float: left;
}
.product-quick-view.builder .product-description .options {
  /* float: right; */
  clear: none;
  padding-top: 1.25rem;
}
.product-quick-view.builder .product-description p.highlighted.current {
  font-size: 1.5em;
}
.product-quick-view .product-pictures {
  float: left;
  width: 750px;
  padding: 1.5625rem 0 0 1.5625rem;
  position: relative;
}
.product-quick-view .product-pictures .product-photo {
  width: 725px;
  height: 725px;
  margin-bottom: 0.625rem;
}
.product-quick-view .product-pictures .product-photo figure {
  width: 700px;
  height: 700px;
}
.shop-products .product-quick-view .product-pictures {
  float: left;
  width: 24.125rem;
  padding: 1.5625rem 1.5625rem 0 0;
  position: relative;
}
.shop-products .product-quick-view .product-pictures .product-photo {
  width: 23.125rem;
  height: 23.125rem;
  margin-bottom: 0.625rem;
}
.shop-products .product-quick-view .product-pictures .product-photo figure {
  width: 21.875rem;
  height: 21.875rem;
}
.product-quick-view .product-pictures .product-stamp {
  position: absolute;
  top: 0.9375rem;
  left: 0.4375rem;
}
.product-quick-view .product-pictures .product-stamp figure {
  width: 21.875rem;
  height: 26.25rem;
}
.product-quick-view .product-pictures .picture-views {
  width: 23.125rem;
  overflow: hidden;
}
.product-quick-view .product-pictures .picture-views li {
  float: left;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 0.3rem;
  padding: 0.25rem;
  border: 0.0625rem solid #d5d5d5;
  cursor: pointer;
}
.product-quick-view .product-pictures .picture-views li:last-child {
  margin-right: 0;
}
.product-quick-view .product-pictures .picture-views li.selected {
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.product-quick-view .product-pictures .picture-views li figure {
  width: 3.75rem;
  height: 3.75rem;
}
.product-quick-view .product-description {
  float: right;
  width: 64.02299%;
  margin-top: 2.1875rem;
  padding-top: 0.75rem;
  overflow: hidden;
}
.product-quick-view .product-description p.category {
  float: left;
}
.product-quick-view .product-description p.highlighted {
  font-size: 0.625em;
}
.product-quick-view .product-description h6 {
  clear: left;
  float: left;
  font-size: 1.5em;
  margin: 0.625rem 0 0.4375rem;
}
.product-quick-view .product-description ul.rating {
  clear: left;
  margin-bottom: 0.9375rem;
}
.product-quick-view .product-description p.highlighted.current {
  display: inline-block;
  font-size: 1.875em;
  margin: 1.25rem 0.5rem 1.5625rem 0;
}
.product-quick-view .product-description p.highlighted.previous {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: line-through;
}
.product-quick-view .product-description .stock {
  margin-bottom: 1.25rem;
}
.product-quick-view .product-description .stock span {
  margin-left: 0.3125rem;
}
.product-quick-view .product-description .westeros-form {
  margin: 0.5rem 0 1.5625rem;
}
.product-quick-view .product-description .westeros-form label {
  display: inline-block;
  margin-right: 0.9375rem;
}
.product-quick-view .product-description .westeros-form label:last-child {
  margin-top: 0.625rem;
}
.product-quick-view .product-description .color-selection {
  float: left;
  margin: 0 1.875rem 1.875rem 0;
}
.product-quick-view .product-description .color-selection .colorpicker {
  padding-left: 0.125rem;
  margin-top: 0.9375rem;
}
.product-quick-view .product-description .color-selection + div {
  float: left;
}
.product-quick-view .product-description .counter {
  margin: 0.875rem 0 1.875rem;
}
.product-quick-view .product-description .options {
  clear: left;
}
.product-quick-view .product-description .options a.button {
  float: left;
  margin-right: 0.625rem;
}
.product-quick-view .product-description .options a.button.cart-add,
.product-quick-view .product-description .options a.button.no-stock {
  width: 11.875rem;
  padding-left: 3.125rem;
  text-align: left;
}
.product-quick-view .product-description .options a.button:last-child {
  margin-right: 0;
}
.product-photo {
  width: 16.875rem;
  height: 20rem;
  border: 0.0625rem solid #d5d5d5;
  padding: 0.5625rem;
}
.product-photo figure {
  width: 15.625rem;
  height: 18.75rem;
}
.stock svg {
  margin: 0 -0.125rem 0 0.3125rem;
}
.stock .available {
  color: #6cc729;
}
.stock .limited {
  color: #ff8a00;
}
.stock .not-available {
  color: #d52929;
}
.stock .svg-check {
  width: 0.9375rem;
  height: 0.75rem;
  fill: #6cc729;
}
.stock .svg-limited {
  width: 1.0625rem;
  height: 0.75rem;
  fill: #ff8a00;
}
.stock .svg-plus {
  width: 0.625rem;
  height: 0.625rem;
  fill: #d52929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.colorpicker li {
  float: left;
  width: 2.0625rem;
  height: 2.0625rem;
  outline: 0.0625rem solid #d5d5d5;
  cursor: pointer;
  margin-right: 0.625rem;
  position: relative;
}
.colorpicker li:last-child {
  margin-right: 0;
}
.colorpicker li span {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.colorpicker li.selected {
  outline-width: 0.125rem;
}
.counter {
  width: 4.0625rem;
  height: 2.1875rem;
  border: 0.0625rem solid #d5d5d5;
  position: relative;
}
.counter .control {
  width: 0.875rem;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.counter .control.left {
  left: 0;
  border-right: 0.0625rem solid #d5d5d5;
}
.counter .control.left:before {
  content: url("../images/icons/counter-minus.png");
  position: absolute;
  top: 0.1875rem;
  left: 0.25rem;
}
.counter .control.right {
  right: 0;
  border-left: 0.0625rem solid #d5d5d5;
}
.counter .control.right:before {
  content: url("../images/icons/counter-plus.png");
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
}
.counter .value h5 {
  color: #81929b;
  line-height: 2rem;
  text-align: center;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 125rem;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
ul.slide-controls {
  width: 4.125rem;
  overflow: hidden;
}
ul.slide-controls li {
  float: left;
  margin-right: 0.625rem;
}
ul.slide-controls li:last-child {
  margin-right: 0;
}
ul.slide-controls a.button {
  width: 1.75rem;
  height: 1.875rem;
  border-bottom: 0.125rem solid #0091ea;
  background-color: #00b0ff;
  position: relative;
}
ul.slide-controls a.button:hover {
  background-color: #2abdff;
}
ul.slide-controls a.button .svg-arrow {
  width: 0.3125rem;
  height: 0.5625rem;
  fill: #fff;
  position: absolute;
  top: 0.625rem;
}
ul.slide-controls a.button.prev .svg-arrow {
  left: 0.6875rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.slide-controls a.button.next .svg-arrow {
  left: 0.75rem;
}
ul.bullets {
  overflow: hidden;
}
.dzlczx ul.bullets li{
   float: left;
    width: 20rem;
    padding-left: 0.1rem;
    /* margin: 1rem; */
    position: relative;

}
.dzlczx ul.bullets li img{
   width: 100%;
}
ul.bullets li {
  float: left;
  width: 23.125rem;
  padding-left: 4.375rem;
  margin: 0 1.875rem 1.4375rem 0;
  position: relative;
}
ul.bullets li:nth-child(3n + 3) {
  margin-right: 0;
}
ul.bullets li:nth-last-child(1),
ul.bullets li:nth-last-child(2),
ul.bullets li:nth-last-child(3) {
  margin-bottom: 0;
}
ul.bullets li svg {
  position: absolute;
  top: 0;
  right: 19.6875rem;
  fill: #00b0ff;
}
ul.bullets li .svg-chat {
  width: 2.5rem;
  height: 2rem;
}
ul.bullets li .svg-globe {
  width: 2.625rem;
  height: 2.5625rem;
}
ul.bullets li .svg-piggy {
  width: 2.25rem;
  height: 2.3125rem;
}
ul.bullets li .svg-ribbon {
  width: 2.125rem;
  height: 2.625rem;
}
ul.bullets li .svg-truck {
  width: 3.625rem;
  height: 2.5rem;
}
ul.bullets li .svg-customer-service {
  width: 2.375rem;
  height: 2.375rem;
}
ul.bullets li h6 {
  font-size: 1.125em;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.posts-widget li {
  height: 4.375rem;
  padding: 0.3125rem 0 0 5.3125rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.posts-widget li:last-child {
  margin-bottom: 0;
}
.posts-widget li .post-picture {
  width: 4.375rem;
  height: 4.375rem;
  border: 0.0625rem solid #d5d5d5;
  background-color: #fff;
  padding: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.posts-widget li .post-picture:hover {
  border-color: #00b0ff;
  background-color: #00b0ff;
}
.posts-widget li .post-picture figure {
  width: 3.75rem;
  height: 3.75rem;
}
.posts-widget li .content p.highlighted {
  letter-spacing: 0.08em;
}
.posts-widget li .content h6 {
  display: inline-block;
  font-size: 0.875em;
}
.posts-widget li .content p:last-child {
  font-size: 0.75em;
  line-height: 1em;
  margin-top: 0.0625rem;
}
.posts-widget li .actions {
  position: absolute;
  bottom: 0.375rem;
  left: 5.3125rem;
}
.posts-widget li .actions p {
  float: left;
  margin-right: 1.25rem;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
.posts-widget li .actions .views {
  margin-right: 2.4375rem;
}
.posts-widget li .actions .views .svg-quickview {
  width: 1rem;
  height: 0.5625rem;
  fill: #ffc300;
  margin-right: 0.125rem;
}
.posts-widget li .actions .comments .svg-comment {
  width: 0.75rem;
  height: 0.75rem;
  fill: #18cab0;
  position: absolute;
  top: 0.125rem;
  left: -1.125rem;
}
ul.blog-post-preview {
  overflow: hidden;
}
ul.blog-post-preview .list-item {
  border: 0.0625rem solid #d5d5d5;
  padding: 0.5625rem 0.5625rem 0;
  position: relative;
}
ul.blog-post-preview .list-item figure {
  width: 15.625rem;
  height: 10.9375rem;
}
ul.blog-post-preview .list-item .content p.highlighted {
  margin: 0.9375rem 0 0.625rem;
  letter-spacing: 0.08em;
}
ul.blog-post-preview .list-item .content h6 {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 0.3125rem;
}
ul.blog-post-preview .list-item .actions {
  position: absolute;
  bottom: 0.875rem;
  right: 0.5625rem;
}
ul.blog-post-preview .list-item .actions p {
  float: left;
  margin-right: 1.25rem;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
ul.blog-post-preview .list-item .actions .views {
  margin-right: 2.4375rem;
}
ul.blog-post-preview .list-item .actions .views .svg-quickview {
  width: 1rem;
  height: 0.5625rem;
  fill: #ffc300;
  margin-right: 0.125rem;
}
ul.blog-post-preview .list-item .actions .comments .svg-comment {
  width: 0.75rem;
  height: 0.75rem;
  fill: #18cab0;
  position: absolute;
  top: 0.125rem;
  left: -1.125rem;
}
ul.blog-post-preview .list-item .actions a {
  float: left;
  font-size: 0.75em;
  line-height: 1em;
}
ul.blog-post-preview.grid .list-item {
    float: left;
    width: 17.1rem;
    height: 27.5rem;
    border: 0.0625rem solid #d5d5d5;
    margin-right: 1rem;
    padding: 0.5625rem;
    position: relative;
}
ul.blog-post-preview.grid .list-item:nth-child(4n){
    margin-right: 0;
}
ul.blog-post-preview.grid .list-item:last-child {
  margin-right: 0;
}
ul.blog-post-preview.grid .list-item .content {
  padding: 0 0.3125rem;
}
ul.blog-post-preview.grid .list-item .content p.highlighted {
  margin-top: 1.25rem;
}
ul.blog-post-preview.grid .list-item .content h6 {
  margin-bottom: 0.625rem;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 3rem;
}
ul.blog-post-preview.list .list-item {
  height: 12.125rem;
  padding-left: 17.125rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.25rem;
}
ul.blog-post-preview.list .list-item figure {
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
}
ul.blog-post-preview.list .content p.highlighted {
  margin-top: 0.75rem;
}
ul.blog-post-preview.list .content h6 {
  margin-bottom: 0.75rem;
}
ul.blog-post-preview.list .actions {
  bottom: 1.125rem;
  right: 0.9375rem;
}
@media screen and (max-width: 78.75rem) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 54.375rem;
    margin: 0 auto;
  }
  ul.brands-list {
    width: 57.375rem;
    margin: 0 auto;
  }
  ul.bullets {
    width: 55.625rem;
    margin: 0 auto;
  }
  ul.bullets li:nth-child(3n + 3) {
    margin-right: 1.875rem;
  }
  ul.bullets li:nth-child(even) {
    margin-right: 0;
  }
  ul.bullets li:nth-child(odd) {
    margin-right: 9.375rem;
  }
  .product-quick-view.full .product-description {
    width: 51.72414%;
  }
  .product-quick-view.full.view .options .button.cart-add {
    width: 10.625rem;
    padding-left: 2.5rem;
  }
  .product-quick-view.full.view .options .button.cart-add .svg-plus {
    left: 1.0625rem;
  }
}
@media screen and (max-width: 72.5rem) {
  .product-quick-view {
    width: 95%;
    height: auto;
    padding: 0 1.5625rem 1.875rem;
  }
  .product-quick-view .product-pictures {
    float: none;
    margin: 0 auto;
    padding-left: 0;
  }
  .product-quick-view .product-description {
    float: none;
    width: 100%;
  }
  .product-quick-view.full {
    padding: 0;
  }
  .product-quick-view.full .product-pictures {
    float: none;
    margin: 0 auto;
  }
  .product-quick-view.full .product-description {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 64rem) {
  ul.bullets {
    width: 48.125rem;
  }
  ul.bullets li:nth-child(odd) {
    margin-right: 1.875rem;
  }
  ul.brands-list {
    width: 41.75rem;
  }
}
@media screen and (max-width: 58.125rem) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 35.625rem;
  }
}
@media screen and (max-width: 53.75rem) {
  ul.bullets {
    width: 23.125rem;
  }
  ul.bullets li {
    margin-right: 0;
  }
  ul.bullets li:nth-child(odd) {
    margin-right: 0;
  }
  ul.bullets li:nth-last-child(2),
  ul.bullets li:nth-last-child(3) {
    margin-bottom: 1.875rem;
  }
  ul.brands-list {
    width: 26.125rem;
  }
}
@media screen and (max-width: 38.75rem) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 16.875rem;
  }
  .compare-modal {
    width: 90%;
    height: auto;
    padding: 1.25rem;
  }
  .compare-modal img[alt="logo"] {
    padding-right: 0;
  }
  .compare-modal h5 span {
    display: block;
    margin-top: 0.3125rem;
  }
  .compare-modal h6 {
    line-height: 1.5em;
  }
  .compare-modal .options {
    width: 12.1875rem;
  }
  .compare-modal .options .button.medium {
    float: none;
    width: 12.1875rem;
    margin: 0 0 0.625rem 0;
  }
  .product-quick-view .product-pictures {
    width: 16.875rem;
  }
  .product-quick-view .product-pictures .product-photo {
    width: 16.875rem;
    height: 20rem;
  }
  .product-quick-view .product-pictures .product-photo figure {
    width: 15.625rem;
    height: 18.75rem;
  }
  .product-quick-view .product-pictures .product-stamp figure {
    width: 15.625rem;
    height: 18.75rem;
  }
  .product-quick-view .product-pictures .picture-views {
    width: 16.875rem;
  }
  .product-quick-view .product-description .options {
    float: none;
    clear: left;
  }
  .product-quick-view .product-description .options a.button {
    margin-bottom: 1.25rem;
  }
  .product-quick-view .product-description .options a.button:last-child {
    float: none;
    clear: left;
    margin: 0 auto;
  }
  .product-quick-view .color-selection .colorpicker li {
    margin-bottom: 0.625rem;
  }
  .product-quick-view.full .product-description .options {
    float: none;
    clear: left;
  }
  .product-quick-view.full .product-description .options a.button {
    margin-bottom: 1.25rem;
  }
  .product-quick-view.full .product-description .options a.button:last-child {
    float: none;
    clear: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 28.75rem) {
  ul.bullets {
    width: 90%;
  }
  ul.bullets li {
    width: 100%;
    padding: 2.8125rem 0 0;
  }
  ul.bullets li svg {
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  ul.bullets li h6,
  ul.bullets li p {
    text-align: center;
  }
  ul.brands-list {
    width: 10.5rem;
  }
  .product-quick-view {
    padding-top: 1.25rem;
  }
  .product-quick-view a.button.mfp-close {
    width: 2.25rem;
    height: 2.0625rem;
  }
  .product-quick-view a.button.mfp-close:before {
    top: -0.125rem;
  }
  .product-quick-view .product-pictures {
    width: 14.0625rem;
  }
  .product-quick-view .product-pictures .product-photo {
    width: 14.0625rem;
    height: 14.0625rem;
  }
  .product-quick-view .product-pictures .product-photo figure {
    width: 12.8125rem;
    height: 12.8125rem;
  }
  .product-quick-view .product-pictures .product-stamp figure {
    width: 15.625rem;
    height: 18.75rem;
  }
  .product-quick-view .product-pictures .picture-views {
    width: 16.875rem;
  }
  .product-quick-view.full .product-pictures {
    width: 16.875rem;
  }
  .product-quick-view.full .product-pictures .product-photo {
    width: 16.875rem;
    height: 20rem;
  }
  .product-quick-view.full .product-pictures .product-photo figure {
    width: 15.625rem;
    height: 18.75rem;
  }
  .product-quick-view.full .product-pictures .product-stamp figure {
    width: 15.625rem;
    height: 18.75rem;
  }
  .product-quick-view.full .product-pictures .picture-views {
    width: 16.875rem;
  }
}
header {
  background-color: #fff;
}
header .westeros-separator {
  display: none;
}
#header-top-wrap {
  background-color: #000000;
}
#header-top {
  min-height: 2.5rem;
  padding: 0.9375rem 1.375rem 0 0;
}
#header-top .westeros-dropdown a {
  font-size: 0.6875em;
}
#header-top .westeros-dropdown a:hover {
  text-decoration: none;
}
#header-top a {
  font-size: 1em;
  font-weight: 500;
}
#header-top a:hover {
  text-decoration: underline;
}
#header-top p {
  font-size: 0.6875em;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
}
#header-top p.contact {
  float: left;
}
#header-top .svg-arrow {
  width: 0.3125rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  fill: #686868;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
#header-top p.login {
  float: right;
  margin-right: 1.875rem;
  position: relative;
}
#header-top p.login.logged .svg-logged {
  width: 0.75rem;
  height: 0.875rem;
  fill: gray;
  position: absolute;
  top: -0.125rem;
  left: -1.25rem;
}
#header-bottom {
  min-height: 5.5625rem;
  padding-top: 0.875rem;
  background-color: #fff;
}
#header-bottom .logo {
  float: left;
  width: 12.375rem;
  height: 3.8125rem;
  margin-right: 2.75rem;
}
#header-bottom .westeros-form {
  float: left;
  position: relative;
  margin-top: 0.25rem;
}
#header-bottom .westeros-form select,
#header-bottom .westeros-form input[type="text"] {
  float: left;
  height: 2.375rem;
  border: 0.0625rem solid #d5d5d5;
}
#header-bottom .westeros-form label {
  float: left;
  position: relative;
}
#header-bottom .westeros-form label.select-block {
  width: 10rem;
}
#header-bottom .westeros-form label.select-block .svg-arrow.select-arrow {
  top: 1.0625rem;
  right: 0.8125rem;
}
#header-bottom .westeros-form select {
  width: 100%;
  padding-left: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header-bottom .westeros-form input[type="text"] {
  width: 23.3125rem;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 3.125rem 0 0.75rem;
}
#header-bottom .westeros-form input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
}
#header-bottom .cart-control {
  float: right;
  margin-right: 2.1875rem;
}
.cart-control {
  width: 10.3125rem;
  height: 2.875rem;
  padding: 0.625rem 0 0 1.125rem;
  position: relative;
  cursor: pointer;
}
.cart-control h6 {
  color: #24292d;
}
.cart-control p {
  float: left;
  font-size: 0.625em;
  line-height: 2.4em;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-control p.highlighted {
  font-weight: 700;
}
.cart-control p.cart-content-short {
  display: none;
  color: #24292d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.cart-control .svg-order-box {
  width: 2.125rem;
  height: 1.9375rem;
  position: absolute;
  top: 0.5rem;
  left: -2rem;
}
.cart-control .svg-arrow {
  position: absolute;
  top: 1.25rem;
  right: 0.3125rem;
}
.cart {
  width: 21.875rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #d5d5d5;
  position: absolute;
  top: 1.625rem;
  right: -1.25rem;
  z-index: 10001;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(2, 3, 0, 0.2);
}
.cart li p {
  float: left;
  font-size: 0.625em;
  line-height: 2.4em;
  font-weight: 400;
  text-transform: uppercase;
}
.cart li p.highlighted {
  font-weight: 700;
  margin-left: 0.1875rem;
}
.cart li.item,
.cart li.total {
  border-bottom: 0.0625rem solid #d5d5d5;
}
.cart li.item {
  height: 4.375rem;
  padding: 0.875rem 0 0.875rem 2.8125rem;
  position: relative;
}
.cart li.item .picture {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.125rem;
  border: 0.0625rem solid #d5d5d5;
  position: absolute;
  top: 0.875rem;
  left: 0;
}
.cart li.item .picture figure {
  width: 2.125rem;
  height: 2.125rem;
}
.cart li.item .description {
  float: left;
  width: 8.75rem;
}
.cart li.item .description p.highlighted {
  margin: 0.625rem 0 0.125rem 0;
  font-size: 0.5em;
  line-height: 1em;
}
.cart li.item .description h6 {
  clear: left;
}
.cart li.item .quantity,
.cart li.item .price {
  float: left;
  margin-top: 1.25rem;
}
.cart li.item .quantity {
  width: 1.5625rem;
}
.cart li.item .quantity h6 {
  float: right;
}
.cart li.item .price {
  width: 4.6875rem;
}
.cart li.item .price p.highlighted {
  float: right;
  font-size: 0.75em;
  line-height: 1em;
}
.cart li.item img[alt="remove"] {
  position: absolute;
  top: 2.1875rem;
  right: 0.3125rem;
  cursor: pointer;
}
.cart li.total,
.cart li.order {
  padding: 0.9375rem 0;
}
.cart li.total {
  padding-right: 2.6875rem;
}
.cart li.total h6,
.cart li.total p {
  float: right;
  clear: right;
  margin-bottom: 0.625rem;
}
.cart li.total h6:last-child,
.cart li.total p:last-child {
  margin-bottom: 0;
}
.cart li.total div {
  float: right;
}
.cart li.total div:nth-child(2) {
  margin-right: 1.5625rem;
}
.cart li.total div:nth-child(2) h6:nth-last-child(2) {
  margin-bottom: 0.9375rem;
}
.cart li.total p.highlighted {
  font-size: 1.125em;
  line-height: 1em;
}
.cart li.order a.button {
  float: right;
  width: 7.875rem;
  font-size: 0.75em;
  line-height: 2rem;
  border-bottom-width: 0.125rem;
}
.cart li.order a.button:nth-child(2) {
  width: 8.375rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 78.75rem) {
  header .westeros-separator {
    display: block;
  }
  #header-top .westeros-dropdown-container.small {
    display: none;
  }
  #header-bottom {
    padding: 6.25rem 0 1.5625rem;
    position: relative;
  }
  #header-bottom .logo-container,
  #header-bottom .westeros-dropdown-container {
    width: 33.3125rem;
    position: absolute;
    left: 50%;
    margin-left: -16.625rem;
  }
  #header-bottom .logo-container {
    top: 1.5625rem;
    padding-left: 3.125rem;
  }
  #header-bottom .westeros-form {
    float: none;
    width: 33.3125rem;
    margin: 0 auto;
  }
  #header-bottom .westeros-dropdown-container {
    top: 1.875rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 64rem) {
  #header-top {
    padding: 0.9375rem 0 0 0;
  }
  #header-top .westeros-dropdown-container {
    float: none;
    width: 10.3125rem;
    margin: 0 auto;
  }
  #header-top p.contact {
    display: none;
  }
  #header-top p.login {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  #header-top p.login.logged .svg-logged {
    width: 0.75rem;
    height: 0.875rem;
    fill: gray;
    position: absolute;
    top: -0.125rem;
    left: -1.25rem;
  }
}
@media screen and (max-width: 38.75rem) {
  #header-bottom .westeros-dropdown-container,
  #header-bottom .logo-container {
    width: 17.75rem;
    margin-left: -8.875rem;
    padding: 0;
  }
  #header-bottom .cart-control {
    width: 2.5rem;
    padding: 0.75rem 0 0 0.4375rem;
    margin-right: 0;
  }
  #header-bottom .cart-control h6,
  #header-bottom .cart-control p {
    display: none;
  }
  #header-bottom .cart-control p.cart-content-short {
    display: block;
  }
  #header-bottom .westeros-form {
    width: 100%;
  }
  #header-bottom .westeros-form label.select-block {
    width: 44%;
  }
  #header-bottom .westeros-form input[type="text"] {
    width: 56%;
  }
}
@media screen and (max-width: 28.75rem) {
  .cart {
    width: 17.75rem;
    padding: 0 0.5625rem;
    right: 0;
  }
  .cart li.item .quantity {
    display: none;
  }
  .cart li.item .price {
    width: 4.375rem;
  }
  .cart li.item img[alt="remove"] {
    display: none;
  }
  .cart li.total {
    padding-right: 0.5625rem;
  }
  .cart li.order a.button:nth-child(2) {
    float: left;
    width: 8.375rem;
    margin-right: 0;
  }
}
#main-menu {
  height: 3.75rem;
  background-color: #24292d;
  position: relative;
}
#main-menu img[alt="pull-icon"] {
  display: none;
  position: absolute;
  top: 1rem;
  left: 50%;
  margin-left: -0.8125rem;
  cursor: pointer;
}
#main-menu > ul {
  height: 3.75rem;
}
#main-menu > ul > li {
  float: left;
  height: 3.75rem;
  margin-right: 0.1875rem;
  border-bottom: 0.3125rem solid transparent;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#main-menu > ul > li:hover {
  background-color: #3a4045;
}
#main-menu > ul > li > a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 2.1875rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
#main-menu > ul > li > a.submenu:after {
  content: url("../images/icons/dropdown-arrow.png");
  position: relative;
  left: 0.5rem;
  bottom: 0.25rem;
}
#main-menu > ul > li > a.submenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.4375rem solid #24292d;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}
#main-menu > ul li:hover .submenu:before {
  visibility: visible;
  opacity: 1;
}
#main-menu > ul > li:nth-child(1) {
  border-bottom-color: #039be5;
}
#main-menu > ul > li:nth-child(2) {
  border-bottom-color: #26c6da;
}
#main-menu > ul > li:nth-child(3) {
  border-bottom-color: #1de9b6;
}
#main-menu > ul > li:nth-child(4) {
  border-bottom-color: #ffd600;
}
#main-menu > ul > li:nth-child(5) {
  border-bottom-color: #ff9100;
}
#main-menu > ul > li:nth-child(6) {
  border-bottom-color: #e53935;
}
#main-menu > ul > li:nth-child(7) {
  border-bottom-color: #ff4081;
}
#main-menu > ul > li:nth-child(8) {
  border-bottom-color: #ba68c8;
}
#main-menu > ul > li:last-child {
  margin-right: 0;
}
#main-menu .submenu-small {
  width: 11.25rem;
  padding-top: 0.625rem;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10000;
  display: none;
}
#main-menu .submenu-small:before {
  left: 5.3125rem;
}
#main-menu .submenu-small li {
  border-bottom: 0.0625rem solid #475055;
  position: relative;
}
#main-menu .submenu-small li a {
  display: block;
  padding-left: 0.9375rem;
  color: #acbdc6;
  font-size: 0.75em;
  line-height: 2.5rem;
  background-color: #24292d;
}
#main-menu .submenu-small li a:hover {
  color: #ffb414;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#main-menu .submenu-small li a:hover .svg-arrow {
  fill: #ffb414;
}
#main-menu .submenu-small li .svg-arrow {
  width: 0.25rem;
  height: 0.4375rem;
  position: absolute;
  top: 1.0625rem;
  right: 0.9375rem;
  fill: #acbdc6;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
#main-menu .submenu-small li:hover ul {
  display: block;
}
#main-menu .submenu-small li:last-child {
  border-bottom: none;
}
#main-menu .submenu-small ul {
  width: 11.25rem;
  position: absolute;
  top: 0;
  right: -11.25rem;
  z-index: 10000;
  display: none;
}
#main-menu .submenu-medium,
#main-menu .submenu-large {
  width: 540px;
  padding-top: 0.625rem;
  position: absolute;
  top: 3.75rem;
  z-index: 10000;
}
#main-menu .submenu-medium > li,
#main-menu .submenu-large > li {
  width: 100%;
  padding: 1.375rem 0 1.5625rem 1.875rem;
  background-color: #24292d;
  overflow: hidden;
}
#main-menu .submenu-medium ul.product-preview,
#main-menu .submenu-large ul.product-preview {
  float: left;
}
#main-menu .submenu-large {
  height: 20.625rem;
  left: 0rem;
  display: none;
}
#main-menu .submenu-large:before {
  left: 28.25rem;
}
#main-menu .submenu-large ul > li > a:hover {
  color: #fa305f;
}
#main-menu .submenu-large ul > li > a:hover .svg-arrow {
  fill: #fa305f;
}
#main-menu .submenu-medium {
  height: 14.6875rem;
  left: -3rem;
  display: none;
}
#main-menu .submenu-medium:before {
  left: 8.25rem;
}
#main-menu .submenu-medium ul > li > a:hover {
  color: #00b3be;
}
#main-menu .submenu-medium ul > li > a:hover .svg-arrow {
  fill: #00b3be;
}
#main-menu .submenu-list {
  float: left;
  width: 140px;
  margin-right: 1.875rem;
}
#main-menu .submenu-list > figure {
  width: 140px;
  height: 5.625rem;
  margin-bottom: 0.9375rem;
}
#main-menu .submenu-list h6 {
  color: #fff;
  font-weight: 400;
  border-bottom: 0.0625rem solid #475055;
  padding-bottom: 0.5625rem;
  min-height: 36px;
}
#main-menu .submenu-list ul {
  margin-top: 0.625rem;
}
#main-menu .submenu-list ul > li {
  margin-bottom: 0.0625rem;
  padding-left: 0.625rem;
  position: relative;
}
#main-menu .submenu-list ul > li a {
  color: #acbdc6;
  font-size: 0.75em;
  line-height: 1em;
}
#main-menu .submenu-list ul > li a .svg-arrow {
  width: 0.25rem;
  height: 0.4375rem;
  fill: #acbdc6;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}
#main-menu .submenu-list.double ul:nth-child(2) {
  margin-bottom: 1.5625rem;
}
.mobile-menu {
  width: 16.875rem;
  height: 100%;
  background-color: #24292d;
  padding: 1.5625rem 0 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-transform: translate(-16.875rem, 0);
  -ms-transform: translate(-16.875rem, 0);
  transform: translate(-16.875rem, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu.open {
  display: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-menu img[alt="logo"] {
  margin: 0 0 1.875rem 1.125rem;
}
.mobile-menu .svg-plus {
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #fff;
  position: absolute;
  top: 2.0625rem;
  right: 1.5625rem;
  cursor: pointer;
}
.mobile-menu > ul {
  border-top: 0.0625rem solid #2f3438;
}
.mobile-menu > ul > li {
  border-bottom: 0.0625rem solid #2f3438;
}
.mobile-menu > ul > li > a {
  display: block;
  padding-left: 1.875rem;
  line-height: 2.8125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
}
.mobile-menu > ul > li > a .svg-arrow {
  width: 0.3125rem;
  height: 0.5625rem;
  fill: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 1.125rem;
  right: 1.5625rem;
}
.mobile-menu > ul > li > a:hover {
  background-color: #3a4045;
}
.mobile-menu > ul > li ul {
  border-top: 0.0625rem solid #2f3438;
  background-color: #202427;
  padding: 0.625rem 0;
  display: none;
}
.mobile-menu > ul > li ul li.selected a {
  color: #00b0ff;
}
.mobile-menu > ul > li ul li a {
  display: block;
  padding-left: 2.5rem;
  line-height: 1.875rem;
  color: #acbdc6;
  font-size: 0.75em;
}
.mobile-menu > ul > li ul li a:hover {
  color: #00b0ff;
}
.mobile-menu-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98999;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-cover.visible {
  background-color: rgba(0, 0, 0, 0.9);
  visibility: visible;
}
@media screen and (max-width: 78.75rem) {
  #main-menu {
    height: 3.125rem;
  }
  #main-menu img[alt="pull-icon"] {
    display: block;
  }
  #main-menu > ul {
    display: none;
  }
  .mobile-menu::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .mobile-menu::-webkit-scrollbar:vertical {
    width: 0.75rem;
  }
  .mobile-menu::-webkit-scrollbar:horizontal {
    height: 0.75rem;
  }
  .mobile-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.625rem;
    border: 0.125rem solid #ffffff;
  }
  .mobile-menu::-webkit-scrollbar-track {
    border-radius: 0.625rem;
    background-color: #ffffff;
  }
  .mobile-menu.open {
    display: block;
  }
}
#banner-wrap {
background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%), url(../images/banner-bg.jpg) no-repeat center;
background-size: cover;
}
#banner {
  min-height: 27.6875rem;
  padding-top: 0rem;
  position: relative;
}
#banner .main-promo {
  float: left;
  padding-left: 4.375rem;
}
#banner .main-promo h2 {
  font-size: 1.4375em;
  line-height: 3.125rem;
  text-align: center;
}
#banner .main-promo h2 span {
  font-size: 2.67826em;
}
#banner .main-promo p {
  margin: 0.625rem 0 1.5625rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.2rem;
}
#banner .main-promo a.button {
  width: 11.875rem;
  margin: 0 auto;
}
#banner .speech-bubble {
  width: 6.625rem;
  height: 8.4375rem;
  background: url("../images/speech-bubble2.png") no-repeat center;
  position: absolute;
  top: 2.8125rem;
  right: 26.6875rem;
  -webkit-animation: popmsg 0.4s linear forwards;
  animation: popmsg 0.4s linear forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
#banner .speech-bubble h4 {
  font-size: 4.5em;
  text-transform: uppercase;
  position: absolute;
  top: 1.1875rem;
  left: 1.5625rem;
}
#banner .moustache-monster {
  width: 18.8125rem;
  height: 20.875rem;
  position: absolute;
  top: 3.3125rem;
  right: 11.4375rem;
  z-index: 5;
  overflow: hidden;
}
#banner .moustache-shadow {
  width: 14.25rem;
  height: 1.625rem;
  background: url("../images/monster-shadow.png") no-repeat center;
  position: absolute;
  right: 13.75rem;
  bottom: 2.8125rem;
}
#banner img[alt="monster"] {
  -webkit-animation: movemonster 0.8s ease;
  animation: movemonster 0.8s ease;
}
#banner #stars {
  position: absolute;
  top: 0;
  right: 0;
  width: 31.875rem;
  height: 100%;
  overflow: hidden;
}
#banner .star {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}
#banner .star.small {
  width: 2.1875rem;
  height: 2.1875rem;
  top: 16.125rem;
  right: 29.875rem;
  background-image: url("../images/star-small.png");
  -webkit-animation:
    movestar 0.6s linear forwards,
    rotatestar 1s ease-in-out;
  animation:
    movestar 0.6s linear forwards,
    rotatestar 1s ease-in-out;
  animation-delay: 0.6s;
}
#banner .star.medium {
  width: 3.3125rem;
  height: 3.4375rem;
  top: 5rem;
  right: 11.25rem;
  background-image: url("../images/star-medium.png");
  -webkit-animation:
    movestar 0.8s linear forwards,
    rotatestar 1s ease-in-out;
  animation:
    movestar 0.8s linear forwards,
    rotatestar 1s ease-in-out;
  animation-delay: 0.6s;
}
#banner .star.large {
  width: 4.375rem;
  height: 4.4375rem;
  top: 15rem;
  right: 5.3125rem;
  background-image: url("../images/star-large.png");
  -webkit-animation:
    movestar 0.8s linear forwards,
    rotatestar 1s ease-in-out;
  animation:
    movestar 0.8s linear forwards,
    rotatestar 1s ease-in-out;
  animation-delay: 0.6s;
}
@-webkit-keyframes movestar {
  0% {
    top: 12.8125rem;
    right: 20.9375rem;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes movestar {
  0% {
    top: 12.8125rem;
    right: 20.9375rem;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes rotatestar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatestar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movemonster {
  0% {
    opacity: 0;
    transform: translate(0, 27.125rem) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes movemonster {
  0% {
    opacity: 0;
    transform: translate(0, 27.125rem) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes popmsg {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes popmsg {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media screen and (max-width: 78.75rem) {
  #banner {
    min-height: 25.625rem;
  }
  #banner #banner-monster {
    display: none;
  }
  #banner .main-promo {
    float: none;
    padding-left: 0;
  }
  #banner .main-promo p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 38.75rem) {
  #banner {
    min-height: 23.75rem;
  }
  #banner .main-promo h2 {
    font-size: 1em;
    line-height: 2.5rem;
  }
  #banner .main-promo p {
    width: 80%;
  }
}
@media screen and (max-width: 28.75rem) {
  #banner {
    padding-top: 3.75rem;
  }
  #banner .main-promo h2 {
    font-size: 0.8125em;
    line-height: 2.1875rem;
  }
  #banner .main-promo p {
    width: 90%;
  }
}
#advertising-wrap {
  background-color: #fff;
}
#advertising {
  padding: 1.875rem 0 0.75rem;
}
#advertising .ad-box {
  margin-bottom: 1.875rem;
}
#advertising .ad-box a {
  width: 48.71795%;
}
#advertising .ad-box a:first-child {
  float: left;
}
#advertising .ad-box a:last-child {
  float: right;
}
#advertising img {
  width: 100%;
}
#advertising.short {
  padding-top: 0;
}
#advertising.short .ad-box {
  margin-bottom: 0;
}
@media screen and (max-width: 38.75rem) {
  #advertising {
    padding-bottom: 1.875rem;
  }
  #advertising > a {
    display: none;
  }
  #advertising .ad-box {
    margin-bottom: 0;
  }
  #advertising .ad-box a:first-child,
  #advertising .ad-box a:last-child {
    float: none;
  }
  #advertising .ad-box a:first-child img {
    margin-bottom: 0.9375rem;
  }
}
.product-showcase-wrap {
  background-color: #fff;
}
.product-showcase {
  /* min-height: 37rem; */
  padding-bottom: 1.75rem;
  position: relative;
}
.product-showcase h3 {
  margin-top: 0.3125rem;
          overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 3rem;
}
.product-showcase ul.slide-controls {
  position: absolute;
  top: -0.3125rem;
  right: 0;
}
@media screen and (max-width: 38.75rem) {
  .product-showcase h3 {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .product-showcase ul.slide-controls {
    position: static;
    margin: 0 auto 1.25rem;
  }
}
#institutional-wrap {
  background-color: #fff;
}
#institutional {
  min-height: 17.25rem;
  padding-bottom: 2.25rem;
}
#institutional .bullets {
  margin-top: 0.75rem;
}
#latest-blog-posts-wrap {
  background-color: #fff;
}
#latest-blog-posts {
  min-height: 33.25rem;
  padding-bottom: 3.75rem;
  position: relative;
}
#latest-blog-posts h3 {
  margin-top: 0.3125rem;
}
#latest-blog-posts ul.slide-controls {
  position: absolute;
  top: -0.3125rem;
  right: 0;
}
@media screen and (max-width: 38.75rem) {
  #latest-blog-posts h3 {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  #latest-blog-posts ul.slide-controls {
    position: static;
    margin: 0 auto 1.25rem;
  }
}
#billboard-wrap {
  background-color: #fff;
  margin: 0 auto;
}
#billboard {
  /*min-height: 25.375rem;*/
  padding-bottom: 3.75rem;
  overflow: hidden;
}
#billboard .accordion {
  float: left;
  width: 48.71795%;
}
#billboard .sale-promo {
  float: right;
  width: 35.625rem;
  height: 17.625rem;
  background: url("../images/sale-promo-bg.png") no-repeat 2.5rem 5.625rem;
  position: relative;
}
#billboard .sale-promo img[alt="bunny-monster"] {
  position: absolute;
  bottom: 0;
  right: 7rem;
}
#billboard .sale-promo .speech-bubble {
  width: 17.4375rem;
  height: 17rem;
  background: url("../images/speech-bubble.png") no-repeat center;
}
#billboard .sale-promo .speech-bubble h4 {
  position: absolute;
  top: 3.125rem;
  left: 1.3125rem;
  font-size: 2.25em;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

#billboard .sale-promo .speech-bubble .remark {
  top: 4.9375rem;
  left: 2.5625rem;
  color: #ffd200;
  font-size: 3.5em;
  -webkit-transform: rotate(-8.5deg);
  -ms-transform: rotate(-8.5deg);
  transform: rotate(-8.5deg);
}
#bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bubble {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bubble.small {
  width: 0.8125rem;
  height: 0.875rem;
  left: 13.75rem;
  background-image: url("../images/bubble-small.png");
  -webkit-animation:
    movebubble 6s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation:
    movebubble 6s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
}
.bubble.small.x1 {
  left: 26.5625rem;
  -webkit-animation:
    movebubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation:
    movebubble 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}
.bubble.medium {
  width: 1.375rem;
  height: 1.375rem;
  left: 28.125rem;
  background-image: url("../images/bubble-medium.png");
  -webkit-animation:
    movebubble 6.5s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  animation:
    movebubble 6.5s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
}
.bubble.large {
  width: 1.8125rem;
  height: 1.8125rem;
  left: 30rem;
  background-image: url("../images/bubble-large.png");
  -webkit-animation:
    movebubble 7.5s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  animation:
    movebubble 7.5s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
}
@-webkit-keyframes movebubble {
  0% {
    top: 100%;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 0;
  }
}
@keyframes movebubble {
  0% {
    top: 100%;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 0;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0rem;
  }
  100% {
    margin-left: 3.125rem;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0rem;
  }
  100% {
    margin-left: 3.125rem;
  }
}
@media screen and (max-width: 78.75rem) {
  #billboard .accordion {
    float: none;
    width: 90%;
    margin: 0 auto 3.125rem;
  }
  #billboard .sale-promo {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 38.75rem) {
  #billboard .accordion {
    width: 100%;
    margin-bottom: 0;
  }
  #billboard .sale-promo {
    display: none;
  }
}
.accordion {
  border: 0.0625rem solid #d5d5d5;
  border-top: none;
}
.accordion > li > a {
  display: block;
  background-color: #fff;
  border-top: 0.0625rem solid #d5d5d5;
  padding-left: 0.875rem;
  position: relative;
}
.accordion > li > a h6 {
  font-size: 0.875em;
  line-height: 2.5625rem;
}
.accordion > li > a .plus {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  pointer-events: none;
}
.accordion > li > a .plus > rect {
  fill: #0ec3f7;
}
.accordion > li.selected .vertical {
  display: none;
}
.accordion .sub-items {
  display: none;
}
.accordion .sub-items > li > p {
  padding: 1.25rem 0.9375rem 1.5625rem;
  border-top: 0.0625rem solid #d5d5d5;
  background-color: #fff;
}
.accordion .sub-items > li > ul {
  margin: 0.5rem 0 1.25rem;
  padding-left: 0.9375rem;
}
.accordion .sub-items > li > ul li {
  margin-bottom: 0.875rem;
}
.accordion .sub-items > li > ul li a {
  display: block;
  color: #81929b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}
.accordion .sub-items > li > ul li .svg-arrow {
  width: 0.25rem;
  height: 0.4375rem;
  fill: #00b0ff;
  margin-right: 0.3125rem;
}
.accordion .sub-items > li > ul li:last-child {
  margin-bottom: 0;
}
.description-tab {
  margin: 0 auto 2.25rem;
  position: relative;
}
.description-tab > li {
  float: left;
}
.description-tab > li:last-child {
  border-right: 0.0625rem solid #dedede;
}
.description-tab > li > a {
  display: block;
  padding: 0 1.875rem;
  line-height: 2.6875rem;
  border: 0.0625rem solid #d5d5d5;
  border-right: none;
  border-bottom: none;
  color: #81929b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.description-tab > li.selected > a {
  color: #333333;
}
.description-tab > li > .item {
  width: 100%;
  min-height: 17.9375rem;
  padding: 1.0625rem 1rem;
  background-color: #fff;
  border: 0.0625rem solid #d5d5d5;
  position: absolute;
  top: 2.75rem;
  left: 0;
  z-index: 0;
  display: none;
}
.description-tab > li > .item.multiple {
  padding: 0;
}
.description-tab > li > .item p {
  margin-bottom: 0.5625rem;
}
.description-tab > li > .item p:last-child {
  margin-bottom: 0;
}
.description-tab > li > .item p span {
  font-weight: 500;
}
.description-tab > li > .item .sub-item {
  padding: 0 1.875rem;
  border-bottom: 0.0625rem solid #d5d5d5;
}
.description-tab > li > .item .sub-item:last-child {
  border-bottom: none;
}
.description-tab > li > .item .sub-item h5 {
  font-size: 0.875em;
  line-height: 1.3em;
}
.description-tab > li > .item .sub-item ul.rating {
  float: left;
}
.description-tab > li > .item .sub-item.rate {
  height: 5rem;
}
.description-tab > li > .item .sub-item.rate ul.rating {
  margin: 1.75rem 1.25rem 0 0;
}
.description-tab > li > .item .sub-item.rate h5 {
  float: left;
  line-height: 5rem;
}
.description-tab > li > .item .sub-item.rate h5 span {
  color: #00b0ff;
}
.description-tab > li > .item .sub-item.review {
  padding-top: 2.0625rem;
  padding-bottom: 1.875rem;
}
.description-tab > li > .item .sub-item.review h5 {
  margin-bottom: 1.125rem;
}
.description-tab > li > .item .sub-item.review ul.rating {
  margin-right: 0.625rem;
}
.description-tab > li > .item .sub-item.review .author {
  float: left;
  margin-bottom: 0.9375rem;
  font-size: 0.75em;
  line-height: 0.625rem;
  font-weight: 400;
}
.description-tab > li > .item .sub-item.review .comment {
  clear: left;
}
.description-tab > li > .item .sub-item.review-form {
  padding-top: 2.0625rem;
  padding-bottom: 2.1875rem;
}
.description-tab > li > .item .sub-item.review-form h5 {
  font-size: 1.125em;
  margin-bottom: 2.125rem;
}
.description-tab > li > .item .sub-item.review-form .featured-form {
  overflow: hidden;
}
.description-tab > li > .item .sub-item.review-form .featured-form div.left {
  float: left;
  width: 48.14815%;
}
.description-tab > li > .item .sub-item.review-form .featured-form div.right {
  float: right;
  width: 48.14815%;
}
.description-tab
  > li
  > .item
  .sub-item.review-form
  .featured-form
  div
  input[type="text"]:last-child {
  margin-bottom: 1.375rem;
}
.description-tab
  > li
  > .item
  .sub-item.review-form
  .featured-form
  div
  textarea {
  height: 6.875rem;
  margin-bottom: 1.25rem;
}
.description-tab > li > .item .sub-item.review-form .featured-form div label {
  float: left;
}
.description-tab
  > li
  > .item
  .sub-item.review-form
  .featured-form
  div:nth-last-child(2)
  label {
  margin: 0.1875rem 0.625rem 0 0;
}
.description-tab > li > .item .sub-item.review-form .featured-form button {
  width: 13.4375rem;
  margin: 0;
}
@media screen and (max-width: 58.875rem) {
  .related-p {
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 41.25rem) {
  .description-tab > li > .item .sub-item.review-form .featured-form div.left,
  .description-tab > li > .item .sub-item.review-form .featured-form div.right {
    float: none;
    width: 100%;
  }
  .description-tab
    > li
    > .item
    .sub-item.review-form
    .featured-form
    div
    ul.rating {
    margin-bottom: 1.875rem;
  }
  .description-tab > li > .item .sub-item.review-form .featured-form button {
    float: none;
    clear: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 28.75rem) {
  .description-tab > li {
    float: none;
  }
  .description-tab > li:first-child a {
    border-right: 0.0625rem solid #d5d5d5;
  }
  .description-tab > li > .item {
    top: 5.5rem;
  }
  .description-tab > li > .item .sub-item.rate ul.rating {
    float: none;
    margin-bottom: 1.25rem;
  }
  .description-tab > li > .item .sub-item.rate h5 {
    line-height: 1em;
  }
  .description-tab
    > li
    > .item
    .sub-item.review-form
    .featured-form
    div
    ul.rating {
    clear: left;
    margin-top: 0.625rem;
  }
}
#brands-wrap {
  background-color: #fff;
}
#brands {
  min-height: 14.0625rem;
  padding-bottom: 6.25rem;
  position: relative;
}
#brands h3 {
  margin: 0.3125rem 0 2.8125rem;
}
#brands ul.slide-controls {
  position: absolute;
  top: -0.3125rem;
  right: 0;
}
ul.brands-list li {
  float: left;
  position: relative;
}
ul.brands-list li a {
  display: block;
}
ul.brands-list li a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
ul.brands-list li a img[alt="brand-over"] {
  opacity: 0;
}
ul.brands-list li a:hover img[alt="brand-over"] {
  opacity: 1;
}
ul.brands-list li:nth-child(1) {
  margin-right: 5.4375rem;
}
ul.brands-list li:nth-child(1) a {
  width: 10.5rem;
  height: 2.6875rem;
}
ul.brands-list li:nth-child(2) {
  margin-right: 6.375rem;
}
ul.brands-list li:nth-child(2) a {
  width: 10.0625rem;
  height: 1.875rem;
}
ul.brands-list li:nth-child(3) {
  margin-right: 6.125rem;
}
ul.brands-list li:nth-child(3) a {
  width: 9.625rem;
  height: 2.125rem;
}
ul.brands-list li:nth-child(4) {
  margin-right: 7rem;
}
ul.brands-list li:nth-child(4) a {
  width: 8.5rem;
  height: 2.125rem;
}
ul.brands-list li:nth-child(5) a {
  width: 9.375rem;
  height: 2.1875rem;
}
@media screen and (max-width: 38.75rem) {
  #brands h3 {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  #brands ul.slide-controls {
    position: static;
    margin: 0 auto 1.5625rem;
  }
}
#section-nav-wrap {
  background-color: #fafafa;
}
#section-nav {
  height: 2.5rem;
  padding-top: 0.75rem;
}
#section-nav p {
  font-size: 0.6875em;
  font-weight: 500;
}
#section-nav p a {
  font-weight: 500;
}
#section-nav p a:hover {
  text-decoration: underline;
}
#register-login-wrap {
  background-color: #fff;
}
#register-login {
  padding: 3.75rem 0;
  overflow: hidden;
}
#register-login .featured-form {
  float: left;
  width: 48.71795%;
  overflow: hidden;
}
#register-login .featured-form:last-child {
  float: right;
}
#register-login .featured-form button.login {
  margin-top: 0.9375rem;
  clear: both;
}
.featured-form h3 {
  padding-bottom: 0.9375rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #d5d5d5;
}
.featured-form .rl-label {
  display: block;
  color: #333333;
  font-size: 0.75em;
  margin-bottom: 0.625rem;
  cursor: auto;
}
.featured-form .rl-label.required:after {
  content: "*";
  color: #00b0ff;
  margin-left: 0.1875rem;
}
.featured-form input[type="text"] {
  margin-bottom: 1.375rem;
}
.featured-form input[type="text"]:last-child {
  margin-bottom: 0;
}
.featured-form textarea {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}
.featured-form .fp-msg {
  float: right;
  margin-top: 0.4375rem;
}
.featured-form button {
  float: right;
  margin-top: 0.5rem;
}
.featured-form button.register {
  width: 15.75rem;
  background-color: #00dfb9;
  border-bottom-color: #00c2a1;
}
.featured-form button.register:hover {
  background-color: #0ce6c1;
}
.featured-form button.login {
  width: 10.3125rem;
}
@media screen and (max-width: 64rem) {
  #register-login .featured-form {
    float: none;
    width: 100%;
  }
  #register-login .featured-form:first-child {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 38.75rem) {
  #register-login .featured-form label[for="remember"] {
    float: left;
  }
  #register-login .featured-form .fp-msg {
    float: left;
    clear: left;
    margin: 0.9375rem 0 1.25rem;
  }
}
@media screen and (max-width: 28.75rem) {
  #register-login .featured-form .fp-msg {
    margin-bottom: 2.1875rem;
  }
  #register-login .featured-form button {
    float: none;
    margin: 0.5rem auto 0;
  }
}
#shop-wrap {
  background-color: #fff;
}
#shop {
  padding: 1.75rem 0 2.25rem;
  overflow: hidden;
}
#shop .shop-sidebar {
  float: right;
}
#shop .shop-products {
  float: left;
}
#shop.right .shop-sidebar {
  float: left;
}
#shop.right .shop-products {
  float: right;
}
.shop-sidebar {
  width: 23.07692%;
  background-color: #fff;
}
.shop-sidebar .sidebar-control {
  display: none;
}
.shop-sidebar .title {
  font-size: 1.125em;
  margin: 2.8125rem 0 1.25rem;
}
.shop-sidebar .title:nth-child(2) {
  margin-top: 0;
}
.shop-sidebar .subtitle {
  font-size: 0.75em;
  line-height: 1rem;
  margin-bottom: 1.125rem;
}
.shop-sidebar .accordion h6 {
  font-size: 0.75em;
  line-height: 2.375rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-sidebar .accordion h6:hover {
  color: #00b0ff;
}
.shop-sidebar .accordion .plus {
  width: 0.5625rem;
  height: 0.5625rem;
}
.shop-sidebar .accordion .plus > rect {
  fill: #0ec3f7;
}
.shop-sidebar .westeros-form.price-range {
  overflow: visible;
  padding: 1.25rem 0.625rem 0;
}
.shop-sidebar .westeros-form.price-range button {
  margin-top: 3.125rem;
}
.shop-sidebar .westeros-form label.select-block {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.shop-sidebar .westeros-form label.select-block.last {
  margin-bottom: 1.5625rem;
}
.shop-sidebar .westeros-form label.select-block select {
  width: 100%;
  height: 2.375rem;
}
.shop-sidebar .westeros-form label.select-block .svg-arrow {
  top: 1.125rem;
  right: 0.9375rem;
}
.shop-sidebar .westeros-form input[type="text"] {
  margin-bottom: 1.5625rem;
}
.shop-sidebar .westeros-form input[type="checkbox"] + label {
  display: block;
  margin-bottom: 0.875rem;
}
.shop-sidebar .westeros-form input[type="radio"] + label {
  display: block;
  margin-bottom: 0.875rem;
}
.shop-sidebar .westeros-form input[type="radio"] + label.last {
  margin-bottom: 1.5625rem;
}
.shop-sidebar .westeros-form .button.small {
  float: left;
  font-size: 0.625em;
  padding: 0 0.9375rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  border-bottom-width: 0.125rem;
}
.shop-sidebar .westeros-form .button.vote {
  margin-right: 0.625rem;
  background-color: #00acc1;
  border-bottom-color: #0092a2;
}
.shop-sidebar .colorpicker {
  margin-left: 0.125rem;
}
.shop-sidebar .colorpicker li {
  margin: 0 1.25rem 0.625rem 0;
}
.shop-sidebar .colorpicker li:last-child {
  margin-right: 0;
}
.shop-sidebar ul.product-preview {
  margin-bottom: 2.8125rem;
}
.shop-sidebar ul.product-preview > li .picture {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #d5d5d5;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-sidebar ul.product-preview > li .picture:hover {
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.shop-sidebar ul.product-preview > li .picture figure {
  width: 3.75rem;
  height: 3.75rem;
  border: none;
  position: static;
}
.shop-sidebar ul.product-preview > li h6 {
  color: #49555c;
}
.shop-sidebar .fb-page {
  margin-bottom: 2.8125rem;
}
.shop-sidebar .cart-total {
  margin-bottom: 1.25rem;
}
div.sidebar-control {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem 0 0 0.625rem;
  background-color: #00b0ff;
  box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(2, 3, 0, 0.2);
  border-left: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  top: 3.125rem;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
div.sidebar-control .svg-gear {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
svg.sidebar-control {
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #333333;
  position: absolute;
  top: 2.0625rem;
  right: 1.5625rem;
  z-index: 9999;
  cursor: pointer;
}
.shop-products {
  width: 100%;
}
.shop-products.shop-cart .title {
  margin-bottom: 1.25rem;
}
.shop-products .title {
  margin-bottom: 0;
  font-size: 2.8rem;
}
.shop-products .title:first-child {
  margin-top: -0.375rem;
}
.shop-products .title.heading {
  margin-bottom: 1.25rem;
}
.shop-products .subtitle {
  font-size: 0.75em;
}
.shop-products .section-banner {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  /*border-bottom: 0.0625rem solid #d5d5d5;*/
}
.shop-products .filters {
  margin-bottom: 1.25rem;
}
.shop-products ul.product-list .list-item {
  margin-bottom: 1.25rem;
}
.shop-products ul.product-list .list-item:nth-child(3n + 3) {
  /*margin-right: 0;*/
}
.shop-products ul.product-list.list .list-item {
  width: 100%;
}
.shop-products .pager {
  width: 16rem;
  margin: 1.25rem auto 0;
}
.shop-products .product-quick-view.full {
  margin-bottom: 2.5rem;
}
.shop-products ul.blog-post-preview .list-item {
  margin-bottom: 1.25rem;
}
.shop-products ul.blog-post-preview .list-item:nth-child(3n + 3) {
  /*margin-right: 0;*/
}
.shop-products .blog-post {
  margin: 1.25rem 0 3.75rem;
}
.tags {
  overflow: hidden;
}
.tags > li {
  float: left;
  margin: 0 0.625rem 0.625rem 0;
  border: 0.0625rem solid #d5d5d5;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.tags > li:last-child {
  margin-right: 0;
}
.tags > li:hover {
  border-color: #00b0ff;
}
.tags > li:hover a {
  color: #fff;
  background-color: #00b0ff;
}
.tags > li a {
  display: block;
  color: #81929b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.125rem;
  padding: 0 0.9375rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters {
  height: 3.75rem;
  border-bottom: 0.0625rem solid #d5d5d5;
  overflow: hidden;
}
.filters .subtitle {
  float: left;
  line-height: 3.75rem;
}
.filters .options {
  float: right;
}
.filters .options .westeros-form {
  float: left;
  margin-top: 0.9375rem;
}
.filters .options .westeros-form label.select-block {
  margin-right: 0.375rem;
}
.filters .options .westeros-form label.select-block select {
  margin-left: 0.625rem;
}
.filters .options .westeros-form label[for="sort"] {
  margin-left: 0.625rem;
}
.display {
  float: left;
  margin: 0.9375rem 0 0 0.9375rem;
  overflow: hidden;
}
.display > li {
  float: left;
  width: 2.125rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.125rem;
  position: relative;
  cursor: pointer;
}
.display > li:last-child {
  margin-right: 0;
}
.display > li svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: #d5d5d5;
  position: absolute;
  top: 0.4375rem;
  left: 0.5625rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.display > li.selected svg {
  fill: #00b0ff;
}
.pager {
  overflow: hidden;
}
.pager li {
  float: left;
  width: 1.75rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.125rem;
  background-color: #fff;
}
.pager li:first-child {
  border: none;
}
.pager li:last-child {
  margin-right: 0;
  border: none;
}
.pager li a {
  display: block;
  text-align: center;
  line-height: 1.75rem;
  color: #81929b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.pager li a:hover {
  color: #00b0ff;
}
.pager li.selected a {
  color: #00b0ff;
  font-weight: 700;
}
.pager li .button {
  height: 1.875rem;
  border-bottom-width: 0.125rem;
  background-color: #00b0ff;
}
.pager li .button:hover {
  background-color: #2abdff;
}
.pager li .svg-arrow {
  width: 0.3125rem;
  height: 0.5625rem;
  fill: #fff;
  position: absolute;
  top: 0.625rem;
}
.pager li .prev .svg-arrow {
  left: 0.6875rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pager li .next .svg-arrow {
  right: 0.6875rem;
}
.shopping-cart {
  display: table;
  width: 100%;
  border: 0.0625rem solid #d5d5d5;
  margin-bottom: 2.5rem;
}
.shopping-cart.order {
  border: none;
  border-top: 0.0625rem solid #d5d5d5;
  margin-bottom: 0;
}
.shopping-cart.order .cell.cart-item {
  width: 23.3125rem;
  height: 6.25rem;
}
.shopping-cart.order .cell.cart-item .highlighted {
  color: #00b0ff;
  margin-bottom: 0.5rem;
}
.shopping-cart.order .cell.cart-item:first-child {
  padding: 1.25rem 0 0 0.875rem;
}
.shopping-cart.order .cell.cart-item:first-child h3 {
  margin-bottom: 0.3125rem;
}
.shopping-cart.order .cell.cart-item:first-child h6 {
  margin-bottom: 0.3125rem;
}
.shopping-cart.summary .cell:last-child {
  padding-right: 0.875rem;
}
.shopping-cart.summary .row:last-child p.highlighted {
  color: #00b0ff;
  font-size: 1.125em;
}
.shopping-cart.summary h3 {
  margin-top: 1.5625rem;
}
.shopping-cart.summary p.highlighted {
  float: right;
  margin-top: 1.5625rem;
}
.shopping-cart .row {
  display: table-row;
}
.shopping-cart .row:last-child .cell {
  border-bottom: none;
}
.shopping-cart .row.header .cell {
  height: 2.1875rem;
}
.shopping-cart .row.header .cell:first-child {
  text-align: left;
  padding-left: 0.9375rem;
}
.shopping-cart .row.header .cell h5 {
  line-height: 2.1875rem;
}
.shopping-cart .cell {
  display: table-cell;
  border-right: 0.0625rem solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  vertical-align: top;
  text-align: center;
}
.shopping-cart .cell.cart-item {
  width: 22.0625rem;
  height: 9.75rem;
}
.shopping-cart .cell.cart-item:first-child {
  text-align: left;
  padding: 1.25rem 0 0 9.0625rem;
  position: relative;
}
.shopping-cart .cell.cart-item .product-picture {
  border: 0.0625rem solid #d5d5d5;
  padding: 0.1875rem;
  position: absolute;
  top: 0.625rem;
  left: 0.9375rem;
}
.shopping-cart .cell.cart-item .product-picture figure {
  width: 6.6875rem;
  height: 8rem;
}
.shopping-cart .cell.cart-item .highlighted {
  margin: 0 0 0.625rem;
  font-size: 0.5625em;
  letter-spacing: 0.08em;
}
.shopping-cart .cell.cart-item h3 {
  color: #49555c;
  font-size: 1em;
}
.shopping-cart .cell.cart-item h6 {
  margin: 0.1875rem 0 0.625rem;
  color: #333333;
  font-size: 0.625em;
}
.shopping-cart .cell.cart-item h6 span {
  color: #81929b;
}
.shopping-cart .cell.cart-summary {
  width: 87.4424%;
  height: 3.75rem;
  padding-left: 0.9375rem;
}
.shopping-cart .cell.cart-summary h3 {
  color: #49555c;
  font-size: 1em;
  margin-top: 1.5625rem;
  text-align: left;
}
.shopping-cart .cell.cart-summary p.highlighted {
  margin-top: 1.5625rem;
}
.shopping-cart .cell.buttons {
  padding-top: 1.75rem;
}
.shopping-cart .cell.buttons.small {
  width: 9.875rem;
}
.shopping-cart .cell.buttons.big {
  width: 17.625rem;
}
.shopping-cart .cell .highlighted {
  color: #49555c;
  margin-top: 2.625rem;
  font-size: 0.875em;
}
.shopping-cart .cell .counter {
  margin: 2rem auto 0;
}
.shopping-cart .cell .button.cart-add {
  float: right;
  width: 11.875rem;
  text-align: left;
  padding-left: 3.125rem;
  margin: 0 0.9375rem 0.625rem 0;
}
.shopping-cart .cell .actions {
  float: right;
  margin-right: 0.9375rem;
}
.shopping-cart .cell .actions .button {
  float: left;
}
.shopping-cart .cell .actions .button.compare {
  margin-right: 0.625rem;
  clear: both;
}
.shopping-cart .cell .actions .button.no-stock {
  pointer-events: auto;
}
.shopping-cart .cell .actions .button.no-stock .svg-plus {
  left: 1.25rem;
}
.shopping-cart .cell:last-child {
  border-right: none;
}
.cart-total {
  border: 0.0625rem solid #d5d5d5;
  padding-top: 0.875rem;
}
.cart-total .subtotal {
  overflow: hidden;
  clear: both;
  margin-bottom: 0.9375rem;
  padding: 0 0.875rem;
}
.cart-total .subtotal h5 {
  font-size: 0.625em;
}
.cart-total .subtotal h5:first-child {
  float: left;
  color: #81929b;
}
.cart-total .subtotal h5:last-child {
  float: right;
}
.cart-total .total {
  overflow: hidden;
  clear: both;
  border-top: 0.0625rem solid #d5d5d5;
  padding: 0.75rem 0.875rem 0.6875rem;
}
.cart-total .total h5:first-child {
  float: left;
}
.cart-total .total h5:last-child {
  float: right;
  color: #00b0ff;
  font-size: 1.125em;
}
.checkout-progress {
  border: 0.0625rem solid #d5d5d5;
}
.checkout-progress h5 {
  border-bottom: 0.0625rem solid #d5d5d5;
  padding-left: 0.875rem;
  line-height: 2.0625rem;
  position: relative;
}
.checkout-progress h5 svg {
  position: absolute;
  top: 0.75rem;
  right: 0.9375rem;
}
.checkout-progress h5 .svg-plus {
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #d52929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-progress h5 .svg-check {
  width: 0.8125rem;
  height: 0.625rem;
  fill: #6cc729;
}
.checkout-progress h5:last-child {
  border-bottom: none;
}
@media screen and (max-width: 78.75rem) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 35.625rem;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(even),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
    margin-right: 0;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(odd),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 72.5rem) {
  #shop .shop-products {
    float: none;
    width: 100%;
  }
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 54.375rem;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(even),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
    margin-right: 1.875rem;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(3n + 3),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  #shop.expandible-sidebar .shop-sidebar {
    width: 19.375rem;
    height: 100%;
    padding: 2.375rem 0.4375rem 0;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: auto;
    -webkit-transform: translate(-19.375rem, 0);
    -ms-transform: translate(-19.375rem, 0);
    transform: translate(-19.375rem, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #shop.expandible-sidebar .shop-sidebar.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #shop.expandible-sidebar .shop-sidebar .sidebar-control {
    display: block;
  }
  #shop.expandible-sidebar .sidebar-control {
    display: block;
  }
  #shop .shop-sidebar.checkout-cart {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  #shop .shop-sidebar.checkout-cart .button {
    float: none;
    width: 15.625rem;
    height: 2.6875rem;
    margin: 0 auto;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 58.125rem) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 35.625rem;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(even),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
    margin-right: 0;
  }
  #shop .shop-products ul.product-list.grid .list-item:nth-child(odd),
  #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 53.75rem) {
  #shop .shop-products .filters {
    height: 5.625rem;
  }
  #shop .shop-products .filters.single .options .westeros-form {
    margin-top: 1.875rem;
  }
  #shop .shop-products .filters .subtitle {
    line-height: 5.625rem;
  }
  #shop .shop-products .filters .options .westeros-form {
    margin-top: 0.625rem;
  }
  #shop .shop-products .filters .options .westeros-form label {
    float: left;
  }
  #shop .shop-products .filters .options .westeros-form label select {
    margin-left: 0.9375rem;
  }
  #shop .shop-products .filters .options .westeros-form label[for="sort"] {
    clear: left;
    margin: 0.5rem 0 0;
  }
  #shop
    .shop-products
    .filters
    .options
    .westeros-form
    label[for="sort"]
    select {
    margin-left: 0.125rem;
  }
  #shop .shop-products .display {
    margin: 1.875rem 0 0 3.125rem;
  }
  #shop .shop-products .product-list.list .list-item {
    height: auto;
    padding: 16.5625rem 1.25rem 5rem;
  }
  #shop .shop-products .product-list.list .list-item .actions {
    left: 50%;
    margin-left: -6.25rem;
  }
  #shop .shop-products .product-list.list .list-item .description ul.rating {
    top: 20rem;
    left: 1.375rem;
  }
  #shop
    .shop-products
    .product-list.list
    .list-item
    .description
    p.highlighted.previous {
    top: 18.5rem;
  }
  #shop
    .shop-products
    .product-list.list
    .list-item
    .description
    p.highlighted.current {
    top: 17.75rem;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
    padding: 1.25rem 0.625rem;
  }
  #shop
    .shop-products
    .shopping-cart.wishlist-cart
    .row
    .cell.buttons
    .button.cart-add {
    float: none;
    margin: 0 auto 0.625rem;
  }
  #shop .shop-products .shopping-cart .cell.cart-item {
    width: 13.125rem;
  }
  #shop .shop-products .shopping-cart .cell.cart-item:first-child {
    padding-left: 1.25rem;
  }
  #shop .shop-products .shopping-cart .cell.cart-item .product-picture {
    display: none;
  }
  #shop .shop-products .shopping-cart .cell.buttons {
    width: 6.25rem;
  }
  #shop .shop-products .shopping-cart .cell .actions {
    float: none;
    width: 3.25rem;
    margin: 0 auto;
  }
  #shop .shop-products .shopping-cart .cell .actions .button {
    float: none;
  }
  #shop .shop-products .shopping-cart .cell .actions .button.compare {
    margin: 0 0 0.625rem 0;
  }
  #shop .shop-products .shopping-cart.order .cell.cart-item {
    width: 13.125rem;
  }
}
@media screen and (max-width: 41.25rem) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 16.875rem;
  }
  #shop .shop-products ul.product-list.grid .list-item,
  #shop .shop-products ul.product-list.grid-v2 .list-item {
    margin-right: 0;
  }
  #shop .shop-products ul.product-list.list .cart-options {
    width: auto;
  }
  #shop .shop-products ul.product-list.list .cart-options a.button {
    float: left;
  }
  #shop .shop-products ul.product-list.list .cart-options a.button.wishlist {
    width: 3.25rem;
    padding-left: 0;
    margin-right: 0.3125rem;
  }
  #shop
    .shop-products
    ul.product-list.list
    .cart-options
    a.button.wishlist
    .svg-wishlist {
    left: 50%;
    margin-left: -0.5rem;
  }
  #shop
    .shop-products
    ul.product-list.list
    .cart-options
    a.button.wishlist
    span {
    display: none;
  }
  #shop .shop-products .filters {
    height: 9.375rem;
    position: relative;
  }
  #shop .shop-products .filters.single {
    height: 7.5rem;
  }
  #shop .shop-products .filters.single .options .westeros-form {
    float: none;
    width: 11.8125rem;
    margin: 1.5625rem auto 0;
  }
  #shop .shop-products .filters.single .subtitle {
    line-height: 1.875rem;
  }
  #shop .shop-products .filters .subtitle {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 4.6875rem;
  }
  #shop .shop-products .filters .options {
    float: none;
    width: 17.25rem;
    margin: 0 auto;
  }
  #shop .shop-products .filters .options .westeros-form {
    margin-top: 1.25rem;
  }
  #shop .shop-products .filters .options .display {
    margin: 1.25rem 0.3125rem 0 0.9375rem;
  }
  #shop .shop-products .filters .options .display li {
    float: none;
    margin-right: 0;
  }
  #shop .shop-products .filters .options .display li:first-child {
    margin-bottom: 0.5rem;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row.header {
    display: none;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row:last-child .cell {
    border-bottom: 0.0625rem solid #d5d5d5;
  }
  #shop
    .shop-products
    .shopping-cart.wishlist-cart
    .row:last-child
    .cell:last-child {
    border-bottom: none;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell {
    display: block;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.cart-item {
    padding: 1.25rem 0 0;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
    padding: 1.25rem 0;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell:nth-child(2) {
    display: none;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell .colorpicker {
    width: 2.0625rem;
    margin: 0 auto;
  }
  #shop
    .shop-products
    .shopping-cart.wishlist-cart
    .row
    .cell
    .highlighted:last-child {
    line-height: 4.375rem;
    margin: 0;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell .counter {
    margin: 1.25rem auto;
  }
  #shop .shop-products .shopping-cart .cell:nth-child(2) {
    display: none;
  }
  #shop .shop-products .shopping-cart.order .row.header .cell {
    padding: 0.1875rem;
    text-align: center;
  }
  #shop .shop-products .shopping-cart.order .row .cell:nth-child(2),
  #shop .shop-products .shopping-cart.order .row .cell:nth-child(3) {
    display: none;
  }
  #shop .shop-products .shopping-cart.order .row .cell.cart-item {
    padding: 1.25rem 0.625rem;
  }
  #shop .shop-products .shopping-cart.order.summary .cell:nth-child(2),
  #shop .shop-products .shopping-cart.order.summary .cell:nth-child(3) {
    display: table-cell;
  }
}
@media screen and (max-width: 28.75rem) {
  #shop .shop-products ul.product-list.list .list-item .social {
    display: none;
  }
  #shop .shop-products ul.product-list.list .list-item .cart-options {
    float: none;
    width: 15.4375rem;
    left: 50%;
    margin-left: -7.6875rem;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    .long-description {
    margin-top: 0.3125rem;
  }
  #shop .shop-products ul.product-list.list .list-item .description ul.rating {
    top: 20.25rem;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    p.highlighted.previous {
    top: 19.9375rem;
    right: 5.9375rem;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    p.highlighted.current {
    top: 19.6875rem;
    font-size: 1.25em;
  }
  #shop .shop-products .checkout-button {
    width: 15.625rem;
    height: 3.3125rem;
    font-size: 1.125em;
  }
}
#shop.compare .title {
  margin-bottom: 1.25rem;
}
#shop.compare .slide-controls {
  margin: 0 auto 1.25rem;
  display: none;
}
.owl-compare-list-container {
  display: none;
}
.owl-compare-list {
  width: 50.75rem;
  margin: 0 auto;
  overflow: hidden;
}
.owl-compare-list .list-item {
  float: left;
  width: 16.875rem;
}
.owl-compare-list .owl-item:last-child .compare-table {
  border-right: 0.0625rem solid #d5d5d5;
}
.owl-compare-list .compare-table {
  width: 16.875rem;
  border-right: none;
}
.owl-compare-list .compare-table .cell {
  padding: 0.9375rem 0.625rem;
}
.owl-compare-list .compare-table .cell:first-child {
  text-align: center;
  padding-left: 0.625rem;
}
.owl-compare-list .compare-table .cell .product-photo {
  width: 15.625rem;
}
.owl-compare-list .compare-table .cell .product-photo figure {
  width: 14.375rem;
}
.compare-table {
  display: table;
  width: 100%;
  border: 0.0625rem solid #d5d5d5;
}
.compare-table .product-photo,
.compare-table .colorpicker,
.compare-table .counter {
  margin: 0 auto;
}
.compare-table .row {
  display: table-row;
}
.compare-table .row:last-child .cell {
  border-bottom: none;
}
.compare-table .row.description .cell {
  padding: 0.9375rem;
}
.compare-table .cell {
  display: table-cell;
  width: 25.64103%;
  padding: 1.25rem 0;
  border-right: 0.0625rem solid #d5d5d5;
  border-bottom: 0.0625rem solid #d5d5d5;
  text-align: center;
}
.compare-table .cell:first-child {
  width: 23.07692%;
  padding-left: 1.25rem;
  vertical-align: top;
  text-align: left;
}
.compare-table .cell:last-child {
  border-right: none;
}
.compare-table .cell > h5 {
  font-size: 1em;
}
.compare-table .cell > h5.size {
  color: #49555c;
}
.compare-table .cell p.highlighted {
  margin-bottom: 0.3125rem;
}
.compare-table .cell p.highlighted.price {
  font-size: 1.125em;
  margin: 0;
}
.compare-table .cell h6 {
  color: #333333;
  font-size: 0.625em;
}
.compare-table .cell ul.rating {
  margin: 0 auto 0.3125rem;
}
.compare-table .cell .stock span {
  font-size: 0.75em;
  margin-left: 0.1875rem;
}
.compare-table .cell .cart-add {
  width: 11.875rem;
  padding-left: 3.125rem;
  text-align: left;
  margin: 0 auto;
}
.compare-table .cell .actions {
  width: 7.1875rem;
  margin: 0 auto;
}
.compare-table .cell .actions .button {
  float: left;
  margin-right: 0.6875rem;
}
.compare-table .cell .actions .button:last-child {
  margin-right: 0;
}
.compare-table .cell .no-stock {
  pointer-events: auto;
}
.compare-table .cell .no-stock svg {
  left: 50%;
  margin-left: -0.375rem;
}
@media screen and (max-width: 78.75rem) {
  #shop.compare .slide-controls {
    display: block;
  }
  #shop.compare > .compare-table {
    display: none;
  }
  .owl-compare-list-container {
    display: block;
  }
}
@media screen and (max-width: 64rem) {
  .owl-compare-list {
    width: 33.875rem;
  }
}
@media screen and (max-width: 41.25rem) {
  .owl-compare-list {
    width: 17rem;
  }
}
.blog-post {
  border: 0.0625rem solid #d5d5d5;
  padding: 0.5625rem 0.5625rem 2.5rem;
}
.blog-post figure:first-child {
  width: 100%;
  height: 16.875rem;
  margin-bottom: 1.25rem;
}
.blog-post .content {
  padding: 0.625rem 0.9375rem 1.25rem;
  overflow: hidden;
}
.blog-post .content p.highlighted {
  font-size: 0.625em;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.blog-post .content h5 {
  color: #49555c;
  font-size: 1.875em;
  margin-bottom: 0.75rem;
}
.blog-post .content h6 {
  font-size: 1em;
  margin-bottom: 0.625rem;
  padding-top: 0.3125rem;
  line-height: 1.3em;
}
.blog-post .content p.paragraph {
  margin-bottom: 1.875rem;
}
.blog-post .content p.paragraph.with-img {
  margin-bottom: 2.5rem;
}
.blog-post .content p.paragraph:last-child {
  margin-bottom: 0.9375rem;
}
.blog-post .content img.left {
  float: left;
  margin-right: 1.25rem;
}
.blog-post .content iframe {
  width: 100%;
  height: 19.0625rem;
  margin-bottom: 2.5rem;
}
.blog-post .meta {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blog-post .meta p {
  float: left;
  margin-right: 1.25rem;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
.blog-post .meta .views {
  margin-right: 2.4375rem;
}
.blog-post .meta .views .svg-quickview {
  width: 1rem;
  height: 0.5625rem;
  fill: #ffc300;
  margin-right: 0.125rem;
}
.blog-post .meta .comments .svg-comment {
  width: 0.75rem;
  height: 0.75rem;
  fill: #18cab0;
  position: absolute;
  top: 0.125rem;
  left: -1.125rem;
}
.blog-post .share {
  padding-left: 0.625rem;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
.blog-post .share h6 {
  font-size: 0.75em;
  margin-bottom: 1.25rem;
}
.blog-post .share a.button {
  float: left;
  margin: 0 0.625rem 0.625rem 0;
}
.blog-post .share a.button.gplus:hover {
  background-color: #ec2349;
}
.blog-post .share a.button.rss:hover {
  background-color: #ffaf3c;
}
.blog-post .share a.button.dribble:hover {
  background-color: #f3378f;
}
.blog-post .share a.button.vimeo:hover {
  background-color: #0ed3b4;
}
.blog-post .share a.button.flickr:hover {
  background-color: #8e57b5;
}
.blog-post .share a.button:last-child {
  margin-right: 0;
}
.blog-post .tag-list {
  padding-left: 0.625rem;
  overflow: hidden;
}
.blog-post .tag-list h6 {
  float: left;
  font-size: 0.75em;
  margin: 0.625rem 0.625rem 0 0;
}
.blog-post .tag-list .tags {
  float: left;
  margin-top: 0.3125rem;
}
.blog-post .tag-list .tags li {
  margin-bottom: 0.625rem;
}
.comments .title:first-child,
.comment-form .title:first-child {
  margin: 0 0 1.5625rem;
}
.comment-list li {
  min-height: 8.125rem;
  border: 0.0625rem solid #d5d5d5;
  padding: 1.25rem 0.9375rem 1.5625rem 7.8125rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.comment-list li:last-child {
  margin-bottom: 2.5rem;
}
.comment-list li .avatar {
  border: 0.0625rem solid #d5d5d5;
  padding: 0.25rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
}
.comment-list li .avatar figure {
  width: 5.625rem;
  height: 5.625rem;
}
.comment-list li p.highlighted {
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.comment-list li h6 {
  font-size: 1em;
  margin-bottom: 0.625rem;
}
.comment-list li .reply {
  color: gray;
  font-size: 0.75em;
  position: absolute;
  top: 1.125rem;
  right: 0.9375rem;
}
.comment-list li .reply .svg-reply {
  fill: #00b0ff;
  width: 0.75rem;
  height: 0.875rem;
  position: relative;
  top: 0.1875rem;
}
.comment-list li .reply:hover {
  color: #00b0ff;
}
.comment-list li.response {
  margin-left: 1.875rem;
  margin-top: -0.625rem;
}
.comment-form {
  margin-top: 3.75rem;
}
.comment-form .westeros-form > div {
  float: left;
  width: 31.03448%;
  margin: 0 3.44828% 1.25rem 0;
}
.comment-form .westeros-form > div.last {
  margin-right: 0;
}
.comment-form .westeros-form .rl-label {
  float: left;
}
.comment-form .westeros-form textarea {
  height: 6.875rem;
  margin-bottom: 1.25rem;
}
.comment-form .westeros-form button {
  width: 14.6875rem;
  margin-top: 0;
}
.comment-form .westeros-form .avatar-selection {
  width: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.comment-form .westeros-form .avatar-selection .avatar-list {
  float: left;
}
.comment-form .westeros-form .avatar-selection .rl-label {
  margin: 0.75rem 0.625rem 0 0;
}
.comment-form .westeros-form .avatar-selection .radio {
  top: -0.75rem;
  margin-right: 0.125rem;
}
.comment-form .westeros-form .avatar-selection .picture {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.0625rem;
  border: 0.0625rem solid #d5d5d5;
  margin-right: 0.625rem;
}
.comment-form .westeros-form .avatar-selection .picture.av4 {
  background: url("../images/blog/avatar04-small.jpg") no-repeat center;
}
.comment-form .westeros-form .avatar-selection .picture.av5 {
  background: url("../images/blog/avatar05-small.jpg") no-repeat center;
}
.comment-form .westeros-form .avatar-selection .picture.av6 {
  background: url("../images/blog/avatar06-small.jpg") no-repeat center;
}
@media screen and (max-width: 78.75rem) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 35.625rem;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
    margin-right: 0;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 72.5rem) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 54.375rem;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
    margin-right: 1.875rem;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 58.125rem) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 35.625rem;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
    margin-right: 0;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 53.75rem) {
  #shop .blog-post-preview.list .list-item {
    height: auto;
    padding: 11.5625rem 0.9375rem 2.8125rem;
  }
  #shop .blog-post-preview.list .list-item figure {
    left: 50%;
    margin-left: -7.8125rem;
  }
  #shop .comment-form .westeros-form > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #shop .comment-form .westeros-form button {
    float: none;
    margin: 1.875rem auto 0;
  }
}
@media screen and (max-width: 41.25rem) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 16.875rem;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item {
    margin-right: 0;
  }
  #shop .blog-post .content img.left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 28.75rem) {
  #shop .comment-list li {
    padding: 8.125rem 0.9375rem 1.5625rem;
  }
  #shop .comment-list li .avatar {
    left: 50%;
    margin-left: -3.125rem;
  }
  #shop .comment-form .westeros-form .avatar-selection .rl-label {
    float: none;
    margin-bottom: 1.25rem;
  }
}
.profile-info {
  margin: 1.25rem 0;
  border: 0.0625rem solid #d5d5d5;
  border-top: none;
}
.profile-info .profile-header {
  line-height: 2.0625rem;
  border-top: 0.0625rem solid #d5d5d5;
  position: relative;
  cursor: pointer;
}
.profile-info .profile-header span {
  float: left;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 0.25rem 0.625rem 0 0.4375rem;
  color: #fff;
  line-height: 1.5625rem;
  text-align: center;
  background-color: #00b0ff;
  text-align: center;
}
.profile-info .profile-header svg.plus {
  width: 0.75rem;
  height: 0.75rem;
  fill: #00b0ff;
  position: absolute;
  top: 0.625rem;
  right: 0.875rem;
}
.profile-info .profile-header svg.plus .vertical {
  display: none;
}
.profile-info .profile-data {
  border-top: 0.0625rem solid #d5d5d5;
  padding: 2.1875rem 1.875rem 3.125rem;
  overflow: hidden;
}
.profile-info .profile-data.full {
  padding: 0;
}
.profile-info .profile-data .shopping-cart:first-child {
  border-top: none;
}
.profile-info .profile-data .profile-column {
  width: 45.4023%;
}
.profile-info .profile-data .profile-column h5 {
  font-size: 1.125em;
  margin-bottom: 1.25rem;
}
.profile-info .profile-data .profile-column .fp-msg {
  float: left;
  margin-bottom: 0.5rem;
}
.profile-info .profile-data .profile-column p {
  float: left;
  margin: 0.5rem 0 0.625rem;
}
.profile-info .profile-data .profile-column .button.login {
  float: left;
}
.profile-info .profile-data .profile-column:first-child {
  float: left;
}
.profile-info .profile-data .profile-column:last-child {
  float: right;
}
.profile-info .profile-data .westeros-form {
  overflow: hidden;
}
.profile-info .profile-data .westeros-form > div {
  width: 48.14815%;
  margin-bottom: 1.5625rem;
}
.profile-info .profile-data .westeros-form > div:nth-child(odd) {
  float: left;
}
.profile-info .profile-data .westeros-form > div:nth-child(even) {
  float: right;
}
.profile-info .profile-data .westeros-form > div:nth-last-child(1),
.profile-info .profile-data .westeros-form > div:nth-last-child(2) {
  margin-bottom: 0;
}
.profile-info .profile-data .westeros-form .full-input {
  width: 100%;
  margin-bottom: 0.625rem;
}
.profile-info .profile-data .westeros-form .full-input p {
  margin-bottom: 0.625rem;
}
.profile-info .profile-data .westeros-form select {
  width: 30.76923%;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.125rem;
  height: 2.375rem;
  padding: 0 1.5625rem 0 0.375rem;
  cursor: pointer;
  font-size: 1.2em;
}
.profile-info .profile-data .westeros-form select#country {
  width: 100%;
}
.profile-info .profile-data .westeros-form label[for="day"],
.profile-info .profile-data .westeros-form label[for="month"],
.profile-info .profile-data .westeros-form label[for="year"] {
  margin-right: 3.07692%;
}
.profile-info .profile-data .westeros-form label[for="day"]:last-child,
.profile-info .profile-data .westeros-form label[for="month"]:last-child,
.profile-info .profile-data .westeros-form label[for="year"]:last-child {
  margin-right: 0;
}
.profile-info .profile-data .westeros-form .svg-arrow.select-arrow {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
}
.profile-info .profile-data .westeros-form label[for="male"] {
  margin-right: 0.9375rem;
}
.profile-info .profile-data .westeros-form textarea {
  height: 6.875rem;
  margin-bottom: 0.625rem;
}
.profile-info .profile-data .westeros-form .gender label:first-child {
  margin-bottom: 1.125rem;
}
.profile-button {
  float: right;
  width: 15.625rem;
  cursor: pointer;
}
.checkout-button {
  width: 22.8125rem;
  height: 4.375rem;
  margin: 1.875rem auto 0;
  border-bottom-width: 0.3125rem;
  font-size: 1.5625em;
  cursor: pointer;
}
@media screen and (max-width: 72.5rem) {
  .profile-button {
    float: none;
    margin: 1.875rem auto 0;
  }
}
@media screen and (max-width: 53.75rem) {
  .profile-info .profile-data .profile-column {
    float: none;
    width: 100%;
  }
  .profile-info .profile-data .profile-column:first-child {
    margin-bottom: 2.5rem;
  }
  .profile-info .profile-data .profile-column .fp-msg {
    float: none;
  }
  .profile-info .profile-data .profile-column .button.login {
    float: none;
  }
  .profile-info .profile-data .westeros-form {
    float: none;
  }
  .profile-info .profile-data .westeros-form > div {
    width: 100%;
  }
  .profile-info .profile-data .westeros-form > div:last-child {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 28.75rem) {
  .profile-info .profile-data .westeros-form label[for="day"],
  .profile-info .profile-data .westeros-form label[for="month"],
  .profile-info .profile-data .westeros-form label[for="year"] {
    margin-right: 2.5641%;
  }
  .profile-info .profile-data .button.login {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact-wrap {
  background-color: #fff;
}
#contact {
  padding: 3.75rem 0 3.125rem;
  overflow: hidden;
  background: url("../images/devil-monster.png") no-repeat 0 3.75rem;
}
#map {
  height: 25rem;
}
.contact-form {
  float: right;
  width: 74.35897%;
}
.contact-form h3.title {
  margin-top: -0.375rem;
}
.contact-form .contact-details {
  float: left;
  width: 34.48276%;
  padding-right: 1.875rem;
}
.contact-form .contact-details p:first-child {
  margin: -0.3125rem 0 1.875rem;
}
.contact-form .contact-details .contact-info {
  margin-bottom: 1.875rem;
}
.contact-form .contact-details .contact-info li {
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
}
.contact-form .contact-details .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-form .contact-details .contact-info li p {
  font-size: 0.875em;
}
.contact-form .contact-details .contact-info li p a {
  color: gray;
}
.contact-form .contact-details .contact-info li p a:hover {
  color: #00b0ff;
}
.contact-form .contact-details .contact-info li .svg-pin {
  width: 0.875rem;
  height: 1.1875rem;
}
.contact-form .contact-details .contact-info li .svg-phone {
  width: 0.9375rem;
  height: 1.25rem;
}
.contact-form .contact-details .contact-info li .svg-envelope {
  width: 1.125rem;
  height: 0.75rem;
}
.contact-form .contact-details .social-links {
  width: 15rem;
  margin-top: 0.9375rem;
}
.contact-form .featured-form {
  float: right;
  width: 65.51724%;
}
.contact-form .featured-form textarea {
  height: 6.875rem;
}
.contact-form .featured-form button {
  width: 14.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 78.75rem) {
  #contact {
    background: none;
  }
  .contact-form {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 53.75rem) {
  .contact-form .contact-details {
    float: none;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact-form .featured-form {
    float: none;
    width: 100%;
  }
  .contact-form .featured-form button {
    float: none;
    margin: 1.25rem auto 0;
  }
}
#error404-wrap {
  background-color: #fff;
}
#error404 {
  padding: 3.75rem 0 6.25rem;
  overflow: hidden;
}
#error404 .error-description {
  float: left;
  margin-top: -1.125rem;
}
#error404 .error-description h1 {
  margin-bottom: 0.9375rem;
}
#error404 .error-description h3 {
  width: 29.375rem;
  margin-bottom: 2.5rem;
  color: #81929b;
  line-height: 2rem;
}
#error404 .error-description .button {
  width: 17.5rem;
}
#error404 .error-promo {
  float: right;
  width: 41.25rem;
  height: 16.5625rem;
  background:
    url("../images/moustache-sad-monster.png") no-repeat 8.75rem 0.4375rem,
    url("../images/electric-socket.png") no-repeat 27.8125rem 3.4375rem,
    url("../images/spark.png") no-repeat 32.5rem 4.375rem,
    url("../images/spark-small.png") no-repeat 26.5625rem 7.8125rem,
    url("../images/error-promo-bg.png") no-repeat 0 0.625rem;
  position: relative;
}
#error404 .error-promo .error-pin {
  width: 5rem;
  height: 6.3125rem;
  background: url("../images/speech-bubble3.png") no-repeat center;
  padding: 1.5rem 0.4375rem 0;
  position: absolute;
  top: 0;
  left: 6.5625rem;
}
#error404 .error-promo .error-pin h4 {
  font-size: 1.9375em;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#error404 .error-promo img[alt="smoke"] {
  position: absolute;
  top: 1.625rem;
  right: 13.4375rem;
  -webkit-animation: smoke 2s ease-in-out infinite;
  animation: smoke 2s ease-in-out infinite;
}
@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(1.875rem, 1.875rem);
    -ms-transform: translate(1.875rem, 1.875rem);
    transform: translate(1.875rem, 1.875rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(1.875rem, 1.875rem);
    -ms-transform: translate(1.875rem, 1.875rem);
    transform: translate(1.875rem, 1.875rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 78.75rem) {
  #error404 .error-description {
    float: none;
    margin: 0 auto 3.125rem;
    text-align: center;
  }
  #error404 .error-description h3 {
    margin: 0 auto 2.5rem;
  }
  #error404 .error-description .button {
    margin: 0 auto;
  }
  #error404 .error-promo {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 42.5rem) {
  #error404 {
    padding-bottom: 2.5rem;
  }
  #error404 .error-description h1 {
    font-size: 4.375em;
  }
  #error404 .error-description h3 {
    width: 80%;
    font-size: 1.25em;
    line-height: 1.5rem;
  }
  #error404 .error-description .button {
    width: 16.875rem;
  }
  #error404 .error-promo {
    display: none;
  }
}
#coming-soon-header-wrap {
  background-color: #fff;
}
#coming-soon-header {
  height: 8.4375rem;
  padding-top: 2.8125rem;
}
#coming-soon-header .logo {
  width: 12.375rem;
  height: 2.8125rem;
  margin: 0 auto;
}
.westeros-separator {
  overflow: hidden;
}
.westeros-separator li {
  float: left;
  width: 12.5%;
  height: 0.8125rem;
}
.westeros-separator li:nth-child(1) {
  background-color: #039be5;
}
.westeros-separator li:nth-child(2) {
  background-color: #26c6da;
}
.westeros-separator li:nth-child(3) {
  background-color: #1de9b6;
}
.westeros-separator li:nth-child(4) {
  background-color: #ffd600;
}
.westeros-separator li:nth-child(5) {
  background-color: #ff9100;
}
.westeros-separator li:nth-child(6) {
  background-color: #e53935;
}
.westeros-separator li:nth-child(7) {
  background-color: #ff4081;
}
.westeros-separator li:nth-child(8) {
  background-color: #ba68c8;
}
.westeros-separator.small li {
  height: 0.3125rem;
}
#coming-soon-wrap {
  background: url("../images/coming-soon-bg.jpg") no-repeat center;
  background-size: cover;
}
#coming-soon {
  padding-top: 8.4375rem;
  min-height: 44.375rem;
  background:
    url("../images/bunny-big-monster.png") no-repeat 0 3.125rem,
    url("../images/moustache-small-monster.png") no-repeat 12.5rem 14.6875rem;
  overflow: hidden;
}
#coming-soon .coming-soon-msg {
  float: right;
  margin-right: 4.375rem;
}
#coming-soon .coming-soon-msg h3 {
  color: #fff;
  font-size: 1.4375em;
  line-height: 1.2em;
}
#coming-soon .coming-soon-msg h2 {
  font-size: 5em;
}
#coming-soon .xmcountdown {
  float: right;
  width: 38.125rem;
  margin-top: 7.1875rem;
}
#coming-soon .xmcountdown > div:nth-child(1) {
  background: url("../images/countdown/countdown-item1.png") no-repeat center;
}
#coming-soon .xmcountdown > div:nth-child(1) .content {
  color: #039be5;
}
#coming-soon .xmcountdown > div:nth-child(2) {
  background: url("../images/countdown/countdown-item2.png") no-repeat center;
}
#coming-soon .xmcountdown > div:nth-child(2) .content {
  color: #1de9b6;
}
#coming-soon .xmcountdown > div:nth-child(3) {
  background: url("../images/countdown/countdown-item3.png") no-repeat center;
}
#coming-soon .xmcountdown > div:nth-child(3) .content {
  color: #ffd600;
}
#coming-soon .xmcountdown > div:nth-child(4) {
  background: url("../images/countdown/countdown-item4.png") no-repeat center;
}
#coming-soon .xmcountdown > div:nth-child(4) .content {
  color: #ff9100;
}
#coming-soon .xmcountdown > div .content {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
}
#coming-soon .xmcountdown > div .tag {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -2.8125rem;
}
#coming-soon-footer-wrap {
  background-color: #24292d;
}
#coming-soon-footer {
  padding-top: 2.5rem;
  min-height: 8.75rem;
}
#coming-soon-footer p {
  text-align: center;
}
#coming-soon-footer p br {
  display: none;
}
#coming-soon-footer p a {
  font-weight: 300;
}
#coming-soon-footer .social-links {
  width: 17.625rem;
  margin: 0 auto 1.5625rem;
}
@media screen and (max-width: 78.75rem) {
  #coming-soon {
    padding: 6.25rem 0 5rem;
    background: none;
    min-height: auto;
  }
  #coming-soon .coming-soon-msg {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #coming-soon .coming-soon-msg h3 {
    margin-bottom: 0.3125rem;
  }
  #coming-soon .xmcountdown {
    float: none;
    margin: 7.1875rem auto 0;
  }
}
@media screen and (max-width: 53.75rem) {
  #coming-soon .coming-soon-msg h2 {
    font-size: 4.375em;
  }
}
@media screen and (max-width: 41.25rem) {
  #coming-soon .coming-soon-msg h3 {
    font-size: 1.125em;
  }
  #coming-soon .coming-soon-msg h2 {
    font-size: 3.75em;
  }
  #coming-soon .xmcountdown {
    width: 8.125rem;
  }
  #coming-soon .xmcountdown > div {
    margin: 0 0 5rem 0;
  }
}
@media screen and (max-width: 28.75rem) {
  #coming-soon-footer p {
    height: 4.375rem;
  }
  #coming-soon-footer p span {
    display: none;
  }
  #coming-soon-footer p br {
    display: block;
  }
}
footer p {
  color: #859299;
}
#footer-top-wrap {
  background-color: #2f383d;
}
#footer-top {
  min-height: 25rem;
  padding: 3.4375rem 0 4.0625rem;
}
#footer-top article {
  float: left;
  width: 16.875rem;
  margin-right: 1.875rem;
}
#footer-top article:last-child {
  margin-right: 0;
}
#footer-top article > h6 {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0.5625rem;
}
#footer-top article:first-child > h6 {
  margin-bottom: 1.25rem;
}
#footer-top article:nth-child(2) > h6 {
  margin-bottom: 0.625rem;
}
#footer-top article .logo {
  width: 10.5625rem;
  height: 3.375rem;
  margin: 1.5625rem 0 1.25rem;
}
#footer-top article .contact-info {
  clear: both;
}
#footer-top article .payment-methods {
  margin-top: 1.875rem;
}
.contact-info li {
  margin-bottom: 0.9375rem;
  padding-left: 1.5625rem;
  position: relative;
}
.contact-info li:last-child {
  margin-bottom: 0;
}
.contact-info li p {
  font-size: 0.75em;
  line-height: 1em;
}
.contact-info li p a {
  color: #859299;
  font-weight: 300;
}
.contact-info li p a:hover {
  color: #00b0ff;
}
.contact-info li svg {
  position: absolute;
  left: 0.3125rem;
  fill: #00b0ff;
}
.contact-info li .svg-pin {
  width: 0.625rem;
  height: 0.9375rem;
  top: -0.0625rem;
}
.contact-info li .svg-phone {
  width: 0.6875rem;
  height: 0.9375rem;
  top: -0.125rem;
}
.contact-info li .svg-envelope {
  width: 0.875rem;
  height: 0.5625rem;
  top: 0.125rem;
}
.payment-methods {
  width: 13.8125rem;
  overflow: hidden;
}
.payment-methods li {
  float: left;
  width: 1.9375rem;
  height: 1.3125rem;
  margin-right: 0.4375rem;
}
.payment-methods li:last-child {
  margin-right: 0;
}
#footer-menu {
  width: 14.6875rem;
}
#footer-menu li {
  border-bottom: 0.0625rem solid #475055;
  position: relative;
}
#footer-menu li a {
  color: #acbdc6;
  font-size: 0.875em;
  display: block;
  line-height: 2.5rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#footer-menu li .svg-arrow {
  width: 0.375rem;
  height: 0.625rem;
  fill: #acbdc6;
  position: absolute;
  top: 0.9375rem;
  right: 0;
  pointer-events: none;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
#footer-menu li:hover a {
  color: #0ec3f7;
}
#footer-menu li:hover .svg-arrow {
  fill: #0ec3f7;
}
#footer-menu li:last-child {
  border-bottom: none;
}
#footer-bottom-wrap {
  background-color: #24292d;
}
#footer-bottom {
  min-height: 4.6875rem;
  overflow: hidden;
}
#footer-bottom p {
  float: left;
  line-height: 4.6875rem;
}
#footer-bottom p br {
  display: none;
}
#footer-bottom p a {
  font-weight: 300;
}
#footer-bottom .social-links {
  float: right;
  width: 17.625rem;
  margin-top: 1.375rem;
}
.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  margin-right: 0.75rem;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.social-links li.fb:hover a,
.social-links li.twt:hover a,
.social-links li.gplus:hover a,
.social-links li.db:hover a,
.social-links li.rss:hover a,
.social-links li.vm:hover a,
.social-links li.fk:hover a {
  background-color: #00b0ff;
}
.social-links li.fb a {
  background: url("../images/social/fb-brand.png") no-repeat center #355599;
}
.social-links li.twt a {
  background: url("../images/social/twt-brand.png") no-repeat center #0fccf4;
}
.social-links li.gplus a {
  background: url("../images/social/gplus-brand.png") no-repeat center #e0133a;
}
.social-links li.db a {
  background: url("../images/social/db-brand.png") no-repeat center #e92a83;
}
.social-links li.rss a {
  background: url("../images/social/rss-brand.png") no-repeat 50% 45% #ffa11b;
}
.social-links li.vm a {
  background: url("../images/social/vm-brand.png") no-repeat center #07c8aa;
}
.social-links li.fk a {
  background: url("../images/social/fk-brand.png") no-repeat center #834ca9;
}
@media screen and (max-width: 78.75rem) {
  #footer-top {
    width: 43.75rem;
    padding-bottom: 0;
  }
  #footer-top article {
    margin: 0 10rem 2.5rem 0;
  }
  #footer-top article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 53.75rem) {
  #footer-top {
    width: 37.5rem;
  }
  #footer-top article {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 46.25rem) {
  #footer-bottom {
    padding: 1.5625rem 0 1.5625rem;
  }
  #footer-bottom p {
    float: none;
    line-height: 1em;
    height: 2.5rem;
    text-align: center;
  }
  #footer-bottom ul.social-links {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 42.5rem) {
  #footer-top {
    width: 16.875rem;
  }
  #footer-top article {
    margin-right: 0;
  }
}
@media screen and (max-width: 28.75rem) {
  #footer-bottom p {
    line-height: 1.4em;
    height: 3.4375rem;
  }
  #footer-bottom p span {
    display: none;
  }
  #footer-bottom p br {
    display: block;
  }
}
#dingzhizx .list-item {
  height: 20rem;
  /*margin-right: 1.4rem;*/
  margin-bottom: 1rem;
}
ul#dingzhizx .list-item .description h6 {
  float: left;
  font-size: 1em;
  margin-top: 0rem;
}
#dingzhizx > li:nth-child(4n) {
    margin-right: 0;
}
.zxjuzuo {
  text-align: right;
  margin-top: 1.4rem;
}

.shop-sidebar ul.product-preview > li h6 {
  margin-top: 0.8rem;
}
footer ul.product-preview > li h6 {
  margin-top: 0.8rem;
}
.main-promo h2 {
  color: #fff;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-20 {
  margin-top: 20px;
}
/* 以下是表单样式 */

/* 容器样式 */
.panda-custom-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  font-family: Arial, sans-serif;
  /* 防止继承奇怪的字体 */
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
}

.form-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.form-header p {
  margin: 5px 0 0;
  color: #777;
  font-size: 14px;
}

/* Grid 布局核心：一行两列 */
.panda-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 左右平分 */
  gap: 20px;
  /* 间距 */
}

/* 跨两列的元素 (全宽) */
.full-width {
  grid-column: span 2;
}

/* 表单组 */
.form-group {
  display: flex;
  flex-direction: column;
}

/* 统一 Label 样式：强制靠左！ */
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #333;
  text-align: left !important;
  /* 强制靠左 */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 统一 Input, Select, Textarea 样式 */
.panda-form-grid input[type="text"],
.panda-form-grid input[type="email"],
.panda-form-grid input[type="number"],
.panda-form-grid select,
.panda-form-grid textarea {
  width: 100%;
  height: 48px;
  /* 强制统一高度 */
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* 圆角 */
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  /* 确保 padding 不会撑大盒子 */
  outline: none;
  transition: border-color 0.3s;
}

/* 文本域高度单独设置 */
.panda-form-grid textarea {
  height: auto;
  padding: 15px;
  resize: vertical;
}

/* 聚焦时的颜色 */
.panda-form-grid input:focus,
.panda-form-grid select:focus,
.panda-form-grid textarea:focus {
  border-color: #333;
  background-color: #fff;
}

/* 上传文件框美化 */
.file-upload-wrapper {
  border: 1px dashed #ccc;
  padding: 10px;
  background: #fdfdfd;
  border-radius: 4px;
}

.file-upload-wrapper input {
  border: none;
  background: transparent;
  height: auto;
  padding: 0;
}

.form-group small {
  color: #999;
  font-size: 11px;
  margin-top: 4px;
  text-align: left;
}

/* 按钮样式 */
.submit-btn {
  width: 100%;
  background-color: #00aaff;
  /* 你的蓝色 */
  color: white;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #008ecc;
}

/* 手机端适配：屏幕变窄时，全部变成一列 */
@media (max-width: 480px) {
  .panda-form-grid {
    grid-template-columns: 1fr;
    /* 强制变一列 */
    gap: 15px;
  }

  .full-width {
    grid-column: span 1;
  }
}
.zxp4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.zxleft{
    float: left;
    width: 58.71795%;
}
#dingzhizx2 ul.product-list .list-item {
    float: left;
    width: 23.5rem;
    height: 21.5rem;
    border: 0rem solid #d5d5d5;
    margin-right: 1.15rem;
    padding: 0rem;
    position: relative;
}
#dingzhizx2 ul.product-list .list-item figure {
    width: 23.5rem;
    height: 16.2rem;
    margin-bottom: 0.9375rem;
}
#dingzhizx2 ul.product-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.cmp-popup{
    margin-top: 20px;
}
.zxcpjs .item h2{
    margin: 10px 0;
    color: #333333;
}
.submenu-list h6 a:hover{
    color: #ffffff;
    font-weight: 600;
}
    .line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    /* 隐藏 details 默认的小三角 */
    details > summary { list-style: none; }
    details > summary::-webkit-details-marker { display: none; }
    
    .badge-hot {
    background-color: #fc5c51; /* 还原图中的珊瑚红 */
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 2px;
    border-radius: 4px; /* 图中那种微圆角 */
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}