/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2019 Rocket Web. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Magento components
 */
/**
 * Select dropdowns
 */
/**
 * Collapsibles
 */
/**
 * Flexbox utilities
 */
/**
 * CSS Grid utilities
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.blog-tabs .blog-tab-item > a {
  padding: 1px 0;
}
.blog-categories .blog-category-caret {
  right: -15px !important;
}
.blog-comment-form {
  position: relative;
}
.blog-comment-form .page-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog-comment-form #blog-comment a {
  display: inline-block;
  color: #f88c00;
}
.blog-comment-form #blog-comment a:hover {
  text-decoration: underline;
}
.blog-post-list .pager {
  margin-top: 15px;
}
.blog-post-list .toolbar-amount {
  display: none;
}
.blog-post-list .pages .item:hover .page {
  color: #777777;
}
.blog-post-list .pages .item .page {
  line-height: initial;
}
.blog-post-list .pages .item.current .page {
  color: #FFF;
  background-color: #f88c00;
  padding: 6px 12px 6px;
}
.blog-post-list .pages .action {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background: none;
  color: #777777;
  padding: 0;
}
.blog-post-listing {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-bottom: 4px solid #f88c00;
}
.blog-post-listing:before,
.blog-post-listing:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-post-listing .blog-post-box-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 20px 25px;
}
.blog-post-listing .blog-post-box-inner:before,
.blog-post-listing .blog-post-box-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-carousel .blog-post-box-title,
.blog-post-listing .blog-post-box-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
}
.blog-carousel .blog-post-box-title a,
.blog-post-listing .blog-post-box-title a {
  color: #333;
}
.blog-carousel .blog-post-box-title a:hover,
.blog-post-listing .blog-post-box-title a:hover {
  text-decoration: none;
  color: #f88c00;
}
.blog-carousel .blog-post-more-link,
.blog-post-listing .blog-post-more-link {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  float: left;
  padding: 5px 12px;
  color: #FFF;
  background: #f88c00;
}
.blog-carousel .blog-post-more-link:hover,
.blog-post-listing .blog-post-more-link:hover {
  text-decoration: none;
  background: #777777;
}
.blog-carousel .blog-post-excerpt,
.blog-post-listing .blog-post-excerpt {
  margin-bottom: 15px;
}
.blog-post-box .blog-post-image {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.blog-post-box .blog-post-image a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  overflow: hidden;
  font-size: 0;
  background: #000;
}
.blog-post-box .blog-post-image:hover .blog-post-overlay:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.blog-post-box .blog-post-image:hover img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.blog-post-overlay {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.blog-post-overlay:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '\f15c';
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  margin: -20px 0 0 -20px;
}
.blog-post-meta {
  color: #666;
  margin-bottom: 15px;
}
.blog-post-meta a {
  color: #777777;
}
.blog-post-meta a:hover {
  text-decoration: none;
  color: #f88c00;
}
.blog-post-meta > span {
  display: inline-block;
  margin-right: 10px;
}
.blog-post-meta > span:last-child {
  margin-right: 0;
}
.blog-post-meta > span > i {
  margin-right: 5px;
}
.blog-post-type-video .blog-post-overlay {
  font-family: 'Font Awesome 5 Brands';
}
.blog-post-type-video .blog-post-overlay:before {
  content: "\f167";
}
.blog-post-list-layout-fixed_thumb .blog-post-image {
  margin-right: 15px;
  width: 310px;
  float: left;
  margin-bottom: 15px;
}
.blog-post-list-layout-full_thumb .blog-post-image {
  margin: -20px -20px 20px;
}
.blog-post-list-layout-grid .blog-post-box-inner {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.blog-author-social a {
  float: left;
  margin-right: 5px;
}
.blog-author-social i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #777777;
  background: #f1f1f1;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.blog-author-social i:hover {
  color: #FFF;
}
.blog-author-social i.mgz-fa-facebook-f:hover {
  background: #3b5998;
}
.blog-author-social i.mgz-fa-twitter:hover {
  background: #00aced;
}
.blog-author-social i.mgz-fa-pinterest-p:hover {
  background: #cb2027;
}
.blog-author-social i.mgz-fa-linkedin-in:hover {
  background: #007bb6;
}
.blog-author-social i.mgz-fa-tumblr:hover {
  background: #32506d;
}
.blog-author-social i.mgz-fa-instagram:hover {
  background: #517fa4;
}
.blog-author-social i.mgz-fa-skype:hover {
  background: #12a5f4;
}
.blog-author-social i.mgz-fa-dribbble:hover {
  background: #ea4c8d;
}
.blog-author-social i.mgz-fa-flickr:hover {
  background: #ff0084;
}
.blog-author-social i.mgz-fa-youtube:hover {
  background: #a82400;
}
.blog-author-social i.mgz-fa-vimeo-v:hover {
  background: #45bbff;
}
.blog-author-social i.mgz-fa-rss:hover {
  background: #ff8a3c;
}
.blog-author-social i.mgz-fa-behance:hover {
  background: #191919;
}
.blog-post-view .blog-post-inner {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-bottom: 4px solid #f88c00;
  margin-bottom: 30px;
}
.blog-post-view .blog-post-inner:before,
.blog-post-view .blog-post-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-post-view .blog-post-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
}
.blog-post-view .blog-post-meta {
  padding-bottom: 5px;
}
.blog-post-view .blog-post-meta > span {
  margin-right: 15px;
}
.blog-post-view .blog-post-conten-wrapper {
  padding: 20px;
}
.blog-post-view .blog-post-social {
  clear: both;
  margin: 10px -20px -20px;
  padding: 10px 0 6px 10px;
  background: #F7F7F7;
  border-top: 1px solid #EAEAEA;
}
.blog-post-view .blog-post-social > span {
  background: #f88c00;
  margin: -11px 10px -10px -10px;
  display: block;
  float: left;
  color: #FFF;
  padding: 0 9px;
  height: 45px;
  line-height: 50px;
}
.blog-post-view .blog-post-content {
  margin-bottom: 20px;
}
.blog-post-view .blog-post-tag {
  margin-top: -20px;
}
.blog-post-view .blog-post-tag a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-color: #aaa;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 4px 7px 3px;
  position: relative;
  text-transform: uppercase;
  line-height: 13px;
  font-size: 12px;
  text-decoration: none;
}
.blog-post-view .blog-post-tag a:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-top: 10px solid transparent;
  border-right: 8px solid #aaa;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}
.blog-post-view .blog-post-tag a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}
.blog-post-view .blog-post-tag a:hover {
  background: #444;
  color: #FFF;
}
.blog-post-view .blog-post-tag a:hover:before {
  border-right-color: #444;
}
.blog-post-view .rating-button {
  text-align: center;
}
.blog-post-view .rating-button .btn-secondary {
  border-radius: 3px;
  padding: 10px 17px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-post-view .rating-button .btn-secondary.like-review {
  color: #fff;
  background: #5288ff;
}
.blog-post-view .rating-button .btn-secondary.like-review.liked {
  background: #ed2553;
}
.blog-post-view .rating-button .btn-secondary.dislike-review {
  color: #fff;
  background: #7d7d7d;
}
.blog-post-view .rating-button .btn-secondary.dislike-review.disliked {
  background: #444;
}
.blog-post-view .rating-button .btn-secondary.fas {
  margin-right: 5px;
}
.blog-post-view .rating-button .btn-secondary.rating-total {
  font-weight: normal;
}
.blog-post-view .rating-button .btn-secondary.display-none {
  display: none;
}
.blog-post-view .rating-button .btn-secondary:hover {
  transform: translateY(-2px);
}
.blog-post-view .blog-post-author .blog-author-name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.blog-post-view .blog-post-author .blog-author-name a {
  text-decoration: none;
  color: #333;
}
.blog-post-view .blog-post-author .blog-author-name a:hover {
  color: #f88c00;
}
.blog-post-view > * {
  margin-bottom: 30px;
}
.blog-post-view > *:before,
.blog-post-view > *:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-post-view .post-nav-link .nav-link-item {
  width: 50%;
  display: flex;
}
.blog-post-view .post-nav-link .nav-link-item .post-image-rating {
  width: 30%;
  overflow: hidden;
  display: none;
}
.blog-post-view .post-nav-link .nav-link-item .post-image-rating.post-prev-image-wrap {
  margin-right: 20px;
}
.blog-post-view .post-nav-link .nav-link-item .post-image-rating.post-next-image-wrap {
  margin-left: 20px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating {
  width: 100%;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating.post-next-action {
  text-align: right;
  padding-left: 22px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating.post-prev-action {
  padding-right: 22px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating.not-feature-image {
  width: 100%;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .nav-link-action {
  display: flex;
  align-items: center;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .nav-link-action.nav-link-action-next {
  justify-content: flex-end;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .nav-link-action .nav-link-icon {
  font-size: 10px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .nav-link-action .nav-link-icon.icon-prev {
  margin-right: 10px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .nav-link-action .nav-link-icon.icon-next {
  margin-left: 10px;
}
.blog-post-view .post-nav-link .nav-link-item .post-action-rating .post-nav-link-title {
  margin: 6px 0;
  line-height: 1.6;
  font-weight: 600;
}
.blog-post-view .post-nav-link .nav-link-item.post-prev {
  float: left;
}
.blog-post-view .post-nav-link .nav-link-item.post-next {
  float: right;
}
.blog-flat-social li {
  float: left;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}
.blog-flat-social a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 5px 9px;
  color: #FFF;
  margin: 0 6px 2px 0;
  text-decoration: none;
}
.blog-flat-social a.social-facebook {
  background: #3b5998;
}
.blog-flat-social a.social-twitter {
  background: #00aced;
}
.blog-flat-social a.social-linkedin {
  background: #007bb6;
}
.blog-flat-social a.social-pinterest {
  background: #cb2027;
}
.blog-flat-social a:hover {
  background: #777777;
}
.blog-author-bio:before,
.blog-author-bio:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-author-avatar img {
  float: left;
  margin: 0 20px 0 0;
}
.blog-comment-form {
  margin-bottom: 20px;
}
.blog-comment-form input {
  width: 100%;
}
.blog-comment-form input[type=checkbox] {
  width: unset;
}
.blog-comment-form .fieldset {
  margin: 0;
}
.blog-comment-form .actions-toolbar {
  margin-top: 12px;
}
.blog-comment-form .comment-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.blog-comment-form .comment-information > .field {
  width: 48%;
}
.blog-comment-form .comment-information > .field .label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.blog-comment-form .comment-information > .field .label span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.blog-required {
  color: #e02b27;
}
.blog-block .block-block-title h3 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.blog-block .block-block-content {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-bottom: 4px solid #f88c00;
  padding: 20px;
}
.blog-block .block-block-content:before,
.blog-block .block-block-content:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-block .block-block-content .owl-carousel .owl-nav {
  margin-top: -16px;
}
.blog-block .block-block-content .owl-carousel .owl-nav button span {
  font-size: 24px;
}
.blog-block .block-block-content .owl-carousel .owl-nav button.owl-next:hover {
  background-color: unset;
  color: #0a0a0a;
}
.blog-block .block-block-content .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: unset;
  color: #0a0a0a;
}
.blog-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-block li {
  margin: 0;
}
.blog-block a {
  display: inline-block;
  position: relative;
  color: #333;
}
.blog-block a:hover {
  color: #f88c00;
  text-decoration: none;
}
.blog-commentlist ul,
.blog-commentlist li {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}
.blog-commentlist li {
  margin-bottom: 20px;
}
.blog-commentlist .blog-comment-author-wrapper {
  overflow: hidden;
  margin-bottom: 5px;
}
.blog-commentlist .blog-comment-meta {
  display: block;
  font-size: 85%;
  float: right;
  padding-top: 5px;
}
.blog-commentlist .blog-comment-meta a {
  color: #3b3b3b;
  text-decoration: none;
}
.blog-commentlist .blog-comment-meta a:hover {
  color: #000;
}
.blog-commentlist .blog-comment-avatar {
  float: left;
  margin: 0 10px 0 0;
}
.blog-commentlist .blog-comment-content-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  margin-left: 80px;
  min-height: 80px;
}
.blog-commentlist .blog-comment-content-wrapper .blog-comment-content-show {
  color: #f88c00;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  margin-left: 4px;
  display: inline-block;
}
.blog-commentlist .blog-comment-content-wrapper .blog-comment-content-show:hover {
  text-decoration: underline;
}
.blog-commentlist .blog-comment-author {
  color: #3b3b3b;
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding-top: 5px;
  font-style: normal;
  font-weight: bold;
  float: left;
}
.blog-commentlist .blog-comment-wrapper {
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.blog-commentlist .blog-comment-children {
  margin-top: 15px;
  margin-left: 50px;
}
.blog-commentlist .blog-comment-reply-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #E7E7E7;
  padding: 3px 10px;
  font-size: 12px;
  cursor: pointer;
}
.blog-commentlist .blog-comment-reply-link:hover {
  background: #777777;
  color: #fff;
}
.blog-commentlist .cancel-comment-reply-link {
  display: block;
}
.cancel-comment-reply-link {
  display: none;
  float: right;
  cursor: pointer;
  color: #444;
}
.cancel-comment-reply-link:hover {
  color: #000;
  text-decoration: underline;
}
.blog-post-relatedproducts .product-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post-relatedproducts .product-item .product-item-info {
  width: 100%;
}
.blog-searchform {
  width: 100%;
}
.blog-searchform input {
  height: 36px;
}
.blog-searchform input:focus {
  outline: none;
  border-color: #f88c00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-searchform button {
  width: 100%;
  background: #f88c00;
  border: 0;
  color: #FFF;
  padding: 10px 0;
  margin-top: 5px;
}
.blog-searchform button:hover {
  background: #777777;
}
.blog-searchform .block-block-content {
  border: 0;
}
.blog-noresult {
  padding: 20px;
}
.sidebar .blog-block {
  margin-bottom: 30px;
}
.sidebar .blog-block .block-block-content {
  padding: 15px;
}
.blog-categories li > ul {
  display: none;
  margin-left: 15px;
}
.blog-categories li.active > a > .blog-category-caret:before {
  content: "\f068";
}
.blog-categories li.current > a {
  color: #f88c00;
}
.blog-categories a {
  display: block;
  line-height: 32px;
  padding-right: 22px;
}
.blog-categories .blog-category-caret {
  font-size: 12px;
  width: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  text-align: center;
}
.blog-archives a {
  line-height: 32px;
}
.blog-tags a {
  padding: 4px 10px;
  background: #F7F7F7;
  display: inline-block;
  margin: 0px 1px 1px 0px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  float: left;
}
.blog-tags a:hover {
  background: #f88c00;
  color: #FFF !important;
}
.blog-featured-posts.blog-block a {
  display: inline-block;
}
.blog-post-listing2 .blog-post-image {
  float: left;
  margin-right: 10px;
  width: 100px;
}
.blog-post-listing2 .blog-post-box-inner {
  padding: 10px;
}
.blog-post-listing2 .blog-post-box-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-post-listing2 .blog-post-meta {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.blog-post-listing2 .blog-post-meta a {
  color: #999;
}
.blog-tabs {
  margin-bottom: 30px;
  background: #FFF;
}
.blog-tabs:before,
.blog-tabs:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-tabs .blog-tab-item {
  float: left;
  width: auto;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1;
}
.blog-tabs .blog-tab-item > a {
  display: block;
  font-weight: 400;
  line-height: 35px;
  font-size: 1.4rem;
  color: #6d6d6d;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #CCC;
  height: 35px;
  padding: 1px 5px;
  border-bottom: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-tabs .blog-tab-item > a:hover {
  background: #FFF;
}
.blog-tabs .blog-tab-item.active > a {
  background: #FFF;
  border-bottom: 0;
  padding-bottom: 2px;
}
.blog-tabs .blog-tab-content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  margin-top: 38px;
  opacity: 0;
}
.blog-tabs .blog-tab-content.blog-tab-first {
  opacity: 1;
}
.blog-tabs .blog-post-listing {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #CCC;
  border-bottom: 4px solid #f88c00;
  padding-top: 3px;
}
.blog-tabs .blog-tab-content a:hover {
  text-decoration: underline;
  color: #333;
}
.blog-recentcomments {
  border: 1px solid #CCC;
  border-bottom: 4px solid #f88c00;
}
.blog-recentcomments:before,
.blog-recentcomments:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-recentcomments .blog-comment-avatar {
  float: left;
  margin-right: 10px;
}
.blog-recentcomments .blog-recomments-item {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-recentcomments .blog-recomments-item:before,
.blog-recentcomments .blog-recomments-item:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-recentcomments a {
  color: #333;
  text-decoration: none;
}
.blog-top-section {
  margin-bottom: 30px;
}
.blog-post-top {
  position: relative;
}
.blog-post-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.blog-post-top.aspect-ratio-219 {
  padding-bottom: 42.8571%;
}
.blog-post-top.aspect-ratio-169 {
  padding-bottom: 56.25%;
}
.blog-post-top.aspect-ratio-43 {
  padding-bottom: 75%;
}
.blog-post-top.aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.blog-post-top.aspect-ratio-11 {
  padding-bottom: 100%;
}
.blog-carousel .blog-post-image {
  margin-bottom: 0;
}
.blog-carousel .blog-post-box-title {
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
.blog-carousel .blog-post-more-link:hover {
  color: #FFF;
}
.blog-carousel .owl-dots .owl-dot.active span,
.blog-carousel .owl-dots .owl-dot:hover span {
  background: #f88c00;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.cpb-category-image {
  height: initial;
}
.mgz-categorypagebuilder .page-title-wrapper,
.mgz-categorypagebuilder .columns {
  display: none;
}
.cpb-subcategoies-style1 .subcategory-inner {
  padding: 10px;
  border: 1px solid #CCC;
  margin: 10px;
}
.cpb-subcategoies-style2 .subcategory-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1;
  color: #FFF;
}
.subcategory-list .subcategory {
  margin-bottom: 20px;
}
.subcategory-list .subcategory:before,
.subcategory-list .subcategory:after {
  content: " ";
  display: table;
  clear: both;
}
.subcategory-list .subcategory-photo {
  float: left;
  padding: 0 20px 20px 0;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  text-align: center;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  padding: 10px 0;
}
.cpb-subcategoies-layout-list .subcategory-name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.mgz-element-category_subcategories .subcategory-inner {
  position: relative;
}
.mgz-element-category_subcategories .subcategory-inner:before,
.mgz-element-category_subcategories .subcategory-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-category_subcategories .subcategory-name a {
  color: inherit;
}
.mgz-element-category_subcategories a.subcategory-photo {
  font-size: 0;
  display: block;
}
.cpb-category-name {
  margin: 0;
  padding: 0;
}
.mgz-element-category_subcategories .mgz-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mgz-element-category_subcategories .mgz-grid .mgz-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Pearl/weltpixel/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:after {
  visibility: visible;
  content: '';
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
  overflow: hidden;
}
.theme-pearl .sidebar #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
  visibility: hidden;
}
.theme-pearl.page-products .sorter {
  right: 0px;
}
.toolbar.toolbar-products label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products select {
  border-style: solid;
  box-shadow: unset;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar.toolbar-products select {
    padding-top: 2px;
  }
}
.toolbar.toolbar-products select:focus:not([disabled]) {
  box-shadow: unset;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:not(:checked) {
  border: 1px solid #DADADA;
  box-shadow: none;
  background: #fff;
  padding: 5px 10px;
}
.toolbar.toolbar-products select option:checked,
.toolbar.toolbar-products select option:hover {
  background-color: #000000;
  filter: grayscale(400%);
}
.toolbar.toolbar-products select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
@-moz-document url-prefix() {
  select {
    color: transparent !important;
    text-shadow: 0 0 0 #333333 !important;
  }
}
.toolbar.toolbar-products .modes #modes-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .modes .modes-mode {
  box-shadow: unset;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 32px;
  display: inline-block;
  speak: none;
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e649";
}
.toolbar.toolbar-products .modes .modes-mode.mode-list {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 32px;
  display: inline-block;
  speak: none;
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.toolbar.toolbar-products .modes .modes-mode.mode-list:before {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  content: "\e648";
}
.toolbar.toolbar-products #toolbar-amount {
  text-transform: uppercase;
  font-size: 12px;
  position: inherit;
}
.toolbar.toolbar-products .pages #paging-label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .pages ul {
  float: left;
}
.toolbar.toolbar-products .pages ul li.item {
  float: left;
  line-height: 0;
  margin: 0;
}
.toolbar.toolbar-products .pages ul li.item a.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.toolbar.toolbar-products .pages ul li.item a.action.next > span,
.toolbar.toolbar-products .pages ul li.item a.action.previous > span {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item span {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.toolbar.toolbar-products .pages ul li.item span.label {
  width: 1px;
  height: 1px;
}
.toolbar.toolbar-products .pages ul li.item.current strong.page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 2.5px;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  box-shadow: unset;
}
.toolbar.toolbar-products .pages ul li.item.pages-item-previous a:before,
.toolbar.toolbar-products .pages ul li.item.pages-item-next a:before {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.toolbar.toolbar-products .field.limiter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter label span {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .toolbar-sorter label {
  text-transform: uppercase;
  font-size: 12px;
}
.toolbar.toolbar-products .sorter-action:before {
  font-size: 10px;
  color: #000000;
}
.toolbar.toolbar-products .sorter-action:hover:before {
  color: #666666;
}
.products-grid .product-item .product-item-name {
  text-decoration: none;
}
.product-social-links .action.tocompare,
.product-social-links .action.towishlist,
.product-social-links .action.mailto {
  width: auto;
  height: auto;
  line-height: 32px !important;
}
.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before,
.product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 32px;
  display: inline-block;
  speak: none;
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto !important;
}
.product-social-links .action.tocompare:before:before,
.product-social-links .action.towishlist:before:before,
.product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 32px;
}
.product-social-links .action.towishlist:before {
  content: "\e68c" !important;
}
.product-social-links .action.tocompare:before {
  content: "\e67f" !important;
}
.product-social-links .action.mailto:before {
  content: "\e866" !important;
}
.block.related .action.select {
  font-size: 14px;
  color: #000;
}
.block.related .action.select span {
  color: #000;
}
:root .theme-pearl .column.main .product-items {
  margin-left: 0px;
}
.column.main .products-grid.products-related .product-item .product-item-info,
.column.main .products-grid.products-crosssell .product-item .product-item-info,
.column.main .products-grid.products-upsell .product-item .product-item-info {
  display: inline-block;
  float: left;
}
.column.main .products-grid .product-item {
  padding-left: 0;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  speak: none;
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.column.main .products-grid .product-item .action.tocompare:before,
.column.main .products-grid .product-item .action.towishlist:before {
  width: auto !important;
}
.column.main .products-grid .product-item .action.towishlist:before {
  content: "\e68c";
  padding: 2px 5px;
}
.column.main .products-grid .product-item .action.tocompare:before {
  content: "\e67f";
}
.column.main .products-grid .product-item .price-container .price {
  padding-right: 3px;
}
.column.main .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_3 + div[class*="swatch-opt"],
.column.main .products-grid .product-item .product-item-info .addtocart_position_4 + div[class*="swatch-opt"] {
  margin: 0;
  padding: 20px 0 0;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5 {
  position: relative;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.center,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.center {
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .addtocart_position_1.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_2.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_3.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_4.left,
.column.main .products-grid .product-item .product-item-info .addtocart_position_5.left {
  float: left;
  margin: 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  float: left;
  width: 100%;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image {
  position: relative;
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_1 {
  display: inline-block;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_1,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_3,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info .product_image .compare_position_4 {
  visibility: hidden;
}
.column.main .products-grid .product-item .product-item-info .product-item-details > * {
  position: relative;
  z-index: 2;
  clear: both;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .field.choice.related {
  position: absolute;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  margin: 0;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-inner-hide {
  margin: 0;
  padding: 0;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 0 10px;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
  text-align: center;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-primary {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center .actions-secondary a.action {
  top: 3px;
}
.column.main .products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.column.main .products-grid .product-item .reviews-actions {
  margin-top: 0;
}
.column.main .products-grid .product-item [class*="swatch-opt"]:not(.swatch-option-loading) {
  margin-bottom: 10px;
}
.column.main .products-grid .product-item .addtocart_position_4,
.column.main .products-grid .product-item .hoverShow {
  height: 0;
  overflow: hidden;
}
.column.main .products-grid .product-item:hover {
  position: relative;
  z-index: 8;
  padding: 0 !important;
}
.column.main .products-grid .product-item .product-item-info:hover {
  background-color: white;
  top: 0;
  left: 0;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .whishlist_position_4,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_2,
.column.main .products-grid .product-item .product-item-info:hover .product_image .compare_position_4 {
  visibility: visible;
}
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options {
  display: inline-block;
}
.column.main .products-grid .product-item .product-item-info:hover .addtocart_position_4 {
  visibility: visible;
  height: auto;
}
.column.main .products-grid .product-item .product-item-info:hover .hoverShow {
  height: auto;
}
.page-with-filter #layer-product-list .products-grid .product-item:hover {
  z-index: 1 !important;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong {
  font-weight: 600;
}
.products-list .product-item {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.products-list .product-item:hover {
  z-index: 1;
}
.products-list .product-item .rating-summary .rating-result {
  left: 0px;
}
.products-list .product-item .reviews-actions {
  margin-top: 0;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] {
  margin-bottom: 10px;
  margin-left: -5px;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute {
  visibility: visible !important;
}
.products-list .product-item .product-item-info [class*="swatch-opt"] .swatch-attribute .swatch-option:first-of-type {
  margin-left: 0;
}
.products-list .product-item .action.tocompare,
.products-list .product-item .action.towishlist {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  speak: none;
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 22px !important;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 22px;
}
.products-list .product-item .action.tocompare:before,
.products-list .product-item .action.towishlist:before {
  width: auto !important;
}
.products-list .product-item .action.towishlist:before {
  content: "\e68c";
}
.products-list .product-item .action.tocompare:before {
  content: "\e67f";
}
.products-list .product-item .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: middle;
}
.block .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
}
.block .block-title .counter {
  padding-left: 10px;
}
.block .block-content,
.block .empty {
  font-size: 12px;
}
.block .block-content *,
.block .empty * {
  font-size: 12px;
}
#layered-filter-block.filter .block-subtitle {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
#layered-filter-block .filter-options-title {
  font-weight: 400;
}
#layered-filter-block .filter-content .filter-current ol {
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .filter-content .filter-current ol li .action.remove:before {
  font-size: 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item {
  padding-bottom: 0;
  border-bottom: none;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 40px 10px 0;
  text-transform: uppercase;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  color: #303030;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:hover:after {
  color: #000000;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  width: 100%;
  padding-left: 20px;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 4px 0 0;
  content: "";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  background: none transparent;
  text-decoration: underline;
}
#layered-filter-block .block-actions.filter-actions {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#layered-filter-block .block-actions.filter-actions a {
  display: block;
  overflow: inherit;
}
/* mobile and small screens design */
/* Generated Less from WeltPixel_ProductPage */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.canvas_icons_product {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons_product:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl .page-wrapper {
  overflow-x: hidden;
}
.theme-pearl .review-ratings {
  float: none;
}
.theme-pearl .review-content {
  margin-top: 20px;
}
.theme-pearl .review-content,
.theme-pearl .review-details {
  margin-left: 0px;
}
.theme-pearl .box-tocart,
.theme-pearl .product-social-links {
  max-width: 100%;
  margin: 0 auto;
}
.theme-pearl .product-info-main .actions button {
  width: 100%;
}
.theme-pearl .product-info-main .product.attribute.overview {
  float: left;
}
.theme-pearl .product-info-main .product.pricing {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.theme-pearl.product-page-v1 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v2 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v3 .block .actions-toolbar > .primary .action.primary,
.theme-pearl.product-page-v4 .block .actions-toolbar > .primary .action.primary {
  box-shadow: none;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 400;
}
.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 10px !important;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
  display: none;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content:nth-child(2) {
  display: block;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active {
  bottom: 6px;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title {
  bottom: 0;
  transition: bottom .3s;
}
.theme-pearl.catalog-product-view .box-tocart .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.theme-pearl.catalog-product-view .box-tocart .fieldset.out-of-stock {
  justify-content: center;
}
.theme-pearl.catalog-product-view .box-tocart .fieldset.out-of-stock .primary {
  opacity: 1;
}
.theme-pearl.catalog-product-view .box-tocart .fieldset.out-of-stock a {
  text-decoration: underline;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty {
  width: 152px;
  margin-bottom: 0;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty .qty-wrapper {
  width: 132px;
  margin-bottom: 25px;
  position: relative;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty .qty-wrapper div.mage-error {
  width: 250%;
  background: white;
  position: absolute;
  top: 100%;
  max-width: calc(100vw - 30px);
}
.theme-pearl.catalog-product-view .box-tocart .field.qty .qty-wrapper:has(.mage-error) {
  margin-bottom: 45px;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty input,
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  border-width: 1px;
  border-style: solid;
  padding: 14px 17px;
  margin: 0 10px 0 0;
  height: auto;
}
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px 0 15px 14px;
  direction: rtl;
  text-align: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  float: left;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  float: left;
  width: 100% !important;
  position: relative;
  margin-bottom: 25px;
}
.theme-pearl.catalog-product-view .product-social-links {
  clear: left;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links {
  width: calc(100% - 73px);
  float: left;
  text-align: center;
  overflow: auto;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action {
  float: none;
}
.theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.towishlist {
  float: left;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  line-height: 18px !important;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px !important;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist:before:before,
.theme-pearl.catalog-product-view .product-social-links .action.mailto:before:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
  float: right;
}
.theme-pearl.catalog-product-view .product-info-main .product-info-stock-sku {
  vertical-align: middle;
}
.theme-pearl.catalog-product-view .product-info-main .product.data.items .item.title.active:after {
  background-color: transparent;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title {
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active {
  position: relative;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 400;
  background-color: white;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content {
  margin-top: 52px;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content .review-control-vote::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-stage-outer {
  overflow: visible;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  top: 0;
  width: 600px !important;
  height: calc(100% - 15px) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:hover,
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev {
  left: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:before {
  top: calc(50% - 20px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-prev:after {
  top: calc(50% - 32px);
  left: auto;
  right: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next {
  right: -600px !important;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:before {
  top: calc(50% - 32px);
  right: auto;
  left: 8px;
}
.theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav .owl-next:after {
  top: calc(50% - 20px);
  right: auto;
  left: 8px;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next {
  background-color: transparent !important;
}
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-prev:hover,
:root .catalog-product-view .theme-pearl.catalog-product-view .product-items.owl-carousel.owl-center .owl-nav.m2c .owl-next:hover {
  background-color: transparent !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions {
  float: left;
  width: 100%;
  margin-top: -20px;
}
.theme-pearl.catalog-product-view .product-items .product-item-actions .action.tocompare {
  float: right;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price {
  float: left;
  padding-right: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .old-price .price {
  color: #575757;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .product-info-main .product-info-price .price-box .price-label {
  display: block !important;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .block-bundle-summary .box-tocart {
  width: 100%;
  float: left;
}
.theme-pearl.catalog-product-view.page-product-bundle #maincontent .bundle-options-container .price-box .price-wrapper > .price {
  color: black;
}
.theme-pearl.catalog-product-view .product-page-gallery-v2 {
  padding-bottom: 20px;
}
.theme-pearl.catalog-product-view .product-page-gallery-v4 {
  position: relative;
  text-align: center;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .actions-secondary {
  display: inline-block !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
.theme-pearl.catalog-product-view .product-items .product-item:hover .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame .fotorama__dot {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.theme-pearl.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: black;
  border-color: black;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:focus *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:active *:hover,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap:hover *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap * {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:focus,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:active,
.theme-pearl.catalog-product-view .product.media .fotorama__wrap *:hover {
  box-shadow: none !important;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title {
  text-align: center;
}
.theme-pearl.catalog-product-view .column.main .block .block-title.title strong {
  font-size: 32px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4,
.theme-pearl.product-page-v4 .product-top-main.product_v2,
.theme-pearl.product-page-v2 .product-top-main.product_v2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4,
.theme-pearl.product-page-v2 .product-top-main.product_v4 {
  margin-top: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
  background: none transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
  .theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
  .theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary {
    transition: top 0.2s ease 0.2s;
    -o-transition: top 0.2s ease 0.2s;
    -ms-transition: top 0.2s ease 0.2s;
    -moz-transition: top 0.2s ease 0.2s;
    -webkit-transition: top 0.2s ease 0.2s;
  }
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:-moz-any-link,
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary x:default,
.theme-pearl.product-page-v4 .product-info-main.product_v2.cart-summary x:default,
.theme-pearl.product-page-v2 .product-info-main.product_v2.cart-summary x:default {
  transition: top 0s ease 0s;
  -o-transition: top 0s ease 0s;
  -ms-transition: top 0s ease 0s;
  -moz-transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.cart-summary,
.theme-pearl.product-page-v2 .product-info-main.product_v4.cart-summary {
  position: absolute;
  right: 0;
}
.theme-pearl.product-page-v4 .product-info-main.product_v2.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v2.pp-fixed {
  position: fixed;
  top: 100px;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4 {
  top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-floating-v4,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-floating-v4 {
  background: none transparent !important;
  margin-bottom: 0 !important;
  float: right !important;
  position: absolute !important;
}
.theme-pearl.product-page-v4 .product-info-main.product_v4.pp-fixed,
.theme-pearl.product-page-v2 .product-info-main.product_v4.pp-fixed {
  position: fixed;
  padding-top: 0;
  top: 100px;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4,
.theme-pearl.product-page-v4 .product.media.product_v2,
.theme-pearl.product-page-v2 .product.media.product_v2 {
  padding: 0 25px 0 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__arr,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav-wrap,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav-wrap {
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 100%;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  clear: left !important;
  float: left !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding-bottom: 20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:last-of-type {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: left !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0px);
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--left:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--right:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--top:before,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__stage.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v4 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v4.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v4 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after,
.theme-pearl.product-page-v2 .product.media.product_v2.v2 .fotorama__nav.fotorama__shadows--bottom:after {
  background: none !important;
}
.theme-pearl.product-page-v4 .product.media.product_v4,
.theme-pearl.product-page-v2 .product.media.product_v4 {
  padding: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder {
  margin: 0 -20px;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  padding-bottom: 0;
}
.theme-pearl.product-page-v4 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.theme-pearl.product-page-v2 .product.media.product_v4.v4 .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  float: none !important;
  width: auto !important;
}
.theme-pearl.product-page-v4 .product-social-links,
.theme-pearl.product-page-v2 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl.product-page-v3 .product-social-links {
  margin: 0 auto 20px auto;
}
.theme-pearl .swipe_desktop_off #swipeOff {
  display: none;
}
.theme-pearl .swipe_desktop_off #swipeOff.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-pearl .reviews-actions a {
  text-decoration: underline;
}
.theme-pearl.product-page-v1 .product-info-main {
  margin-top: 5%;
}
.theme-pearl.product-page-v1 .breadcrumbs,
.theme-pearl.product-page-v3 .breadcrumbs {
  margin-bottom: 10px !important;
}
.theme-pearl.product-page-v4 .product-top-main.product_v4 {
  padding-top: 10px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth {
    display: block;
    float: none !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links.addto-fullwidth a:last-of-type {
    float: right;
    margin-right: 2px;
  }
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: left;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 840px) and (min-width: 768px) {
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links {
    margin-bottom: 0 !important;
  }
  .theme-pearl.catalog-product-view .product-social-links .product-addto-links .action.tocompare {
    clear: both;
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links .action.mailto {
    float: none;
  }
}
.theme-pearl #product-review-container .header_right {
  display: none !important;
}
.theme-pearl .no-border-accordion {
  border: 0 none !important;
}
.theme-pearl .no-border-accordion .data.switch {
  border-top: 1px solid #ccc !important;
}
.theme-pearl .no-border .product.data.items {
  text-align: center;
}
.theme-pearl .no-border .product.data.items .item.title {
  display: inline-block;
  float: none;
}
.theme-pearl .no-border .product.data.items .item.title.active {
  position: initial !important;
}
.theme-pearl .no-border .product.data.items .item.title.active .switch {
  height: 52px !important;
}
.theme-pearl .no-border .product.data.items .item.title .switch {
  border: 0 none;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.theme-pearl .no-border .product.data.items .data.item.content {
  text-align: left;
  border: 0 none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-collapsible-nav .title,
  .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: 0 auto 25px;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #303030;
    line-height: 47px;
    padding: 0 3px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #333333;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    border: 0 solid #cccccc;
    font-weight: 400;
    min-width: 100%;
    padding: 24px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: -10px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 10px;
  }
  .navigation .level0 .submenu > ul:before {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 20px;
    top: -20px;
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 4;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #303030;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #333333;
    border-style: solid;
    border-width: 0;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .navigation {
    border: none;
    border-bottom: 1px solid #303030;
    padding: 25px 0 12px;
    text-transform: uppercase;
  }
  .navigation .visible-inline-xs {
    display: none !important;
  }
  .navigation > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation > ul a.leveltop {
    font-size: clamp(10px, calc(1vw + 1px), 14px);
    letter-spacing: -0.5px;
  }
  .navigation > ul a.leveltop .ui-menu-icon:after {
    font-size: clamp(9px, calc(1vw), 14px);
  }
  .navigation > ul li.level-top {
    text-align: center;
    padding: 0 5px;
  }
  .navigation .parent > a {
    padding-right: 18px;
    white-space: nowrap;
  }
  .navigation .parent > a .ui-menu-icon {
    height: auto;
    order: 2;
    position: absolute;
    right: 5px;
  }
  .navigation .parent > a .ui-menu-icon:after {
    top: 2px;
  }
  .navigation .parent > a.ui-state-focus {
    color: #000;
    text-decoration: underline;
  }
  .navigation .parent > a.ui-state-focus .ui-menu-icon:after {
    color: #000;
  }
  .navigation .level0 {
    position: static;
  }
  .navigation .level0 > div.submenu {
    width: 100%;
    left: 0 !important;
    top: 100% !important;
  }
  .navigation .level0 > div.submenu li {
    text-align: left;
  }
  .navigation .level0 ul.level1 {
    width: 44%;
    padding: 0;
    min-height: 500px;
  }
  .navigation .level0 ul.level1 > li {
    position: static;
  }
  .navigation .level0 ul.level1 > li > a {
    color: #838383;
    padding: 8px 20px 4px 0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 4px;
    white-space: normal;
  }
  .navigation .level0 ul.level1 > li > a.ui-state-active,
  .navigation .level0 ul.level1 > li > a.ui-state-focus {
    color: #000;
    border-bottom-color: #000;
    text-decoration: none;
  }
  .navigation .level0 ul.level1 > li > a.ui-state-active .ui-menu-icon:after,
  .navigation .level0 ul.level1 > li > a.ui-state-focus .ui-menu-icon:after {
    color: #000;
  }
  .navigation .level0 ul.level1 > li a {
    font-weight: 500;
  }
  .navigation .level0 ul.level1 > li.opened > a {
    color: #000;
    border-bottom-color: #000;
  }
  .navigation .level0 ul.level1 > li.opened > a .ui-menu-icon:after {
    color: #000;
  }
  .navigation .level0 ul.level1 > li.opened > ul {
    display: block !important;
  }
  .navigation .level0 .submenu.level2 {
    border: none;
    box-shadow: none;
    top: 0px !important;
    padding: 0;
    width: 143%;
  }
  .navigation .level0 .submenu.level2 li {
    padding-left: 60px;
  }
  .navigation .level0 .submenu.level2 a {
    text-transform: none;
    padding: 6px 0;
  }
  .navigation .level0 > .submenu {
    padding: 24px 0;
  }
  .navigation .level0 > .submenu:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    display: block;
    height: 256px;
    width: 100%;
    top: 100%;
  }
  .navigation .level0 > .submenu > .flex {
    background: white;
    min-height: 490px;
  }
  .navigation .level0 > .submenu .submenu-reverse {
    left: 100% !important;
    right: auto !important;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    padding-left: 30px;
    box-sizing: content-box;
  }
  .navigation .flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .navigation .flex.flex__3columns {
    justify-content: space-between;
  }
  .navigation .flex__first {
    flex-basis: 48%;
    order: 2;
  }
  .navigation .flex__center {
    flex-basis: 100%;
    padding: 24px;
  }
  .navigation .flex__last {
    flex-basis: 48%;
    order: 3;
  }
  .navigation .flex__50 {
    flex-basis: 50%;
    padding-bottom: 24px;
  }
  .navigation .flex__50:nth-child(2n) {
    padding-left: 12px;
  }
  .navigation .flex__50:nth-child(2n+1) {
    padding-right: 12px;
  }
  .navigation .flex .flex__first a,
  .navigation .flex .flex__last a {
    padding: 0;
  }
  .navigation .flex .title {
    font-weight: 500;
    text-align: left;
    opacity: 0.6;
    padding: 8px 0 16px;
  }
  .navigation .grouped .flex__center {
    order: 4;
    display: inline-flex;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #303030;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #303030;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .mgz-blog.page-layout-2columns-left .column.main,
  .mgz-blog.page-layout-2columns-right .column.main {
    width: 75%;
  }
  .mgz-blog.page-layout-2columns-left .sidebar-main,
  .mgz-blog.page-layout-2columns-right .sidebar-main,
  .mgz-blog.page-layout-2columns-left .sidebar-additional,
  .mgz-blog.page-layout-2columns-right .sidebar-additional {
    width: 25%;
  }
  .grcontact-index-index h2.h1 {
    line-height: 43px;
    font-size: 24px;
  }
  .gr-overlay {
    height: 80vH;
    top: 10vH;
  }
  .gr-overlay .option-selector {
    max-height: 80vH;
  }
  .gr-overlay .image-selector {
    flex-basis: 50%;
  }
  .gr-overlay .option-selector,
  .gr-overlay .gr-info {
    flex-basis: 25%;
  }
  .gr-overlay .o-filter,
  .gr-overlay .current-selection-filter {
    display: block !important;
  }
  .sort-by-desktop {
    display: inline-block;
  }
  .sort-by-desktop-disabled {
    display: none;
  }
  .column.main.infinite-scroll .product-items .ias-no-more.mg-top-msg {
    margin-top: 80px;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  #multistore-mobile-switcher-language {
    display: none;
  }
  #multistore-mobile-switcher-language.multistore-desktop {
    display: block;
    background: #000;
    padding-top: 0px;
  }
  #multistore-mobile-switcher-language.multistore-desktop ul.weltpixel_multistore {
    text-align: left;
    margin: 0 auto;
  }
  .page-header-v1 .page-header .multistore-switcher {
    position: absolute;
    top: 0px;
    margin-left: -20px;
  }
  .page-header-v2 .page-header .multistore-switcher {
    position: relative;
    top: -8px;
  }
  .page-header-v2 .page-header .multistore-switcher .weltpixel_multistore {
    margin-top: 9px;
  }
  .page-header-v3 .page-header .multistore-switcher {
    position: absolute;
    top: 0px;
    left: -5px;
  }
  .page-header-v4 .page-header .multistore-switcher {
    position: relative;
    top: -8px;
    margin-bottom: -10px;
  }
  .catalog-product-view .fotorama {
    overflow: visible;
  }
  .admin__data-grid-outer-wrap .block.widget .products-grid .product-item {
    margin-left: 30px !important;
    white-space: normal;
  }
  .admin__data-grid-outer-wrap .block.widget .products-grid .product-item .price-box {
    margin-bottom: 15px;
  }
  .admin__data-grid-outer-wrap .block.widget .products-grid .product-item-actions {
    margin-top: -20px;
  }
  .admin__data-grid-outer-wrap .block.widget .products-grid .product-item-actions .actions-primary {
    margin-top: 15px;
  }
  .arv-wrapper.arv-full-grid .arv-content .arv-item-list {
    width: 100%;
    margin-left: 0px;
  }
  .arv-wrapper.arv-full-grid .arv-content .arv-item-list .product-item:first-child {
    margin-left: 0px !important;
  }
  .arv-wrapper .arv-content .arv-item-list {
    width: 70%;
    width: calc((100% - 20% ));
  }
  .arv-wrapper .arv-content .arv-item-list .product-item:last-child {
    margin-right: 50px !important;
  }
  .arv-wrapper .arv-content .arv-item-list .product-item .actions-secondary.no-addtocart-btn .action.tocompare {
    float: none;
  }
  .arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item:hover .product-item-actions .actions-secondary.no-addtocart-btn {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
  }
  .arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-primary,
  .arv-wrapper .arv-content .arv-item-list ol.product-items li.product-item .product-item-actions .actions-secondary {
    display: inline-block;
  }
  .arv-wrapper .arv-content .arv-cms .arv-desktop-img {
    display: block;
  }
  .arv-wrapper .arv-content .arv-cms .arv-mobile-img {
    display: none;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter {
    width: 35%;
    margin: 0 auto 65px;
  }
  .checkout-onepage-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe,
  .multishipping-checkout-success .thankyou-wrapper .block.newsletter .block.newsletter .form.subscribe {
    width: 82%;
    margin: 0 auto;
  }
  .checkout-onepage-success .thankyou-wrapper .cmsblock-container,
  .multishipping-checkout-success .thankyou-wrapper .cmsblock-container {
    width: 80%;
    margin: 0 auto;
  }
  .profile-wrapper .profile-cover-img {
    height: 480px;
  }
  .profile-wrapper .profile-header-container .profile-titles {
    margin-left: 200px;
  }
  .profile-wrapper .profile-header-container .profile-titles .profile-name {
    font-size: 28px;
  }
  .profile-wrapper .profile-feed-container .profile-feed {
    float: left;
    width: 100%;
  }
  .profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper {
    float: left;
    clear: left;
    width: 49%;
  }
  .profile-wrapper .profile-feed-container .profile-feed .profile-feed-wrapper:nth-of-type(2n) {
    float: right;
    clear: right;
  }
  .profile-wrapper .profile-feed-container .collections-feed {
    width: 100%;
    float: left;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .opc-wrapper .form.methods-shipping .actions-toolbar,
  .checkout-index-index .modal-custom .form.methods-shipping .actions-toolbar {
    left: -20px;
  }
  .checkout-index-index .opc-wrapper .form.methods-shipping .action.continue,
  .checkout-index-index .modal-custom .form.methods-shipping .action.continue {
    width: 30rem;
  }
  .checkout-index-index .opc > li:not(.checkout-payment-method),
  .checkout-index-index .opc > li.checkout-payment-method .form.payments > .fieldset {
    max-width: 540px;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar .primary {
    float: left;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar .primary .action.checkout {
    width: 30rem;
    border-radius: 5px;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-left: 10px;
  }
  .checkout-index-index .header.content {
    margin-bottom: 3rem;
  }
  .checkout-index-index .page-main {
    margin-top: 20px;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 0;
  }
  .checkout-index-index.store-view-us_en .header.content {
    border-bottom: 1px solid #7093cd;
  }
  .checkout-index-index.store-view-ca_en .header.content {
    border-bottom: 1px solid #333;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #000000;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #333333;
    border-color: #333333;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #333333;
    border-color: #333333;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #333333;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    padding-bottom: 20px;
  }
  .opc-wrapper .form-login .fieldset {
    margin-bottom: 1rem;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 1.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #292929;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #333333;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #292929;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: #cccccc;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #f4f4f4;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #ffffff transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  body .page-header .desktop-logo {
    display: block !important;
  }
  body .block.block-search {
    max-width: 250px;
    width: 23%;
  }
  body .block.block-search input {
    max-width: 100%;
  }
  body.catalogsearch-result-index .shopby-trigger,
  body.catalogsearch-result-index .mobile-filters-title {
    display: none;
  }
  body.catalogsearch-result-index #instant-search-facets-container > div {
    display: inline-block;
  }
  body.catalogsearch-result-index .ais-Panel {
    position: relative;
    display: inline-block;
  }
  body.catalogsearch-result-index .ais-Panel-header {
    padding-right: 40px;
  }
  body.catalogsearch-result-index .ais-Panel-body {
    position: absolute;
    border: 1px solid #ccc;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
    font-weight: normal;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-current ol {
    padding-right: 0px;
    padding-left: 15px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 2px 20px 10px 0;
    border-bottom: none;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
    padding-left: 5px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content {
    width: 190px;
  }
  .theme-pearl.page-layout-1column #layered-filter-block .block-actions.filter-actions a {
    display: inline;
  }
  .theme-pearl.page-layout-1column .toolbar-products {
    position: static;
    margin-bottom: 0px;
  }
  .theme-pearl.page-layout-1column .toolbar-products select option:checked {
    background: transparent;
  }
  .theme-pearl.page-layout-1column .products.products-grid {
    margin: 0px;
    padding-top: 26px !important;
  }
  .theme-pearl.page-layout-1column .page-main > .page-title-wrapper .page-title {
    margin-bottom: 0px;
  }
  #wp_ln_shopby.filter-current #wp_ln_shopby_items {
    display: inline-block;
  }
  .wp-ln-actions {
    width: 98%;
    text-align: right;
  }
  .wp-ln-action {
    cursor: pointer;
    display: inline-block;
  }
  .wp-instant-search-wrapper {
    display: none;
  }
  .wp-instant-search-wrapper.desktop {
    display: block;
  }
  .wp-ln-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wp-ln-show-less {
    display: none;
  }
  .wp-filters {
    display: none;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  body.slider-layer .column.main,
  body.slider-down-layer .column.main {
    width: 100%;
  }
  body.slider-layer .block.filter,
  body.slider-down-layer .block.filter {
    display: none;
  }
  body.slider-layer .toolbar-products,
  body.slider-down-layer .toolbar-products {
    margin-left: 90px;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters {
    display: block;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters .wp-filters-text {
    vertical-align: top;
    font-weight: bold;
  }
  body.slider-layer .wp-ln-overlay,
  body.slider-down-layer .wp-ln-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .sidebar.sidebar-main span.wp-slide-down-add.active {
    display: inline-block;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .sidebar.sidebar-main span.wp-slide-down-add.active:after {
    content: '\e621';
    font-family: 'luma-icons';
    position: absolute;
    top: 1px;
    margin-left: 5px;
  }
  .sidebar.sidebar-main span.wp-slide-down-add {
    display: inline-block;
    transition: scale 100ms ease;
  }
  .sidebar.sidebar-main span.wp-slide-down-add:after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    top: 1px;
    margin-left: 5px;
  }
  .slide-in-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 250px;
    background: #fff;
    height: 95%;
    padding: 25px;
    overflow: scroll;
    margin-bottom: 10px;
    z-index: 100;
  }
  .slide-in-filter .block-subtitle {
    font-size: 15px;
    text-align: center;
    padding: 10px 10px 30px;
  }
  .slide-in-filter .filter-options-item {
    padding: 15px 0;
    border-bottom: 1px solid #ecece7;
  }
  .slide-in-filter.hide-selected-filters .filter-content {
    position: relative;
  }
  .slide-in-filter.hide-selected-filters .filter-content .filter-actions {
    margin: 0;
  }
  .slide-in-filter.hide-selected-filters .filter-content .filter-actions a.filter-clear {
    position: absolute;
    bottom: 0;
  }
  .sidebar .slide-down-filter .filter-options .filter-options-item .filter-options-content #swatch-wrapper {
    text-align: left !important;
  }
  .sidebar .slide-down-filter.no-box-shadow {
    box-shadow: none;
  }
  .slide-down-filter {
    display: block;
    position: absolute;
    background: #fff;
    top: 38px;
    width: 98%;
    z-index: 100;
    overflow-y: hidden;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: inset 0 2px 2px #ccc;
    -webkit-box-shadow: inset 0 2px 2px #ccc;
    box-shadow: inset 0 2px 2px #ccc;
  }
  .slide-down-filter:hover {
    overflow-y: auto;
    overflow-y: overlay;
  }
  .slide-down-filter .filter-options-title:after {
    content: '';
  }
  .slide-down-filter .filter-options-item {
    float: left;
    padding: 15px 1% 15px 5px;
    border: 0 none;
    overflow: hidden;
  }
  .slide-down-filter .filter-options-item .filter-options-content {
    overflow: hidden;
    height: 95%;
  }
  .slide-down-filter .filter-options-item .filter-options-content:hover {
    overflow-y: auto;
    overflow-y: overlay;
  }
  .slide-down-filter .block-content .block-subtitle {
    padding: 15px 20px 15px;
  }
  .slide-down-filter .block-content #wp_ln_shopby_items {
    display: inline-block;
  }
  .slide-down-filter .block-content #wp_ln_shopby_items .item {
    float: left;
    margin: 10px;
  }
  .slide-down-filter .block-content .filter-actions {
    margin: 0;
    float: right;
  }
  b.wp-ln-load-more:after {
    content: "\e607";
  }
  b.wp-ln-show-less:after {
    content: "\e618";
  }
  b.wp-ln-load-more:before {
    content: '';
  }
  b.show-less:before {
    content: '';
  }
  #layered-filter-block .wp-ln-selected a {
    border-left: 5px solid red;
    padding-left: 11px;
    font-style: italic;
    color: #908f8f;
  }
  #layered-filter-block .filter-options-item .filter-options-content {
    display: none;
  }
  #layered-filter-block .filter-options-item.active .filter-options-content {
    display: block;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  #layer-product-list .message.info.empty {
    text-align: center;
    background: #fdf0d5;
    font-size: 1.3rem;
    color: #6f4400;
  }
  .message.info > *:first-child:before {
    content: '';
  }
  .banner-container {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .banner-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .show-viewproducts {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  body.wp-ln-open .page-wrapper div.page-header,
  body.wp-ln-open .page-wrapper .nav-sections,
  body.wp-ln-open .page-wrapper nav.navigation {
    z-index: 1 !important;
  }
  body.theme-pearl {
    /* price slider - in pearl*/
    /** price slider end */
  }
  body.theme-pearl .slide-in-filter {
    height: 100% !important;
  }
  body.theme-pearl b.wp-ln-load-more:before {
    content: "\e614";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-show-less:before {
    content: "\e613";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-load-more:after {
    content: '';
  }
  body.theme-pearl b.wp-ln-show-less:after {
    content: '';
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters {
    top: 16px !important;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    text-transform: uppercase;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:after {
    visibility: visible;
    content: '';
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover {
    overflow: hidden;
  }
  body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before {
    visibility: hidden;
  }
  body.theme-pearl #layer-product-list .message.info.empty {
    text-align: center;
    background: #fdf0d5;
    font-size: 1.3rem;
    color: #6f4400;
  }
  body.theme-pearl .message.info > *:first-child:before {
    content: '';
  }
  body.theme-pearl .banner-container {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  body.theme-pearl .banner-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  body.theme-pearl .show-viewproducts {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  body.theme-pearl .slide-down-filter {
    width: 99%;
    top: 52px;
    border: 0 none;
    -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  body.theme-pearl .slide-down-filter .block-subtitle {
    border: 0 none !important;
  }
  body.theme-pearl .slide-down-filter .filter-options-title {
    border: 0 none !important;
    font-weight: 800 !important;
  }
  body.theme-pearl .ui-slider {
    background: #b3b3b3 !important;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 5px;
    position: relative;
    width: 93%;
  }
  body.theme-pearl .ui-slider .ui-slider-handle:first-of-type,
  body.theme-pearl .ui-slider .ui-slider-handle:last-of-type {
    display: block;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  body.theme-pearl .ui-slider .ui-slider-handle:first-of-type {
    left: 0;
    margin-left: -5px;
  }
  body.theme-pearl .ui-slider .ui-slider-handle:last-of-type {
    padding: 0;
    margin-left: -5px;
  }
  body.theme-pearl .ui-slider .ui-widget-header {
    background: #e9e9e9 !important;
    height: 100%;
    position: absolute;
  }
  body.theme-pearl .ui-slider .ui-slider-range {
    background: #000 !important;
  }
  body.theme-pearl .ui-slider .ui-slider-handle {
    cursor: ew-resize;
    width: 1em;
    height: 1em;
    top: -4px;
    background: #000000;
  }
  body.theme-pearl .ui-slider .ui-corner-all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  body.theme-pearl div.wp-slider-inp {
    width: 100%;
    display: inline-block;
  }
  body.theme-pearl div.wp-slider-inp a.wp-price-slider-a {
    float: right;
  }
  body.theme-pearl div.wp-slider-inp a.wp-price-slider-a:hover {
    font-weight: bold;
    background: none;
  }
  body.theme-pearl div.wp-slider-inp label {
    color: #757575;
    padding: 0 5px;
  }
  body.theme-pearl #rat_items li.item a {
    text-decoration: none !important;
  }
  body.theme-pearl #rat_items li.item a:hover {
    text-decoration: none !important;
  }
  body.theme-pearl .filter-options-content .items li.item {
    width: 96%;
  }
  body.theme-pearl .filter-options-content .items li.item:last-of-type {
    padding-bottom: 15px;
  }
  body.theme-pearl p.wp-slider-action {
    text-align: right;
  }
  body.theme-pearl ::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
  }
  body.theme-pearl ::-webkit-scrollbar-track {
    background-color: #fff;
  }
  body.theme-pearl ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 4px;
  }
  /* price slider - blank */
  .ui-slider {
    background: #fff !important;
    color: #333333;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 0;
    width: 98%;
  }
  .ui-slider .ui-widget-header {
    height: 100%;
    position: absolute;
    background: #e9e9e9 !important;
  }
  .ui-slider .ui-slider-handle {
    cursor: ew-resize !important;
    width: 0.3em;
    height: 1em;
    top: -4px;
  }
  .ui-slider .ui-corner-all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  div.wp-slider-inp {
    width: 100%;
    display: inline-block;
  }
  div.wp-slider-inp .wp-slider-from {
    width: 55%;
    text-align: left;
    float: left;
  }
  div.wp-slider-inp .wp-slider-to {
    width: 45%;
    text-align: right;
    float: right;
  }
  div.wp-slider-inp .wp-price-slider-inp {
    max-width: 41px;
    text-align: center;
    padding: 0;
    margin-left: -2px;
  }
  div.wp-slider-inp .wp-price-slider-inp.inp-type {
    max-width: 30%;
    height: 24px !important;
    margin-left: 2px;
  }
  div.wp-slider-inp .wp-price-slider-inp.inp-type#amount_to {
    margin-right: auto;
  }
  div.wp-slider-inp .wp-slider-inp-range {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  div.wp-slider-inp .wp-slider-inp-range .price-value-wrapper {
    margin-right: auto;
  }
  div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a {
    float: right;
  }
  div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a:hover {
    font-weight: bold;
    background: none;
  }
  div.wp-slider-inp label {
    color: #757575;
    padding: 0 5px;
  }
  p.wp-slider-action {
    text-align: right;
  }
  /** price slider end */
  .items a.wp-filter-disabled {
    pointer-events: none;
    cursor: default;
    color: #ccc;
  }
  .wp-instant-search-wrapper .wp-instant-search-inp {
    width: 90%;
  }
  .show-hide-filter-desktop .show-filter-icon {
    display: inline-block;
    float: left;
    cursor: pointer;
  }
  .show-hide-filter-desktop .desktop-show-filter,
  .show-hide-filter-desktop .desktop-hide-filter {
    display: inline-block;
    cursor: pointer;
  }
  .show-hide-filter-desktop .desktop-show-filter .show-filter-icon,
  .show-hide-filter-desktop .desktop-hide-filter .show-filter-icon {
    display: inline-block;
    background: url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .show-hide-filter-desktop .desktop-show-filter {
    display: none;
  }
  .column.main.no-left-padding {
    padding-left: 0;
  }
  .weltpixel-horizontalnavigation .filter-options .filter-options-item .filter-options-content .items li.item:last-of-type {
    padding-bottom: 5px;
  }
  .weltpixel-horizontalnavigation .filter-options .filter-options-item .filter-options-content .item {
    margin: 0 3px 5px;
    border-radius: 5px;
  }
  .weltpixel-horizontalnavigation .filter-options .filter-options-item.active {
    z-index: 30;
  }
  .page-wrapper .page-header.sticky-header.no-box-shadow,
  .page-wrapper .nav-sections.sticky-header.no-box-shadow {
    box-shadow: none;
  }
  body .filter.block {
    border-top: none;
  }
  body .horizontal-v2 {
    display: flex;
    align-items: center;
    position: relative;
  }
  body .horizontal-v2 .filter-actions-wrapper {
    display: flex;
    align-items: center;
  }
  body .horizontal-v2 .filter-actions-wrapper .filter-current {
    display: flex;
    align-items: start;
  }
  body .horizontal-v2 .filter-options {
    margin-bottom: 25px;
  }
  body .horizontal-v2 .filter-actions {
    margin-bottom: 0;
  }
  body .horizontal-v1 .filter-current {
    display: flex;
    align-items: center;
  }
  body .horizontal-v1 .filter-actions {
    margin-bottom: 0;
  }
  body #layered-filter-block.horizontal-v3 {
    display: flex;
    align-items: center;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    transition: .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding: 10px 15px;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    margin-left: 10px;
    top: 0;
    left: 0;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content {
    width: auto;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-top: 5px;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .wp-instant-search-wrapper.desktop {
    margin-top: 10px;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .filter-options-content-title {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items {
    overflow-y: scroll;
    max-height: 200px;
    margin: 10px 10px 15px 10px;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item {
    margin: 0;
    padding: 5px 8px 5px 0;
    width: 100%;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a {
    margin: 0;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items::-webkit-scrollbar {
    display: none;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item:after,
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item:before {
    display: none;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: '\e622';
    transform: rotate(180deg);
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content {
    opacity: 100%;
  }
  body #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .items:hover::-webkit-scrollbar {
    display: block;
  }
  body .filter-align-left {
    justify-content: left;
  }
  body .filter-align-center {
    justify-content: center;
  }
  body .filters-box-shadow {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  body .sticky-filters {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    background: white;
    justify-content: right;
    padding: 0 20px;
  }
  body .sticky-filters .filter-options {
    margin-bottom: 0;
  }
  body .sticky-filters .filter-actions-wrapper,
  body .sticky-filters .filter-actions {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  body .sticky-filters .filter-actions-wrapper .filter-actions,
  body .sticky-filters .filter-actions .filter-actions {
    margin-bottom: 0;
    min-height: 35px;
  }
  body .sticky-filters .filter-content {
    width: calc(100% - 40px - 20em);
  }
  body #layered-filter-block .filter-content.reverse-order {
    display: flex;
    flex-direction: column-reverse;
  }
  body.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content {
    min-width: 200px;
    width: auto !important;
    padding: 5px;
    max-height: 50rem;
    overflow-y: scroll;
  }
  body.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .wp-instant-search-wrapper.desktop,
  body.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .wp-instant-search-wrapper.mobile {
    display: flex;
    justify-content: center;
  }
  body.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .item {
    white-space: nowrap;
  }
  body.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .item:hover {
    background-color: white;
  }
  /*RocketWeb customization*/
  .page-with-filter .block-subtitle.filter-subtitle {
    display: none;
  }
  .page-with-filter .filter-content .item {
    display: inline-block;
  }
  .page-with-filter .filter-current-subtitle {
    white-space: nowrap;
  }
  .page-with-filter .filter-label {
    font-weight: normal;
  }
  #narrow-by-list .filter-options-item {
    display: inline-block;
    position: relative;
  }
  #narrow-by-list .filter-options-content {
    z-index: 1001;
    position: absolute;
    margin-top: 5px;
    border: 1px solid #ccc;
    background-color: white;
  }
  #layered-filter-block .filter-content {
    display: flex !important;
  }
  #layered-filter-block .filter-options-item.filter-options-content {
    margin-top: -3px !important;
  }
  /*End of RocketWeb customization*/
  .theme-pearl .swatch-option-tooltip {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .1s;
  }
  .theme-pearl .swatch-option-tooltip .corner:after {
    left: -16px;
  }
  .theme-pearl .product-social-links .product-addto-links.full-width-add-to {
    width: calc(100% - 120px);
  }
  .theme-pearl .product-social-links .product-addto-links .action {
    margin-right: 0px;
  }
  .theme-pearl.product-page-v1 .product-info-main .actions {
    width: calc(100% - 65px);
  }
  .theme-pearl.product-page-v1 .product-addto-links {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v2 .no-sticky-product-page,
  .theme-pearl.product-page-v4 .no-sticky-product-page {
    top: 0px !important;
  }
  .theme-pearl.product-page-v2 .column.main .product-info-main.cart-summary.no-sticky-product-page {
    padding-top: 95px !important;
  }
  .theme-pearl.product-page-v4 .nav-sections,
  .theme-pearl.product-page-v3 .nav-sections {
    padding-bottom: 0px !important;
  }
  .theme-pearl.product-page-v2 .product-addto-links,
  .theme-pearl.product-page-v3 .product-addto-links,
  .theme-pearl.product-page-v4 .product-addto-links {
    margin-bottom: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4,
  .theme-pearl.product-page-v4 .product-top-main.product_v2,
  .theme-pearl.product-page-v2 .product-top-main.product_v2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .theme-pearl.product-page-v4 .product-top-main.product_v4,
  .theme-pearl.product-page-v2 .product-top-main.product_v4 {
    margin-top: 0;
  }
  .theme-pearl.product-page-v4 .product-info-main.product_v4,
  .theme-pearl.product-page-v2 .product-info-main.product_v4,
  .theme-pearl.product-page-v4 .product-info-main.product_v2,
  .theme-pearl.product-page-v2 .product-info-main.product_v2 {
    position: relative;
  }
  .theme-pearl .product.data.items > .item.title .switch {
    border-bottom: 0px solid white !important;
  }
  .theme-pearl .product.data.items > .item.title.active {
    bottom: 6px;
  }
  .theme-pearl .product.data.items > .item.title.active .switch {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    height: 59px !important;
    line-height: 60px;
  }
  .theme-pearl.product-page-v1 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v2 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v3 .product-social-links .product-addto-links a:first-of-type,
  .theme-pearl.product-page-v4 .product-social-links .product-addto-links a:first-of-type {
    float: left;
    margin-right: 10px;
  }
  .theme-pearl .no-border .product.data.items {
    /*.data.item.content{
					padding-top: 55px;
				}*/
  }
  .theme-pearl .no-border .product.data.items .item.title {
    margin: 0 25px;
  }
  .theme-pearl .no-border .product.data.items .item.title.active {
    border-bottom: 2px solid black;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  /*COMPARE PAGE*/
  .theme-pearl.catalog-product-compare-index .product-item-actions .actions-primary {
    display: inline-block;
  }
  .theme-pearl.catalog-product-compare-index .product-item-actions .secondary-addto-links.actions-secondary {
    display: inline-block;
    width: auto;
  }
  /*HOME PAGE*/
  .theme-pearl.cms-index-index .product-item-actions .actions-primary,
  .theme-pearl.cms-index-index .product-item-actions .actions-secondary {
    display: table-cell;
  }
  .theme-pearl.cms-index-index .owl-carousel .product-item-actions .actions-primary {
    display: initial;
  }
  .theme-pearl.cms-index-index .owl-carousel .product-item-actions .secondary-addto-links.actions-secondary {
    display: none;
  }
  .theme-pearl.cms-index-index .owl-carousel .product-item-info:hover .product-item-actions .secondary-addto-links.actions-secondary {
    display: table-cell;
  }
  .review-form {
    max-width: 500px;
  }
  .footer.content .links {
    padding-right: 0px;
  }
  .footer-v1-content .pull-right-md {
    float: right;
  }
  .footer-v1-content .pull-left-md {
    float: left;
  }
  .promo-overlay,
  .promo-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .promo-overlay:before {
    content: '';
    z-index: auto;
    background-color: #FFF;
    opacity: 0.25;
  }
  .brighter-promo .promo-overlay:before {
    opacity: 0.75;
  }
  .promo-overlay .title {
    position: absolute;
    width: 100%;
    bottom: 40%;
    padding: 0;
  }
  .promo-image .title {
    position: absolute;
    width: 100%;
    bottom: 50%;
    padding: 20px 20px 20px 50px;
    text-align: center;
    z-index: 100;
    font-size: 48px;
  }
  .promo-image .title-v2 {
    position: absolute;
    width: 100%;
    bottom: 50%;
    padding: 50px;
    text-align: left;
    z-index: 2;
    font-size: 48px;
  }
  .track-order-description {
    width: 718px;
    margin: 57px auto;
  }
  .track-order {
    width: 460px;
    padding: 43px 60px 60px;
  }
  .track-order .primary {
    margin-top: 20px;
  }
  .track-order .primary.button {
    margin-top: 20px;
  }
  .container-404 {
    margin-bottom: 50px;
  }
  .about-us-v1 .gf-container {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
  }
  .about-us-v1 .gf-container .wpb_wrapper h1.mg-title {
    margin-top: 150px;
    margin-bottom: 45px;
    line-height: inherit;
  }
  .about-us-v1 .gf-container .btn-container {
    margin-top: 75px;
    margin-bottom: 300px;
  }
  .about-us-v1 .wpx-gray {
    margin-top: 100px;
  }
  .about-us-v1 .wpx-gray .bg-white {
    min-height: 300px;
    background: white;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
  .about-us-v1 .wpx-gray .child-cont {
    position: relative;
    z-index: 1;
  }
  .about-us-v1 .wpx-gray .test-cont {
    padding: 100px 0;
  }
  .about-us-v1 .gf-container .wpb_wrapper_cont {
    margin-left: 36% !important;
  }
  .about-us-v1 .wpx-gray .heading-title-wpx {
    font-size: 70px;
  }
  .about-us-v1 .contact-cont {
    text-align: center;
  }
  .about-us-v2 .text-left {
    text-align: left;
  }
  .about-us-v2 .cont-about-v2.mg-btm {
    margin-bottom: 150px;
  }
  .about-us-v2 .cont-about-v2 .cont-title {
    margin: 150px auto 100px auto;
  }
  .about-us-v2 .cont-about-v2 .text-cont {
    padding: 50px 50px 150px 0px;
  }
  .about-us-v2 .cont-about-v2 .text-cont .heading-title {
    margin-top: 65px;
  }
  .about-us-v2 .cont-about-v2 .text-cont p {
    font-size: 16px;
    line-height: 28px;
    color: #696969;
  }
  .about-us-v2 .cont-about-v2 .contact-cont {
    text-align: left;
  }
  .about-us-v2 .cont-about-v2 .contact-cont .social-cont {
    margin-top: 35px;
    font-size: 20px;
  }
  .about-us-v2 .cont-about-v2 .contact-cont .social-cont i {
    margin: 0 10px 10px 0;
  }
  .about-us-v2 .cont-about-v2 .brands-cont {
    padding-top: 15px;
  }
  .about-us-v2 .cont-about-v2 .brands-cont img {
    width: 15.5%;
  }
  .about-us-v2 .bg-gray .pd-gray {
    padding: 100px;
  }
  .about-us-v2 .bg-gray .pd-gray .heading-title-wpx {
    margin-bottom: 100px;
  }
  .about-us-v2 .bg-gray .pd-gray .mg-team {
    margin-bottom: 30px;
  }
  .container-v1 .img-1 {
    margin-top: 180px;
  }
  .container-v1 .img-2 {
    margin-top: 240px;
  }
  .container-v1 .img-3 {
    margin-top: 140px;
  }
  .container-v1 .img-4 {
    margin-top: 240px;
  }
  .container-v1 .img-5 {
    margin-top: 140px;
  }
  .container-v1 .img-6 {
    margin-top: 180px;
  }
  .container-v1 .promo-image .title {
    padding: 20px 0px 20px 0px;
    font-size: 40px;
  }
  .promo-overlay:before {
    content: '';
    z-index: auto;
    background-color: #FFF;
    opacity: 0.75;
  }
  .container-v3 .topmarginmob {
    margin-top: 50px;
  }
  .container-v3.module-split h3 {
    font-size: 64px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .container-v3.module-split p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
  }
  .container-v3.module-split span {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .container-v4 .heading-title h2 {
    font-size: 40px;
    font-weight: bolder;
    line-height: 60px;
    letter-spacing: 3px !important;
  }
  .container-v4.custom-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container-v4 .right-desk {
    text-align: right;
  }
  .container-v4 .nopadding-mob-v4 {
    padding: 0px !important;
  }
  .container-v2.hide-mob {
    display: none;
  }
  .content-v5 .image-wrapper-3,
  .content-v5 .image-wrapper-2,
  .content-v5 .image-wrapper-1 {
    min-height: 400px;
    max-width: 335px;
    margin: 30px auto;
    float: none;
    overflow: auto;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item {
    width: 26%;
    margin-left: 10%;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .content-v5 .box-content .green-title {
    padding: 50px 0;
  }
  .content-v5 .box-content .page-small-width {
    padding: 70px 50px;
    margin: 0px;
  }
  .content-v5 .owl-carousel .banner-item .content_slider {
    width: 100%;
    left: 0px;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content {
    width: 100%;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content p.sale_of_text {
    font-size: 35px;
    line-height: 65px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px !important;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_img {
    display: none;
  }
  .content-v5 .box-content .content-green-dark {
    margin: 30px 0 0 0;
  }
  .footer-v1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 10px;
  }
  .hp-v7-boxes .box-content .button-block {
    line-height: 3.8em;
  }
  .content-v8 .catalog-product-v8 .product-items {
    text-align: center;
  }
  .equal {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column-reverse;
  }
  .equal .order-1 {
    order: 1;
  }
  .equal .order-2 {
    order: 2;
  }
  .nopadding-mob {
    padding-left: 0px;
    padding-right: 0px;
  }
  /******************************************************************************/
  /*****Animation frames*****/
  /******************************************************************************/
  #slide1-slideInDown,
  #slide1-slideInRight,
  #slide1-slideInLeft,
  #slide2-slideInLeft,
  #slide2-lightSpeedIn,
  #slide3-slideInDown,
  #slide3-lightSpeedIn {
    visibility: visible;
  }
  .display-block-mobile {
    display: block;
  }
  .display-block-desktop {
    display: none;
  }
  .flip-box-before {
    font-size: 1.714em;
  }
  .content-v9 .single-image {
    width: 100%;
  }
  .content-v9 .fill {
    width: 100%;
  }
  .content-v9 .v9-table .v9-coll {
    height: 603px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .content_slider {
    top: 0px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .mg-top-slider {
    margin: 0 auto;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .mg-top-slider-2 {
    margin: 40px auto 0 auto;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .year {
    font-size: 100px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .small-text-v9-slider {
    font-size: 14px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .btn-shop-now {
    margin-top: 20px;
    display: inline-block;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .chair {
    max-width: 230px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .sofa {
    max-width: 340px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .table {
    max-width: 300px;
    margin-top: -50px;
  }
  .content-v9 .single-image {
    margin: 0 0 30px;
  }
  .content-v10 {
    padding-top: 0px;
    padding-bottom: 110px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-v10 .feature-row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .content-v10 .text-feature {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 35px;
  }
  .content-v10 .owl-height {
    max-height: 650px !important;
  }
  .content-v10 .descr-prod {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 0px;
  }
  .content-v10 .column {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  .content-v10 .column-product {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  .content-v10 .img-bar .image-bar__content,
  .content-v10 .img-bar .image-bar__content {
    height: 475px;
  }
  .content-v10 .products-grid .product-item {
    width: 21.87% !important;
  }
  .container-v11 .margin-top-section {
    margin-top: 50px;
  }
  .container-v11 .margin-bottom-section {
    margin-bottom: 50px;
  }
  .container-v11 .module-inner .home-left-right-text,
  .container-v11 .module-inner .home-left-right-media {
    display: inline-block;
    width: 49%;
    font-size: 16px;
    vertical-align: middle;
  }
  .container-v11 .module-inner .box-img-1 {
    padding-right: 20px;
  }
  .container-v11 .module-inner .product-slideshow,
  .container-v11 .module-inner .product-details {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  .container-v11 .row.mg-first-element {
    margin: 100px auto !important;
  }
  .container-v12.slider-v1-cat {
    padding-bottom: 20px;
  }
  .container-v12.slider-v2-cat {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .container-v14 .page-main {
    margin-top: -129px;
  }
  .container-v14 .vc_column_container {
    display: table;
  }
  .container-v14 .vc_column_container .vc_column-inner {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .container-v14 .vc_column_container .vc_column-inner {
    padding: 0px;
  }
  .container-v15 .mg-top-80 {
    margin-top: 80px;
    overflow: auto;
  }
  .container-v15 .mg-top-30 {
    margin-top: 30px;
    overflow: auto;
  }
  .container-v15 .mg-bottom-80 {
    margin-bottom: 80px;
    overflow: auto;
  }
  .container-v15 .mg-bottom-45 {
    margin-bottom: 45px;
    overflow: auto;
  }
  .container-v15 .c-live-text__outer {
    position: relative;
  }
  .container-v15 .c-live-text__outer .c-live-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
  }
  .container-v15 .nopaddingleft {
    padding-left: 0px;
  }
  .container-v15 .nopaddingright {
    padding-right: 0px;
  }
  .container-v15 .custompadding {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .container-v15 .block.widget .products-grid {
    text-align: center;
  }
  .container-v15 .block.widget .products-grid .product-items {
    margin-left: 0px;
  }
  .container-v15 .block.widget .products-grid .item-v16 {
    width: 29%;
    margin-left: calc(4.16666667%);
  }
  .container-v15 .block.widget .products-grid .item-v16:nth-child(3n +1) {
    margin-left: 0px;
  }
  .cms-content-important {
    margin: 0 0 35px -20px;
  }
  .contact-details {
    margin-top: 120px;
    margin-bottom: 105px;
  }
  .contact-v2 .contact_frm_wpx {
    width: 90%;
    margin: 75px auto 0 auto;
    max-width: 650px;
  }
  .contact-v2 .contact_frm_wpx .name,
  .contact-v2 .contact_frm_wpx .email,
  .contact-v2 .contact_frm_wpx .telephone {
    width: 30%;
  }
  .contact-v2 .contact_frm_wpx .mag-wpx {
    margin: 0 30px;
  }
  .contact-v2 .title-contact {
    margin-top: 120px;
  }
  .contact-v2 .actions-toolbar .primary {
    margin-bottom: 80px;
  }
  .wp-productpage-prev-next .wp-pp-next-link,
  .wp-productpage-prev-next .wp-pp-prev-link {
    position: relative;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip span,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip span {
    visibility: hidden;
    width: 140px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    bottom: 125%;
    left: 70%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip span:after,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip:hover,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip:hover {
    z-index: 9999;
  }
  .wp-productpage-prev-next .wp-pp-next-link.tooltip:hover span,
  .wp-productpage-prev-next .wp-pp-prev-link.tooltip:hover span {
    visibility: visible;
    opacity: 1;
  }
  .catalog-product-view .fixed-cart-container {
    top: 0;
    left: 0;
    bottom: auto;
    opacity: 0;
    transition: opacity 0.25s ease-in;
  }
  .catalog-product-view .fixed-cart-container.display-only-mobile {
    display: none !important;
  }
  .catalog-product-view .fixed-cart-container .inner-content {
    display: flex;
    align-items: center;
  }
  .catalog-product-view .fixed-cart-container .inner-content .display-only-mobile {
    display: none !important;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex {
    float: none;
    display: flex;
    align-items: center;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-st-product-image {
    width: 5%;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container {
    justify-content: space-between;
    width: 55%;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review {
    margin-left: 20px;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review .product-reviews-summary {
    margin-bottom: 0;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-left-container .wp-st-product-review .product-reviews-summary .reviews-actions {
    margin-left: 15px;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container {
    justify-content: flex-end;
    width: 40%;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .product-social-links {
    margin: 0;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wishlist-add-to-cart-wrapper {
    display: flex;
    align-items: center;
  }
  .catalog-product-view .fixed-cart-container .inner-content .sticky-flex.wp-right-container .wishlist-add-to-cart-wrapper .wp-st-product-wishlist {
    display: flex;
    align-items: center;
  }
  .page-header .header.content {
    opacity: 100%;
    transition: opacity 0.25s ease-in-out;
  }
  .theme-pearl.catalog-product-view .sticky-slide-up-desktop {
    opacity: 100%;
    z-index: 900;
  }
  .theme-pearl.catalog-product-view .sticky-header-fade-out {
    opacity: 0;
  }
  .theme-pearl.catalog-product-view .custom-sticky-box-shadow {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .theme-pearl.catalog-product-view .sticky-custom-index {
    z-index: 5;
  }
  .theme-pearl .page-wrapper .sections.nav-sections-4.sticky-menu-on-top,
  .theme-pearl .page-wrapper .sticky-menu-on-top {
    z-index: 10;
    box-shadow: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items {
    border-bottom: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed.tabs-v3 .product.data.items .item.content {
    display: block;
  }
  .theme-pearl.device-md .no-border .product.data.items .content-wrapper,
  .theme-pearl.device-sm .no-border .product.data.items .content-wrapper,
  .theme-pearl.device-md .no-border .product.data.items .nav-wrapper,
  .theme-pearl.device-sm .no-border .product.data.items .nav-wrapper,
  .theme-pearl.device-md .no-border .product.data.items .nav-wrapper-sticky,
  .theme-pearl.device-sm .no-border .product.data.items .nav-wrapper-sticky {
    padding: 0 15px;
  }
  .theme-pearl.catalog-product-view .tabs-1.no-border .product.data.items .data.item.title a.data.switch {
    font-weight: 600;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .content-wrapper .content-title {
    display: flex;
    justify-content: start;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .content-wrapper .content-title .counter {
    margin-left: 5px;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .content-wrapper .content-title .counter:before {
    content: '(';
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .content-wrapper .content-title .counter:after {
    content: ')';
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
    z-index: 9;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky .tabs-title-wrapper {
    padding-top: 5px;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky .tabs-title-wrapper .item.title.selected-tab a.data.switch {
    font-weight: bold;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky .tabs-title-wrapper.aligned-left {
    justify-content: start;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper-sticky .tabs-title-wrapper.aligned-center {
    justify-content: center;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .tabs-title-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .tabs-title-wrapper.aligned-left {
    justify-content: start;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .tabs-title-wrapper.aligned-center {
    justify-content: center;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .item.title:first-child {
    margin-left: 0;
  }
  .theme-pearl.catalog-product-view .no-border .product.data.items .nav-wrapper .item.title a.data.switch {
    font-weight: normal;
  }
  .theme-pearl.catalog-product-view .page-header.sticky-header.no-box-shadow,
  .theme-pearl.catalog-product-view .page-header.sticky-header-nav.no-box-shadow {
    box-shadow: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.max-content {
    max-height: 100%;
    height: 100%;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper {
    position: relative;
    overflow: hidden;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-more,
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-less {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-more {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-more .read-more-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-less {
    display: none;
  }
  .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content.view-more-less-wrapper .read-less .read-less-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .catalog-product-view .box-tocart .contact-to-purchase .field-tooltip-content:before,
  .catalog-product-view .box-tocart .contact-to-purchase .field-tooltip-content:after {
    top: -20px;
    transform: rotate(90deg);
  }
  .theme-pearl.catalog-product-view .swatch-option.text {
    width: calc(25% - 12px);
  }
  .page-with-filter .amasty-catalog-topnav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-with-filter .amasty-catalog-topnav .filter-options {
    top: 0;
  }
  #layered-filter-block .block-content.filter-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid:not(.products-grid) {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .grid_item > div {
    height: 100%;
  }
  .grid_100 {
    flex-basis: 100%;
    width: 100%;
  }
  .grid_50 {
    flex-basis: 50%;
    width: 50%;
  }
  .grid_33 {
    flex-basis: 33.33%;
    width: 33.33%;
  }
  .grid_66 {
    flex-basis: 66.66%;
    width: 66.66%;
  }
  .grid-3column .grid_item,
  .grid-3column .grid-33 {
    flex-basis: 33.33%;
    width: 33.33%;
  }
  .grid_columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .grid_columns .grid_item {
    padding: 0 0 1rem 0 !important;
    width: 100%;
  }
  .grid_columns .grid_item:last-child {
    padding-bottom: 0;
  }
  .grid .center_vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .grid .center_vertical h2 {
    margin-top: 0;
  }
  .gr-testimonial {
    margin-top: 5rem;
  }
  .block-search .minisearch .action.search {
    bottom: -10px;
  }
  .page-header .toggle-wrapper {
    display: none !important;
  }
  .page-header .block-search #search_mini_form {
    width: 250px;
  }
  .page-header .block-search .block-content {
    width: 30rem;
  }
  .page-wrapper .header.content .linkscontainer {
    width: 30rem;
    justify-content: right;
  }
  .page-wrapper .header.content .block-search {
    width: auto;
    justify-content: left;
    padding-left: 0;
  }
  .page-wrapper .header.content .logo-container {
    width: calc(100% - 6rem);
    justify-content: center;
  }
  .page-wrapper .header.content .logo-container .logo {
    width: 150px;
    position: relative;
    max-width: none;
  }
  .page-wrapper .panel.wrapper {
    border-bottom: none;
  }
  .store-view-us_en .page-wrapper .header.content .logo-container .logo {
    width: 200px;
  }
  .store-view-us_en .page-wrapper .header.content .logo-container .logo:before {
    padding-top: 22%;
    content: '';
  }
  .store-view-us_en .navigation {
    border-bottom-color: #7093cd;
  }
  body .message.global.cookie {
    padding: 0 20px;
  }
  body .message.global.cookie button.close {
    right: 20px;
    top: calc(-10px - 1.3rem);
  }
  body .block.block-viewed-products-grid .products-grid .product-items {
    margin-left: -30px !important;
  }
  body .block.block-viewed-products-grid .products-grid .product-items .product-item {
    width: calc(50% - 30px);
  }
  body.catalog-product-view .block.block-viewed-products-grid .products-grid .product-items {
    margin-left: 0 !important;
  }
  body.catalog-product-view .block.block-viewed-products-grid .products-grid .product-items .product-item {
    width: 50%;
    margin-left: 0 !important;
  }
  body.catalog-product-view .block.block-viewed-products-grid .products-grid .product-items .product-item-info {
    margin: 0 auto;
    width: 89% !important;
    box-sizing: content-box;
  }
  .mgz-blog.page-layout-3columns .column.main {
    width: 75% !important;
  }
  .mgz-blog.page-layout-3columns .sidebar-additional {
    width: 25%;
  }
  .page-layout-fullscreen .navigation,
  .page-layout-fullscreen .breadcrumbs,
  .page-layout-fullscreen .columns,
  .page-layout-fullscreen .page-header .header.panel,
  .page-layout-fullscreen .header.content,
  .page-layout-fullscreen .footer.content .page.messages,
  .page-layout-fullscreen .page-wrapper > .widget,
  .page-layout-fullscreen .page-wrapper > .page-bottom,
  .page-layout-fullscreen .block.category.event,
  .page-layout-fullscreen .top-container,
  .page-layout-fullscreen .page-title-wrapper,
  .page-layout-fullscreen .page-main {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .page-layout-fullscreen .product-info-main .product-info-price {
    width: 99%;
  }
  .page-layout-fullscreen .page-header .switcher {
    margin-right: 10px;
  }
  .theme-pearl.store-view-us_en h1 {
    font-size: 24px;
  }
  .theme-pearl.store-view-us_en .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-us_en .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-us_en .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-us_en .breadcrumbs .items {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-us_en .breadcrumbs .items strong,
  .theme-pearl.store-view-us_en .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-us_en .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-us_en .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-us_en .columns,
  .theme-pearl.store-view-us_en .page.messages {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-us_en.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-us_en.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-us_en.cms-index-index .breadcrumbs .items {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-us_en.cms-page-view .columns,
  .theme-pearl.store-view-us_en.cms-index-index .columns,
  .theme-pearl.store-view-us_en.cms-page-view .page.messages,
  .theme-pearl.store-view-us_en.cms-index-index .page.messages {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-us_en.cms-index-index .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-us_en.page-products .breadcrumbs .items {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-us_en.page-products .columns,
  .theme-pearl.store-view-us_en.page-products .page.messages {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.page-products .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.page-products .category-description,
  .theme-pearl.store-view-us_en.page-products .category-show-more {
    max-width: 100% !important;
  }
  .theme-pearl.store-view-us_en.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-us_en.catalog-product-view .breadcrumbs .items {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-us_en.catalog-product-view .columns,
  .theme-pearl.store-view-us_en.catalog-product-view .page.messages {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs {
    background-color: #ffffff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item:after {
    color: #505050 !important;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 12px;
    font-style: normal;
    color: #505050;
    line-height: 18px;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item a:hover {
    color: #505050;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item strong {
    color: #000000;
  }
  .theme-pearl.store-view-us_en .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
}
@media all and (min-width: 1024px), print {
  .navigation > ul a.leveltop {
    letter-spacing: normal;
  }
  .navigation > ul .parent > a {
    padding-right: 25px;
  }
  .navigation .flex {
    flex-wrap: nowrap;
  }
  .navigation .flex.flex-wrap {
    flex-wrap: wrap;
  }
  .navigation .flex__first {
    flex-basis: 25.15%;
    order: 1;
  }
  .navigation .flex__center {
    flex-basis: 44.35%;
    padding: 0 4.5%;
    order: 2;
  }
  .navigation .flex__last {
    flex-basis: 29.5%;
    order: 3;
  }
  .navigation .flex__first a,
  .navigation .flex__last a {
    padding: 0;
  }
  .navigation .grouped .flex__first {
    flex-basis: 37%;
    padding-right: 4.5%;
    order: 2;
  }
  .navigation .grouped .flex__center {
    flex-basis: 36%;
    padding: 0 4.5% 0 12px;
    order: 1;
  }
  .navigation .grouped .flex__last {
    flex-basis: 27%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .blog-post-view .post-nav-link .nav-link-item .post-action-rating {
    width: 70%;
  }
  .blog-post-view .post-nav-link .nav-link-item .post-image-rating {
    display: block;
  }
  .page-products .magezon-builder .mgz-element-category_products .toolbar.toolbar-products {
    position: static;
  }
  .page-products .magezon-builder .mgz-element-category_products .product-item-info {
    width: 100%;
  }
  .page-products .magezon-builder .mgz-element-category_products .products-grid .product-item {
    padding: 5px;
    margin-left: 2%;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2 .product-item {
    width: calc((100% - 6%)/2);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3 .product-item {
    width: calc((100% - 6%)/3);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item {
    width: calc((100% - 6%)/4);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5 .product-item {
    width: calc((100% - 6%)/5);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6 .product-item {
    width: calc((100% - 6%)/6);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6:nth-child(6n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7 .product-item {
    width: calc((100% - 6%)/7);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7:nth-child(7n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8 .product-item {
    width: calc((100% - 6%)/8);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8:nth-child(8n+1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .footer-v3 .details-v3 {
    margin-bottom: 20px;
  }
  .footer-v3 .mg-desk-v3 {
    margin-bottom: 30px;
    display: block;
  }
  .about-us-v1 .gf-container {
    margin: 120px auto 0 auto;
  }
  .about-us-v1 .gf-container .wpb_wrapper_cont {
    margin-left: 0 !important;
  }
  .about-us-v1 .wpx {
    margin: 70px auto 0 auto !important;
  }
  .about-us-v2 .cont-about-v2 .text-cont {
    padding: 50px 200px 150px 0px;
  }
  .about-us-v2 .bg-gray .pd-gray {
    padding: 100px 0;
  }
  .about-us-v2 .bg-gray .pd-gray .heading-title-wpx {
    margin-top: 0;
  }
  .about-us-v2 .bg-gray .pd-gray .mg-team {
    margin-bottom: 0px;
  }
  .container-v1 .promo .promo-image .title {
    padding: 20px 20px 20px 50px;
    font-size: 48px;
  }
  .container-v3 .full-width {
    width: 100%;
  }
  .container-v3 .mg-sec-1 {
    margin-top: 15%;
  }
  .container-v3 .mg-sec-2 {
    margin-top: 5%;
  }
  .container-v3 .mg-sec-3 {
    margin-top: 11%;
    padding: 1.5%;
    background: #ffe8e8;
  }
  .container-v3 .mg-sec-4 {
    margin: 5%;
    padding: 5% 5% 5% 7%;
    background: #fff8ee;
  }
  .container-v3 .mg-sec-5 {
    margin-top: -17%;
  }
  .container-v3 .mg-sec-6 {
    margin-top: 15%;
    z-index: 2;
  }
  .container-v3 .mg-sec-7 {
    margin-top: 34%;
    margin-left: 39%;
    padding: 2%;
    background: #000;
  }
  .container-v3 .mg-sec-8 {
    margin-top: 39%;
    padding: 2%;
    background: #ffe8e8;
    margin-left: -4%;
  }
  .container-v4 .heading-title h2 {
    font-size: 58px;
    font-weight: bolder;
    line-height: 100px;
    letter-spacing: 3px !important;
  }
  .container-v4.custom-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .position-absolute {
    position: absolute;
    z-index: 2;
  }
  .topmargindesk {
    margin-top: 50px;
  }
  .bottommargindesk {
    margin-bottom: 50px;
  }
  .content-v5 .image-wrapper-3,
  .content-v5 .image-wrapper-2,
  .content-v5 .image-wrapper-1 {
    min-height: inherit;
    max-width: initial;
  }
  .content-v5 .owl-carousel .banner-item .content_slider {
    width: 100%;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_img {
    display: block;
  }
  .content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content p.sale_of_text {
    font-size: 38px;
    line-height: 48px;
    padding: 30px 0;
    display: inline-block;
  }
  .content-v5 .subtitle {
    margin-top: 70px;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item {
    width: 23%;
    margin-left: 10%;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .content-v5 .block.widget .products-grid .product-items .product-item:last-child {
    margin: 0px;
    margin-left: 10%;
  }
  .content-v5 .custom-slider .owl-carousel .owl-height {
    max-height: 738px;
  }
  .content-v5 .row-same-height {
    display: table;
  }
  .content-v5 .row-same-height .valign-parent {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .content-v5 .row-same-height .valign-parent .bg-img {
    width: 100%;
    min-height: 720px;
  }
  .content-v5 .min-height-content {
    min-height: 360px;
  }
  .content-v5 .box-content .pad-top-lg {
    padding-top: 150px;
  }
  .content-v5 .box-content .page-small-width {
    margin: 0 10%;
  }
  .content-v5 .box-content .page-small-width h4 {
    margin-top: 100px;
  }
  .content-v5 .box-content .nopadd {
    padding-top: 0px;
  }
  .content-v5 .flex-order-reverse {
    display: block !important;
  }
  .topmargin-desk {
    margin-top: 50px;
  }
  .hp-v7-boxes .box-content .button-block {
    line-height: 4.8em;
  }
  .display-block-mobile {
    display: none;
  }
  .display-block-desktop {
    display: block;
  }
  .nopadding-mob {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .equal {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: inherit !important;
  }
  .equal .order-1 {
    order: 2 !important;
  }
  .equal .order-2 {
    order: 1 !important;
  }
  .equal > div[class*='col-'] {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  }
  .content-v9 .equal_height_element.margin-top-30-desktop {
    margin-top: 30px;
  }
  .content-v9 .wrapper-top-slider-v9 {
    height: 745px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .chair {
    max-width: 378px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .sofa {
    max-width: 600px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .table {
    max-width: 600px;
    margin-top: -100px;
  }
  .content-v9 .wrapper-top-slider-v9 .owl-item .mg-top-slider {
    margin: 210px auto 0 auto;
  }
  .content-v9 .single-image {
    margin: inherit;
  }
  .container-v14.mg-top-desk-v14 {
    margin-top: 200px;
  }
  .container-v14 .row .category_item {
    float: left;
    width: 62%;
  }
  .container-v14 .row .img-cont .img-hover {
    height: auto;
  }
  .container-v14 .category_item_2 {
    float: left;
    width: 37%;
  }
  .container-v14 .category_item_3,
  .container-v14 .category_item_4 {
    float: left;
    width: 50%;
  }
  .container-v14 .category_item_4 {
    position: relative;
    top: -185px;
  }
  .container-v15 .c-live-text {
    bottom: 29px;
  }
  .container-v15 .block.widget .products-grid {
    text-align: left;
  }
  .container-v15 .block.widget .products-grid .item-v16 {
    width: 13.188888888%;
  }
  .container-v15 .block.widget .products-grid .item-v16:nth-child(3n +1) {
    margin-left: calc(4.16666667%);
  }
  .container-v15 .block.widget .products-grid .item-v16:nth-child(6n +1) {
    margin-left: 0px;
  }
  .container-v15 .block.widget .products-grid .item-v16:nth-child(6n) {
    margin-left: calc(4.16666667%);
  }
  .contact-v2 .contact_frm_wpx {
    width: 55%;
  }
  .contact-v2 .contact_frm_wpx .name,
  .contact-v2 .contact_frm_wpx .email,
  .contact-v2 .contact_frm_wpx .telephone {
    width: 30%;
  }
  .contact-v2 .contact_frm_wpx .mag-wpx {
    margin: 0 30px;
  }
  .banner-with-viewproducts .show-viewproducts:hover > span,
  .banner-with-viewproducts .show-viewproducts:focus > span,
  .banner-with-viewproducts .show-viewproducts.opened > span {
    display: inline-block;
    max-width: 22rem;
  }
  .cart-container .cart.item .col.price .price-excluding-tax,
  .cart-container .cart.item .col.price .price-including-tax {
    white-space: nowrap;
  }
  .theme-pearl.catalog-product-view .swatch-option.text {
    width: calc(33.33% - 10px);
  }
  .store-view-us_en .page-wrapper .header.content .logo-container .logo {
    width: 350px;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  body.wishlist-index-index.page-layout-3columns .product-items .product-item {
    margin-left: 1%;
    margin-right: 1%;
    width: calc((100% - 4%) / 3);
  }
  body.wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  body.wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .theme-pearl.catalog-product-view .swatch-option.text {
    width: calc(25% - 12px);
  }
}
/*RocketWeb changes */
/*End RocketWeb changes */
a {
  outline: none;
}
a:focus {
  outline: none;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  /* Visible in the full-colour space */
  box-shadow: 0 0 3px 1px #00699d;
  /* Visible in Windows high-contrast themes */
  outline: transparent dotted 2px;
}
.cart-summary .checkout {
  position: sticky;
}
/* COMPARE PRODUCTS */
.theme-pearl.catalog-product-compare-index .table-comparison {
  overflow: hidden !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody {
  border: none !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody tr:hover {
  background: #d9edf7;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody td.info {
  background: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label {
  border-right: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.attribute {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info {
  border-bottom: none !important;
}
/* CHECKOUT PAGE */
.checkout-agreements button {
  background: none !important;
  border: none !important;
}
.checkout-agreements button span {
  color: #fa583f !important;
  font-size: 16px !important;
}
.checkout-agreements button span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  padding: 7px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none !important;
}
#checkout .opc-wrapper {
  width: 66.6667%;
}
@media (max-width: 767px) {
  #checkout .opc-wrapper {
    width: 100%;
  }
}
/* pe pagina de produse repara dropdownul de cantitate */
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px;
  direction: inherit;
}
.theme-pearl .block.block-minicart .quickcart-content-wrapper button.action span,
.theme-pearl .block.block-minicart button.action.primary span {
  font-size: 12px;
}
.theme-pearl .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .action.delete:before {
  content: '' !important;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
  border: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
  border: none;
}
.theme-pearl .swatch-option {
  margin: 0 15px 5px 0;
}
.theme-pearl .breadcrumbs .items strong,
.theme-pearl .breadcrumbs .items a {
  text-transform: uppercase !important;
}
.theme-pearl #wishlist-sidebar .product-image-container {
  width: 75px !important;
}
.theme-pearl #wishlist-sidebar .product-image-container .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.theme-pearl #wishlist-sidebar .actions-primary a span {
  font-size: 18px !important;
}
/* adds padding to switcher drop down */
:root .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 10px !important;
}
/* header-v2 account icon size style after login */
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
}
/* product page related items add to compare and favorite fix */
.secondary-addto-links.actions-secondary {
  display: none;
}
.product-item-info:hover .secondary-addto-links.actions-secondary {
  display: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
}
/* navigation underscore */
@media (min-width: 768px) {
  .navigation .level0.level-top > .level-top,
  .navigation .level0 > .level-top {
    border-bottom: 1px solid transparent;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-bottom: 1px solid #000000;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000;
  }
  .navigation .level0 > .level-top {
    display: inline-block;
    line-height: 38px;
    margin-bottom: 0;
  }
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions button,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions button {
  float: none;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions {
  float: none;
}
.mfp-iframe-holder .mfp-close {
  border: none !important;
  background: none !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.page-wrapper .page-footer .footer.content {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .pre-footer {
  background-color: #f4f4f4;
  display: flex;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
  display: block;
  font-weight: bold;
  text-align: center;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
  text-align: center;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #303030;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .footer-icon {
  font-size: 35px;
  display: block;
  text-align: center;
  color: #aaa;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  padding-top: 50px;
  margin-top: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content p {
  color: #575757;
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li {
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li a {
  color: #575757;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  font-size: 16px;
  padding: 50px 0 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 {
  border-top: 1px solid #adadad;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .small-text {
  margin-top: 15px;
  display: block;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 {
  margin-top: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons {
  margin: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons i {
  font-size: 15px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 {
  padding-top: 60px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .social-icons {
  margin: 0 20px 5px 0;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav a {
  padding: 10px;
  cursor: pointer;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v2 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter input,
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .action.subscribe {
  height: 50px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block {
  float: initial !important;
}
.page-wrapper .page-footer .footer.content .footer-v3 {
  padding-bottom: 10px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list,
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 {
  line-height: 1.6;
}
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 i {
  padding-right: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v3 .white-lnk {
  color: #ccc;
}
.page-wrapper .page-footer .footer.content .footer-v4 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v4 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  padding: 10px;
}
/** CMS DEMO PAGES **/
.hp-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.hp-title .subtitle {
  display: block;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial;
  line-height: inherit;
}
/* image hover */
.promo {
  position: relative;
  z-index: 0;
}
body:not(.device-touch) .promo-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.promo-image {
  position: relative;
}
.promo-image > a,
.promo-image img {
  display: block;
  width: 100%;
}
.promo-image .title {
  color: #fff;
  text-align: center;
}
.promo-image .title span {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.promo-image .title span .upper {
  text-transform: uppercase;
}
.promo-image .title-v2 {
  color: #000;
}
.promo-image .title-v2 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.promo-overlay .title {
  color: #000;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.promo-overlay .title span {
  display: block;
  font-size: 16px;
}
.img-block {
  display: block;
}
.light {
  color: #fff;
}
.header_right {
  z-index: 100;
}
.promo:hover .promo-overlay {
  opacity: 1;
}
.section.parallax .block.newsletter {
  margin: 0 auto;
}
.section.parallax .block.newsletter input,
.section.parallax .block.newsletter .action.subscribe {
  height: 50px;
}
.section.parallax .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.social-container .social-icons {
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 20px !important;
}
/* Demo Page v3 */
.heading-title span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.page-footer {
  background-color: #f4f4f4;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#page-footer-section-03,
#page-footer-section-03 a {
  color: #fff;
}
#page-footer-section-03 a:hover {
  text-decoration: none;
}
.footer.content {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h3 strong,
h4 strong {
  font-size: 24px !important;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  border-bottom: 2px solid #d83701;
}
.faqlist li a {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}
.faqlist li a:hover,
.faqlist li a:active {
  color: #d83701 !important;
  text-decoration: none;
}
.contact-index-index .column .contact-container {
  margin-top: 50px;
}
.contact-index-index .column .contact-container h4 {
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .column .contact-container .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form-area {
  padding-bottom: 15px;
}
.contact-index-index .form-area .input-text {
  border: 0px solid #D1D2D4;
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 0px 5px 0px #fff;
  -moz-box-shadow: inset 0px 0px 5px 0px #fff;
  box-shadow: inset 0px 0px 5px 0px #fff;
}
.contact-index-index .form-area :after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
}
.contact-index-index #comment {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: -o-linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-image: linear-gradient(#ffffff, #ffffff 30px, #cccccc 30px, #cccccc 31px, #ffffff 31px);
  background-size: 100% 37px;
  line-height: 38px;
  height: 250px;
  padding: 0px;
}
.contact-index-index .page-title h1 {
  font-size: 26px;
}
/* ORDER AND RETURNS STYLE */
.track-order-description {
  max-width: 100%;
  text-align: center;
}
.track-order {
  background: rgba(84, 84, 84, 0.05);
  margin: 0 auto 57px auto;
  position: relative;
}
.track-order:before {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order input {
  height: 40px;
}
.track-order input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
}
.track-order input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
}
.track-order input :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
}
.track-order input :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
}
.track-order label {
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.track-order .field.lastname {
  margin-bottom: 21px;
}
.track-order .primary {
  width: 100%;
}
.track-order .primary .action.submit.primary {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
}
#cookie-status {
  display: none !important;
}
/* ==========================================================================
                             AOS ANIMATIONS
============================================================================= */
.container-aos {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.container-aos img {
  max-width: 300px;
}
.container-aos .distance {
  margin-left: 15px;
  margin-right: 15px;
}
/* ==========================================================================
                             INSTAGRAM WIDGET
============================================================================= */
.instagram-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* ==========================================================================
                              404 ERROR PAGE
============================================================================= */
.container-404 .row {
  margin-left: 0px;
}
.container-404 p {
  color: black;
  font-size: 13px;
  line-height: 13px;
}
.container-404.text-center {
  text-align: center;
}
.container-404 .title-404 {
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 0px;
  margin-top: 40px;
}
.container-404 .sub-title-404 {
  margin-bottom: 40px;
  text-align: center;
  line-height: initial;
  font-weight: normal;
  color: black;
}
.container-404 .custom-slider .product-item-info {
  width: auto;
}
.container-404 .block-search {
  float: none;
  margin: 30px auto;
  width: 350px;
  margin-bottom: 50px;
  overflow: hidden;
}
.container-404 .block-search input {
  border-color: black;
  position: initial;
}
.container-404 .block-search .field.search {
  float: left;
  width: calc(100% - 100px);
}
.container-404 .block-search .actions {
  float: left;
}
.container-404 .block-search .actions button:before {
  content: none;
}
.container-404 .block-search .actions button span {
  position: initial;
  height: auto;
  width: auto;
  color: white;
  padding: 7px 25px;
  display: block;
}
.container-404 .block-search .actions button span:hover {
  color: white;
  background: black;
}
.container-404 .block-search .control {
  border: none;
}
.container-404 .block-search .label::before {
  content: none;
}
.container-404 .block-search .label > span {
  position: initial;
  height: auto;
  width: auto;
  color: white;
  background: black;
  padding: 8px 25px;
  display: block;
}
/* ==========================================================================
                             ABOUS US V1/V2
============================================================================= */
.about-us-v1 .gf-container {
  overflow: auto;
  max-width: 1200px;
}
.about-us-v1 .gf-container p {
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}
.about-us-v1 .gf-container .btn-black {
  padding: 0px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
.about-us-v1 .gf-container .btn-black:hover {
  color: #f76b6a !important;
}
.about-us-v1 .wpx {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.about-us-v1 .wpx.text-center {
  text-align: center;
}
.about-us-v1 .wpx .ib-shape-inner i {
  font-size: 55px;
}
.about-us-v1 .wpx .ib-shape-inner i:hover {
  color: #f76b6a !important;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-gift {
  color: #f6cdc4;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-line2-earphones-alt {
  color: #84d8e3;
}
.about-us-v1 .wpx .ib-shape-inner i.icon-lock {
  color: #90a5d4;
}
.about-us-v1 .wpx .ib-content .iconbox-title {
  font-weight: bold;
  text-transform: capitalize;
}
.about-us-v1 .wpx .ib-content .iconbox-title .gsf-link span:hover {
  color: #f76b6a;
}
.about-us-v1 .wpx-gray {
  background: #f7f7f7;
}
.about-us-v1 .wpx-gray .child-cont {
  max-width: 1300px;
  margin: 0 auto;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner {
  text-align: center;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner .flw-insta {
  margin: 0;
}
.about-us-v1 .wpx-gray .child-cont .gf-heading-inner .heading-title-wpx {
  font-weight: bold;
  margin: 0px;
  text-transform: lowercase;
}
.about-us-v1 .wpx-gray .child-cont .parent {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.about-us-v1 .wpx-gray .child-cont .parent:hover .child,
.about-us-v1 .wpx-gray .child-cont .parent.focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v1 .wpx-gray .child-cont .parent .child {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.about-us-v1 .wpx-gray .child-cont .parent .child img {
  width: 100%;
}
.about-us-v1 .wpx-gray .test-cont {
  max-width: 1300px;
  margin: 0 auto;
}
.about-us-v1 .brands-cont {
  max-width: 1300px;
  margin: 50px auto;
}
.about-us-v2 .cont-about-v2 {
  overflow: auto;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.about-us-v2 .cont-about-v2 .cont-title {
  max-width: 500px;
}
.about-us-v2 .cont-about-v2 .cont-title p {
  color: #333;
}
.about-us-v2 .cont-about-v2 .contact-cont {
  max-width: 290px;
  margin: 0 auto;
}
.about-us-v2 .cont-about-v2 .contact-info {
  margin-bottom: 20px;
}
.about-us-v2 .cont-about-v2 .contact-info.firs-c {
  margin-top: 70px;
}
.about-us-v2 .cont-about-v2 .contact-info .contact-title {
  font-weight: 800;
  color: #333;
  margin-bottom: 7px;
  display: block;
  font-size: 16px;
}
.about-us-v2 .cont-about-v2 .contact-info .contact-add {
  font-size: 14px;
  line-height: 28px;
  color: #696969;
}
.about-us-v2 .cont-about-v2 .contact-info .span-block {
  display: block;
}
.about-us-v2 .bg-gray {
  background: #f7f7f7;
}
.about-us-v2 .bg-gray .heading-title-wpx {
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: underline;
}
.about-us-v2 .bg-gray .cont-hover {
  overflow: hidden;
  width: 100%;
}
.about-us-v2 .bg-gray .cont-hover img {
  width: 100%;
}
.about-us-v2 .bg-gray .cont-hover .child-v2 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content {
  background: white;
  padding-top: 17px;
  padding-bottom: 21px;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-name {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-position {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials {
  position: absolute;
  left: 50%;
  bottom: 21px;
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ccc;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials a:hover {
  color: #5576e2;
}
.about-us-v2 .bg-gray .cont-hover .ourteam-content .ourteam-socials .mg-link {
  margin-left: 15px;
}
.about-us-v2 .bg-gray .cont-hover:hover .ourteam-socials {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.about-us-v2 .bg-gray .cont-hover:hover .ourteam-position {
  opacity: 0;
}
.about-us-v2 .bg-gray .cont-hover:hover .child-v2 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v2 .bg-gray .cont-hover:focus .child-v2 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-v2 .brands-cont .clients-grid li {
  margin-bottom: 0px;
}
.about-us-v2 .brands-cont .clients-grid li:before {
  border-left: none;
}
.about-us-v2 .brands-cont .clients-grid li:after {
  border-bottom: none;
}
/* ==========================================================================
                             HOMEPAGE V1 AND V2 AND V3
============================================================================= */
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-initial {
  text-transform: initial;
}
.title-big-v1 span {
  line-height: 25px;
}
.block-span {
  display: block;
  font-weight: normal;
}
.block.newsletter .hp-newsletter-v1 .field.newsletter {
  max-width: 270px;
}
.w {
  background: #232323;
  color: #cccccc;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: -30px;
}
.w ul li a,
.w ul li a:visited,
.w ul li a:hover {
  color: #cccccc;
}
.w i {
  color: #fff !important;
}
.w h4 {
  color: #cccccc;
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.w .mini-logo {
  padding: 8px 0;
}
.w .newsletter-subscribe button {
  background: #232323;
  border: 1px solid #fff;
  margin-top: -3px;
  margin-left: 5px;
  line-height: 17px;
}
.w .newsletter-subscribe button:hover {
  background: #fff;
}
.w .newsletter-subscribe input.validate-email {
  width: calc((100%) - 100px);
  max-width: 270px;
}
.w .newsletter-subscribe div.mage-error[generated] {
  position: absolute;
}
.w .social-icons {
  color: #232323;
}
.w .social-icons i {
  color: #232323;
}
.w .social-icons:hover {
  text-decoration: none;
}
.handbag-v3 {
  padding-right: 10px;
}
.summer-denim {
  margin-bottom: 0px;
  line-height: 64px;
}
.module-split p.premium-p {
  line-height: 20px;
  margin-top: 30px;
}
.page-main .module-split {
  overflow: hidden;
}
.container-v1 .custom-padding {
  padding: 0 50px;
}
.container-v2.full-screen.parallax-disabled {
  background-attachment: fixed;
}
.container-v2.full-screen.parallax-disabled .full-screen {
  background-attachment: fixed !important;
}
.container-v2.sec-v2 {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.container-v2.pos-bg {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.container-v2 .hp-subtitle {
  padding: 7% 10%;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial !important;
  line-height: 33px;
}
.container-v4 .mg-auto {
  margin: 0 auto;
}
.container-v4 .mg-sec-1 {
  margin: 15% 0;
}
.container-v4 .mg-sec-2 {
  bottom: 13%;
}
.container-v4 .mg-sec-3 {
  margin-top: 40px;
}
.container-v4 .mg-sec-4 {
  bottom: 20%;
}
.container-v4 .mg-sec-5 {
  bottom: 30%;
}
.container-v4 .mg-sec-6 {
  margin-top: 40px;
}
.container-v4 .mg-sec-7 {
  top: 5%;
}
.container-v4 .mg-sec-8 {
  bottom: 78%;
}
.container-v4 .mg-sec-9 {
  bottom: 70%;
}
.container-v4 .mg-sec-10 {
  bottom: 20%;
}
.container-v4 .mg-sec-11 {
  margin-top: 40px;
}
.container-v4 .mg-sec-12 {
  top: 0%;
}
.container-v4 .mg-top-10 {
  margin-top: 10px !important;
}
.container-v4 .right {
  text-align: right;
}
.container-v4 .img-padding {
  padding-left: 15px;
  padding-right: 15px;
}
/* ==========================================================================
                             HOMEPAGE V5
============================================================================= */
.products.products-grid,
.custom-slider {
  padding-bottom: 0px;
}
.content-v5 .subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.content-v5 .subtitle h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px !important;
  font-weight: 600;
}
.content-v5 .block.widget .products-grid .product-items {
  margin: 0 7%;
  text-align: center;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info {
  padding: 0px;
  line-height: 0px;
  position: relative;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-primary {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 3;
  width: 100%;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-left: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  float: left;
  margin: 20px;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  float: right;
  margin: 20px;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info .product-image-wrapper {
  z-index: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-info:hover {
  border: none !important;
  box-shadow: none !important;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-name a {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.content-v5 .block.widget .products-grid .product-items .product-item .product-item-details .price-box .price-container .price {
  color: #999;
  font-weight: 300;
}
.content-v5 .block.widget .products-grid .product-items .product-item:hover {
  z-index: 0;
}
.content-v5 .block.widget .products-grid .product-items .product-item:hover .product-item-actions {
  display: block;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_img {
  background: url("/pub/media/wysiwyg/pearl_theme/slider_v3_image_1.png") no-repeat center;
  height: 150px;
  background-size: 100%;
  width: 150px;
  margin: 0 auto;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content .sale_of_text {
  color: #fff;
  z-index: 6;
  white-space: nowrap;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px !important;
  margin: 0;
  padding: 30px 0;
}
.content-v5 .owl-carousel .banner-item .content_slider .buttons .custom_content p {
  font-size: 18px;
  line-height: 18px;
}
.content-v5 .box-content .pad-bottom-lg a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.content-v5 .box-content .pad-bottom-lg a:hover {
  color: #000;
}
.content-v5 .box-content .pad-bottom-lg a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.content-v5 .box-content .pad-bottom-lg a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-v5 .box-content .page-small-width {
  max-width: 980px;
}
.content-v5 .box-content .page-small-width h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px !important;
  font-weight: 600;
}
.content-v5 .green-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.content-v5 .content-blue-dark {
  background: #9ebedf;
}
.content-v5 .content-blue-light {
  background: #a7c8eb;
}
.content-v5 .content-opengreen-dark {
  background: #b2d9c8;
}
.content-v5 .content-opengreen-light {
  background: #bce5d3;
}
.content-v5 .content-green-light {
  background: #c7db9c;
}
.content-v5 .content-green-dark {
  background: #bdd094;
}
.content-v5 .flex-order-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
/* MEDIA QUERIES MOBILE V5 */
/* ==========================================================================
                             HOMEPAGE V6
============================================================================= */
.content-v6 h1 {
  color: #ffffff;
  font-style: normal;
  text-align: left;
  font-size: 40px;
  letter-spacing: 0.4em !important;
  font-weight: bolder;
  margin-bottom: 5px;
}
.content-v6 p.title {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.5em !important;
  font-weight: bold;
}
/* ==========================================================================
                             HOMEPAGE V7
============================================================================= */
.hp-v7 .hp-v7-slider {
  padding: 0 20px 0;
}
.hp-v7 .hp-v7-slider .hp-slider-content h3 {
  color: #ffffff;
  font-size: 8em;
  font-weight: 400;
  letter-spacing: 4px !important;
  margin-bottom: 0.4em;
  text-shadow: 0px 0px 10px #333333;
  text-transform: none;
}
.hp-v7 .hp-v7-slider .hp-slider-content p {
  color: #ffffff;
  font-size: 1.4em;
  letter-spacing: 3px !important;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px #333333;
}
.hp-v7 .hp-v7-slider .hp-slider-content a.shop-now {
  background: #0083c0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.4em 1em;
}
.hp-v7 .hp-v7-slider .hp-slider-content a.shop-now:hover {
  background: #156b9a;
}
.hp-v7-boxes .paddingtop {
  padding-top: 10px !important;
}
.hp-v7-boxes .paddingright {
  padding-right: 10px !important;
}
.hp-v7-boxes .paddingbottom {
  padding-bottom: 10px !important;
}
.hp-v7-boxes .paddingleft {
  padding-left: 10px !important;
}
.hp-v7-boxes .valign-parent {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hp-v7-boxes .caption-wrapper {
  height: 100% !important;
  width: 100% !important;
}
.hp-v7-boxes .valign-child {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hp-v7-boxes .box-content .image-wrapper {
  line-height: 0;
}
.hp-v7-boxes .box-content .content-wrapper {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  color: #ffffff;
  font-size: 1.2em;
  opacity: 0;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content .content-wrapper p,
.hp-v7-boxes .box-content .content-wrapper h4 {
  text-shadow: 0 0 20px #8f8f8f;
}
.hp-v7-boxes .box-content .content-wrapper h4 {
  color: #ffffff;
  font-size: 32px;
  text-transform: none;
}
.hp-v7-boxes .box-content .content-wrapper.visible {
  opacity: 1;
}
.hp-v7-boxes .box-content a.shop-now {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #0085c0;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  margin: 0.4em;
  padding: 0.2em 1.2em;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content a.shop-now:hover {
  background: #ffffff;
  color: #0085c0;
}
.hp-v7-boxes .box-content .button-block {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #0083c0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6em;
  margin-bottom: 20px;
  transition: all 0.4s linear;
}
.hp-v7-boxes .box-content .button-block:nth-child(2) {
  background: #156b9a;
}
.hp-v7-boxes .box-content .button-block:last-child {
  background: #043e5a;
  margin-bottom: 0;
}
/* MEDIA QUERIES MOBILE V7 */
/* ==========================================================================
                             HOMEPAGE V8
============================================================================= */
/* FONTS FOR V8 HOMEPAGE */
.content-v8 {
  /* START --- CATALOG PRODUCT LIST V8 */
  /* END --- CATALOG PRODUCT LIST V8 */
}
.content-v8 .title-v8 {
  font-size: 1.429em;
  text-align: center;
  letter-spacing: 2px !important;
  margin-top: 110px;
  margin-bottom: 50px;
}
.content-v8 .wrapper-top-slider {
  position: relative;
  padding-top: 30px;
}
.content-v8 .wrapper-top-slider:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: 0;
  left: 0;
}
.content-v8 .product-item-info {
  width: 100% !important;
}
.content-v8 .product-image-container {
  width: 100% !important;
}
.content-v8 .owl-stage-outer {
  padding-top: 0px !important;
}
.content-v8 h3 {
  letter-spacing: 6px !important;
  font-weight: bold;
  font-size: 36px;
}
.content-v8 h3 a {
  color: #fff;
}
.content-v8 .extend_list {
  max-height: inherit;
  opacity: 1;
}
.content-v8 .banner-item:hover .list-categories {
  max-height: inherit;
  opacity: 1;
}
.content-v8 .list-categories {
  list-style-type: none;
  padding: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1000ms ease;
  margin: 30px 0;
}
.content-v8 .list-categories li {
  transition: all 1s ease;
  margin-bottom: 0px;
}
.content-v8 .list-categories li a {
  color: #cdcdcd;
  font-size: 14px;
}
.content-v8 .list-categories li a:hover {
  color: #fff;
}
.content-v8 .shop-now {
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em !important;
  color: #fff;
  border-radius: 0px;
  padding: 8px 26px;
}
.content-v8 .shop-now:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.content-v8 .slider-custom-1 .banner-image:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.content-v8 .owl-carousel .banner-item .content_slider {
  z-index: 3;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details {
  display: none;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .product-item-link {
  font-size: 16px !important;
  color: #fff !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box {
  margin-top: 10px !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box .price-container .price {
  display: block !important;
  color: #fff !important;
}
.content-v8 .catalog-product-v8 .products-grid .product-item-details .price-box .old-price {
  margin-left: 0px;
}
.content-v8 .products-grid .product-item {
  width: 25% !important;
  margin-left: 0px !important;
  margin: 0px;
}
.content-v8 .products-grid .product-item:hover .product-item-details {
  display: block;
}
.content-v8 .products-grid .product-item .product-item-info {
  padding: 0px !important;
}
.content-v8 .products-grid .product-item .product-item-info:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}
.content-v8 .products-grid .product-item .product-item-info:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.content-v8 .products-grid .product-item .product-item-info:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 99%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.content-v8 .products-grid .product-item .product-item-info a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-right: 0px;
}
.content-v8 .products-grid .product-item .product-item-info a:hover {
  text-decoration: none;
}
.content-v8 .products-grid .product-item .product-item-info .reviews-actions {
  display: block;
  text-align: center !important;
}
.content-v8 .products-grid .product-item .product-item-info .rating-result > span:before {
  color: white;
}
.content-v8 .products-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.content-v8 .products-grid .product-item .product-item-info .product-image-container .product-image-photo {
  width: 100% !Important;
}
.content-v8 .products-grid .product-item-details {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  -webkit-transform: translate(-50%, 20%);
  -moz-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  filter: alpha(opacity=0);
  z-index: 10;
  width: 90%;
  padding-left: 10px;
}
.content-v8 .products-grid .product-item-details .product-item-actions {
  display: none;
}
.content-v8 .row.brands-slider {
  margin: 90px auto;
}
.content-v8 .grey-background {
  background: #f6f6f6;
  padding: 85px 0 60px;
}
.content-v8 .grey-background .flip-box {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.content-v8 .grey-background .flip-box-before {
  font-weight: bold;
  letter-spacing: 0.2em !important;
  padding: 44px 40px;
  line-height: 38px;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.2s ease-out 0s;
}
.content-v8 .grey-background .flip-box:hover .flip-box-after {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.content-v8 .grey-background .flip-box:hover .flip-box-before {
  transform: translate(0, 100%);
}
.content-v8 .grey-background .flip-box-after {
  position: absolute;
  width: 100%;
  font-size: 1.143em;
  top: 0;
  text-transform: capitalize;
  transform: translate(0px, -100%);
  transition: all 0.2s ease-out 0s;
  color: #999;
  z-index: -1;
}
/* MEDIA QUERIES MOBILE V8 */
/* ==========================================================================
                             HOMEPAGE V9
============================================================================= */
.content-v9 .row {
  margin-left: 0px;
}
.content-v9 .fill {
  min-height: 100%;
  height: 100%;
}
.content-v9 .bg-lightgreen {
  background: #86af49;
}
.content-v9 .bg-sky {
  background: #90a7d0;
}
.content-v9 .bg-coral {
  background: #dbb590;
}
.content-v9 .bg-wheat {
  background: #f2dcde;
}
.content-v9 .mg-top {
  margin-top: 20px;
}
.content-v9 .mg-top-bottom {
  margin: 10px 0 20px 0;
}
.content-v9 .wrapper-top-slider-v9 {
  position: relative;
}
.content-v9 .wrapper-top-slider-v9:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f6f6f6;
  bottom: 0;
  left: 0;
}
.content-v9 .wrapper-top-slider-v9 .owl-item img {
  max-width: 1513px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .slide-down {
  max-width: 466px;
  margin: 0 auto;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table {
  border: 2px solid black;
  color: black;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table .separator {
  display: block;
  width: 100%;
  border-bottom: 2px solid black;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px !important;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .boder-table .year {
  display: block;
  font-weight: bold;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .big-title-v9 {
  color: black;
  letter-spacing: 14px !important;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .small-title-v9 {
  letter-spacing: 0px !important;
  font-size: 14px;
  display: block;
  color: #666666;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .small-text-v9-slider {
  display: block;
  color: #666666;
  line-height: 14px;
}
.content-v9 .wrapper-top-slider-v9 .owl-item .content_slider .btn-shop-now {
  background: #f6f6f6;
  border: 2px solid black;
  color: black;
  letter-spacing: 2px !important;
  padding: 5px 30px;
}
.content-v9 .single-image {
  overflow: hidden;
}
.content-v9 .single-image img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.1);
}
.content-v9 .single-image img:hover {
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.content-v9 .v9-table {
  display: table;
  width: 100%;
  height: 100%;
}
.content-v9 .v9-table .v9-coll {
  display: table-cell;
  vertical-align: middle;
}
.content-v9 .v9-table .v9-coll a {
  color: white;
}
.content-v9 .v9-table .v9-coll .features-box-icon {
  font-size: 48px;
  margin-bottom: 25px;
  text-align: center;
}
.content-v9 .v9-table .v9-coll .features-box-icon .icon-v9 {
  color: white;
}
.content-v9 .v9-table .v9-coll .features-box-title {
  font-size: 14px;
  letter-spacing: 0.2em !important;
  margin: 0;
  font-weight: 700;
  text-align: center;
  text-transform: inherit;
}
/* MEDIA QUERIES MOBILE V9 */
/* ==========================================================================
                        HOMEPAGE V10
============================================================================= */
/*  PADDING V10 */
/* ALIGN COLUMN */
.content-v10 {
  overflow: hidden;
}
.content-v10 p {
  color: #7f7d7c;
}
.content-v10 .product-image-photo:hover {
  opacity: 0.6;
}
.content-v10 .custom_content h2 {
  font-size: 65px;
  color: #ffffff;
}
.content-v10 .custom_content .sub-heading {
  font-size: 24px;
}
.content-v10 .column h2 {
  text-transform: initial;
}
.content-v10 .testimonials-grid.grid-3 li {
  width: 33%;
}
.content-v10 .column-product .weltpixel-quickview {
  margin-bottom: 30px;
}
.content-v10 .column-product .product-single-price {
  margin: 0 0 30px 0;
}
.content-v10 .column-product .product-single-price .old-price {
  font-size: 20px;
  color: #7f7d7c;
  text-decoration: line-through;
}
.content-v10 .column-product .product-single-price .regular-price {
  color: #9c8773;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}
.content-v10 .column-product h1 {
  font-size: 35px;
  line-height: 42px;
  color: #504e4a;
  margin: 0px;
  text-transform: initial;
}
.content-v10 .column-product .p1 {
  font-size: 16px;
  color: #7f7d7c;
  line-height: 24px;
}
.content-v10 .text-feature {
  font-size: 16px;
  line-height: 27px;
}
.content-v10 .testimonials-grid .testi-content {
  font-size: 18px;
  color: #7f7d7c;
  text-align: center;
  line-height: 27px;
}
.content-v10 .testimonials-grid .testi-content:before {
  border: none;
}
.content-v10 .testimonials-grid:after {
  border: none;
}
.content-v10 .section-header {
  text-align: center;
  margin-bottom: 55px;
}
.content-v10 .products-grid .product-item {
  margin-left: calc(2.38095238%) !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 {
  text-align: center;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details {
  text-align: left;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details a {
  font-size: 17px;
  color: #504e4a;
  display: block;
  margin-top: 10px;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details .price-box {
  text-align: left !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-item-details .price {
  font-size: 16px !important;
  color: #7f7d7c !important;
  font-weight: normal;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-image-container img {
  width: 100%;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary {
  text-align: left !important;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary .reviews-actions {
  display: block;
}
.content-v10 .products-grid .product-item .product-item-info-v10 .product-reviews-summary .reviews-actions a {
  margin-top: 0px;
}
/* ==========================================================================
                        HOMEPAGE V11
============================================================================= */
.container-v11 .clients-grid li:after,
.container-v11 .testimonials-grid li:after {
  border: none;
}
.container-v11 .overlay-blue {
  background: #43dacc;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.container-v11 .column {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.container-v11 .img-bar {
  min-height: 363px;
}
.container-v11 .home-promotion-text .feature-title {
  font-size: 56px;
  line-height: 70px;
  font-weight: bold;
  color: #51595d;
}
.container-v11 .home-promotion-text p {
  font-size: 32px;
  line-height: 52px;
  color: #51595d;
}
.container-v11 .home-full-width-feature-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  width: 100%;
}
.container-v11 .home-full-width-feature-content .module-inner {
  text-align: center;
  max-width: 1020px;
  padding: 0 30px;
  margin: 50px auto;
}
.container-v11 .home-full-width-feature-content .module-inner .feature-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
}
.container-v11 .home-full-width-feature-content .module-inner .rte p {
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
}
.container-v11 .module-inner {
  margin-left: 50px;
  margin-right: 50px;
}
.container-v11 .module-inner .link-details {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.container-v11 .module-inner .link-details:hover {
  color: #000;
}
.container-v11 .module-inner .link-details:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.container-v11 .module-inner .link-details:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.container-v11 .bg-grey {
  background: #f2f3f4;
}
.container-v11 .bg-grey .section-title {
  font-size: 17px;
  line-height: 17px;
  margin-top: 50px;
  text-align: center;
}
.container-v11 .bg-grey .testimonials-grid.grid-3 li {
  width: 50%;
  margin: 0 auto 25px auto;
}
.container-v11 .row.mg-top {
  margin-top: 50px;
}
.container-v11 .mg-bottom {
  margin-bottom: 50px;
}
.container-v11 .product-slideshow .product-title,
.container-v11 .product-details .product-title {
  font-size: 24px;
  color: #494f58;
}
.container-v11 .product-slideshow .product-price,
.container-v11 .product-details .product-price {
  font-size: 20px;
  line-height: 33px;
  margin-top: 20px;
}
.container-v11 .product-slideshow .p1,
.container-v11 .product-details .p1 {
  font-size: 16px;
  line-height: 23px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .container-v11 .column {
    padding-left: 30px;
  }
  .container-v11 .row .home-promotion-text .feature-title {
    font-size: 32px;
    line-height: 40px;
  }
  .container-v11 .row .home-promotion-text p {
    font-size: 20px;
    line-height: 33px;
  }
}
/* ==========================================================================
                        HOMEPAGE V12
============================================================================= */
.column.main .product-item {
  padding-left: 0px;
}
.container-v12 {
  background: #f2f2f2;
  /* CAROUSEL */
}
.container-v12.container-overflow {
  overflow: auto;
}
.container-v12 .row-custom {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.container-v12 .row-instagram-v12 {
  width: 90%;
  margin: 0 auto;
}
.container-v12.slider-v1-cat {
  margin-top: -15px;
  padding-top: 20px;
}
.container-v12.slider-v2-cat {
  overflow: auto;
}
.container-v12 .text-center {
  text-align: center;
}
.container-v12 .title-article {
  margin-bottom: 35px;
}
.container-v12 .img-cont {
  position: relative;
  display: block;
}
.container-v12 .img-cont .overlay-text {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: left;
}
.container-v12 .img-cont .overlay-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px;
  width: 1px;
}
.container-v12 .img-cont .overlay-text .inner {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
.container-v12 .img-cont .overlay-text .inner .text {
  line-height: 1.2em;
}
.container-v12 .img-cont .overlay-text .inner .text .scaled-text {
  color: #ffffff;
  background: rgba(240, 212, 240, 0.5);
  line-height: 1.7em;
  display: inline-block;
}
.container-v12 .content-heading .title {
  text-align: center;
  position: relative;
  top: 33px;
  z-index: 0;
}
.container-v12 .product-image-container {
  width: 100% !important;
  padding-left: 0px;
}
.container-v12 .slider-text {
  background: transparent;
}
.container-v12 .slider-text .overlay-text.overlay-right {
  text-align: right;
}
.container-v12 .slider-text .overlay-text.overlay-right .text-custom-slider {
  line-height: 1.1em;
}
.container-v12 .instagram-widget-container {
  margin-top: 0px;
}
/* ==========================================================================
                        HOMEPAGE V14
============================================================================= */
.mg-top-mob-v14 {
  margin-top: 100px;
}
.container-v14 .wpx-white,
.container-v14 .white {
  color: white;
}
.container-v14 .wpx-white:visited,
.container-v14 .white:visited,
.container-v14 .wpx-white:focus,
.container-v14 .white:focus,
.container-v14 .wpx-white:active,
.container-v14 .white:active,
.container-v14 .wpx-white:hover,
.container-v14 .white:hover {
  color: #b6b6b6;
}
.container-v14 .link-with-effect-p {
  max-width: 140px;
}
.container-v14 .link-with-effect:hover:after {
  width: 0;
}
.container-v14 .link-with-effect:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5F5F5F;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 120px;
}
.container-v14 .link-with-effect.white:hover {
  color: #b6b6b6;
}
.container-v14 .paddinglist {
  padding-left: 50px;
  padding-right: 50px;
}
.container-v14 .img-cont .img-hover {
  height: 330px;
}
.container-v14 .category_name {
  max-width: 320px;
  margin: 30px 0;
}
.container-v14 .category_name a {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.container-v14 .category_name .category_desc {
  color: rgba(0, 0, 0, 0.35);
  font-size: 18px;
  line-height: 28px;
}
.container-v14 .vc_column_container .vc_custom {
  background: #f9d5bd;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper {
  text-align: center;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper h3 {
  text-transform: inherit;
  margin-top: 0px;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper p {
  text-transform: uppercase;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline {
  display: inline-block;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a {
  cursor: pointer;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a:hover:after {
  width: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5F5F5F;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 135px;
  margin: 0 auto;
  float: left;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .wpb_inline a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 2px;
  max-width: 135px;
  margin: 0 auto;
  float: left;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe {
  display: none;
  width: 340px;
  margin: 0 auto;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe input {
  width: calc(100% - 96px);
  margin-top: 10px;
  position: relative;
  top: 2px;
  height: 36px;
}
.container-v14 .vc_column_container .vc_custom .wpb_wrapper .newsletter-subscribe input:focus {
  box-shadow: none;
}
.container-v14 .vc_single_image-wrapper {
  text-align: center;
}
.container-v14 .img-hover:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
.container-v14 .vc_single_image-wrapper {
  padding: 200px 0;
}
.container-v14 .pos-rel {
  position: relative;
  height: 680px;
}
.container-v14 .wpb_content_element {
  position: absolute;
  top: 34%;
  padding-left: 50px;
}
.container-v14 .wpb_content_element h1 {
  font-size: 64px;
  line-height: 85px;
  color: white;
  text-transform: capitalize;
}
.container-v14 .wpb_content_element a {
  font-size: 13px;
  text-transform: uppercase;
}
/* ==========================================================================
                             HOMEPAGE V16
============================================================================= */
.container-v15 .c-live a:hover {
  opacity: 0.8;
}
.container-v15 .block-products-list .product-item-details {
  text-align: center;
}
.container-v15 .block-products-list .block-title {
  border-bottom: 1px solid;
  text-align: center;
  position: relative;
}
.container-v15 .block-products-list .block-title .see-all {
  position: absolute;
  right: 10px;
  top: 5px;
}
/* ==========================================================================
                             PRIVACY POLICY
============================================================================= */
.privacy-policy .privacy-policy-content {
  box-sizing: border-box;
  width: 77.7%;
  float: right;
  padding-left: 2%;
}
.privacy-policy .block-collapsible-nav {
  box-sizing: border-box;
  width: 22.3%;
  float: left;
}
.privacy-policy table thead tr th {
  border-bottom: 1px solid #d1d1d1;
}
.privacy-policy table tr:nth-child(even) {
  background: #f7f7f7 !important;
}
.privacy-policy table tr td {
  font-weight: bold;
  font-weight: normal;
}
/* ==========================================================================
                          ABOUT US + CUSTOMER SERVICE
============================================================================= */
.cms-content-important {
  font-size: 2.2rem;
  font-weight: 300;
  padding: 20px;
  display: block;
  background: #f5f5f5;
}
.cms-content-important h2 {
  margin-top: 0px;
}
.customer-service .bold {
  font-weight: bold;
}
.customer-service .table-wrapper thead th {
  font-weight: normal;
}
.customer-service .table-wrapper tbody tr:nth-child(even) {
  background: #f7f7f7 !important;
}
.customer-service .table-wrapper tbody tr .font-normal {
  font-weight: normal;
}
.customer-service .table-wrapper tbody tr td {
  font-weight: bold;
}
.customer-service .table-wrapper tbody tr td:first-child {
  font-weight: normal;
}
/* ==========================================================================
                        FOOTER + BACK TO TOP BUTTON
============================================================================= */
.theme-pearl .grey-background {
  background: #f6f6f6;
  padding: 85px 0 60px;
  margin-left: 0px;
}
.theme-pearl .grey-background .row {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.theme-pearl .grey-background .row .flip-box {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.theme-pearl .grey-background .row .flip-box .flip-box-before {
  font-weight: bold;
  letter-spacing: 0.2em !important;
  padding: 44px 40px;
  line-height: 38px;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.2s ease-out 0s;
}
.theme-pearl .grey-background .row .flip-box .flip-box-after {
  position: absolute;
  width: 100%;
  font-size: 1.143em;
  top: 0;
  text-transform: capitalize;
  transform: translate(0px, -100%);
  transition: all 0.2s ease-out 0s;
  color: #999;
  z-index: -1;
}
.theme-pearl .grey-background .row .flip-box:hover .flip-box-before {
  transform: translate(0, 100%);
}
.theme-pearl .grey-background .row .flip-box:hover .flip-box-after {
  transform: translate(0, 100%);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  z-index: 9;
}
.cd-top .icon-chevron-up {
  align-content: center;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 38px;
}
.footer-v4 {
  background: #232323;
  padding-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.footer-v4 a {
  color: #fff;
}
.footer-v4 a:hover {
  color: #fff;
}
.footer-v4 .toggle .togglet,
.footer-v4 .toggle .toggleta {
  color: #777;
}
.footer-v4 button.action.primary {
  border: 1px solid #fff;
}
.footer-v4 button.action.primary:hover {
  border: 1px solid #232323;
}
/* ==========================================================================
                             CONTACT PAGE V2
============================================================================= */
.contact-details {
  font-weight: bold;
}
.contact-v2 .block-container {
  text-align: center;
}
.contact-v2 .block-container .container-wpx-contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.contact-v2 .block-container .container-wpx-contact i {
  color: #e0e0e0;
}
.contact-v2 .block-container .container-wpx-contact i:hover {
  color: #f76b6a;
}
.contact-v2 .block-container .container-wpx-contact .details p {
  color: #696969;
}
.contact-v2 .block-container .container-wpx-contact .border-contact {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.contact-v2 .block-container .container-wpx-contact .gray-phone {
  color: #696969;
}
.contact-v2 .title-contact {
  font-weight: bold;
}
.contact-v2 .contact_frm_wpx.mg-top-contact {
  margin-top: 120px;
}
.contact-v2 .contact_frm_wpx .name input,
.contact-v2 .contact_frm_wpx .email input,
.contact-v2 .contact_frm_wpx .telephone input {
  background: #f7f7f7;
  border: none;
  color: #696969;
}
.contact-v2 .mage-error {
  margin-bottom: 10px;
}
.contact-v2 .text-center {
  text-align: center;
}
.contact-v2 .text-left {
  text-align: left;
}
.contact-v2 .inline-block {
  display: inline-block;
  vertical-align: top;
}
.contact-v2 .control #comment {
  height: 140px;
  background: #f7f7f7;
  color: #696969;
  border: none;
  padding: 0 10px;
}
.contact-v2 .actions-toolbar .primary {
  float: none;
}
.contact-v2 .field.captcha label span {
  color: #696969;
}
.contact-v2 .field.captcha .control.captcha input {
  background: #f7f7f7;
  border: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome5-900.otf');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
.weltpixellighting {
  color: black;
}
.category-view .category-image img {
  /* width: 100%; */
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promotions {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  height: 40px;
  color: #000;
  padding-top: 15px;
}
.promotions .left {
  float: left;
}
.promotions .right {
  float: right;
  color: #000;
}
.promotions .right a {
  float: right;
  color: #000;
}
/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.products-grid .product-image img {
  width: 100%;
  height: auto;
  padding: 15px;
}
.products-grid .product-image img:hidden {
  display: none;
}
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}
.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}
.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}
.products-grid .ratings .rating-box {
  margin: 0 auto;
}
.products-grid .ratings .amount {
  display: none;
}
.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px;
}
.products-grid .add-to-links {
  margin-bottom: 0;
}
/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 100%;
  margin-right: 0;
}
.products-grid > li:nth-child(odd) {
  clear: left;
}
.products-grid > li:nth-child(even) {
  margin-right: 0;
}
.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before,
.products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
  display: block;
}
@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.44828%;
  }
  .products-grid > li {
    width: 31.03448%;
    margin-right: 3.44828%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 961px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.12766%;
  }
  .products-grid--max-4-col > li {
    width: 23.40426%;
    margin-right: 2.12766%;
  }
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.12766%;
  }
  .products-grid--max-5-col > li {
    width: 18.29787%;
    margin-right: 2.12766%;
  }
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.12766%;
  }
  .products-grid--max-6-col > li {
    width: 14.89362%;
    margin-right: 2.12766%;
  }
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
.salecol {
  width: 100%;
  display: inline-block;
  height: auto;
  clear: left;
  list-style: none !important;
  text-align: center;
  margin-bottom: 7px !important;
}
.salecol li {
  text-align: center;
  float: left;
  margin-right: 0;
  width: 25%;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.salecol.three li {
  width: 33%;
}
.salecol.three img {
  width: 50%;
}
.salecol.two li {
  width: 50%;
}
.salecol.two img {
  width: 40%;
}
.salecolfive li {
  width: 16%;
}
.salecol img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.salecolfive img {
  width: 90%;
}
.salecol li:hover {
  box-shadow: inset 0px -2px 0px #f30000;
  /*border-bottom: 2px solid #f30000;*/
}
@media only screen and (max-width: 1240px) {
  .salecol li {
    text-align: center;
    float: left;
    margin-right: 0;
    width: 50%;
  }
  .salecol img {
    max-width: 150px;
    margin: 0 auto;
  }
  .salecolfive li {
    width: 16%;
  }
  .salecolfive img {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .salecolfivex li {
    width: 25%;
  }
  .salecolfivex img {
    width: 90%;
  }
}
@media only screen and (max-width: 740px) {
  .salecol li {
    text-align: center;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .salecol img {
    width: 125px;
    margin: 0 auto;
  }
  .salecolfive li {
    width: 33%;
  }
  .salecolfive img {
    width: 90%;
  }
}
@media only screen and (max-width: 460px) {
  .salecolfive li {
    width: 50%;
  }
  .salecolfive img {
    width: 90%;
  }
}
.home-columns {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
.home-columns .flexitem {
  text-align: center;
}
.home-columns .flexitem p {
  text-align: left;
}
.home-columns .flexitem p.center {
  text-align: center;
}
.home-columns .flexitem p:last-child {
  margin: 0;
}
.home-columns .flexitem .block-image {
  text-align: center;
}
.home-columns .flexitem .block-image img {
  max-height: 600px;
  max-width: 100%;
  display: inline-block;
}
.home-columns.col2 .flexitem {
  width: 47%;
}
.home-columns.col2 .flexitem h2 {
  margin: 0 0 20px 0;
}
.home-columns.col2 .flexitem p {
  margin-top: 20px;
}
.home-columns.col3 .flexitem {
  width: 30%;
}
.home-columns.col4 .flexitem {
  width: 23%;
}
@media only screen and (max-width: 770px) {
  .home-columns .flexitem:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .home-columns.col2 .flexitem {
    width: 100%;
  }
  .home-columns.col3 .flexitem {
    width: 100%;
  }
  .home-columns.col4 .flexitem {
    width: 100%;
  }
}
.theme-pearl.cms-page-view .breadcrumbs .items,
.theme-pearl.cms-index-index .breadcrumbs .items {
  max-width: 1400px;
  width: 100%;
}
@media (min-width: 961px) {
  .col-sm-24 {
    width: 20%;
  }
}
/*----------------------------------------------------------
-------------My Account / Swatch Requests-------------------
----------------------------------------------------------*/
.sr-created-at {
  float: right;
  font-family: 'Montserrat', sans-serif;
  color: #666666;
}
.sr-table {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 20px;
}
.sr-block.hide,
.sr-box.hide {
  display: none;
}
.sr-box-title h3 {
  font-weight: bold;
  margin-bottom: 6px;
}
.sr-box {
  padding-bottom: 8px;
}
.sr-view-box {
  margin-top: 3px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.sr-view-box a {
  cursor: pointer;
}
h2.sr-toggle {
  cursor: pointer;
  padding: 7px 0;
  margin: 3px 0;
}
h2.sr-toggle:hover {
  background-color: #F4F4F4;
}
.sr-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  padding: 10px;
}
.sr-table tbody tr {
  border-bottom: 1px solid #C0C0C0;
}
.sr-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  border-bottom: none;
  vertical-align: top;
}
td.sr-table-status {
  font-weight: bold;
  width: 10%;
}
td.sr-table-title {
  width: 30%;
}
td.sr-table-image {
  width: 10%;
}
td.sr-table-notes {
  width: 50%;
}
div.sr-template-block {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
div.sr-template-block h3 {
  margin-bottom: 5px;
}
.sr-template-block .sr-ulist {
  margin-top: 5px;
  font-size: 27px;
}
.sr-template-block .ox-fullnote {
  margin-bottom: 0;
}
div.swatch_requestor,
div.swatch-info,
div.custombundle-option-selector,
div.login-popup,
div.custombundle-quickview-wrapper {
  display: none;
  overflow: auto;
  position: fixed;
  width: 100% !important;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 80;
  padding: 15px;
  background-color: white;
}
div.gr-overlay {
  display: block;
  overflow: auto;
  position: fixed;
  width: 100% !important;
  left: 0;
  text-align: center;
  z-index: 80;
  padding: 15px;
  background-color: white;
}
.iframe-container {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  height: 100%;
  line-height: 0;
  font-size: 0;
}
div.login-popup,
div.custombundle-option-selector,
div.custombundle-quickview-wrapper {
  overflow: hidden;
}
div.swatch-info .swatch-info-main {
  max-width: 900px;
  margin: 0 auto;
  overflow: auto;
  max-height: 100%;
}
div.sr-requestor-block-swatches {
  width: 100%;
  height: 100%;
  position: relative;
}
/*
.product-option-block dt {
	position: relative;
}

.gr-option-overlay.product-option-block dt {
	z-index: -1;
}
*/
div.swatch-requestor-block,
div.image-selector {
  overflow: auto;
  min-height: 98%;
  max-height: 98%;
  width: 35%;
  min-width: 321px;
  padding: 0px 15px 15px 15px;
  display: inline-block;
  text-align: left;
  margin-right: 15px;
  position: relative;
}
div.sr-form,
div.option-selector,
div.gr-info {
  display: inline-block;
  margin-left: 10px;
  /*width: 400px;*/
  width: 20%;
  min-width: 321px;
  vertical-align: top;
  max-height: 98%;
  overflow: auto;
  padding-right: 30px;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  div.sr-form,
  div.swatch-requestor-block {
    min-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1101px) {
  .back-to-top,
  .back-to-bottom {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  div.option-selector,
  div.gr-info {
    max-height: none;
    min-height: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}
div#sr_disable_swatch,
div.disabled-overlay,
div.disabled-gr-overlay {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0.7;
  background-color: #ffffff;
}
div.disable-page {
  position: fixed;
  display: none;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0.5;
  background-color: #ffffff;
}
.sr-label .value-title {
  font-size: 10px;
}
div.disabled-gr-overlay {
  position: fixed;
}
div.sr-requestor-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
div.sr-form-block {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 310px;
}
div.sr-current-selection {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
div.sr-selected-count {
  text-align: center;
  font-weight: 600;
  padding: 14px 0 4px 0;
}
div.sr-selected-list {
  text-align: left;
}
div.sr-selected-list div {
  padding: 2px 0 4px 0;
}
span.sr-remove {
  float: right;
  cursor: pointer;
  background-color: #ffffff;
}
a.sr-selected-info {
  max-width: calc(73%);
  display: inline-block;
  cursor: pointer;
}
div.request-swatch-block {
  width: 100%;
  margin: 14px 0 12px 0;
}
/*---------------------------------------------------------------------
-------------SWATCH REQUESTOR / OVERLAY SWATCH SELECTOR----------------
---------------------------------------------------------------------*/
div.sr-search {
  margin: 6px 0 12px 0;
}
.overlay-button {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: #F4F4F4;
  display: inline-block;
  padding: 5px 0 5px 0;
  width: 100%;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}
div.gr-overlay-selector {
  border: 1px solid #eeeeee;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
div.gr-overlay-selector:hover div.overlay-image-block {
  /*background-color: #f4f9eb;*/
  /*background-color: #F4F4F4;*/
}
div.gr-overlay-selector:hover .overlay-button {
  background-color: #ededed;
}
div.overlay-image-block {
  cursor: pointer;
  padding: 10px;
}
/*
div.overlay-image-block:hover {
	background-color: #F4F4F4;
}
*/
div.gr-option-overlay {
  /*display: none;*/
}
div.gr-overlay-background,
div.custombundle-overlay-background {
  z-index: 79;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: black;
}
div.white-overlay-background {
  z-index: 79;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #ffffff;
}
span.overlay-close {
  float: right;
  top: 3px;
  right: 3px;
  position: absolute;
  cursor: pointer;
  color: #7e7e7e;
}
span.overlay-close:hover {
  color: #000000;
}
div.gr-info > div.gr-info-price {
  border-bottom: 1px solid #ddd;
  margin-top: 3px;
}
div.gr-info > div.gr-current-selection {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  background-color: #F4F4F4;
  margin-top: 10px;
  position: relative;
}
div.gr-info > div.gr-current-selection > div.current-selection-header,
div.sr-current-selection-header {
  height: 36px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
div.gr-info > div.gr-current-selection > div.current-selection-body,
div.sr-current-selection-body {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #dddddd;
  width: 100%;
  height: 160px;
}
div.gr-info > div.gr-current-selection > div.gr-overlay-done {
  width: 100%;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
div.current-selection-header > span.selection-text,
div.sr-current-selection-header > span.sr-header-text {
  float: left;
}
table.overlay-info-table,
table.sr-current-selection-table {
  text-align: left;
  height: 90%;
}
div.overlay-current-selection-info {
  overflow: auto;
}
div.overlay-current-selection-info > span {
  display: block;
}
/*Overlay filters*/
div.o-filter {
  font-size: 12px;
  padding: 10px 0 10px 0;
}
div.o-filter h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
div.c-filter {
  margin-bottom: 6px;
}
div.filter-head {
  border: 1px solid #CCCCCC;
  cursor: pointer;
  width: 100%;
  padding: 7px 0px 7px 24px;
  background-color: #F4F4F4;
}
div.filter-head > .filter-label em {
  display: none;
}
div.filter-head:before {
  content: "\25BA";
  margin-right: 10px;
  margin-left: -16px;
  vertical-align: top;
}
div.filter-head.expanded:before {
  content: "\25BC";
  margin-right: 10px;
  margin-left: -16px;
  vertical-align: top;
}
.clear-filter {
  float: right;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  line-height: 1.7;
}
.clear-filter:hover {
  text-decoration: underline;
}
div.filter-body {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  /*	display: none; */
}
.validation-failed.swatch-validation {
  padding: 8px;
  margin: 8px 0 8px 0;
}
.validation-failed.custombundle-validation {
  border: 0px !important;
  background-color: transparent !important;
  color: #DF280A;
}
.validation-failed.custombundle-qty-validation {
  font-size: 13px;
  padding: 4px;
}
div.options-filter > div > label {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  text-indent: -7px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.options-filter > div > label:hover {
  background-color: #F4F4F4;
}
div.options-filter input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin-right: 7px;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
  top: -1px;
}
div.options-filter.child {
  border-left: 1px solid #ddd;
  margin-left: 14px;
}
div.blank-placeholder {
  text-align: center;
  padding: 20px;
  margin: 15px 0 15px 0;
  border: 1px solid #aaa;
}
input.keyword-search {
  width: 90%;
  height: 31px;
  padding: 0 6px 0 6px;
  border: 1px solid #aaa;
  vertical-align: top;
}
button.keyword-search-button {
  width: 10%;
  border: 1px solid #aaa;
  border-left: none;
  background: none;
  height: 31px;
  vertical-align: top;
}
button.keyword-search-button:after {
  content: '\1F50D';
}
.mobile-overlay-filters {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  clear: both;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.mo-filter {
  display: inline-block;
  margin: 0 auto 0 auto;
  width: calc(48%);
  text-align: center;
  padding: 7px 0 7px 0;
  cursor: pointer;
}
.mo-filter span {
  vertical-align: middle;
}
.mo-filter .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  zoom: 0.7;
  margin-right: 6px;
  background-position: center;
}
.mo-filter .filter-icon {
  background-image: url(/media/icons/filter-icon.png);
}
.mo-filter .search-icon {
  background-image: url(/skin/frontend/gabrielross/grshop/images/icon_sprite@2x.png);
  background-size: 100px 1000px;
  background-position: 4px -146px;
}
#mobile_search_toggle.inactive {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#mobile_filter_toggle.inactive {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
div.gr-info .view-more {
  display: none;
}
@media only screen and (max-width: 1100px) {
  div.option-selector,
  div.gr-info,
  div.image-selector {
    width: 100%;
  }
  div.gr-info > div.gr-current-selection > div.gr-overlay-done {
    width: 100px;
    position: absolute;
    top: 12px;
    right: 0px;
  }
  .gr-current-selection {
    margin-bottom: 5px;
  }
  .product-options div.image-selector dd {
    max-width: 100%;
  }
  .mobile-overlay-filters {
    display: block;
  }
  .gr-overlay > .option-selector > .sr-header {
    display: none;
  }
  .overlay-filters h3 {
    font-size: 11px;
  }
  .overlay-filters {
    padding: 0 5px 0 5px;
    border: 1px solid #ddd;
    border-top: none;
  }
  #keyword_filter_block {
    background-color: #ffffff;
  }
  .mo-show {
    display: block !important;
  }
  .mo-hide {
    display: none !important;
  }
  div.gr-info > div.gr-info-price {
    border: none;
    margin: 0;
  }
  div.gr-info .view-more {
    display: block;
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
    padding-bottom: 5px;
    cursor: pointer;
  }
  div.gr-info .view-more.active {
    padding-bottom: 5px;
  }
  div.gr-info .view-more:before {
    content: "\25BA";
    margin-right: 4px;
  }
  div.gr-info .view-more.active:before {
    content: "\25BC";
    margin-right: 4px;
  }
}
.back-to-top,
.back-to-bottom {
  position: fixed;
  right: 10px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #eee;
  z-index: 9999;
  padding-top: 12px;
  line-height: 100%;
}
.back-to-top {
  top: 70%;
}
.back-to-bottom {
  top: calc(120%);
}
.back-to-top:hover,
.back-to-bottom:hover {
  background-color: #ddd;
}
.back-to-top:after {
  content: '\25B2';
}
.back-to-bottom:after {
  content: '\25BC';
}
img#overlay_image_block_selected {
  cursor: pointer;
}
div.gr-msg {
  /*text-align: left;*/
  font-size: 13px;
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  border: 1px solid #ccc;
  margin: 7px auto 7px auto;
  padding: 5px;
}
div.gr-success {
  background-color: #f2f9e5;
}
div.gr-success:before {
  content: '\2714';
  color: #000;
  margin-right: 4px;
}
.gr-checkmark:before {
  content: '\2714';
  margin-right: 4px;
}
div.gr-failed:before {
  content: '\2718';
  color: red;
  margin-right: 4px;
}
div.gr-failed {
  background-color: #fcf0f0;
}
a.sr-view-large {
  cursor: pointer;
  font-size: 9px;
  display: block;
  margin-top: 5px;
}
ul.sr-ulist {
  font-size: 20px;
}
.input-box ul.sr-ulist {
  font-size: 0px;
  line-height: 1.5;
}
li.sr-list {
  display: inline-block;
}
.input-box ul.sr-ulist li {
  margin: 0 7px 7px 0 !important;
  display: inline-block;
}
/*
div.sr-label.request {
	margin-top: -26px;
	height: 26px;
	padding: 0;
	border: none;
	box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
}
div.sr-label.request > button {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
*/
span.request {
  font-size: 10px;
  display: inline-block;
  padding: 5px 0 0 0;
  cursor: pointer;
}
div.sr-label {
  text-align: center;
  position: absolute !important;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  display: none;
  width: 75px;
  padding: 2px 6px 6px 6px;
  cursor: default;
  font-size: 13px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.sr-label.textiles {
  width: 100px;
}
span.sr-label-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}
div.sr-label .button {
  margin-top: 0px;
  font-size: 9px;
  font-weight: normal;
  padding: 3px 5px;
}
span.sr-close-window {
  font-weight: 500;
  cursor: pointer;
  float: right;
}
span.sr-close-window:hover {
  text-decoration: underline;
}
div.sr-option-block {
  margin-bottom: 20px;
}
div.sr-loading-main,
.wait-load {
  min-height: 32px;
  min-width: 32px;
  height: 100%;
  width: 100%;
}
div.sr-loading-main.abs,
.wait-load.abs {
  position: absolute;
}
img.swatch-requestor-swatch,
img.ox-swatch {
  width: 75px;
  height: 75px;
}
img.textiles-swatch {
  width: 100px;
  height: 100px;
}
ul.sr-ulist li {
  cursor: pointer;
  /*float: left;*/
}
ul.sr-ulist li:hover {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-transform: scale(1.3);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -ms-transition-duration: 0.3s;
}
h2.sr-header {
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #DDDDDD;
}
div#sr_form_load {
  display: none;
}
div.swatch-block {
  width: 100%;
}
/*********************************************************
				OptionExtended Note
*********************************************************/
.ox-note {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 7px;
}
.ox-value-note {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 7px;
}
/* Position and style the close button (top right corner) */
.closeButton {
  vertical-align: top;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  float: right;
  font-size: 20px;
  padding: 0 3px 0 3px;
  cursor: pointer;
  color: #7e7e7e;
}
.closeButton:hover {
  color: #000000;
}
/*LISTING TABLE*/
table.ox-fullnote {
  /*font-family: arial;*/
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 8px;
}
table.ox-fullnote th {
  vertical-align: text-top;
  text-align: left;
  font-size: 12px;
  color: #797979;
  font-weight: 500;
  padding: 4px 8px 4px 0;
  margin: 0;
}
table.ox-fullnote td {
  vertical-align: text-top;
  text-align: left;
  font-size: 12px;
  padding: 4px 0 4px 0;
  margin: 0;
}
/*
ul.ox-fullnote-material {
	margin-left: 15px;
	list-style-type: disc;
}
ul.ox-fullnote-material > li {
	text-indent: -4px;
}
*/
.ox-fullnote-material-percentage {
  margin-left: 5px;
}
.ox-fullnote-content {
  font-size: 13px;
}
.ox-fullnote-content p {
  margin: 6px 0 6px 0;
}
/*--------TEXTILES PAGE SWATCH POPUP----------*/
.textiles-image {
  max-width: 300px;
  max-height: 300px;
  text-align: left;
  display: inline-block;
}
.textiles-image img {
  max-width: 300px;
  max-height: 300px;
  min-width: 100px;
  min-height: 100px;
}
.textiles-info {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
  vertical-align: top;
  max-width: 550px;
}
.textiles-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.textiles-header h2 {
  margin: 5px 0;
}
.textiles-header p {
  font-size: 12px;
}
.textiles-request {
  font-size: 14px;
  margin: 15px 0;
}
.no-results {
  text-align: center;
  color: #000;
  line-height: 30px;
}
.color-filters {
  margin: 10px 0 0 -7px;
}
.color-filters .color {
  margin-left: 7px;
  float: left;
  width: 39px;
  height: 39px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.color-filters .color:hover,
.color.chosen {
  border: 1px solid #bbb;
}
.color-filters .color .label {
  display: none;
  padding: 0 5px;
  color: #666;
  background-color: #fff;
  line-height: 28px;
  border: 1px solid #bbb;
  position: fixed;
  z-index: 99;
  text-align: center;
  min-width: 39px;
}
.color-filters .color > div {
  width: 31px;
  height: 31px;
  margin: 3px;
  border: 1px solid #ddd;
}
.color-filters .color > div.multicolor {
  background: url('/media/icons/multicolour.png') center center no-repeat;
}
div.swatch-placeholder {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  min-height: 80px;
}
.invisible {
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
/*
.color-filters .color .label.multicolour {
	margin-left: -25px;
	width: 80px;
}
*/
.overlay-validation-advice {
  margin: 5px 0 5px 0;
  color: #DF280A;
  font-size: 13px;
}
.overlay-validation-advice:before {
  content: '\2191';
  margin-right: 4px;
  font-size: 16px;
}
.overlay-current-filters {
  padding-top: 7px;
}
.current-head {
  font-size: 12px;
  font-weight: 500;
}
.current-body {
  font-size: 13px;
  padding: 6px 0 6px 0;
  margin-left: 10px;
}
.current-filter {
  padding-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#overlay_current_filter_blocks {
  display: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.value-title {
  margin-right: 4px;
}
.remove-filter-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  text-align: center;
  cursor: pointer;
  margin-right: 6px;
}
.remove-filter-btn:hover:after {
  color: #ffffff;
}
/*******************************
********PRODUCT INTERACTIONS****
*******************************/
.product-interactions {
  height: 50px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 10;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 235px;
  font-size: 13px;
  display: none;
}
.product-interactions .quickview {
  float: left;
  width: 49%;
}
.product-interactions .quickview span {
  background-image: url(/media/icons/quickview.png);
  background-size: 28px;
}
.product-interactions .add-to-wishlist span {
  background-image: url(/media/icons/wishlist.png);
  background-size: 26px;
}
.product-interactions .add-to-wishlist {
  float: right;
  width: 49%;
}
.product-interactions > div span {
  background-repeat: no-repeat;
  background-position: center;
  clear: both;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 24px;
  margin-bottom: 2px;
}
.product-interactions > div {
  height: 47px;
  line-height: 14px;
  margin-top: 3px;
  text-align: center;
}
.semi-bold {
  font-weight: 500;
}
.product-view.quickview {
  text-align: left;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: auto;
}
.product-quickview-image.small-view {
  display: block;
  padding: 10px 0;
  margin-left: 0px;
  width: auto;
}
.product-quickview-image {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-right: 0px;
  width: calc(-50%);
  margin-left: 20px;
  display: inline-block;
}
.product-quickview-image-gallery.quickview-height {
  min-height: 397px;
}
img.quickview-gallery-image {
  max-height: 397px;
  max-width: 100%;
  margin: 0 auto;
  display: none;
}
img.quickview-gallery-image.visible {
  display: block;
}
.product-view.quickview .product-shop.quickview-height {
  min-height: 418px;
}
.product-view.quickview .short-description > div {
  max-height: 90px;
  overflow: hidden;
}
.vert-img-gallery {
  padding: 10px 0 20px 0;
  display: inline-block;
  width: 75px;
  float: left;
  margin-top: 10px;
}
a.button-link {
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #bbb;
  line-height: 28px;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  float: right;
  margin-top: -28px;
}
.configured-products-block {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  float: left;
}
.filter-list {
  max-height: 180px;
  overflow: auto;
}
.filter-list.filter-items-cat {
  max-height: 230px;
}
.tpgDynLabel {
  display: none;
}
div.center-label {
  width: 75%;
  text-align: center;
}
.sr-label div.center-label {
  width: 100%;
}
.enlarger {
  font-size: 9px;
  font-style: italic;
  margin-top: -2px;
  margin-bottom: 5px;
  color: #999;
}
.mini-link {
  font-size: 9px;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}
.request-swatch:hover {
  text-decoration: underline;
}
.gr-request-selection {
  margin-top: 10px;
  padding: 10px;
  background-color: #F4F4F4;
  display: none;
}
.gr-request-selection .sw-head {
  font-weight: 500;
  text-align: center;
  padding: 4px 0 8px 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.gr-request-selection .sw-item {
  line-height: 20px;
  padding: 4px 0;
}
.gr-request-selection .sw-submit {
  text-align: center;
  margin: 14px 0 6px 0;
}
.product-custombundles {
  margin-bottom: 25px;
  font-size: 13px;
}
.custombundle-item:last-child {
  border-bottom: 0px;
}
.custombundle-item {
  border-bottom: 1px solid #dddddd;
}
.custombundle-item .image-wrap {
  width: 100px;
  padding: 12px 0;
  float: left;
}
.custombundle-item .info-wrap {
  width: calc(0%);
  padding: 12px;
  float: left;
}
.custombundle-item .info-wrap .title {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 12px;
}
.custombundle-item .info-wrap .options {
  padding-bottom: 5px;
}
.custombundle-item .info-wrap .price-qty {
  margin-top: 12px;
}
.custombundle-item .info-wrap .price-qty .price-wrap {
  display: inline-block;
  margin-left: 5px;
}
.custombundle-item .price-wrap .old-price {
  color: #A0A0A0;
  text-decoration: line-through;
  margin-right: 5px;
}
.custombundle-item .bundle-link {
  text-align: center;
}
.custombundle-item .bundle-link a {
  font-size: 11px;
}
.custombundle-item .bundle-link a:after {
  content: ' \00bb';
}
button.gr-button {
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  padding: 4px 8px;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.gr-button.super-button {
  width: 100%;
  font-size: 13px;
  border-color: #bbb;
  color: #666;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px;
}
button.gr-button:hover {
  color: #ffffff;
}
.product-view.custombundle-view .product-shop {
  width: 50%;
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 770px) {
  .product-view.custombundle-view .product-shop {
    width: 100%;
  }
}
.custombundle-iframe {
  width: 100%;
  height: 100%;
}
.full-details-container {
  padding: 10px 0;
}
.custombundle-checkmark:before {
  content: '\2713';
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  font-weight: 600;
  text-align: center;
}
.custombundle-not-available {
  padding: 5px;
  border: 1px solid #E26703;
  background-color: #F9EBE6;
  color: #E26703;
  font-weight: 500;
}
iframe html {
  height: auto;
}
select.select-alert {
  border: 1px solid #E26703;
  border-radius: 2px;
  box-shadow: 0px 0px 3px 1px #E26703;
  -webkit-box-shadow: 0px 0px 3px 1px #E26703;
  -moz-box-shadow: 0px 0px 3px 1px #E26703;
}
div.attachment-specs td.label a.prod-attach {
  text-decoration: none;
  cursor: pointer;
}
div.attachment-specs td.label span.attach-img {
  float: left;
}
div.attachment-specs td.label span.attach-title {
  float: left;
  text-decoration: underline;
}
/*---------------------------------------------------------------------
-------------SWATCH REQUESTOR / OVERLAY SWATCH SELECTOR----------------
---------------------------------------------------------------------*/
div.current-selection-header > span.selected-option,
div.sr-current-selection-header > span.sr-selected-text {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
span.overlay-current-selection {
  font-size: 12px;
  color: #000;
  display: block;
}
.request-swatch {
  cursor: pointer;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
a.grlink {
  cursor: pointer;
  color: #000;
}
/*------PRICE FILTER/SLIDER-----------*/
span.price-from {
  color: #949698;
  display: none;
  font-style: italic;
  font-size: 14px;
}
.ui-slider-range {
  background: #000;
}
.tpgRangeIndicator {
  background-color: #000 !important;
}
/*----NEWSLETTER POPUP-----------*/
#newsletter-popup {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* W3C */
  -pie-background: linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  border-radius: 7px;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 255px;
  padding: 8px;
}
#newsletter-popup h2 {
  padding: 35px;
}
#newsletter-popup .input-box {
  padding-bottom: 10px;
}
#newsletter-popup .input-box input.input-text {
  max-width: 85%;
  height: 28px;
}
#newsletter-popup input[type="text"] {
  font-size: 14px;
}
#newsletter-popup .register-form p {
  padding: 5px 22px 8px 22px;
}
#newsletter-popup button.button {
  width: auto;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  height: 30px;
  color: #fff;
  padding: 3px 10px 4px 10px;
  border: 1px solid #d8d8d8;
}
#newsletter-popup button.button span {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 3px 10px 4px 10px;
  height: 24px;
  margin: 0 auto 0 auto;
}
#newsletter-popup button.button span span {
  padding: 0 10px 0 9px;
}
#newsletter-page {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  /* W3C */
  -pie-background: linear-gradient(top, #f5f5f5 0%, #efefef 100%);
  border-radius: 7px;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 255px;
  padding: 8px;
}
#newsletter-page h1 {
  padding: 35px;
}
#newsletter-page .input-box {
  padding-bottom: 10px;
}
#newsletter-page .input-box input.input-text {
  max-width: 85%;
  height: 34px;
}
#newsletter-page input[type="text"] {
  font-size: 18px;
}
#newsletter-page .register-form p {
  padding: 5px 22px 8px 22px;
}
#newsletter-page button.button {
  width: auto;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  height: 40px;
  color: #fff;
  padding: 3px 10px 4px 10px;
  border: 1px solid #d8d8d8;
}
#newsletter-page button.button span {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  padding: 3px 10px 4px 10px;
  height: 34px;
  margin: 0 auto 0 auto;
}
#newsletter-page button.button span span {
  padding: 0 10px 0 9px;
}
/*-----------------------------------------------------------------------------
--------PRODUCT IMAGES AND CONFIGURED PRODUCTS CAROUSEL CONTROLS---------------
---------other (merged) css inside /js/carousel/js.bxslider.css----------------
-----------------------------------------------------------------------------*/
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #cce49f;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/*
.bx-wrapper .bx-prev {
	left: -50px;
	background: url(/skin/frontend/gabrielross/grshop/images/large_left.png) no-repeat top left;
}

.bx-wrapper .bx-next {
	right: -50px;
	background: url(/skin/frontend/gabrielross/grshop/images/large_right.png) no-repeat top left;
}

.bx-wrapper .bx-prev:hover {
	background: url(/skin/frontend/gabrielross/grshop/images/large_left.png) no-repeat bottom left;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	background: url(/skin/frontend/gabrielross/grshop/images/large_right.png) no-repeat bottom left;
}
*/
.bx-wrapper .bx-next:hover {
  background-position: -60px -140px;
}
.bx-wrapper .bx-prev:hover {
  background-position: -60px -80px;
}
.bx-wrap.vertical .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-position: 0px -20px;
}
.bx-wrap.vertical .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-position: -60px -20px;
}
.bx-wrapper .bx-title .bx-title-name.bx-selected,
.bx-wrapper .bx-title .bx-title-name:hover {
  text-decoration: none;
  color: #000;
}
.bx-wrapper .bx-loading {
  background: url(/media/icons/gr-loader.gif) center center no-repeat;
}
.bx-wrap .bx-image-loading,
.bx-wrap .bx-conf-loading {
  background: url(/media/icons/gr-loader.gif) center center no-repeat;
}
#product-options-loader {
  min-height: 50px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: url(/media/icons/gr-loader.gif) center center no-repeat;
}
/* -------------------------------------------- *
 * Product Options
 */
#product-options-wrapper .label {
  width: 100%;
}
#product-options-wrapper label {
  cursor: pointer;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.product-add-form .product-options .select-label {
  display: none;
}
a.selected {
  cursor: default !important;
  color: #000 !important;
}
a.selected:hover {
  text-decoration: none !important;
}
div.sr-template-block h2 {
  color: #fff;
  background-color: #000;
  padding: 6px 0;
  text-align: center;
}
.ox-note,
.ox-value-note {
  color: #000;
}
div.sr-loading-main,
.wait-load {
  background: url(/media/icons/gr-loader.gif) center center no-repeat;
}
div.gr-info .view-more:hover {
  color: #000;
}
span.request:hover {
  color: #000;
}
button.overlay-button:active {
  background-color: #000;
  outline: 0;
}
div.filter-head:hover {
  color: #000;
}
.clear-filter {
  color: #000;
}
.remove-filter-btn:hover {
  background-color: #000;
}
.remove-filter-btn:after {
  content: 'X';
  color: #000;
  height: 18px;
  line-height: 18px;
  width: 100%;
  font-size: 9px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.current-filter-header {
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
a.button-link:hover {
  border-color: #000;
}
.product-interactions .quickview:hover {
  color: #000;
}
.product-interactions .add-to-wishlist:hover {
  color: #000;
}
.product-quickview-image:hover {
  border-bottom-color: #000;
}
.product-interactions .quickview:hover span {
  background-image: url(/media/icons/quickview-gr.png);
  background-size: 28px;
}
.product-interactions .add-to-wishlist:hover span {
  background-image: url(/media/icons/wishlist-gr.png);
  background-size: 26px;
}
#sln-indicator {
  border: 1px solid #000;
}
.mini-link:hover,
.gridexpander:hover {
  color: #000;
}
.enlarger:hover span.magnify-icon {
  background-image: url('/media/icons/magnify-gr.png');
}
.block-layered-nav .ajax-wait {
  background-image: url('/media/icons/gr-loader.gif');
}
.block-layered-nav dl.sln-nav dd li a:hover,
.block-layered-nav dl.sln-nav dd li.fold:hover span,
.block-layered-nav dl.sln-nav dd li.unfold:hover span {
  color: #000;
  text-decoration: none;
}
.block-layered-nav dl.sln-nav dd .sln-type-checkbox li a.checked {
  background-position: 0 -113px;
}
/***********************
 * Custom bundles
 *********************/
.custombundle-item .price-wrap .new-price,
.custombundle-checkmark:before {
  color: #000;
}
button.gr-button {
  color: #000;
  border: 1px solid #000;
}
button.gr-button:hover {
  background: #000;
}
.add-to-cart-load {
  background-image: url('/media/icons/gr-loader.gif');
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -35px;
  margin-top: 3px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  clear: left;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  display: inline;
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /*
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
*/
}
button.required:after,
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
}
button.required em,
label.required em,
span.required em {
  display: none;
}
/* prettygrid needs to come after */
/*
 * Grid Dropdowns
 */
.gridselect {
  width: 100%;
  color: #666666;
  margin: 4px 0 -14px 0;
  font-size: 13px;
  position: relative;
}
.gridselect-hide {
  height: 0px !important;
  width: 0px !important;
  visibility: hidden;
}
.gridselect-selection {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-align: left;
  transition: border-color 0.2s ease-out;
  align-items: flex-start;
  display: flex;
  min-height: 40px;
  height: auto;
  padding: 8px;
  outline: 0;
  border: 1px solid #d9d9d9;
}
.gridselect-selection:after {
  content: '\25BC';
  position: absolute;
  right: 5px;
  font-size: 10px;
  top: 50%;
  margin-top: -6px;
}
.gridselect-selection:hover,
.gridselect-selection.active {
  border-color: #b0b0b0;
}
.gridselect-options {
  background: #fff;
  position: absolute;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 0;
  box-shadow: 0 3px 5px rgba(112, 112, 112, 0.25);
  max-height: 310px;
  overflow-y: auto;
  z-index: 50;
  display: none;
}
.gridselect-options > ul > li {
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  height: 40px;
}
.gridselect-options > ul > li > div,
.gridselect-selection > div {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.gridselect-selection > div {
  margin-right: 23px;
}
.gridselect-options > ul > li:hover,
.gridselect-options > ul > li.selected {
  background-color: #ecf0f7;
}
.gridselect-options > ul > li:hover .gridimage-large,
.gridselect-selection:hover .gridimage-large {
  display: block;
}
/*
.gridimage-large {
	display: none;
	position: fixed;
}
*/
.gridselect .grid-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8px 0 8px 8px;
  min-width: 24px;
  position: relative;
}
.gridselect .fancybox-img img:hover,
.indicator img:hover {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.indicator img {
  display: inline;
  vertical-align: bottom;
  margin-right: 6px;
  cursor: pointer;
  max-height: 16px;
}
.gridselect-options > ul {
  margin-right: 1px;
}
.gridselect-options .ox-value-note {
  position: absolute;
  right: 10px;
}
.gridselect-selection .ox-value-note {
  /*
	position: absolute;
	right: 20px;
	*/
  display: none;
}
.gridselect .grid-label {
  margin: 7px 23px 7px 8px;
}
.gridimage-large {
  display: none;
  position: fixed;
  z-index: 51;
  background-color: transparent;
  padding: 5px 8px 12px 10px;
}
.gridimage-large > div {
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 5px;
}
.gridimage-large > div:after,
.gridimage-large > div:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.gridimage-large > div:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}
.gridimage-large > div:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #bbb;
  border-width: 8px;
  margin-top: -8px;
}
.gridimage-enlarger {
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
}
.gridimage-enlarger:hover {
  color: #000;
}
/*
 * Grid Swatch Views
 */
.product-options div.ox-gridcompact {
  max-height: 130px;
  overflow: hidden;
  position: relative;
  margin: 4px 0 20px 0;
  padding: 4px 0 0 0;
}
.product-options div.ox-gridcompact.expanded {
  max-height: none;
  overflow: visible;
}
#product-options-wrapper .gridexpand-label label {
  width: auto;
  display: inline-block;
}
#product-options-wrapper .gridexpand-label .label {
  width: 100%;
  margin: 6px 0;
}
#product-options-wrapper .gridexpand-label .label > div {
  width: auto;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
#product-options-wrapper .gridexpand-label .label > div:before {
  content: '\25B6';
  margin-right: 4px;
}
#product-options-wrapper .gridexpand-label .label .placeholder > span {
  font-style: italic;
}
.grid-hidden-gradient:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 90%, #ffffff);
}
.product-options div.ox-gridexpand.ox-grid ul.options-list:not(.sr-ulist) li {
  width: 80px;
  height: 80px;
  float: left;
  min-height: 80px;
  margin: 0 3px 3px 0;
  padding: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #ffffff;
}
.product-options div.ox-gridexpand.ox-grid ul.options-list:not(.sr-ulist) li:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.05);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -ms-transition-duration: 0.2s;
  /*border: 1px solid transparent !important;*/
}
.product-options div.ox-gridexpand.ox-grid ul.options-list:not(.sr-ulist) li.selected {
  border: 1px solid #DF280A;
  /*background-color: #000;*/
}
.product-options div.ox-gridexpand.ox-grid .sr-label {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  left: -1px;
  top: 79px;
  width: 80px;
  border-color: transparent;
}
ul.options-list li:hover .sr-label,
ul.sr-ulist li:hover .sr-label {
  display: block;
}
#product-options-wrapper div.ox-gridexpand.ox-grid .sr-label label {
  display: none;
}
#product-options-wrapper div.ox-gridexpand.ox-grid .sr-label .select-btn-block {
  display: none;
}
#product-options-wrapper div.ox-gridexpand.ox-grid .sr-label .enlarger {
  margin-bottom: 0px;
}
.product-options div.ox-grid.ox-gridexpand ul.options-list {
  margin-right: 1px;
}
.product-options div.ox-grid.ox-gridexpand ul.options-list .label {
  display: none;
}
.product-options div.ox-gridexpand.ox-grid img {
  /*
	width: 100%;
	height: 100%;
	*/
  width: 72px;
  height: 72px;
}
.gridexpander {
  text-align: center;
  padding: 10px 0;
  margin-top: -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.gridexpander.js-collapse {
  display: none;
}
#product-options-wrapper {
  display: none;
}
/* Improved mobile fix for gridselect-options on small screens */
@media (max-width: 600px) {
  .gridselect-selection {
    min-height: 40px;
    height: auto;
    padding: 4px;
    align-items: flex-start;
  }
  .gridselect-selection > div {
    height: auto;
  }
  .gridselect-options > ul > li,
  .gridselect-options > ul > li > div {
    height: auto;
    min-height: 40px;
    padding: 4px;
    align-items: flex-start;
  }
  .gridselect .grid-label {
    white-space: normal;
    word-break: break-word;
    margin: 0 23px 0 4px;
    font-size: 14px;
    line-height: 1.4;
  }
}
/* Adjustments made by Jeff Fall 2020 */
h1 {
  color: #303030;
  font-weight: 400;
  line-height: 43px;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 30px !important;
}
.theme-pearl .page-wrapper {
  overflow: visible !important;
}
.global-notification-wrapper .close-global-notification {
  display: none !important;
}
.global-notification-wrapper h5 {
  padding: 4px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}
.header.panel > .header.links li.greet.welcome {
  display: none;
}
.site-tag-line {
  font-size: 14px;
  text-transform: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 10px;
  margin-bottom: 20px;
}
.theme-pearl .page-wrapper .page-header-v4 .panel.wrapper {
  border-bottom: 0px;
  min-height: 40px;
}
.theme-pearl .page-wrapper .page-header-v4 .panel.wrapper .panel.header {
  float: none;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content {
  padding: 0 0 10px 0 !important;
  margin: 15px 30px !important;
  border-bottom: 1px solid #000;
}
.theme-pearl .page-wrapper .page-header-v4 .header.content .logo {
  position: relative;
  left: unset;
  transform: none;
}
.theme-pearl .page-wrapper .gr-navigation {
  padding: 0 20px !important;
  margin-top: -8px;
}
.theme-pearl .page-wrapper .gr-navigation ul li.submenu-child.right-block-child {
  display: none;
}
.theme-pearl .page-wrapper .gr-navigation ul li.level0 {
  display: block;
  margin: 4px 0;
  padding: 9px 0;
}
.theme-pearl .page-wrapper .gr-navigation ul li.level0 a {
  text-transform: uppercase;
  font-size: 14px;
}
.theme-pearl .page-wrapper .gr-navigation ul li.active > a,
.theme-pearl .page-wrapper .gr-navigation ul li a:hover {
  color: #000;
}
.theme-pearl .page-wrapper .gr-navigation ul li a:hover,
.theme-pearl .page-wrapper .gr-navigation ul li a:focus {
  text-decoration: underline;
}
.theme-pearl .page-wrapper .gr-navigation ul li.active > ul.level0 {
  display: block !important;
}
.theme-pearl .page-wrapper .gr-navigation ul li.level1 a,
.theme-pearl .page-wrapper .gr-navigation ul li.level2 a {
  font-size: 13px;
  line-height: 14px;
}
.theme-pearl .page-wrapper .gr-navigation .submenu {
  padding-top: 5px;
  padding-left: 20px;
}
.theme-pearl .page-wrapper .account.links {
  display: none;
  position: absolute;
  right: 50px;
  top: 70%;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
  padding: 20px;
  background-color: #FFF;
}
.theme-pearl .page-wrapper .account.links li {
  font-size: 14px;
  text-align: left;
}
.theme-pearl .page-wrapper .account.links li a:hover {
  color: #000;
  text-decoration: underline;
}
.theme-pearl .page-wrapper .account.links li span.not-logged-in {
  display: none;
}
.theme-pearl .page-wrapper .account.links li button.action.switch {
  display: none;
}
.theme-pearl .page-wrapper .account.links.active {
  display: block;
}
.theme-pearl .page-wrapper .block-search {
  float: left;
}
.theme-pearl .page-wrapper .block-search .mst-searchautocomplete__autocomplete._active {
  left: 0 !important;
  top: 35px !important;
}
.theme-pearl .page-wrapper .block-search .mst-searchautocomplete__highlight {
  color: #000;
}
.theme-pearl .page-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.theme-pearl .page-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.theme-pearl .page-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.theme-pearl .page-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.theme-pearl .page-wrapper input::placeholder {
  color: transparent;
}
.theme-pearl .page-wrapper textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.theme-pearl .page-wrapper textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.theme-pearl .page-wrapper textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.theme-pearl .page-wrapper textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.theme-pearl .page-wrapper textarea::placeholder {
  color: transparent;
}
.page-wrapper .page-header .block-search input::-webkit-input-placeholder {
  color: #222222;
  font-weight: normal;
}
.page-wrapper .page-header .block-search input:-moz-placeholder {
  color: #222222;
  font-weight: normal;
}
.page-wrapper .page-header .block-search input::-moz-placeholder {
  color: #222222;
  font-weight: normal;
}
.page-wrapper .page-header .block-search input:-ms-input-placeholder {
  color: #222222;
  font-weight: normal;
}
.theme-pearl .page-wrapper .gr-navigation ul li.level0 a.red-color {
  color: #D30B1F;
}
.theme-pearl.store-view-us_en .page-wrapper .page-header-v4 .header.content {
  border-bottom: 1px solid #7093cd;
}
.theme-pearl.store-view-us_en .page-wrapper .gr-navigation ul li.active > a,
.theme-pearl.store-view-us_en .page-wrapper .gr-navigation ul li a:hover {
  color: #7093cd;
}
.theme-pearl.store-view-us_en .page-wrapper .account.links li a:hover {
  color: #7093cd;
}
.theme-pearl.store-view-us_en .page-wrapper .header.links li a.account-link.active:before {
  color: #7093cd;
}
.theme-pearl.store-view-us_en .page-wrapper .header.links a:hover {
  color: #7093cd;
}
@media (min-width: 200px) and (max-width: 991px) {
  .page-wrapper .page-header-v4 .page-header .panel .panel.header {
    padding: 0;
  }
  .toolbar.toolbar-products select.sorter-options,
  .toolbar.toolbar-products select.limiter-options {
    padding: 0 0 2px 5px;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .column.main,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .column.main,
  :root .theme-pearl.device-xs.page-layout-2columns-left .column.main,
  :root .theme-pearl.device-sm.page-layout-3columns .column.main,
  :root .theme-pearl.device-xxs.page-layout-3columns .column.main,
  :root .theme-pearl.device-xs.page-layout-3columns .column.main {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    order: 2;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .column.main .breadcrumbs,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .column.main .breadcrumbs,
  :root .theme-pearl.device-xs.page-layout-2columns-left .column.main .breadcrumbs,
  :root .theme-pearl.device-sm.page-layout-3columns .column.main .breadcrumbs,
  :root .theme-pearl.device-xxs.page-layout-3columns .column.main .breadcrumbs,
  :root .theme-pearl.device-xs.page-layout-3columns .column.main .breadcrumbs {
    display: block;
    margin: 0 0 40px 0 !important;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .column.main .amasty-catalog-topnav,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .column.main .amasty-catalog-topnav,
  :root .theme-pearl.device-xs.page-layout-2columns-left .column.main .amasty-catalog-topnav,
  :root .theme-pearl.device-sm.page-layout-3columns .column.main .amasty-catalog-topnav,
  :root .theme-pearl.device-xxs.page-layout-3columns .column.main .amasty-catalog-topnav,
  :root .theme-pearl.device-xs.page-layout-3columns .column.main .amasty-catalog-topnav {
    clear: both;
    position: relative;
    z-index: 100;
    top: 0;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main.mobile-active,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main.mobile-active,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main.mobile-active,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main.mobile-active,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main.mobile-active {
    display: block;
    margin-top: -28px;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main.mobile-active:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main.mobile-active:before,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main.mobile-active:before {
    left: 4px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main.mobile-active:after,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main.mobile-active:after {
    left: 3px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #000 transparent;
    z-index: 98;
  }
  :root .theme-pearl.page-products .columns {
    padding-top: 0;
  }
  :root .theme-pearl.page-products .columns .wp-button.wp-button-border {
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
    font-size: 14px;
    text-align: center !important;
    line-height: 30px !important;
    height: auto !important;
    white-space: initial;
  }
  :root .theme-pearl.catalog-product-view.device-xxs #maincontent .product-wrapper,
  :root .theme-pearl.catalog-product-view.device-xs #maincontent .product-wrapper,
  :root .theme-pearl.catalog-product-view.device-sm #maincontent .product-wrapper {
    max-width: 100%;
  }
  :root .theme-pearl.catalog-product-view.device-xxs #maincontent .product-wrapper .product-top-wrapper,
  :root .theme-pearl.catalog-product-view.device-xs #maincontent .product-wrapper .product-top-wrapper,
  :root .theme-pearl.catalog-product-view.device-sm #maincontent .product-wrapper .product-top-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  :root .theme-pearl.catalog-product-view.device-xxs #maincontent .product-wrapper .product-top-wrapper .product.media,
  :root .theme-pearl.catalog-product-view.device-xs #maincontent .product-wrapper .product-top-wrapper .product.media,
  :root .theme-pearl.catalog-product-view.device-sm #maincontent .product-wrapper .product-top-wrapper .product.media {
    width: 100%;
    margin: 0;
  }
  :root .theme-pearl.catalog-product-view.device-xxs #maincontent .product-wrapper .product-top-wrapper .product-info-main,
  :root .theme-pearl.catalog-product-view.device-xs #maincontent .product-wrapper .product-top-wrapper .product-info-main,
  :root .theme-pearl.catalog-product-view.device-sm #maincontent .product-wrapper .product-top-wrapper .product-info-main {
    width: 100%;
    margin: 0;
  }
  :root .theme-pearl.catalog-product-view.device-xxs #maincontent .product-wrapper .product.info.detailed .item.content,
  :root .theme-pearl.catalog-product-view.device-xs #maincontent .product-wrapper .product.info.detailed .item.content,
  :root .theme-pearl.catalog-product-view.device-sm #maincontent .product-wrapper .product.info.detailed .item.content {
    padding: 10px 30px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content {
    margin: 15px 20px 0px 20px !important;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle {
    top: unset;
    left: 0px;
    bottom: 12px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle.active:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle.active:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle.active:before {
    color: #000 !important;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links {
    top: 100%;
    width: 100%;
    margin-top: 2px;
    right: 0;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links li,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links li,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links li {
    margin-left: 20px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before,
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:before {
    right: 42%;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after {
    right: calc(42% - 1px);
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #000 transparent;
    z-index: 98;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .logo img,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .logo img,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .logo img {
    width: 190px;
    height: auto;
  }
  :root .theme-pearl.device-sm.checkout-index-index .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xs.checkout-index-index .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xxs.checkout-index-index .page-wrapper .page-header-v4 .page-header .header.content .header.links {
    display: none;
  }
  .footer.content .footersocial {
    margin-left: -12px;
  }
  .footer.content .footersocial li {
    display: inline-block;
    margin: 0 4px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search {
    float: left;
    margin-left: 19%;
    margin-top: 23px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search input,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search input,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search input {
    border: none;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search #search_mini_form .control:not(.vertically-control):not(.horizontally-control),
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search #search_mini_form .control:not(.vertically-control):not(.horizontally-control),
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search #search_mini_form .control:not(.vertically-control):not(.horizontally-control) {
    position: absolute;
    padding: 30px;
    top: 100%;
    right: 0;
    margin-top: 2px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .label:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .label:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .label:before {
    color: #000;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control {
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control input,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control input,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control input {
    border: 1px solid #ccc;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before,
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:before {
    left: calc(19% + 4px);
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .control:after {
    left: calc(19% + 3px);
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #000 transparent;
    z-index: 98;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  :root .theme-pearl.store-view-us_en.device-xxs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.store-view-us_en.device-xs.page-layout-2columns-left .sidebar-main.mobile-active:after,
  :root .theme-pearl.store-view-us_en.device-xxs.page-layout-3columns .sidebar-main.mobile-active:after,
  :root .theme-pearl.store-view-us_en.device-xs.page-layout-3columns .sidebar-main.mobile-active:after {
    border-color: transparent transparent #7093cd transparent;
  }
  :root .theme-pearl.store-view-us_en.device-xs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle.active:before,
  :root .theme-pearl.store-view-us_en.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .nav-toggle.active:before {
    color: #7093cd !important;
  }
  :root .theme-pearl.store-view-us_en.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .label:before,
  :root .theme-pearl.store-view-us_en.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block.block-search .form.minisearch.active .label:before {
    color: #7093cd;
  }
  :root .theme-pearl.store-view-us_en.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:after,
  :root .theme-pearl.store-view-us_en.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #7093cd transparent;
  }
  :root .theme-pearl.store-view-us_en.device-xs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after,
  :root .theme-pearl.store-view-us_en.device-xxs .page-wrapper .page-header-v4 .page-header .header.content ul.account.links:after {
    border-color: transparent transparent #7093cd transparent;
  }
}
@media (max-width: 767px) {
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin-top: 20px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links li,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links li,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links li {
    margin-right: 0;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper {
    margin: -5px 0 0 0;
    padding: 0;
    position: static;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart {
    top: 100%;
    right: 0;
    position: absolute;
    margin-top: 2px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:before,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:before,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:before {
    right: 5px;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:after,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:after,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper .block-minicart:after {
    right: 4px;
    border-color: transparent transparent #000 transparent;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main,
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main,
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main,
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main,
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main,
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main {
    width: 100%;
    position: relative;
    order: 1;
  }
  :root .theme-pearl.device-sm.page-layout-2columns-left .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional),
  :root .theme-pearl.device-xxs.page-layout-2columns-left .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional),
  :root .theme-pearl.device-xs.page-layout-2columns-left .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional),
  :root .theme-pearl.device-sm.page-layout-3columns .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional),
  :root .theme-pearl.device-xxs.page-layout-3columns .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional),
  :root .theme-pearl.device-xs.page-layout-3columns .sidebar-main:not(.mobile-active) > *:not(.sidebar-additional) {
    display: none;
  }
  #maincontent .sidebar {
    margin-bottom: 10px !important;
  }
  .site-tag-line {
    margin-bottom: 0;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    position: static;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content .desktop-logo {
    width: 100%;
    order: -1;
    text-align: center;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content a.logo {
    display: inline-block;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.content > * {
    float: none !important;
    margin: 0 !important;
    position: static;
  }
  .theme-pearl .page-wrapper .page-header-v4 .header.links .link.wishlist a {
    display: inherit;
    position: relative;
    line-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content {
    margin-top: 0 !important;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links {
    display: flex;
    align-items: flex-start;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links li,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links li,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links li {
    display: inline-block;
    line-height: 1;
    margin-right: 1rem;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links div.minicart-wrapper {
    margin-left: 0;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .header.links .link.wishlist a,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .header.links .link.wishlist a,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .header.links .link.wishlist a {
    display: inline-block;
    line-height: 1;
    max-width: 6rem;
    text-align: center;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo {
    max-width: 20rem;
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo img,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo img,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .desktop-logo .logo img {
    height: auto;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .minisearch input,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .minisearch input,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .minisearch input {
    padding-right: 3rem !important;
  }
  :root .theme-pearl.device-sm .page-wrapper .page-header-v4 .page-header .header.content .block-search .actions button,
  :root .theme-pearl.device-xs .page-wrapper .page-header-v4 .page-header .header.content .block-search .actions button,
  :root .theme-pearl.device-xxs .page-wrapper .page-header-v4 .page-header .header.content .block-search .actions button {
    right: 0;
  }
  .theme-pearl .page-wrapper .gr-navigation {
    margin-top: 0.8rem;
  }
}
.page-layout-2columns-left .sidebar-main {
  width: 20em !important;
  padding-right: 0;
  position: sticky;
  top: 30px;
}
.page-layout-2columns-left .sidebar-main .sidebar-additional {
  width: 100%;
  float: none;
}
.page-layout-2columns-left .column.main {
  width: 100% !important;
  padding-left: 0;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: right;
}
:root .page-header-v4 .page-header .panel.header {
  padding: 0;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  position: absolute;
  top: 0;
  margin-top: 60px !important;
  padding: 0;
}
.page-wrapper .page-header .header.content .block-search input,
.page-wrapper .page-header .header_right .block-search input {
  border-color: #000;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: right;
  position: absolute;
  top: 0;
  padding-top: 60px;
  right: 0;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  margin-top: 0;
}
.theme-pearl.store-view-ca_en .breadcrumbs,
.theme-pearl.store-view-ca_en.page-products .breadcrumbs,
.theme-pearl.store-view-us_en .breadcrumbs,
.theme-pearl.store-view-us_en.page-products .breadcrumbs {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}
.theme-pearl.store-view-ca_en .breadcrumbs .items .item,
.theme-pearl.store-view-ca_en.page-products .breadcrumbs .items .item,
.theme-pearl.store-view-us_en .breadcrumbs .items .item,
.theme-pearl.store-view-us_en.page-products .breadcrumbs .items .item,
.theme-pearl.store-view-ca_en .breadcrumbs .items .item strong,
.theme-pearl.store-view-ca_en.page-products .breadcrumbs .items .item strong,
.theme-pearl.store-view-us_en .breadcrumbs .items .item strong,
.theme-pearl.store-view-us_en.page-products .breadcrumbs .items .item strong,
.theme-pearl.store-view-ca_en .breadcrumbs .items .item a,
.theme-pearl.store-view-ca_en.page-products .breadcrumbs .items .item a,
.theme-pearl.store-view-us_en .breadcrumbs .items .item a,
.theme-pearl.store-view-us_en.page-products .breadcrumbs .items .item a {
  float: left;
  font-size: 12px;
  font-style: normal;
  color: #aaaaaa;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
.theme-pearl.store-view-ca_en .breadcrumbs .items .item:after,
.theme-pearl.store-view-ca_en.page-products .breadcrumbs .items .item:after,
.theme-pearl.store-view-us_en .breadcrumbs .items .item:after,
.theme-pearl.store-view-us_en.page-products .breadcrumbs .items .item:after {
  color: #aaaaaa !important;
}
.category-show-more {
  display: none;
}
.amslider .container {
  width: 100% !important;
}
.amasty-catalog-topnav {
  clear: both;
  position: sticky;
  z-index: 100;
  top: 0;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.amasty-catalog-topnav .filter-options {
  position: sticky;
  top: 40px;
  border: 0px;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content .item {
  margin: 10px 0 !important;
  white-space: nowrap;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  white-space: nowrap;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before {
  display: none;
}
#layered-filter-block .block-content.filter-content {
  float: left;
  display: inline-block;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  border: none;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content {
  padding: 10px;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content .item {
  margin: 10px 0 !important;
}
.toolbar.toolbar-products {
  display: inline-block;
  float: right;
}
.toolbar.toolbar-products select.sorter-options {
  border: none;
}
.amshopby-filter-current .amshopby-item.item {
  vertical-align: text-top;
  display: inline-block;
}
.filter .filter-current-subtitle {
  display: inline-block;
  float: left;
  margin: 7px 20px;
  font-weight: normal !important;
  border-bottom: none !important;
}
#layered-filter-block .filter-content .filter-current ol {
  display: inline-block;
  float: left;
}
.amshopby-filter-current .amshopby-item.item {
  vertical-align: text-top;
  display: inline-flex;
  margin: 8px 16px 8px 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: normal !important;
}
#amasty-shopby-product-list {
  clear: both;
}
.catalogsearch-result-index .catalog-topnav.amasty-catalog-topnav {
  display: none;
}
.catalogsearch-result-index .catalog-topnav.amasty-catalog-topnav {
  display: none;
}
@media (min-width: 768px) {
  .w {
    padding-bottom: 50px;
    margin-bottom: -40px;
  }
  .w .newsletter-subscribe button {
    border: 1px solid #fff;
    margin-top: -3px !important;
    margin-left: 5px !important;
    line-height: 17px !important;
    padding: 6px !important;
  }
  .footer.content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer.content .footersocial {
    margin-left: -12px;
  }
  .footer.content .footersocial li {
    display: inline-block;
  }
}
.subcat-title {
  display: inline-block;
  margin-right: 15px;
}
.subcat-linkcount,
.subcat-linkcount:visited {
  text-transform: uppercase;
  text-decoration: underline;
  color: #666;
}
.shop-all-actions {
  text-align: center;
  margin-bottom: 100px;
}
.column.main .products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
}
.category-cms .products-grid .product-image img {
  padding: 0px;
}
.category-cms .products-grid h2 {
  text-align: left;
  margin: 10px 0 20px 0px;
  font-weight: 500;
}
.page.messages .messages {
  margin-bottom: 20px;
}
.products.products-grid ol.product-items .product-item .product-item-info {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 7px !important;
}
.products.products-grid ol.product-items .product-item .product-image-photo:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.products.products-grid ol.product-items .product-item .product-item-info:hover {
  border-bottom-color: #000 !important;
}
.products.products-grid ol.product-items .product-item .product-item-info a {
  position: relative;
  display: block;
}
.products.products-grid ol.product-items .product-item .product-item-info a span.product-image-container {
  padding: 20px;
}
.products.products-grid ol.product-items .product-item .product-item-info a span.product-image-container:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: 0;
}
.products.products-grid ol.product-items .product-item .product-item-info a:hover span.product-image-container:nth-child(2) {
  opacity: 1;
}
.products.products-grid ol.product-items .product-item .product-item-details {
  display: inline-block;
  max-width: calc(100% - 36px);
  text-align: left;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box {
  text-align: left !important;
  display: inline-block;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .price-container .currency-code {
  display: inline-block;
  font-size: 80%;
  margin-left: 5px;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .price-container .price-wrapper {
  display: inline-block;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .price-container .price-wrapper .price {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 16px;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .special-price {
  display: inline-block !important;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .special-price .price-label {
  display: inline-block !important;
  text-transform: uppercase;
  color: #D30B1F !important;
  font-weight: 500;
  line-height: 16px;
  margin-right: 5px;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .special-price .price-label:after {
  content: '';
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .special-price .price-container .price {
  color: #D30B1F !important;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .old-price {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .old-price .price-container .price-label {
  display: none !important;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .old-price .price-container .price-wrapper .price {
  color: #666666 !important;
  text-decoration: line-through;
}
.products.products-grid ol.product-items .product-item .product-item-details .price-box .old-price .price-container .currency-code {
  display: none;
}
.products.products-grid ol.product-items .product-item .product-item-details strong.product-item-name {
  text-align: left !important;
}
.products.products-grid ol.product-items .product-item .product-item-details strong.product-item-name a {
  font-size: 13px !important;
}
.products.products-grid ol.product-items .product-item .product-item-actions {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}
:root .theme-pearl.page-products.device-lg .products.products-grid ol.product-items .product-item,
:root .theme-pearl.page-products.device-lg .products.products-grid ol.product-items .product-item:nth-child(2n + 1),
:root .theme-pearl.page-products.device-lg .products.products-grid ol.product-items .product-item:nth-child(3n+1) {
  margin-left: calc(2.66666667%) !important;
  padding: 0;
  width: 23% !important;
}
:root .theme-pearl.page-products.device-lg .products.products-grid ol.product-items .product-item:nth-child(4n + 1) {
  margin-left: 0 !important;
}
:root .theme-pearl.page-products.device-s .products.products-grid ol.product-items .product-item,
:root .theme-pearl.page-products.device-xs .products.products-grid ol.product-items .product-item,
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item,
:root .theme-pearl.page-products.device-sm .products.products-grid ol.product-items .product-item,
:root .theme-pearl.page-products.device-md .products.products-grid ol.product-items .product-item {
  margin-left: 0 !important;
  margin-right: 2% !important;
  padding: 0;
  width: 49% !important;
}
:root .theme-pearl.page-products.device-s .products.products-grid ol.product-items .product-item:nth-child(2n + 2),
:root .theme-pearl.page-products.device-xs .products.products-grid ol.product-items .product-item:nth-child(2n + 2),
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item:nth-child(2n + 2),
:root .theme-pearl.page-products.device-sm .products.products-grid ol.product-items .product-item:nth-child(2n + 2),
:root .theme-pearl.page-products.device-md .products.products-grid ol.product-items .product-item:nth-child(2n + 2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  width: 100% !important;
}
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item:nth-child(2n + 2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item:nth-child(3n + 2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root .theme-pearl.page-products.device-xxs .products.products-grid ol.product-items .product-item:nth-child(4n + 2) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.theme-pearl.catalog-product-view #maincontent .page-wrapper .breadcrumbs {
  background-color: #ffffff;
  padding: 0 !important;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper {
  margin: 0 auto;
  max-width: 1400px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  width: 100%;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main {
  margin-top: 0%;
  width: calc(50% - 50px);
  position: relative;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main h1.page-title {
  font-size: 24px;
  font-weight: 600;
  color: #505050;
  text-transform: uppercase;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .shipping-message {
  float: right;
  line-height: 36px;
  text-transform: uppercase;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .description-preview a,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .shipping-message a {
  cursor: pointer;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .description-preview a:hover,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .shipping-message a:hover {
  text-decoration: underline;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-add-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c1c1c1;
  min-height: 4.5rem;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0px;
  float: left;
  width: fit-content;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .description-preview {
  clear: both;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #c1c1c1;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .control.product-option-block {
  margin: 15px 0;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-addto-links {
  display: block;
  float: right;
  margin-bottom: 0px;
  line-height: 36px;
  min-width: 150px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-addto-links a.towishlist {
  font-size: 15px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-addto-links a.towishlist:hover {
  color: #000 !important;
  text-decoration: underline;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-addto-links a.towishlist:after {
  content: "\f004";
  font-family: 'FontAwesome';
  margin-left: 8px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart {
  position: relative;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart > .fieldset:after {
  content: '';
  display: block;
  clear: both;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart .fieldset .field.qty .qty-wrapper {
  background-color: #eee;
  border: none;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart .fieldset .field.qty .qty-wrapper .qty-button {
  color: #000;
  font-size: 2rem;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart .fieldset .field.qty .qty-wrapper .plus-minus-input {
  border: solid 1px #000;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart .fieldset .field.qty .qty-wrapper div.mage-error[generated] {
  position: absolute;
  bottom: 0;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .box-tocart .actions {
  width: calc(100% - 152px);
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .price-container .currency-code,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .price-container .currency-code {
  display: inline-block;
  font-size: 60%;
  margin-left: 5px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .price-container .price-wrapper,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .price-container .price-wrapper {
  display: inline-block;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .price-container .price-wrapper .price,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .price-container .price-wrapper .price {
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .special-price,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .special-price {
  display: table-row !important;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .special-price .price-label,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .special-price .price-label {
  display: inline-block !important;
  text-transform: uppercase;
  color: #D30B1F !important;
  font-weight: 600;
  line-height: 28px;
  vertical-align: bottom;
  margin-right: 5px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .special-price .price-label:after,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .special-price .price-label:after {
  content: '';
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .old-price,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .old-price {
  margin: 0 !important;
  float: left;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .old-price .price-container,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .old-price .price-container {
  float: left;
  padding-right: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .old-price .price-container .price-label,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .old-price .price-container .price-label {
  display: none;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper .price,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .old-price .price-container .price-wrapper .price {
  color: #666666 !important;
  text-decoration: line-through;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price .price-box .old-price .price-container .currency-code,
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-options-bottom .price-box .old-price .price-container .currency-code {
  display: none;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product.media .brand-logo {
  text-align: center;
}
.theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product.media .brand-logo img {
  max-width: 150px;
}
.theme-pearl.catalog-product-view #maincontent .product.data.items .tab-subsection {
  margin-bottom: 45px;
}
.theme-pearl.catalog-product-view #maincontent .product.data.items ul li {
  list-style: disc;
  margin-left: 35px;
}
@media (max-width: 1300px) {
  .theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .shipping-message {
    float: none;
  }
  .theme-pearl.catalog-product-view #maincontent .product-wrapper .product-top-wrapper .product-info-main .product-info-price {
    float: none;
  }
}
.item.content {
  height: auto;
}
.owl-carousel-products-related ol {
  height: auto;
  min-height: 250px;
}
.catalog-product-view .owl-carousel-products-related .owl-next {
  right: 0 !important;
}
.catalog-product-view .owl-carousel-products-related .owl-prev {
  left: 0 !important;
}
.w {
  padding-bottom: 50px;
  margin-bottom: -40px;
}
.copyright {
  padding: 0;
}
.home-page,
.magezon-builder .inner-content.mgz-container,
.mgz-single-image-wrapper,
.mgz-single-image-inner,
.mgz-single-image-inner a {
  width: 100%;
}
/*Filter and product fixers*/
/*Product page/image header fixed*/
/*Product page/image header remove fixed for mobile*/
/*Mobile Menu header fixed*/
.ppheader-fixed {
  position: relative;
  width: 60%;
  top: "";
  bottom: "";
}
.mheader-fixed {
  position: fixed !important;
  z-index: 79;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(0%);
}
.skip-links.header-fixed .skip-link:hover {
  opacity: 1 !important;
}
.all-brands {
  width: 100%;
  display: inline-block;
  column-count: 5;
}
.all-brands .brand {
  font-size: 13px;
  width: 150px;
  height: auto;
  position: relative;
  margin: 6px 0;
}
.all-brands .brand a.brand-link {
  display: inline-block;
  position: relative;
}
.all-brands .brand a.brand-link img.brand-image {
  display: none;
  opacity: 0;
  position: absolute;
  width: 150px;
  max-width: 150px !important;
}
.all-brands .brand a.brand-link:hover img.brand-image {
  display: block;
  transition: opacity 1s;
  opacity: 1;
  position: absolute;
  margin-top: -75px;
  left: -158px;
  z-index: 2;
  border: 1px solid #bbb;
  background-color: #ffffff;
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .all-brands {
    column-count: 3;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .all-brands {
    column-count: 2;
  }
  .all-brands .brand {
    width: 35%;
  }
}
.checkout-cart-index .column.main,
.checkout-index-index .column.main {
  max-width: 1240px;
  margin: 0 auto;
}
#discount-coupon-form .actions-toolbar .action.primary {
  margin-left: 12px;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  right: 50px;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span {
  clip: unset;
  height: auto;
  overflow: auto;
  width: auto;
  line-height: 28px;
  margin-left: 6px;
}
.cart-container .form-cart dl.item-options dt {
  display: block;
  margin: 0 10px 5px 0;
  width: 100%;
}
.cart-container .form-cart dl.item-options dd {
  display: block;
  width: 100%;
  margin: 0 0 0 20px;
}
.cart-container .form-cart dl.item-options dd img {
  display: block !important;
}
.cart-container .form-cart .actions.main .continue {
  display: inline-block;
  margin-right: 15px;
}
.cart-container .form-cart .actions.main .update {
  display: inline-block;
  font-size: 14px;
}
body.checkout-index-index .header.content .header.links {
  display: none;
}
body.checkout-index-index #checkout .authentication-wrapper button,
body.checkout-index-index #checkout .authentication-wrapper button:hover {
  font-size: 18px;
}
body.firecheckout .loading-mask .loader::after {
  border-top: 3px solid #000;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: #000;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout #checkout select,
.firecheckout .modal-custom select,
.firecheckout .modal-popup select,
body.firecheckout #checkout textarea,
.firecheckout .modal-custom textarea,
.firecheckout .modal-popup textarea {
  height: auto;
  width: 100%;
  max-width: none;
  padding-top: 0.68em;
  padding-bottom: 0.68em;
  padding-left: 7px;
  padding-right: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f5f7;
  background-color: #f2f5f7;
  height: 50px;
  border-radius: 3px;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout #checkout select:focus,
.firecheckout .modal-custom select:focus,
body.firecheckout .modal-popup select:focus,
.firecheckout #checkout textarea:focus,
body.firecheckout .modal-custom textarea:focus,
.firecheckout .modal-popup textarea:focus {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ffffff;
}
body.firecheckout .form-shipping-address input[type="checkbox"],
body.firecheckout #checkout input[type="checkbox"],
body.firecheckout .form-shipping-address input[type="radio"],
body.firecheckout #checkout input[type="radio"] {
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px 0 0;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 0 0 #f7f7f7 inset !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  outline: 0;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer;
  vertical-align: middle !important;
  transform: none !important;
  clip-path: initial !important;
  --webkit-clip-path: initial !important;
}
body.firecheckout .form-shipping-address input[type="checkbox"]:checked:focus,
body.firecheckout #checkout input[type="checkbox"]:checked:focus,
body.firecheckout .form-shipping-address input[type="radio"]:checked:focus,
body.firecheckout #checkout input[type="radio"]:checked:focus {
  box-shadow: 0 0 0 10px #a2a2a2 inset !important;
}
body.firecheckout .form-shipping-address input[type="checkbox"]:checked,
body.firecheckout #checkout input[type="checkbox"]:checked,
body.firecheckout .form-shipping-address input[type="radio"]:checked,
body.firecheckout #checkout input[type="radio"]:checked {
  box-shadow: 0 0 0 10px #b7b7b7 inset !important;
  border: none !important;
}
body.firecheckout #checkout .opc-wrapper .opc > li,
.firecheckout #checkout .opc-sidebar {
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
body.firecheckout table.table-checkout-shipping-method td.col-carrier {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > li {
    width: calc(50% - 20px);
  }
}
body.firecheckout #checkout .opc-wrapper .opc > li {
  margin: 0 20px 20px 0;
}
body.firecheckout #checkout .opc-wrapper .step-title,
body.firecheckout #checkout .opc-block-summary > .title,
body.firecheckout #checkout .opc-sidebar .step-title {
  display: flex;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
body.firecheckout #checkout .opc-wrapper .step-title:before,
body.firecheckout #checkout .opc-block-summary > .title:before,
body.firecheckout #checkout .opc-sidebar .step-title:before {
  box-sizing: content-box;
  flex-shrink: 0;
  text-align: center;
  background: #000000;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 0 -9px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
  border: 0;
  border-radius: 50%;
  counter-increment: firecheckout-section-counter;
  content: counter(firecheckout-section-counter);
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
  text-transform: uppercase;
}
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary {
  border-style: solid;
  color: #ffffff !important;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 4px;
  border-color: #000000;
  box-shadow: none;
  background: #000000;
  padding: 18px 15px;
}
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary span {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff !important;
}
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary:hover,
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary:focus {
  color: #000000 !important;
  border-color: #000000;
  background: #ffffff;
}
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary:hover span,
body.theme-pearl.firecheckout .place-order .actions-toolbar .primary button.action.primary:focus span {
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif;
}
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup,
.block-block-content button {
  border-style: solid;
  color: #ffffff !important;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 3px;
  border-color: #000000;
  box-shadow: none;
  background: #000000;
  padding: 5px 12px;
  transition: all 20ms ease-in-out;
}
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply span,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel span,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address span,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login span,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle span,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup span,
.block-block-content button span {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply:hover,
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply:focus,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:focus,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary:hover,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary:focus,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update:hover,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update:focus,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address:hover,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address:focus,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login:hover,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login:focus,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel:hover,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel:focus,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup:hover,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup:focus,
.block-block-content button:hover,
.block-block-content button:focus {
  color: #000000 !important;
  border-color: #000000;
  background-color: #ffffff;
}
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply:hover span,
body.theme-pearl.firecheckout .payment-option .actions-toolbar .primary button.action.action-apply:focus span,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover span,
body.theme-pearl.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:focus span,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary:hover span,
body.theme-pearl.firecheckout .checkout-shipping-address .actions-toolbar .primary button.action.login.primary:focus span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update:hover span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update:focus span,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address:hover span,
body.theme-pearl.firecheckout .checkout-billing-address button.action.action.action-edit-address:focus span,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login:hover span,
body.theme-pearl.firecheckout .actions-toolbar button.action.action-login:focus span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel:hover span,
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-cancel:focus span,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup:hover span,
body.theme-pearl.firecheckout .new-address-popup button.action.action.action-show-popup:focus span,
.block-block-content button:hover span,
.block-block-content button:focus span {
  font-family: 'Montserrat', sans-serif;
  color: #000000 !important;
}
body.theme-pearl.firecheckout .checkout-billing-address .actions-toolbar .primary button.action.action-update {
  margin-left: 20px;
}
body.theme-pearl.firecheckout #maincontent .fc-magento-giftoptions {
  display: none;
}
:root body.theme-pearl.checkout-index-index .page-header .panel.header {
  height: auto;
  padding: 0;
}
body.theme-pearl .block .block-content .products-grid button span,
.theme-pearl button span {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 18px;
}
/***
  Account Changes
 */
.account.page-layout-3columns .column.main {
  width: calc(100% - 25em);
}
.account.page-layout-3columns .sidebar-main {
  width: 20em;
}
.account.page-layout-3columns .sidebar-additional {
  width: 25em;
}
.account.page-layout-3columns .block-collapsible-nav .item a,
.account.page-layout-3columns .block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 2px 18px 2px 15px;
}
.login-container .block .block-title strong {
  font-size: 16px;
}
.login-container .block .action.create.primary {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
}
.account .sidebar-additional {
  margin-top: 0px;
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current > strong {
  border-color: #000;
}
.account.store-view-us_en .block-collapsible-nav .item.current a,
.account.store-view-us_en .block-collapsible-nav .item.current > strong {
  border-color: #7093cd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  text-transform: uppercase;
}
:root .theme-pearl.account.device-xs.account.page-layout-3columns .sidebar.sidebar-additional,
:root .theme-pearl.account.device-xxs.account.page-layout-3columns .sidebar.sidebar-additional {
  margin: 0;
  order: 1;
}
:root .theme-pearl.account.device-xs.account.page-layout-3columns .sidebar.sidebar-additional .block.block-collapsible-nav,
:root .theme-pearl.account.device-xxs.account.page-layout-3columns .sidebar.sidebar-additional .block.block-collapsible-nav {
  position: static;
  margin: 0 0 30px 0;
}
/***
 BLog
 */
.blog-block .block-block-title h3 {
  font-weight: 500;
  font-size: 16px;
}
.blog-post-view .blog-post-content {
  text-align: center;
}
.blog-post-list-layout-full_thumb .blog-post-image img {
  width: 100%;
}
.blog-post-listing,
.blog-block .block-block-content,
.blog-post-listing,
.blog-post-view .blog-post-inner,
.blog-block .block-block-content,
.blog-tabs .blog-post-listing,
.blog-recentcomments {
  border: none !important;
  box-shadow: none !important;
}
.theme-pearl.store-view-ca_en .block .block-content .products-grid button,
.theme-pearl.store-view-ca_en button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.overlay-focus-megamenu {
  top: 0;
}
/***
 Contact Page
 */
.cms-contact-us-html .contact-container .col-contact-info {
  display: none;
}
.cms-contact-us-html .contact-container .col-sm-6.form-area {
  width: 100%;
}
/***
    Footer
 */
.page-wrapper .page-footer .footer.content .footer-section2-content {
  max-width: 1300px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content a:hover {
  text-decoration: underline;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: black;
}
/** NavigationLinks */
@media (min-width: 641px) and (max-width: 991px) {
  .wishlist-index-index.page-layout-3columns .product-items .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 2);
  }
  .wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product.media {
    position: sticky;
    top: 10rem;
    z-index: 2;
  }
  .catalog-product-view .sidebar.sidebar-main {
    top: 10rem;
  }
  .catalog-product-view .magnifier-preview {
    top: 0 !IMPORTANT;
    left: 103% !important;
  }
  .wishlist-index-index.page-layout-3columns .product-items .product-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .wishlist-index-index.page-layout-3columns .product-items .product-item {
    margin-left: 2%;
    margin-right: 2%;
    width: calc((100% - 4%) / 2);
  }
  .wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index.page-layout-3columns .product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  body.catalog-product-view .block.block-viewed-products-grid .products-grid .product-items .product-item {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  body .block.block-viewed-products-grid .products-grid .product-items .product-item {
    width: calc(25% - 30px);
  }
}
.mgz-blog .blog-post-view a {
  color: black !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.mgz-blog .blog-post-view a:hover {
  color: grey !important;
  text-decoration: underline !important;
}
.grid_item.banner-with-viewproducts .widget.block.block-static-block {
  display: flex;
  justify-content: center;
}
.grid_item.widget.block.block-static-block {
  display: flex;
  justify-content: center;
}
.grid_item.widget.block.block-static-block.banner-with-viewproducts {
  width: 100%;
}
.page-wrapper .page-header .header.content .block-search input {
  border: 1px solid silver;
  padding: 13px 8px !important;
  height: auto;
}
.page-wrapper .page-header .header.content .block-search input::-webkit-input-placeholder {
  color: #222;
}
#search_mini_form {
  position: relative;
}
#search_mini_form .action.search {
  right: 16px;
  top: 0;
  bottom: 0;
}
.page-wrapper .page-header .block-search .action.search:before {
  font-size: 22px !important;
  line-height: 28px !important;
  color: #222 !important;
  width: 20px;
  height: 28px;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
.page-wrapper .btt-button {
  bottom: 90px;
  right: 30px;
}
button:not(.primary) {
  box-shadow: none;
}
.theme-pearl.store-view-us_en {
  letter-spacing: 0.6px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-us_en .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-us_en .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-us_en h1 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en h2 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en h3 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en h4 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en h5 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en h6 {
  letter-spacing: 1px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button,
.theme-pearl.store-view-us_en button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button span,
.theme-pearl.store-view-us_en button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button:hover,
.theme-pearl.store-view-us_en button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-us_en button:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-us_en button.action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-us_en button.action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-us_en button.action.primary:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-us_en button.action.primary:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-us_en button.action.primary.tocart {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-us_en button.action.action-cancel {
  background-color: #ffffff;
  border: #232323 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-us_en button.action.action-cancel span {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-us_en button.action.action-cancel:hover {
  border-color: #ffffff 1px solid;
  background-color: #232323;
  border: #ffffff 1px solid;
}
.theme-pearl.store-view-us_en .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-us_en button.action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-us_en button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-us_en button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-us_en button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-us_en button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-us_en input.action.primary {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-us_en .action.towishlist,
.theme-pearl.store-view-us_en .action.tocompare,
.theme-pearl.store-view-us_en .action.mailto.friend {
  font-size: 13px !important;
}
.theme-pearl.store-view-us_en .action.towishlist:before,
.theme-pearl.store-view-us_en .action.tocompare:before,
.theme-pearl.store-view-us_en .action.mailto.friend:before {
  font-size: 16px !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-us_en .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-us_en .action.primary span {
  color: #ffffff;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .action.primary:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}
.theme-pearl.store-view-us_en .action.primary:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .action.primary.tocart {
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.theme-pearl.store-view-us_en .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #000000;
}
.theme-pearl.store-view-us_en .action.action-cancel {
  background-color: #ffffff;
  border: #232323 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  text-decoration: none;
  margin: 0 !important;
  padding: 7px 15px;
  line-height: 1;
}
.theme-pearl.store-view-us_en .action.action-cancel span {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .action.action-cancel:hover {
  border-color: #ffffff 1px solid;
  background-color: #232323;
  border: #ffffff 1px solid;
}
.theme-pearl.store-view-us_en .action.action-cancel:hover span {
  color: #ffffff;
}
.theme-pearl.store-view-us_en .action:hover {
  color: #cccccc !important;
}
.theme-pearl.store-view-us_en .cart-summary .action.multicheckout {
  color: #000000;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .title,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .title strong,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .title strong {
  color: #303030 !important;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .actions-toolbar .action.primary:not(:focus) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #cccccc !important;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .review-form .primary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-us_en .review-form .primary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .review-form .primary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-us_en .review-form .primary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en #giftcard-form .secondary button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-us_en #giftcard-form .secondary button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en #giftcard-form .secondary button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-us_en #giftcard-form .secondary button:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .cart-gift-item .title {
  color: #303030;
}
.theme-pearl.store-view-us_en .cart-gift-item .title span {
  color: #303030;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.theme-pearl.store-view-us_en .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-us_en .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-us_en .cart-discount .block.giftcard .title:hover:after {
  color: #000000;
}
.theme-pearl.store-view-us_en .item-info span.price {
  color: #303030;
  font-weight: 400 !important;
}
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #303030;
  font-size: 16px !important;
  overflow: visible;
}
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-us_en .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-us_en .minicart-items .action.edit:before,
.theme-pearl.store-view-us_en .minicart-items .action.delete:before {
  color: #303030;
  font-size: 16px !important;
}
.theme-pearl.store-view-us_en .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-us_en .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-us_en .modals-wrapper .modal-footer button {
  background-color: #232323;
  border: #ffffff 1px solid;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 300ms;
  transition-property: background-color;
  letter-spacing: 0px;
}
.theme-pearl.store-view-us_en .modals-wrapper .modal-footer button span {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.theme-pearl.store-view-us_en .modals-wrapper .modal-footer button:hover {
  border-color: #232323 1px solid;
  background-color: #ffffff;
  border: #232323 1px solid;
}
.theme-pearl.store-view-us_en .modals-wrapper .modal-footer button:hover span {
  color: #000000;
}
.theme-pearl.store-view-us_en .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-us_en .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-us_en .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-us_en input,
.theme-pearl.store-view-us_en textarea,
.theme-pearl.store-view-us_en select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-us_en .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-us_en .price-box .old-price .price {
  text-decoration: line-through;
  color: #292929;
}
.theme-pearl.store-view-us_en .price-box .price-label {
  display: none !important;
}
