@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: gray;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.71429em;
  font-weight: 300;
}

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: #4e5c64;
  font-size: 7.8125em;
}
h2 {
  color: #fff;
}
h3 {
  color: #4e5c64;
  font-size: 1.5em;
}
h3.title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
h3.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #00b0ff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
h4 {
  color: #fff;
  font-family: "GoodDog", sans-serif;
  font-weight: 400;
}
h5 {
  color: #4e5c64;
  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: 1170px;
  width: 95%;
  margin: 0 auto;
}
.slidable {
  overflow: hidden;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
select {
  color: gray;
  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: 5px;
  height: 7px;
  -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: 13px;
  right: 13px;
}
.westeros-form label:last-child {
  margin-right: 0;
}
.westeros-form label > .radio,
.westeros-form label > .checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  position: relative;
  top: 4px;
}
.westeros-form label > .radio {
  border-radius: 50%;
}
.westeros-form label > .radio span {
  width: 7px;
  height: 7px;
  background-color: #0ec3f7;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}
.westeros-form label > .checkbox {
  border-radius: 2px;
}
.westeros-form label > .checkbox span {
  width: 13px;
  height: 13px;
  background: url("../images/icons/check.png") 50% 50% no-repeat;
  display: none;
}
.westeros-form input[type="text"],
.westeros-form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 8px 12px 5px 12px;
}
.westeros-form input[type="text"] {
  height: 38px;
  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: 1px solid #d5d5d5;
  border-radius: 2px;
  height: 30px;
  padding: 0 40px 0 6px;
  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: 12px;
  font-weight: 400;
}
.button {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ee724e;
  border-radius: 4px;
  border-bottom: none;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #ee724e;
}
a.button.medium {
  width: 52px;
  height: 43px;
}
a.button.secondary {
  background-color: #ff9100;
  border-bottom-color: #ee724e;
}
a.button.secondary:hover {
  background-color: #ffa023;
}
a.button.cart-add .svg-plus {
  width: 13px;
  height: 13px;
  fill: #fff;
  position: absolute;
  top: 14px;
  left: 10px;
}
a.button.cart-add:hover {
  background-color: #eb5c36;
}
a.button.no-stock {
  background-color: #e72622;
  border-bottom-color: #cf1814;
  pointer-events: none;
}
a.button.no-stock .svg-plus {
  width: 13px;
  height: 13px;
  fill: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 10px;
}
a.button.wishlist {
  background-color: #00acc1;
  border-bottom-color: #0092a2;
}
a.button.wishlist .svg-wishlist {
  width: 16px;
  height: 13px;
  fill: #fff;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -8px;
}
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: 20px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 14px;
  left: 16px;
}
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: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 10px;
  left: 16px;
}
a.button.full-view:hover {
  background-color: #ffcf2e;
}
a.button.compare {
  background-color: #89d307;
  border-bottom-color: #6caa00;
}
a.button.compare .svg-compare {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: absolute;
  top: 13px;
  left: 17px;
}
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: 70px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: -8px;
  opacity: 0;
}
a.button.quick-view:after {
  content: "Quick View";
  width: 80px;
  left: -13px;
  -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: 205px;
  position: relative;
}
.westeros-dropdown-container.small {
  width: 70px;
}
.westeros-dropdown {
  display: none;
  opacity: 0;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 4px;
  right: 10px;
  background-color: #fff;
  z-index: 10000;
}
.westeros-dropdown.default li {
  border-bottom: 1px 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: 8px;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}
.westeros-dropdown.default li svg.svg-gear {
  width: 10px;
  height: 10px;
}
.westeros-dropdown.default li svg.svg-wishlist {
  width: 10px;
  height: 8px;
}
.westeros-dropdown.default li svg.svg-compare {
  width: 10px;
  height: 10px;
}
.westeros-dropdown.default li svg.svg-cart {
  width: 11px;
  height: 11px;
}
.westeros-dropdown.default li a {
  display: block;
  color: #afafaf;
  font-size: 11px;
  line-height: 28px;
  padding: 0 25px 0 10px;
  -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: 70px;
  padding: 5px 0 0 85px;
  margin-bottom: 20px;
  position: relative;
}
ul.product-preview > li figure {
  width: 70px;
  height: 70px;
  border: 5px 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: 2px;
}
ul.product-preview > li a > p.highlighted {
  float: left;
}
ul.product-preview > li ul.rating {
  float: left;
  clear: both;
  margin: 5px 0 6px;
}
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: 5px 0 0 10px;
  font-size: 0.75em;
  font-weight: 400;
  text-decoration: line-through;
}
ul.product-preview > li:last-child {
  margin-bottom: 0;
}
ul.rating {
  width: 55px;
  overflow: hidden;
}
ul.rating li {
  float: left;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}
ul.rating li svg {
  float: left;
  width: 7px;
  height: 7px;
  fill: #d5d5d5;
}
ul.rating li.filled svg {
  fill: #00b0ff;
}
ul.rating li:last-child {
  margin-right: 0;
}
ul.rating.big {
  width: 70px;
}
ul.rating.big li {
  width: 10px;
  height: 10px;
}
ul.rating.big li svg {
  width: 10px;
  height: 10px;
}
ul.rating.big li:last-child {
  margin-right: 0;
}
ul.rating.large {
  width: 120px;
}
ul.rating.large li {
  width: 20px;
  height: 19px;
}
ul.rating.large li svg {
  width: 20px;
  height: 19px;
}
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: 260px;
  margin-right: 0;
  position: relative;
  padding: 20px 20px 0 230px;
}
ul.product-list.list .list-item .social {
  display: block;
  width: 114px;
  position: absolute;
  bottom: 20px;
}
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: 9px;
  left: 9px;
  width: 200px;
}
ul.product-list.list .list-item .actions a.button.quick-view {
  top: 40px;
}
ul.product-list.list .list-item .actions a.button.quick-view .svg-quickview {
  width: 16px;
  height: 9px;
  top: 11px;
  left: 12px;
}
ul.product-list.list .list-item .actions a.button.full-view {
  top: 101px;
}
ul.product-list.list .list-item .actions a.button.full-view .svg-fullview {
  width: 16px;
  height: 16px;
  top: 8px;
  left: 12px;
}
ul.product-list.list .list-item .actions a.button.compare {
  top: 163px;
}
ul.product-list.list .list-item .actions a.button.compare .svg-compare {
  width: 14px;
  height: 14px;
  top: 10px;
  left: 13px;
}
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: 40px;
  height: 33px;
  margin-left: -20px;
}
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: 69px;
  height: 83px;
  top: 19px;
  left: 17px;
  background: url("../images/discount-pin1.png") no-repeat center;
  padding-top: 15px;
}
ul.product-list.list .list-item figure {
  width: 200px;
  height: 240px;
  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: 72px;
  left: 230px;
}
ul.product-list.list .list-item .description h6 {
  font-size: 1.5em;
  margin-bottom: 25px;
}
ul.product-list.list .list-item .description p.highlighted.previous {
  float: none;
  font-size: 0.875em;
  margin-top: 0;
  position: absolute;
  top: 48px;
  right: 135px;
}
ul.product-list.list .list-item .description p.highlighted.current {
  float: none;
  font-size: 1.875em;
  line-height: 1em;
  position: absolute;
  top: 35px;
  right: 20px;
}
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: 427px;
  left: auto;
  right: 20px;
  bottom: 20px;
}
ul.product-list.list .list-item .cart-options a.button.wishlist {
  width: 227px;
  padding-left: 52px;
  text-align: left;
}
ul.product-list.list .list-item .cart-options a.button.wishlist .svg-wishlist {
  left: 24px;
  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: 476px;
}
ul.product-list.grid-v2 .list-item figure {
  margin-bottom: 40px;
}
ul.product-list.grid-v2 .list-item .description {
  text-align: center;
}
ul.product-list.grid-v2 .list-item .description ul.rating {
  width: 180px;
  position: absolute;
  bottom: 134px;
  left: 50%;
  margin-left: -90px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 10px 55px;
}
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: 6px;
}
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: 40px;
}
ul.product-list.grid-v2 .list-item .description p.highlighted.current {
  font-size: 1.5em;
  margin-top: 3px;
}
ul.product-list .list-item {
  float: left;
  width: 270px;
  height: 456px;
  border: 1px solid #d5d5d5;
  margin-right: 30px;
  padding: 9px;
  position: relative;
}
ul.product-list .list-item:last-child {
  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: 33px;
  -webkit-transform: translate(-160px, 0);
  -ms-transform: translate(-160px, 0);
  transform: translate(-160px, 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: 120px;
  -webkit-transform: translate(160px, 0);
  -ms-transform: translate(160px, 0);
  transform: translate(160px, 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: 207px;
  -webkit-transform: translate(-160px, 0);
  -ms-transform: translate(-160px, 0);
  transform: translate(-160px, 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: 52px;
  height: 43px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  display: none;
}
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: 69px;
  height: 83px;
  top: 19px;
  left: 17px;
  background: url("../images/discount-pin1.png") no-repeat center;
  padding-top: 15px;
}
ul.product-list .list-item figure {
  width: 250px;
  height: 300px;
  margin-bottom: 15px;
}
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: 12px;
}
ul.product-list .list-item .description p.highlighted.previous {
  float: right;
  font-size: 0.75em;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 15px;
}
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: 250px;
  position: absolute;
  left: 9px;
  bottom: 9px;
}
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: 150px;
  padding-left: 35px; 
  text-align: left;
  font-size: 0.72em;    
  letter-spacing: 0.03em;
}
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: 500px;
  height: 280px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  margin: -100px auto 0;
  padding-top: 22px;
  text-align: center;
}
.compare-modal img[alt="logo"] {
  display: block;
  margin: 0 auto 25px;
  padding-right: 20px;
}
.compare-modal h5 {
  color: #49555c;
  font-size: 1em;
  margin-bottom: 10px;
}
.compare-modal h5 span {
  color: #00b0ff;
}
.compare-modal .options {
  width: 410px;
  margin: 35px auto 0;
}
.compare-modal .options .button.medium {
  float: left;
  width: 195px;
  margin-right: 20px;
  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: 940px;
  height: 580px;
  margin: 20px auto;
  background-color: #ebebeb;
  border: 1px solid #d5d5d5;
  position: relative;
}
.product-quick-view a.button.mfp-close {
  width: 52px;
  height: 43px;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
}
.product-quick-view a.button.mfp-close:before {
  content: url("../images/close-quick-v.png");
  position: absolute;
  top: 2px;
  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: 25px;
  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 25px;
}
.product-quick-view.builder
  .product-description
  .westeros-form
  .select-block
  select {
  width: 100%;
}
.product-quick-view.builder .product-description .color-selection {
  float: none;
  margin: 25px 0;
}
.product-quick-view.builder .product-description .quantity-selection {
  float: left;
  margin-right: 35px;
}
.product-quick-view.builder .product-description .final-price {
  float: left;
}
.product-quick-view.builder .product-description .options {
  float: right;
  clear: none;
  padding-top: 20px;
}
.product-quick-view.builder .product-description p.highlighted.current {
  font-size: 1.5em;
}
.product-quick-view .product-pictures {
  float: left;
  width: 370px;
  padding: 25px 0 0 25px;
  position: relative;
}
.product-quick-view .product-pictures .product-photo {
  width: 370px;
  height: 440px;
  margin-bottom: 10px;
}
.product-quick-view .product-pictures .product-photo figure {
  width: 350px;
  height: 420px;
}
.product-quick-view .product-pictures .product-stamp {
  position: absolute;
  top: 15px;
  left: 7px;
}
.product-quick-view .product-pictures .product-stamp figure {
  width: 350px;
  height: 420px;
}
.product-quick-view .product-pictures .picture-views {
  width: 370px;
  overflow: hidden;
}
.product-quick-view .product-pictures .picture-views li {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  padding: 4px;
  border: 1px 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: 60px;
  height: 60px;
}
.product-quick-view .product-description {
  float: right;
  width: 54.02299%;
  margin-top: 35px;
  padding-top: 12px;
  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: 10px 0 7px;
}
.product-quick-view .product-description ul.rating {
  clear: left;
  margin-bottom: 15px;
}
.product-quick-view .product-description p.highlighted.current {
  display: inline-block;
  font-size: 1.875em;
  margin: 20px 8px 25px 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: 20px;
}
.product-quick-view .product-description .stock span {
  margin-left: 5px;
}
.product-quick-view .product-description .westeros-form {
  margin: 8px 0 25px;
}
.product-quick-view .product-description .westeros-form label {
  display: inline-block;
  margin-right: 15px;
}
.product-quick-view .product-description .westeros-form label:last-child {
  margin-top: 10px;
}
.product-quick-view .product-description .color-selection {
  float: left;
  margin: 0 30px 30px 0;
}
.product-quick-view .product-description .color-selection .colorpicker {
  padding-left: 2px;
  margin-top: 15px;
}
.product-quick-view .product-description .color-selection + div {
  float: left;
}
.product-quick-view .product-description .counter {
  margin: 14px 0 30px;
}
.product-quick-view .product-description .options {
  clear: left;
}
.product-quick-view .product-description .options a.button {
  float: left;
  margin-right: 10px;
}
.product-quick-view .product-description .options a.button.cart-add,
.product-quick-view .product-description .options a.button.no-stock {
  width: 220px;
  padding-left: 35px;
  text-align: left;
}
.product-quick-view .product-description .options a.button:last-child {
  margin-right: 0;
}
.product-photo {
  width: 270px;
  height: 320px;
  border: 1px solid #d5d5d5;
  padding: 9px;
}
.product-photo figure {
  width: 250px;
  height: 300px;
}
.stock svg {
  margin: 0 -2px 0 5px;
}
.stock .available {
  color: #6cc729;
}
.stock .limited {
  color: #ff8a00;
}
.stock .not-available {
  color: #d52929;
}
.stock .svg-check {
  width: 15px;
  height: 12px;
  fill: #6cc729;
}
.stock .svg-limited {
  width: 17px;
  height: 12px;
  fill: #ff8a00;
}
.stock .svg-plus {
  width: 10px;
  height: 10px;
  fill: #d52929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.colorpicker li {
  float: left;
  width: 33px;
  height: 33px;
  outline: 1px solid #d5d5d5;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.colorpicker li:last-child {
  margin-right: 0;
}
.colorpicker li span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.colorpicker li.selected {
  outline-width: 2px;
}
.counter {
  width: 65px;
  height: 35px;
  border: 1px solid #d5d5d5;
  position: relative;
}
.counter .control {
  width: 14px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.counter .control.left {
  left: 0;
  border-right: 1px solid #d5d5d5;
}
.counter .control.left:before {
  content: url("../images/icons/counter-minus.png");
  position: absolute;
  top: 3px;
  left: 4px;
}
.counter .control.right {
  right: 0;
  border-left: 1px solid #d5d5d5;
}
.counter .control.right:before {
  content: url("../images/icons/counter-plus.png");
  position: absolute;
  top: 5px;
  left: 4px;
}
.counter .value h5 {
  color: #81929b;
  line-height: 32px;
  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: 2000px;
}
.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: 66px;
  overflow: hidden;
}
ul.slide-controls li {
  float: left;
  margin-right: 10px;
}
ul.slide-controls li:last-child {
  margin-right: 0;
}
ul.slide-controls a.button {
  width: 28px;
  height: 30px;
  border-bottom: 2px solid #0091ea;
  background-color: #00b0ff;
  position: relative;
}
ul.slide-controls a.button:hover {
  background-color: #2abdff;
}
ul.slide-controls a.button .svg-arrow {
  width: 5px;
  height: 9px;
  fill: #fff;
  position: absolute;
  top: 10px;
}
ul.slide-controls a.button.prev .svg-arrow {
  left: 11px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.slide-controls a.button.next .svg-arrow {
  left: 12px;
}
ul.bullets {
  overflow: hidden;
}
ul.bullets li {
  float: left;
  width: 370px;
  padding-left: 70px;
  margin: 0 30px 55px 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: 315px;
  fill: #00b0ff;
}
ul.bullets li .svg-chat {
  width: 40px;
  height: 32px;
}
ul.bullets li .svg-globe {
  width: 42px;
  height: 41px;
}
ul.bullets li .svg-piggy {
  width: 36px;
  height: 37px;
}
ul.bullets li .svg-ribbon {
  width: 34px;
  height: 42px;
}
ul.bullets li .svg-truck {
  width: 58px;
  height: 40px;
}
ul.bullets li .svg-customer-service {
  width: 38px;
  height: 38px;
}
ul.bullets li h6 {
  font-size: 1.125em;
  text-transform: none;
  margin-bottom: 8px;
}
.posts-widget li {
  height: 70px;
  padding: 5px 0 0 85px;
  margin-bottom: 20px;
  position: relative;
}
.posts-widget li:last-child {
  margin-bottom: 0;
}
.posts-widget li .post-picture {
  width: 70px;
  height: 70px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  padding: 4px;
  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: 60px;
  height: 60px;
}
.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: 1px;
}
.posts-widget li .actions {
  position: absolute;
  bottom: 6px;
  left: 85px;
}
.posts-widget li .actions p {
  float: left;
  margin-right: 20px;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
.posts-widget li .actions .views {
  margin-right: 39px;
}
.posts-widget li .actions .views .svg-quickview {
  width: 16px;
  height: 9px;
  fill: #ffc300;
  margin-right: 2px;
}
.posts-widget li .actions .comments .svg-comment {
  width: 12px;
  height: 12px;
  fill: #18cab0;
  position: absolute;
  top: 2px;
  left: -18px;
}
ul.blog-post-preview {
  overflow: hidden;
}
ul.blog-post-preview .list-item {
  border: 1px solid #d5d5d5;
  padding: 9px 9px 0;
  position: relative;
}
ul.blog-post-preview .list-item figure {
  width: 250px;
  height: 175px;
}
ul.blog-post-preview .list-item .content p.highlighted {
  margin: 15px 0 10px;
  letter-spacing: 0.08em;
}
ul.blog-post-preview .list-item .content h6 {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 5px;
}
ul.blog-post-preview .list-item .actions {
  position: absolute;
  bottom: 14px;
  right: 9px;
}
ul.blog-post-preview .list-item .actions p {
  float: left;
  margin-right: 20px;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
ul.blog-post-preview .list-item .actions .views {
  margin-right: 39px;
}
ul.blog-post-preview .list-item .actions .views .svg-quickview {
  width: 16px;
  height: 9px;
  fill: #ffc300;
  margin-right: 2px;
}
ul.blog-post-preview .list-item .actions .comments .svg-comment {
  width: 12px;
  height: 12px;
  fill: #18cab0;
  position: absolute;
  top: 2px;
  left: -18px;
}
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: 270px;
  height: 476px;
  margin-right: 30px;
}
ul.blog-post-preview.grid .list-item:last-child {
  margin-right: 0;
}
ul.blog-post-preview.grid .list-item .content {
  padding: 0 5px;
}
ul.blog-post-preview.grid .list-item .content p.highlighted {
  margin-top: 20px;
}
ul.blog-post-preview.grid .list-item .content h6 {
  margin-bottom: 10px;
}
ul.blog-post-preview.list .list-item {
  height: 194px;
  padding-left: 274px;
  padding-right: 15px;
  margin-bottom: 20px;
}
ul.blog-post-preview.list .list-item figure {
  position: absolute;
  top: 9px;
  left: 9px;
}
ul.blog-post-preview.list .content p.highlighted {
  margin-top: 12px;
}
ul.blog-post-preview.list .content h6 {
  margin-bottom: 12px;
}
ul.blog-post-preview.list .actions {
  bottom: 18px;
  right: 15px;
}
@media screen and (max-width: 1260px) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 870px;
    margin: 0 auto;
  }
  ul.brands-list {
    width: 918px;
    margin: 0 auto;
  }
  ul.bullets {
    width: 890px;
    margin: 0 auto;
  }
  ul.bullets li:nth-child(3n + 3) {
    margin-right: 30px;
  }
  ul.bullets li:nth-child(even) {
    margin-right: 0;
  }
  ul.bullets li:nth-child(odd) {
    margin-right: 150px;
  }
  .product-quick-view.full .product-description {
    width: 51.72414%;
  }
  .product-quick-view.full.view .options .button.cart-add {
    width: 170px;
    padding-left: 40px;
  }
  .product-quick-view.full.view .options .button.cart-add .svg-plus {
    left: 17px;
  }
}
@media screen and (max-width: 1160px) {
  .product-quick-view {
    width: 95%;
    height: auto;
    padding: 0 25px 30px;
  }
  .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: 1024px) {
  ul.bullets {
    width: 770px;
  }
  ul.bullets li:nth-child(odd) {
    margin-right: 30px;
  }
  ul.brands-list {
    width: 668px;
  }
}
@media screen and (max-width: 930px) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 570px;
  }
}
@media screen and (max-width: 860px) {
  ul.bullets {
    width: 370px;
  }
  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: 30px;
  }
  ul.brands-list {
    width: 418px;
  }
}
@media screen and (max-width: 620px) {
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 270px;
  }
  .compare-modal {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  .compare-modal img[alt="logo"] {
    padding-right: 0;
  }
  .compare-modal h5 span {
    display: block;
    margin-top: 5px;
  }
  .compare-modal h6 {
    line-height: 1.5em;
  }
  .compare-modal .options {
    width: 195px;
  }
  .compare-modal .options .button.medium {
    float: none;
    width: 195px;
    margin: 0 0 10px 0;
  }
  .product-quick-view .product-pictures {
    width: 270px;
  }
  .product-quick-view .product-pictures .product-photo {
    width: 270px;
    height: 320px;
  }
  .product-quick-view .product-pictures .product-photo figure {
    width: 250px;
    height: 300px;
  }
  .product-quick-view .product-pictures .product-stamp figure {
    width: 250px;
    height: 300px;
  }
  .product-quick-view .product-pictures .picture-views {
    width: 270px;
  }
  .product-quick-view .product-description .options {
    float: none;
    clear: left;
  }
  .product-quick-view .product-description .options a.button {
    margin-bottom: 20px;
  }
  .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: 10px;
  }
  .product-quick-view.full .product-description .options {
    float: none;
    clear: left;
  }
  .product-quick-view.full .product-description .options a.button {
    margin-bottom: 20px;
  }
  .product-quick-view.full .product-description .options a.button:last-child {
    float: none;
    clear: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  ul.bullets {
    width: 90%;
  }
  ul.bullets li {
    width: 100%;
    padding: 45px 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: 168px;
  }
  .product-quick-view {
    padding-top: 20px;
  }
  .product-quick-view a.button.mfp-close {
    width: 36px;
    height: 33px;
  }
  .product-quick-view a.button.mfp-close:before {
    top: -2px;
  }
  .product-quick-view .product-pictures {
    width: 225px;
  }
  .product-quick-view .product-pictures .product-photo {
    width: 225px;
    height: 320px;
  }
  .product-quick-view .product-pictures .product-photo figure {
    width: 205px;
    height: 300px;
  }
  .product-quick-view .product-pictures .product-stamp figure {
    width: 250px;
    height: 300px;
  }
  .product-quick-view .product-pictures .picture-views {
    width: 270px;
  }
  .product-quick-view.full .product-pictures {
    width: 270px;
  }
  .product-quick-view.full .product-pictures .product-photo {
    width: 270px;
    height: 320px;
  }
  .product-quick-view.full .product-pictures .product-photo figure {
    width: 250px;
    height: 300px;
  }
  .product-quick-view.full .product-pictures .product-stamp figure {
    width: 250px;
    height: 300px;
  }
  .product-quick-view.full .product-pictures .picture-views {
    width: 270px;
  }
}
header {
  background-color: #ebebeb;
}
header .westeros-separator {
  display: none;
}
#header-top-wrap {
  background-color: #e8734a;
}
#header-top {
  min-height: 40px;
  padding: 15px 22px 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: #fff
}
#header-top p.contact {
  float: left;
}
#header-top .svg-arrow {
  width: 5px;
  height: 8px;
  margin-left: 8px;
  fill: #686868;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
#header-top p.login {
  float: right;
  margin-right: 30px;
  position: relative;
}
#header-top p.login.logged .svg-logged {
  width: 12px;
  height: 14px;
  fill: gray;
  position: absolute;
  top: -2px;
  left: -20px;
}
#header-bottom {
  min-height: 105px;
  padding-top: 30px;
  background-color: #ebebeb;;
}
#header-bottom-wrap {
    background-color: #ebebeb;
}

#header-bottom .logo {
  float: left;
  width: 198px;
  height: 45px;
  margin-right: 140px;
}
#header-bottom .westeros-form {
  float: left;
  position: relative;
  margin-top: 4px;
}
#header-bottom .westeros-form select,
#header-bottom .westeros-form input[type="text"] {
  float: left;
  height: 38px;
  border: 1px solid #d5d5d5;
}
#header-bottom .westeros-form label {
  float: left;
  position: relative;
}
#header-bottom .westeros-form label.select-block {
  width: 160px;
}
#header-bottom .westeros-form label.select-block .svg-arrow.select-arrow {
  top: 17px;
  right: 13px;
}
#header-bottom .westeros-form select {
  width: 100%;
  padding-left: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header-bottom .westeros-form input[type="text"] {
  width: 373px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 50px 0 12px;
}
#header-bottom .westeros-form input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
}
#header-bottom .cart-control {
  float: right;
  margin-right: 35px;
}
.cart-control {
  width: 165px;
  height: 46px;
  padding: 10px 0 0 18px;
  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: 34px;
  height: 31px;
  position: absolute;
  top: 8px;
  left: -32px;
}
.cart-control .svg-arrow {
  position: absolute;
  top: 20px;
  right: 5px;
}
.cart {
  width: 350px;
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 26px;
  right: -20px;
  z-index: 10001;
  background-color: #fff;
  box-shadow: 0 2px 4px 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: 3px;
}
.cart li.item,
.cart li.total {
  border-bottom: 1px solid #d5d5d5;
}
.cart li.item {
  height: 70px;
  padding: 14px 0 14px 45px;
  position: relative;
}
.cart li.item .picture {
  width: 40px;
  height: 40px;
  padding: 2px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 14px;
  left: 0;
}
.cart li.item .picture figure {
  width: 34px;
  height: 34px;
}
.cart li.item .description {
  float: left;
  width: 140px;
}
.cart li.item .description p.highlighted {
  margin: 10px 0 2px 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: 20px;
}
.cart li.item .quantity {
  width: 25px;
}
.cart li.item .quantity h6 {
  float: right;
}
.cart li.item .price {
  width: 75px;
}
.cart li.item .price p.highlighted {
  float: right;
  font-size: 0.75em;
  line-height: 1em;
}
.cart li.item img[alt="remove"] {
  position: absolute;
  top: 35px;
  right: 5px;
  cursor: pointer;
}
.cart li.total,
.cart li.order {
  padding: 15px 0;
}
.cart li.total {
  padding-right: 43px;
}
.cart li.total h6,
.cart li.total p {
  float: right;
  clear: right;
  margin-bottom: 10px;
}
.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: 25px;
}
.cart li.total div:nth-child(2) h6:nth-last-child(2) {
  margin-bottom: 15px;
}
.cart li.total p.highlighted {
  font-size: 1.125em;
  line-height: 1em;
}
.cart li.order a.button {
  float: right;
  width: 126px;
  font-size: 0.75em;
  line-height: 32px;
  border-bottom-width: 2px;
}
.cart li.order a.button:nth-child(2) {
  width: 134px;
  margin-right: 10px;
}
@media screen and (max-width: 1260px) {
  header .westeros-separator {
    display: block;
  }
  #header-top .westeros-dropdown-container.small {
    display: none;
  }
  #header-bottom {
    padding: 100px 0 25px;
    position: relative;
  }
  #header-bottom .logo-container,
  #header-bottom .westeros-dropdown-container {
    width: 533px;
    position: absolute;
    left: 50%;
    margin-left: -266px;
  }
  #header-bottom .logo-container {
    top: 25px;
    padding-left: 50px;
  }
  #header-bottom .westeros-form {
    float: none;
    width: 533px;
    margin: 0 auto;
  }
  #header-bottom .westeros-dropdown-container {
    top: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #header-top {
    padding: 15px 0 0 0;
  }
  #header-top .westeros-dropdown-container {
    float: none;
    width: 165px;
    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: 12px;
    height: 14px;
    fill: gray;
    position: absolute;
    top: -2px;
    left: -20px;
  }
}
@media screen and (max-width: 620px) {
  #header-bottom .westeros-dropdown-container,
  #header-bottom .logo-container {
    width: 284px;
    margin-left: -142px;
    padding: 0;
  }
  #header-bottom .cart-control {
    width: 40px;
    padding: 12px 0 0 7px;
    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: 460px) {
  .cart {
    width: 284px;
    padding: 0 9px;
    right: 0;
  }
  .cart li.item .quantity {
    display: none;
  }
  .cart li.item .price {
    width: 70px;
  }
  .cart li.item img[alt="remove"] {
    display: none;
  }
  .cart li.total {
    padding-right: 9px;
  }
  .cart li.order a.button:nth-child(2) {
    float: left;
    width: 134px;
    margin-right: 0;
  }
}
#main-menu {
  height: 60px;
  background-color: #ee724e;
  position: relative;
}
#main-menu img[alt="pull-icon"] {
  display: none;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -13px;
  cursor: pointer;
}
#main-menu > ul {
  height: 60px;
}
#main-menu > ul > li {
  float: left;
  height: 60px;
  margin-right: 3px;
  border-bottom: 5px 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 35px;
  line-height: 60px;
  text-transform: uppercase;
}
#main-menu > ul > li > a.submenu:after {
  content: url("../images/icons/dropdown-arrow.png");
  position: relative;
  left: 8px;
  bottom: 4px;
}
#main-menu > ul > li > a.submenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -15px;
  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: 180px;
  padding-top: 10px;
  position: absolute;
  top: 60px;
  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: 85px;
}
#main-menu .submenu-small li {
  border-bottom: 1px solid #475055;
  position: relative;
}
#main-menu .submenu-small li a {
  display: block;
  padding-left: 15px;
  color: #acbdc6;
  font-size: 0.75em;
  line-height: 40px;
  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: 4px;
  height: 7px;
  position: absolute;
  top: 17px;
  right: 15px;
  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: 180px;
  position: absolute;
  top: 0;
  right: -180px;
  z-index: 10000;
  display: none;
}
#main-menu .submenu-medium,
#main-menu .submenu-large {
  width: 900px;
  padding-top: 10px;
  position: absolute;
  top: 60px;
  z-index: 10000;
}
#main-menu .submenu-medium > li,
#main-menu .submenu-large > li {
  width: 100%;
  padding: 22px 0 25px 30px;
  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: 330px;
  left: -385px;
  display: none;
}
#main-menu .submenu-large:before {
  left: 452px;
}
#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: 235px;
  left: -48px;
  display: none;
}
#main-menu .submenu-medium:before {
  left: 132px;
}
#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: 170px;
  margin-right: 30px;
}
#main-menu .submenu-list > figure {
  width: 170px;
  height: 90px;
  margin-bottom: 15px;
}
#main-menu .submenu-list h6 {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #475055;
  padding-bottom: 9px;
}
#main-menu .submenu-list ul {
  margin-top: 10px;
}
#main-menu .submenu-list ul > li {
  margin-bottom: 1px;
  padding-left: 10px;
  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: 4px;
  height: 7px;
  fill: #acbdc6;
  position: absolute;
  top: 7px;
  left: 0;
}
#main-menu .submenu-list.double ul:nth-child(2) {
  margin-bottom: 25px;
}
.mobile-menu {
  width: 270px;
  height: 100%;
  background-color: #24292d;
  padding: 25px 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  transform: translate(-270px, 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 30px 18px;
}
.mobile-menu .svg-plus {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #fff;
  position: absolute;
  top: 33px;
  right: 25px;
  cursor: pointer;
}
.mobile-menu > ul {
  border-top: 1px solid #2f3438;
}
.mobile-menu > ul > li {
  border-bottom: 1px solid #2f3438;
}
.mobile-menu > ul > li > a {
  display: block;
  padding-left: 30px;
  line-height: 45px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
}
.mobile-menu > ul > li > a .svg-arrow {
  width: 5px;
  height: 9px;
  fill: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 18px;
  right: 25px;
}
.mobile-menu > ul > li > a:hover {
  background-color: #3a4045;
}
.mobile-menu > ul > li ul {
  border-top: 1px solid #2f3438;
  background-color: #202427;
  padding: 10px 0;
  display: none;
}
.mobile-menu > ul > li ul li.selected a {
  color: #00b0ff;
}
.mobile-menu > ul > li ul li a {
  display: block;
  padding-left: 40px;
  line-height: 30px;
  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: 1260px) {
  #main-menu {
    height: 50px;
  }
  #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: 12px;
  }
  .mobile-menu::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .mobile-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .mobile-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
  .mobile-menu.open {
    display: block;
  }
	
}
#banner-wrap {
  background: url("../images/banner-bg-2.png") no-repeat center;
  background-size: cover;
}
#banner {
  min-height: 443px;
  padding-top: 70px;
  position: relative;
}
#banner .main-promo {
  float: left;
  padding-left: 70px;
}
#banner .main-promo h2 {
  font-size: 1.4375em;
  line-height: 50px;
  text-align: center;
}
#banner .main-promo h2 span {
  font-size: 3.47826em;
}
#banner .main-promo p {
  width: 465px;
  margin: 10px 0 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#banner .main-promo a.button {
  width: 190px;
  margin: 0 auto;
}
#banner .speech-bubble {
  width: 106px;
  height: 135px;
  background: url("../images/speech-bubble2.png") no-repeat center;
  position: absolute;
  top: 45px;
  right: 427px;
  -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: 19px;
  left: 25px;
}
#banner .moustache-monster {
  width: 301px;
  height: 334px;
  position: absolute;
  top: 53px;
  right: 183px;
  z-index: 5;
  overflow: hidden;
}
#banner .moustache-shadow {
  width: 228px;
  height: 26px;
  background: url("../images/monster-shadow.png") no-repeat center;
  position: absolute;
  right: 220px;
  bottom: 45px;
}
#banner img[alt="monster"] {
  -webkit-animation: movemonster 0.8s ease;
  animation: movemonster 0.8s ease;
}
#banner #stars {
  position: absolute;
  top: 0;
  right: 0;
  width: 510px;
  height: 100%;
  overflow: hidden;
}
#banner .star {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}

html {
    background-color: #ebebeb;
}

#banner .star.small {
  width: 35px;
  height: 35px;
  top: 258px;
  right: 478px;
  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: 53px;
  height: 55px;
  top: 80px;
  right: 180px;
  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: 70px;
  height: 71px;
  top: 240px;
  right: 85px;
  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: 205px;
    right: 335px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes movestar {
  0% {
    top: 205px;
    right: 335px;
    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, 434px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes movemonster {
  0% {
    opacity: 0;
    transform: translate(0, 434px) 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: 1260px) {
  #banner {
    min-height: 410px;
  }
  #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: 620px) {
  #banner {
    min-height: 380px;
  }
  #banner .main-promo h2 {
    font-size: 1em;
    line-height: 40px;
  }
  #banner .main-promo p {
    width: 80%;
  }
}
@media screen and (max-width: 460px) {
  #banner {
    padding-top: 60px;
  }
  #banner .main-promo h2 {
    font-size: 0.8125em;
    line-height: 35px;
  }
  #banner .main-promo p {
    width: 90%;
  }
}
#advertising-wrap {
  background-color: #ebebeb;
}
#advertising {
  padding: 30px 0 60px;
}
#advertising .ad-box {
  margin-bottom: 30px;
}
#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: 620px) {
  #advertising {
    padding-bottom: 30px;
  }
  #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: 15px;
  }
}
.product-showcase-wrap {
  background-color: #ebebeb;
}
.product-showcase {
  min-height: 592px;
  padding-bottom: 60px;
  position: relative;
}
.product-showcase h3 {
  margin-top: 20px;
}
.product-showcase ul.slide-controls {
  position: absolute;
  top: 0px;
  right: 0;
  margin-top: 20px;
}
@media screen and (max-width: 620px) {
  .product-showcase h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .product-showcase ul.slide-controls {
    position: static;
    margin: 0 auto 20px;
  }
}
#institutional-wrap {
  background-color: #ebebeb;
}
#institutional {
  min-height: 340px;
  padding-bottom: 100px;
}
#institutional .bullets {
  margin-top: 60px;
}
#latest-blog-posts-wrap {
  background-color: #ebebeb;
}
#latest-blog-posts {
  min-height: 612px;
  padding-bottom: 60px;
  position: relative;
}
#latest-blog-posts h3 {
  margin-top: 5px;
}
#latest-blog-posts ul.slide-controls {
  position: absolute;
  top: -5px;
  right: 0;
}
@media screen and (max-width: 620px) {
  #latest-blog-posts h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  #latest-blog-posts ul.slide-controls {
    position: static;
    margin: 0 auto 20px;
  }
}
#billboard-wrap {
  background-color: #ebebeb;
}
#billboard {
  min-height: 406px;
  padding-bottom: 60px;
  overflow: hidden;
}
#billboard .accordion {
  float: left;
  width: 48.71795%;
}
#billboard .sale-promo {
  float: right;
  width: 570px;
  height: 282px;
  background: url("../images/sale-promo-bg.png") no-repeat 40px 90px;
  position: relative;
}
#billboard .sale-promo img[alt="bunny-monster"] {
  position: absolute;
  bottom: 0;
  right: 112px;
}
#billboard .sale-promo .speech-bubble {
  width: 279px;
  height: 272px;
  background: url("../images/speech-bubble.png") no-repeat center;
}
#billboard .sale-promo .speech-bubble h4 {
  position: absolute;
  top: 50px;
  left: 21px;
  font-size: 2.25em;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
#billboard .sale-promo .speech-bubble h4.remark {
  top: 79px;
  left: 41px;
  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: 13px;
  height: 14px;
  left: 220px;
  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: 425px;
  -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: 22px;
  height: 22px;
  left: 450px;
  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: 29px;
  height: 29px;
  left: 480px;
  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: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1260px) {
  #billboard .accordion {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
  }
  #billboard .sale-promo {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  #billboard .accordion {
    width: 100%;
    margin-bottom: 0;
  }
  #billboard .sale-promo {
    display: none;
  }
}
.accordion {
  border: 1px solid #d5d5d5;
  border-top: none;
}
.accordion > li > a {
  display: block;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  padding-left: 14px;
  position: relative;
}
.accordion > li > a h6 {
  font-size: 0.875em;
  line-height: 41px;
}
.accordion > li > a .plus {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  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: 20px 15px 25px;
  border-top: 1px solid #d5d5d5;
  background-color: #fff;
}
.accordion .sub-items > li > ul {
  margin: 8px 0 20px;
  padding-left: 15px;
}
.accordion .sub-items > li > ul li {
  margin-bottom: 14px;
}
.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: 4px;
  height: 7px;
  fill: #00b0ff;
  margin-right: 5px;
}
.accordion .sub-items > li > ul li:last-child {
  margin-bottom: 0;
}
.description-tab {
  margin: 0 auto 36px;
  position: relative;
}
.description-tab > li {
  float: left;
}
.description-tab > li:last-child {
  border-right: 1px solid #dedede;
}
.description-tab > li > a {
  display: block;
  padding: 0 30px;
  line-height: 43px;
  border: 1px 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: #4e5c64;
}
.description-tab > li > .item {
  width: 100%;
  min-height: 287px;
  padding: 33px 30px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 0;
  display: none;
}
.description-tab > li > .item.multiple {
  padding: 0;
}
.description-tab > li > .item p {
  margin-bottom: 25px;
}
.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 30px;
  border-bottom: 1px 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: 80px;
}
.description-tab > li > .item .sub-item.rate ul.rating {
  margin: 28px 20px 0 0;
}
.description-tab > li > .item .sub-item.rate h5 {
  float: left;
  line-height: 80px;
}
.description-tab > li > .item .sub-item.rate h5 span {
  color: #00b0ff;
}
.description-tab > li > .item .sub-item.review {
  padding-top: 33px;
  padding-bottom: 30px;
}
.description-tab > li > .item .sub-item.review h5 {
  margin-bottom: 18px;
}
.description-tab > li > .item .sub-item.review ul.rating {
  margin-right: 10px;
}
.description-tab > li > .item .sub-item.review .author {
  float: left;
  margin-bottom: 15px;
  font-size: 0.75em;
  line-height: 10px;
  font-weight: 400;
}
.description-tab > li > .item .sub-item.review .comment {
  clear: left;
}
.description-tab > li > .item .sub-item.review-form {
  padding-top: 33px;
  padding-bottom: 35px;
}
.description-tab > li > .item .sub-item.review-form h5 {
  font-size: 1.125em;
  margin-bottom: 34px;
}
.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: 22px;
}
.description-tab
  > li
  > .item
  .sub-item.review-form
  .featured-form
  div
  textarea {
  height: 110px;
  margin-bottom: 20px;
}
.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: 3px 10px 0 0;
}
.description-tab > li > .item .sub-item.review-form .featured-form button {
  width: 215px;
  margin: 0;
}
@media screen and (max-width: 942px) {
  .related-p {
    margin-top: -100px;
  }
}
@media screen and (max-width: 660px) {
  .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: 30px;
  }
  .description-tab > li > .item .sub-item.review-form .featured-form button {
    float: none;
    clear: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .description-tab > li {
    float: none;
  }
  .description-tab > li:first-child a {
    border-right: 1px solid #d5d5d5;
  }
  .description-tab > li > .item {
    top: 88px;
  }
  .description-tab > li > .item .sub-item.rate ul.rating {
    float: none;
    margin-bottom: 20px;
  }
  .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: 10px;
  }
}
#brands-wrap {
  background-color: #ebebeb;
}
#brands {
  min-height: 225px;
  padding-bottom: 100px;
  position: relative;
}
#brands h3 {
  margin: 5px 0 45px;
}
#brands ul.slide-controls {
  position: absolute;
  top: -5px;
  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: 87px;
}
ul.brands-list li:nth-child(1) a {
  width: 168px;
  height: 43px;
}
ul.brands-list li:nth-child(2) {
  margin-right: 102px;
}
ul.brands-list li:nth-child(2) a {
  width: 161px;
  height: 30px;
}
ul.brands-list li:nth-child(3) {
  margin-right: 98px;
}
ul.brands-list li:nth-child(3) a {
  width: 154px;
  height: 34px;
}
ul.brands-list li:nth-child(4) {
  margin-right: 112px;
}
ul.brands-list li:nth-child(4) a {
  width: 136px;
  height: 34px;
}
ul.brands-list li:nth-child(5) a {
  width: 150px;
  height: 35px;
}
@media screen and (max-width: 620px) {
  #brands h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  #brands ul.slide-controls {
    position: static;
    margin: 0 auto 25px;
  }
}
#section-nav-wrap {
  background-color: #ebebeb;
}
#section-nav {
  height: 40px;
  padding-top: 12px;
}
#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: 60px 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: 15px;
  clear: both;
}
.featured-form h3 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5d5d5;
}
.featured-form .rl-label {
  display: block;
  color: #4e5c64;
  font-size: 0.75em;
  margin-bottom: 10px;
  cursor: auto;
}
.featured-form .rl-label.required:after {
  content: "*";
  color: #00b0ff;
  margin-left: 3px;
}
.featured-form input[type="text"] {
  margin-bottom: 22px;
}
.featured-form input[type="text"]:last-child {
  margin-bottom: 0;
}
.featured-form textarea {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.featured-form .fp-msg {
  float: right;
  margin-top: 7px;
}
.featured-form button {
  float: right;
  margin-top: 8px;
}
.featured-form button.register {
  width: 252px;
  background-color: #00dfb9;
  border-bottom-color: #00c2a1;
}
.featured-form button.register:hover {
  background-color: #0ce6c1;
}
.featured-form button.login {
  width: 165px;
}
@media screen and (max-width: 1024px) {
  #register-login .featured-form {
    float: none;
    width: 100%;
  }
  #register-login .featured-form:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 620px) {
  #register-login .featured-form label[for="remember"] {
    float: left;
  }
  #register-login .featured-form .fp-msg {
    float: left;
    clear: left;
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 460px) {
  #register-login .featured-form .fp-msg {
    margin-bottom: 35px;
  }
  #register-login .featured-form button {
    float: none;
    margin: 8px auto 0;
  }
}
#shop-wrap {
  background-color: #ebebeb;
}
#shop {
  padding: 60px 0 100px;
  overflow: hidden;
}
#shop .shop-sidebar {
  float: right;
}
#shop .shop-products {
    float: none;
    width: 100%;
    margin: 0 auto;
}
#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: 45px 0 20px;
}
.shop-sidebar .title:nth-child(2) {
  margin-top: 0;
}
.shop-sidebar .subtitle {
  font-size: 0.75em;
  line-height: 16px;
  margin-bottom: 18px;
}
.shop-sidebar .accordion h6 {
  font-size: 0.75em;
  line-height: 38px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-sidebar .accordion h6:hover {
  color: #00b0ff;
}
.shop-sidebar .accordion .plus {
  width: 9px;
  height: 9px;
}
.shop-sidebar .accordion .plus > rect {
  fill: #0ec3f7;
}
.shop-sidebar .westeros-form.price-range {
  overflow: visible;
  padding: 20px 10px 0;
}
.shop-sidebar .westeros-form.price-range button {
  margin-top: 50px;
}
.shop-sidebar .westeros-form label.select-block {
  width: 100%;
  margin-bottom: 15px;
}
.shop-sidebar .westeros-form label.select-block.last {
  margin-bottom: 25px;
}
.shop-sidebar .westeros-form label.select-block select {
  width: 100%;
  height: 38px;
}
.shop-sidebar .westeros-form label.select-block .svg-arrow {
  top: 18px;
  right: 15px;
}
.shop-sidebar .westeros-form input[type="text"] {
  margin-bottom: 25px;
}
.shop-sidebar .westeros-form input[type="checkbox"] + label {
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .westeros-form input[type="radio"] + label {
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .westeros-form input[type="radio"] + label.last {
  margin-bottom: 25px;
}
.shop-sidebar .westeros-form .button.small {
  float: left;
  font-size: 0.625em;
  padding: 0 15px;
  line-height: 23px;
  letter-spacing: 0;
  border-bottom-width: 2px;
}
.shop-sidebar .westeros-form .button.vote {
  margin-right: 10px;
  background-color: #00acc1;
  border-bottom-color: #0092a2;
}
.shop-sidebar .colorpicker {
  margin-left: 2px;
}
.shop-sidebar .colorpicker li {
  margin: 0 20px 10px 0;
}
.shop-sidebar .colorpicker li:last-child {
  margin-right: 0;
}
.shop-sidebar ul.product-preview {
  margin-bottom: 45px;
}
.shop-sidebar ul.product-preview > li .picture {
  width: 70px;
  height: 70px;
  padding: 4px;
  background-color: #fff;
  border: 1px 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: 60px;
  height: 60px;
  border: none;
  position: static;
}
.shop-sidebar ul.product-preview > li h6 {
  color: #49555c;
}
.shop-sidebar .fb-page {
  margin-bottom: 45px;
}
.shop-sidebar .cart-total {
  margin-bottom: 20px;
}
div.sidebar-control {
  width: 40px;
  height: 40px;
  padding: 10px 0 0 10px;
  background-color: #00b0ff;
  box-shadow: 2px 2px 4px 2px rgba(2, 3, 0, 0.2);
  border-left: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
div.sidebar-control .svg-gear {
  width: 20px;
  height: 20px;
  fill: #fff;
}
svg.sidebar-control {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #4e5c64;
  position: absolute;
  top: 33px;
  right: 25px;
  z-index: 9999;
  cursor: pointer;
}
.shop-products {
  width: 74.44444%;
}
.shop-products.shop-cart .title {
  margin-bottom: 20px;
}
.shop-products .title {
  margin-bottom: 0;
}
.shop-products .title:first-child {
  margin-top: -6px;
}
.shop-products .title.heading {
  margin-bottom: 20px;
}
.shop-products .subtitle {
  font-size: 0.75em;
}
.shop-products .section-banner {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.shop-products .filters {
  margin-bottom: 20px;
}
.shop-products ul.product-list .list-item {
  margin-bottom: 20px;
}
.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: 256px;
  margin: 20px auto 0;
}
.shop-products .product-quick-view.full {
  margin-bottom: 40px;
}
.shop-products ul.blog-post-preview .list-item {
  margin-bottom: 20px;
}
.shop-products ul.blog-post-preview .list-item:nth-child(3n + 3) {
  margin-right: 0;
}
.shop-products .blog-post {
  margin: 20px 0 60px;
}
.tags {
  overflow: hidden;
}
.tags > li {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px 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: 18px;
  padding: 0 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters {
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
}
.filters .subtitle {
  float: left;
  line-height: 60px;
}
.filters .options {
  float: right;
}
.filters .options .westeros-form {
  float: left;
  margin-top: 15px;
}
.filters .options .westeros-form label.select-block {
  margin-right: 6px;
}
.filters .options .westeros-form label.select-block select {
  margin-left: 10px;
}
.filters .options .westeros-form label[for="sort"] {
  margin-left: 10px;
}
.display {
  float: left;
  margin: 15px 0 0 15px;
  overflow: hidden;
}
.display > li {
  float: left;
  width: 34px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.display > li:last-child {
  margin-right: 0;
}
.display > li svg {
  width: 14px;
  height: 14px;
  fill: #d5d5d5;
  position: absolute;
  top: 7px;
  left: 9px;
  -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: 28px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  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: 28px;
  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: 30px;
  border-bottom-width: 2px;
  background-color: #00b0ff;
}
.pager li .button:hover {
  background-color: #2abdff;
}
.pager li .svg-arrow {
  width: 5px;
  height: 9px;
  fill: #fff;
  position: absolute;
  top: 10px;
}
.pager li .prev .svg-arrow {
  left: 11px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pager li .next .svg-arrow {
  right: 11px;
}
.shopping-cart {
  display: table;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 40px;
}
.shopping-cart.order {
  border: none;
  border-top: 1px solid #d5d5d5;
  margin-bottom: 0;
}
.shopping-cart.order .cell.cart-item {
  width: 373px;
  height: 100px;
}
.shopping-cart.order .cell.cart-item .highlighted {
  color: #00b0ff;
  margin-bottom: 8px;
}
.shopping-cart.order .cell.cart-item:first-child {
  padding: 20px 0 0 14px;
}
.shopping-cart.order .cell.cart-item:first-child h3 {
  margin-bottom: 5px;
}
.shopping-cart.order .cell.cart-item:first-child h6 {
  margin-bottom: 5px;
}
.shopping-cart.summary .cell:last-child {
  padding-right: 14px;
}
.shopping-cart.summary .row:last-child p.highlighted {
  color: #00b0ff;
  font-size: 1.125em;
}
.shopping-cart.summary h3 {
  margin-top: 25px;
}
.shopping-cart.summary p.highlighted {
  float: right;
  margin-top: 25px;
}
.shopping-cart .row {
  display: table-row;
}
.shopping-cart .row:last-child .cell {
  border-bottom: none;
}
.shopping-cart .row.header .cell {
  height: 35px;
}
.shopping-cart .row.header .cell:first-child {
  text-align: left;
  padding-left: 15px;
}
.shopping-cart .row.header .cell h5 {
  line-height: 35px;
}
.shopping-cart .cell {
  display: table-cell;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  vertical-align: top;
  text-align: center;
}
.shopping-cart .cell.cart-item {
  width: 353px;
  height: 156px;
}
.shopping-cart .cell.cart-item:first-child {
  text-align: left;
  padding: 20px 0 0 145px;
  position: relative;
}
.shopping-cart .cell.cart-item .product-picture {
  border: 1px solid #d5d5d5;
  padding: 3px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.shopping-cart .cell.cart-item .product-picture figure {
  width: 107px;
  height: 128px;
}
.shopping-cart .cell.cart-item .highlighted {
  margin: 0 0 10px;
  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: 3px 0 10px;
  color: #4e5c64;
  font-size: 0.625em;
}
.shopping-cart .cell.cart-item h6 span {
  color: #81929b;
}
.shopping-cart .cell.cart-summary {
  width: 87.4424%;
  height: 60px;
  padding-left: 15px;
}
.shopping-cart .cell.cart-summary h3 {
  color: #49555c;
  font-size: 1em;
  margin-top: 25px;
  text-align: left;
}
.shopping-cart .cell.cart-summary p.highlighted {
  margin-top: 25px;
}
.shopping-cart .cell.buttons {
  padding-top: 28px;
}
.shopping-cart .cell.buttons.small {
  width: 158px;
}
.shopping-cart .cell.buttons.big {
  width: 282px;
}
.shopping-cart .cell .highlighted {
  color: #49555c;
  margin-top: 42px;
  font-size: 0.875em;
}
.shopping-cart .cell .counter {
  margin: 32px auto 0;
}
.shopping-cart .cell .button.cart-add {
  float: right;
  width: 190px;
  text-align: left;
  padding-left: 50px;
  margin: 0 15px 10px 0;
}
.shopping-cart .cell .actions {
  float: right;
  margin-right: 15px;
}
.shopping-cart .cell .actions .button {
  float: left;
}
.shopping-cart .cell .actions .button.compare {
  margin-right: 10px;
  clear: both;
}
.shopping-cart .cell .actions .button.no-stock {
  pointer-events: auto;
}
.shopping-cart .cell .actions .button.no-stock .svg-plus {
  left: 20px;
}
.shopping-cart .cell:last-child {
  border-right: none;
}
.cart-total {
  border: 1px solid #d5d5d5;
  padding-top: 14px;
}
.cart-total .subtotal {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  padding: 0 14px;
}
.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: 1px solid #d5d5d5;
  padding: 12px 14px 11px;
}
.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: 1px solid #d5d5d5;
}
.checkout-progress h5 {
  border-bottom: 1px solid #d5d5d5;
  padding-left: 14px;
  line-height: 33px;
  position: relative;
}
.checkout-progress h5 svg {
  position: absolute;
  top: 12px;
  right: 15px;
}
.checkout-progress h5 .svg-plus {
  width: 11px;
  height: 11px;
  fill: #d52929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-progress h5 .svg-check {
  width: 13px;
  height: 10px;
  fill: #6cc729;
}
.checkout-progress h5:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1260px) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 570px;
  }
  #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: 30px;
  }
}
@media screen and (max-width: 1160px) {
  #shop .shop-products {
    float: none;
    width: 100%;
  }
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 870px;
  }
  #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: 30px;
  }
  #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: 310px;
    height: 100%;
    padding: 38px 7px 0;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: auto;
    -webkit-transform: translate(-310px, 0);
    -ms-transform: translate(-310px, 0);
    transform: translate(-310px, 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: 40px;
  }
  #shop .shop-sidebar.checkout-cart .button {
    float: none;
    width: 250px;
    height: 43px;
    margin: 0 auto;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 930px) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 570px;
  }
  #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: 30px;
  }
}
@media screen and (max-width: 860px) {
  #shop .shop-products .filters {
    height: 90px;
  }
  #shop .shop-products .filters.single .options .westeros-form {
    margin-top: 30px;
  }
  #shop .shop-products .filters .subtitle {
    line-height: 90px;
  }
  #shop .shop-products .filters .options .westeros-form {
    margin-top: 10px;
  }
  #shop .shop-products .filters .options .westeros-form label {
    float: left;
  }
  #shop .shop-products .filters .options .westeros-form label select {
    margin-left: 15px;
  }
  #shop .shop-products .filters .options .westeros-form label[for="sort"] {
    clear: left;
    margin: 8px 0 0;
  }
  #shop
    .shop-products
    .filters
    .options
    .westeros-form
    label[for="sort"]
    select {
    margin-left: 2px;
  }
  #shop .shop-products .display {
    margin: 30px 0 0 50px;
  }
  #shop .shop-products .product-list.list .list-item {
    height: auto;
    padding: 265px 20px 80px;
  }
  #shop .shop-products .product-list.list .list-item .actions {
    left: 50%;
    margin-left: -100px;
  }
  #shop .shop-products .product-list.list .list-item .description ul.rating {
    top: 320px;
    left: 22px;
  }
  #shop
    .shop-products
    .product-list.list
    .list-item
    .description
    p.highlighted.previous {
    top: 296px;
  }
  #shop
    .shop-products
    .product-list.list
    .list-item
    .description
    p.highlighted.current {
    top: 284px;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
    padding: 20px 10px;
  }
  #shop
    .shop-products
    .shopping-cart.wishlist-cart
    .row
    .cell.buttons
    .button.cart-add {
    float: none;
    margin: 0 auto 10px;
  }
  #shop .shop-products .shopping-cart .cell.cart-item {
    width: 210px;
  }
  #shop .shop-products .shopping-cart .cell.cart-item:first-child {
    padding-left: 20px;
  }
  #shop .shop-products .shopping-cart .cell.cart-item .product-picture {
    display: none;
  }
  #shop .shop-products .shopping-cart .cell.buttons {
    width: 100px;
  }
  #shop .shop-products .shopping-cart .cell .actions {
    float: none;
    width: 52px;
    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 10px 0;
  }
  #shop .shop-products .shopping-cart.order .cell.cart-item {
    width: 210px;
  }
}
@media screen and (max-width: 660px) {
  #shop .shop-products ul.product-list.grid,
  #shop .shop-products ul.product-list.grid-v2 {
    width: 270px;
  }
  #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: 52px;
    padding-left: 0;
    margin-right: 5px;
  }
  #shop
    .shop-products
    ul.product-list.list
    .cart-options
    a.button.wishlist
    .svg-wishlist {
    left: 50%;
    margin-left: -8px;
  }
  #shop
    .shop-products
    ul.product-list.list
    .cart-options
    a.button.wishlist
    span {
    display: none;
  }
  #shop .shop-products .filters {
    height: 150px;
    position: relative;
  }
  #shop .shop-products .filters.single {
    height: 120px;
  }
  #shop .shop-products .filters.single .options .westeros-form {
    float: none;
    width: 189px;
    margin: 25px auto 0;
  }
  #shop .shop-products .filters.single .subtitle {
    line-height: 30px;
  }
  #shop .shop-products .filters .subtitle {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 75px;
  }
  #shop .shop-products .filters .options {
    float: none;
    width: 276px;
    margin: 0 auto;
  }
  #shop .shop-products .filters .options .westeros-form {
    margin-top: 20px;
  }
  #shop .shop-products .filters .options .display {
    margin: 20px 5px 0 15px;
  }
  #shop .shop-products .filters .options .display li {
    float: none;
    margin-right: 0;
  }
  #shop .shop-products .filters .options .display li:first-child {
    margin-bottom: 8px;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row.header {
    display: none;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row:last-child .cell {
    border-bottom: 1px 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: 20px 0 0;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
    padding: 20px 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: 33px;
    margin: 0 auto;
  }
  #shop
    .shop-products
    .shopping-cart.wishlist-cart
    .row
    .cell
    .highlighted:last-child {
    line-height: 70px;
    margin: 0;
  }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell .counter {
    margin: 20px auto;
  }
  #shop .shop-products .shopping-cart .cell:nth-child(2) {
    display: none;
  }
  #shop .shop-products .shopping-cart.order .row.header .cell {
    padding: 3px;
    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: 20px 10px;
  }
  #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: 460px) {
  #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: 247px;
    left: 50%;
    margin-left: -123px;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    .long-description {
    margin-top: 5px;
  }
  #shop .shop-products ul.product-list.list .list-item .description ul.rating {
    top: 324px;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    p.highlighted.previous {
    top: 319px;
    right: 95px;
  }
  #shop
    .shop-products
    ul.product-list.list
    .list-item
    .description
    p.highlighted.current {
    top: 315px;
    font-size: 1.25em;
  }
  #shop .shop-products .checkout-button {
    width: 250px;
    height: 53px;
    font-size: 1.125em;
  }
}
#shop.compare .title {
  margin-bottom: 20px;
}
#shop.compare .slide-controls {
  margin: 0 auto 20px;
  display: none;
}
.owl-compare-list-container {
  display: none;
}
.owl-compare-list {
  width: 812px;
  margin: 0 auto;
  overflow: hidden;
}
.owl-compare-list .list-item {
  float: left;
  width: 270px;
}
.owl-compare-list .owl-item:last-child .compare-table {
  border-right: 1px solid #d5d5d5;
}
.owl-compare-list .compare-table {
  width: 270px;
  border-right: none;
}
.owl-compare-list .compare-table .cell {
  padding: 15px 10px;
}
.owl-compare-list .compare-table .cell:first-child {
  text-align: center;
  padding-left: 10px;
}
.owl-compare-list .compare-table .cell .product-photo {
  width: 250px;
}
.owl-compare-list .compare-table .cell .product-photo figure {
  width: 230px;
}
.compare-table {
  display: table;
  width: 100%;
  border: 1px 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: 15px;
}
.compare-table .cell {
  display: table-cell;
  width: 25.64103%;
  padding: 20px 0;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
}
.compare-table .cell:first-child {
  width: 23.07692%;
  padding-left: 20px;
  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: 5px;
}
.compare-table .cell p.highlighted.price {
  font-size: 1.125em;
  margin: 0;
}
.compare-table .cell h6 {
  color: #4e5c64;
  font-size: 0.625em;
}
.compare-table .cell ul.rating {
  margin: 0 auto 5px;
}
.compare-table .cell .stock span {
  font-size: 0.75em;
  margin-left: 3px;
}
.compare-table .cell .cart-add {
  width: 190px;
  padding-left: 50px;
  text-align: left;
  margin: 0 auto;
}
.compare-table .cell .actions {
  width: 115px;
  margin: 0 auto;
}
.compare-table .cell .actions .button {
  float: left;
  margin-right: 11px;
}
.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: -6px;
}
@media screen and (max-width: 1260px) {
  #shop.compare .slide-controls {
    display: block;
  }
  #shop.compare > .compare-table {
    display: none;
  }
  .owl-compare-list-container {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .owl-compare-list {
    width: 542px;
  }
}
@media screen and (max-width: 660px) {
  .owl-compare-list {
    width: 272px;
  }
}
.blog-post {
  border: 1px solid #d5d5d5;
  padding: 9px 9px 40px;
}
.blog-post figure:first-child {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}
.blog-post .content {
  padding: 10px 15px 20px;
  overflow: hidden;
}
.blog-post .content p.highlighted {
  font-size: 0.625em;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.blog-post .content h5 {
  color: #49555c;
  font-size: 1.875em;
  margin-bottom: 12px;
}
.blog-post .content h6 {
  font-size: 1em;
  margin-bottom: 10px;
  padding-top: 5px;
  line-height: 1.3em;
}
.blog-post .content p.paragraph {
  margin-bottom: 30px;
}
.blog-post .content p.paragraph.with-img {
  margin-bottom: 40px;
}
.blog-post .content p.paragraph:last-child {
  margin-bottom: 15px;
}
.blog-post .content img.left {
  float: left;
  margin-right: 20px;
}
.blog-post .content iframe {
  width: 100%;
  height: 305px;
  margin-bottom: 40px;
}
.blog-post .meta {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-post .meta p {
  float: left;
  margin-right: 20px;
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
}
.blog-post .meta .views {
  margin-right: 39px;
}
.blog-post .meta .views .svg-quickview {
  width: 16px;
  height: 9px;
  fill: #ffc300;
  margin-right: 2px;
}
.blog-post .meta .comments .svg-comment {
  width: 12px;
  height: 12px;
  fill: #18cab0;
  position: absolute;
  top: 2px;
  left: -18px;
}
.blog-post .share {
  padding-left: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-post .share h6 {
  font-size: 0.75em;
  margin-bottom: 20px;
}
.blog-post .share a.button {
  float: left;
  margin: 0 10px 10px 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: 10px;
  overflow: hidden;
}
.blog-post .tag-list h6 {
  float: left;
  font-size: 0.75em;
  margin: 10px 10px 0 0;
}
.blog-post .tag-list .tags {
  float: left;
  margin-top: 5px;
}
.blog-post .tag-list .tags li {
  margin-bottom: 10px;
}
.comments .title:first-child,
.comment-form .title:first-child {
  margin: 0 0 25px;
}
.comment-list li {
  min-height: 130px;
  border: 1px solid #d5d5d5;
  padding: 20px 15px 25px 125px;
  margin-bottom: 20px;
  position: relative;
}
.comment-list li:last-child {
  margin-bottom: 40px;
}
.comment-list li .avatar {
  border: 1px solid #d5d5d5;
  padding: 4px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.comment-list li .avatar figure {
  width: 90px;
  height: 90px;
}
.comment-list li p.highlighted {
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.comment-list li h6 {
  font-size: 1em;
  margin-bottom: 10px;
}
.comment-list li .reply {
  color: gray;
  font-size: 0.75em;
  position: absolute;
  top: 18px;
  right: 15px;
}
.comment-list li .reply .svg-reply {
  fill: #00b0ff;
  width: 12px;
  height: 14px;
  position: relative;
  top: 3px;
}
.comment-list li .reply:hover {
  color: #00b0ff;
}
.comment-list li.response {
  margin-left: 30px;
  margin-top: -10px;
}
.comment-form {
  margin-top: 60px;
}
.comment-form .westeros-form > div {
  float: left;
  width: 31.03448%;
  margin: 0 3.44828% 20px 0;
}
.comment-form .westeros-form > div.last {
  margin-right: 0;
}
.comment-form .westeros-form .rl-label {
  float: left;
}
.comment-form .westeros-form textarea {
  height: 110px;
  margin-bottom: 20px;
}
.comment-form .westeros-form button {
  width: 235px;
  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: 12px 10px 0 0;
}
.comment-form .westeros-form .avatar-selection .radio {
  top: -12px;
  margin-right: 2px;
}
.comment-form .westeros-form .avatar-selection .picture {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 1px;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
}
.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: 1260px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 570px;
  }
  #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: 30px;
  }
}
@media screen and (max-width: 1160px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 870px;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
    margin-right: 30px;
  }
  #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 930px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 570px;
  }
  #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: 30px;
  }
}
@media screen and (max-width: 860px) {
  #shop .blog-post-preview.list .list-item {
    height: auto;
    padding: 185px 15px 45px;
  }
  #shop .blog-post-preview.list .list-item figure {
    left: 50%;
    margin-left: -125px;
  }
  #shop .comment-form .westeros-form > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #shop .comment-form .westeros-form button {
    float: none;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 660px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 270px;
  }
  #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: 10px;
  }
}
@media screen and (max-width: 460px) {
  #shop .comment-list li {
    padding: 130px 15px 25px;
  }
  #shop .comment-list li .avatar {
    left: 50%;
    margin-left: -50px;
  }
  #shop .comment-form .westeros-form .avatar-selection .rl-label {
    float: none;
    margin-bottom: 20px;
  }
}
.profile-info {
  margin: 20px 0;
  border: 1px solid #d5d5d5;
  border-top: none;
}
.profile-info .profile-header {
  line-height: 33px;
  border-top: 1px solid #d5d5d5;
  position: relative;
  cursor: pointer;
}
.profile-info .profile-header span {
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 7px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background-color: #00b0ff;
  text-align: center;
}
.profile-info .profile-header svg.plus {
  width: 12px;
  height: 12px;
  fill: #00b0ff;
  position: absolute;
  top: 10px;
  right: 14px;
}
.profile-info .profile-header svg.plus .vertical {
  display: none;
}
.profile-info .profile-data {
  border-top: 1px solid #d5d5d5;
  padding: 35px 30px 50px;
  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: 20px;
}
.profile-info .profile-data .profile-column .fp-msg {
  float: left;
  margin-bottom: 8px;
}
.profile-info .profile-data .profile-column p {
  float: left;
  margin: 8px 0 10px;
}
.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: 25px;
}
.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: 10px;
}
.profile-info .profile-data .westeros-form .full-input p {
  margin-bottom: 10px;
}
.profile-info .profile-data .westeros-form select {
  width: 30.76923%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  height: 38px;
  padding: 0 25px 0 6px;
  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: 4px;
  right: 12px;
}
.profile-info .profile-data .westeros-form label[for="male"] {
  margin-right: 15px;
}
.profile-info .profile-data .westeros-form textarea {
  height: 110px;
  margin-bottom: 10px;
}
.profile-info .profile-data .westeros-form .gender label:first-child {
  margin-bottom: 18px;
}
.profile-button {
  float: right;
  width: 250px;
  cursor: pointer;
}
.checkout-button {
  width: 365px;
  height: 70px;
  margin: 30px auto 0;
  border-bottom-width: 5px;
  font-size: 1.5625em;
  cursor: pointer;
}
@media screen and (max-width: 1160px) {
  .profile-button {
    float: none;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 860px) {
  .profile-info .profile-data .profile-column {
    float: none;
    width: 100%;
  }
  .profile-info .profile-data .profile-column:first-child {
    margin-bottom: 40px;
  }
  .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: 25px;
  }
}
@media screen and (max-width: 460px) {
  .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: #ebebeb;
}
#contact {
  padding: 60px 0 50px;
  overflow: hidden;
  background: url("../images/contacto_imagen_2.png") no-repeat 0 60px;
}
#map {
  height: 400px;
}
.contact-form {
  float: right;
  width: 74.35897%;
}
.contact-form h3.title {
  margin-top: -6px;
}
.contact-form .contact-details {
  float: left;
  width: 34.48276%;
  padding-right: 30px;
}
.contact-form .contact-details p:first-child {
  margin: -5px 0 30px;
}
.contact-form .contact-details .contact-info {
  margin-bottom: 30px;
}
.contact-form .contact-details .contact-info li {
  margin-bottom: 20px;
  padding-left: 30px;
}
.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: 14px;
  height: 19px;
}
.contact-form .contact-details .contact-info li .svg-phone {
  width: 15px;
  height: 20px;
}
.contact-form .contact-details .contact-info li .svg-envelope {
  width: 18px;
  height: 12px;
}
.contact-form .contact-details .social-links {
  width: 240px;
  margin-top: 15px;
}
.contact-form .featured-form {
  float: right;
  width: 65.51724%;
}
.contact-form .featured-form textarea {
  height: 110px;
}
.contact-form .featured-form button {
  width: 229px;
  margin-top: 20px;
}
@media screen and (max-width: 1260px) {
  #contact {
    background: none;
  }
  .contact-form {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .contact-form .contact-details {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-form .featured-form {
    float: none;
    width: 100%;
  }
  .contact-form .featured-form button {
    float: none;
    margin: 20px auto 0;
  }
}
#error404-wrap {
  background-color: #fff;
}
#error404 {
  padding: 60px 0 100px;
  overflow: hidden;
}
#error404 .error-description {
  float: left;
  margin-top: -18px;
}
#error404 .error-description h1 {
  margin-bottom: 15px;
}
#error404 .error-description h3 {
  width: 470px;
  margin-bottom: 40px;
  color: #81929b;
  line-height: 32px;
}
#error404 .error-description .button {
  width: 280px;
}
#error404 .error-promo {
  float: right;
  width: 660px;
  height: 265px;
  background:
    url("../images/moustache-sad-monster.png") no-repeat 140px 7px,
    url("../images/electric-socket.png") no-repeat 445px 55px,
    url("../images/spark.png") no-repeat 520px 70px,
    url("../images/spark-small.png") no-repeat 425px 125px,
    url("../images/error-promo-bg.png") no-repeat 0 10px;
  position: relative;
}
#error404 .error-promo .error-pin {
  width: 80px;
  height: 101px;
  background: url("../images/speech-bubble3.png") no-repeat center;
  padding: 24px 7px 0;
  position: absolute;
  top: 0;
  left: 105px;
}
#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: 26px;
  right: 215px;
  -webkit-animation: smoke 2s ease-in-out infinite;
  animation: smoke 2s ease-in-out infinite;
}
@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
  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(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
  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: 1260px) {
  #error404 .error-description {
    float: none;
    margin: 0 auto 50px;
    text-align: center;
  }
  #error404 .error-description h3 {
    margin: 0 auto 40px;
  }
  #error404 .error-description .button {
    margin: 0 auto;
  }
  #error404 .error-promo {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  #error404 {
    padding-bottom: 40px;
  }
  #error404 .error-description h1 {
    font-size: 4.375em;
  }
  #error404 .error-description h3 {
    width: 80%;
    font-size: 1.25em;
    line-height: 24px;
  }
  #error404 .error-description .button {
    width: 270px;
  }
  #error404 .error-promo {
    display: none;
  }
}
#coming-soon-header-wrap {
  background-color: #fff;
}
#coming-soon-header {
  height: 135px;
  padding-top: 45px;
}
#coming-soon-header .logo {
  width: 198px;
  height: 45px;
  margin: 0 auto;
}
.westeros-separator {
  overflow: hidden;
}
.westeros-separator li {
  float: left;
  width: 12.5%;
  height: 13px;
}
.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: 5px;
}
#coming-soon-wrap {
  background: url("../images/coming-soon-bg.jpg") no-repeat center;
  background-size: cover;
}
#coming-soon {
  padding-top: 135px;
  min-height: 710px;
  background:
    url("../images/bunny-big-monster.png") no-repeat 0 50px,
    url("../images/moustache-small-monster.png") no-repeat 200px 235px;
  overflow: hidden;
}
#coming-soon .coming-soon-msg {
  float: right;
  margin-right: 70px;
}
#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: 610px;
  margin-top: 115px;
}
#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: -45px;
}
#coming-soon-footer-wrap {
  background-color: #24292d;
}
#coming-soon-footer {
  padding-top: 40px;
  min-height: 140px;
}
#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: 282px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1260px) {
  #coming-soon {
    padding: 100px 0 80px;
    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: 5px;
  }
  #coming-soon .xmcountdown {
    float: none;
    margin: 115px auto 0;
  }
}
@media screen and (max-width: 860px) {
  #coming-soon .coming-soon-msg h2 {
    font-size: 4.375em;
  }
}
@media screen and (max-width: 660px) {
  #coming-soon .coming-soon-msg h3 {
    font-size: 1.125em;
  }
  #coming-soon .coming-soon-msg h2 {
    font-size: 3.75em;
  }
  #coming-soon .xmcountdown {
    width: 130px;
  }
  #coming-soon .xmcountdown > div {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 460px) {
  #coming-soon-footer p {
    height: 70px;
  }
  #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: 400px;
  padding: 55px 0 65px;
}
#footer-top article {
  float: left;
  width: 270px;
  margin-right: 30px;
}
#footer-top article:last-child {
  margin-right: 0;
}
#footer-top article > h6 {
  color: #fff;
  font-size: 1em;
  margin-bottom: 25px;
}
#footer-top article:first-child > h6 {
  margin-bottom: 20px;
}
#footer-top article:nth-child(2) > h6 {
  margin-bottom: 10px;
}
#footer-top article .logo {
  width: 169px;
  height: 38px;
  margin: 25px 0 20px;
}
#footer-top article .contact-info {
  clear: both;
}
#footer-top article .payment-methods {
  margin-top: 30px;
}
.contact-info li {
  margin-bottom: 15px;
  padding-left: 25px;
  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: 5px;
  fill: #00b0ff;
}
.contact-info li .svg-pin {
  width: 10px;
  height: 15px;
  top: -1px;
}
.contact-info li .svg-phone {
  width: 11px;
  height: 15px;
  top: -2px;
}
.contact-info li .svg-envelope {
  width: 14px;
  height: 9px;
  top: 2px;
}
.payment-methods {
  width: 221px;
  overflow: hidden;
}
.payment-methods li {
  float: left;
  width: 31px;
  height: 21px;
  margin-right: 7px;
}
.payment-methods li:last-child {
  margin-right: 0;
}
#footer-menu {
  width: 235px;
}
#footer-menu li {
  border-bottom: 1px solid #475055;
  position: relative;
}
#footer-menu li a {
  color: #acbdc6;
  font-size: 0.875em;
  display: block;
  line-height: 40px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#footer-menu li .svg-arrow {
  width: 6px;
  height: 10px;
  fill: #acbdc6;
  position: absolute;
  top: 15px;
  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: 75px;
  overflow: hidden;
}
#footer-bottom p {
  float: left;
  line-height: 75px;
}
#footer-bottom p br {
  display: none;
}
#footer-bottom p a {
  font-weight: 300;
}
#footer-bottom .social-links {
  float: right;
  width: 282px;
  margin-top: 22px;
}
.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  margin-right: 12px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  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: 1260px) {
  #footer-top {
    width: 700px;
    padding-bottom: 0;
  }
  #footer-top article {
    margin: 0 160px 40px 0;
  }
  #footer-top article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  #footer-top {
    width: 600px;
  }
  #footer-top article {
    margin-right: 60px;
  }
}
@media screen and (max-width: 740px) {
  #footer-bottom {
    padding: 25px 0 25px;
  }
  #footer-bottom p {
    float: none;
    line-height: 1em;
    height: 40px;
    text-align: center;
  }
  #footer-bottom ul.social-links {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  #footer-top {
    width: 270px;
  }
  #footer-top article {
    margin-right: 0;
  }
}
@media screen and (max-width: 460px) {
  #footer-bottom p {
    line-height: 1.4em;
    height: 55px;
  }
  #footer-bottom p span {
    display: none;
  }
  #footer-bottom p br {
    display: block;
  }
}

.list-item.sin-imagen .liquid {
    position: relative;
}

.list-item.sin-imagen .liquid::after {
    content: 'Sin Imagen';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    white-space: nowrap;
}

.list-item.sin-imagen .liquid:hover::after {
    opacity: 1;
}

.liquid.sin-imagen {
    position: relative;
}

.liquid.sin-imagen::after {
    content: 'Sin Imagen';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    white-space: nowrap;
}

.liquid.sin-imagen:hover::after {
    opacity: 1;
}
/*# sourceMappingURL=style.css.map */
