/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.modal-footer input[type="reset"],
.modal-footer input[type="submit"] {
  height: 5rem;
}
.modal-footer input[type="reset"] {
  margin-right: 1.2rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.realPresentationView-tabs .projects-edit-tabs #tab-artwork {
  padding: 0 16px;
}
.realPresentationView-tabs .projects-edit-tabs #tab-artwork .real-product-slick__comment {
  display: none;
}
.realPresentationView-tabs .projects-edit-tabs #tab-artwork .real-product-items {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 286px);
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles {
  display: flex;
  justify-content: space-between;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles .item.title {
  width: 100%;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles .item.title.active .switch {
  width: 100%;
  border-bottom: none;
  position: relative;
  color: #8a262e;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles .item.title.active .switch:after {
  content: "";
  border-bottom: 2px solid #8a262e;
  display: block;
  position: absolute;
  bottom: -4px;
  z-index: 1;
  left: 0;
  right: -1px;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles .item.title:first-child {
  text-align: center;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-titles .item.title .switch {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  padding: 10px;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-content .icon-view-approved {
  font-size: 16px;
  text-transform: uppercase;
  color: #908983;
  letter-spacing: 0.48px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-content .icon-view-approved:before {
  content: "";
  background: url("../images/spaces/icon-view-approved.svg") no-repeat;
  margin-right: 14px;
  width: 22px;
  height: 17px;
  display: block;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-content .icon-view-approved-list:before {
  background: url("../images/spaces/icon-grid.svg") no-repeat;
  width: 24px;
  height: 24px;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-content .field-comment {
  border: none;
  background: none;
  margin-bottom: 0;
  background: #ffffff;
  height: 50px;
  min-height: 50px;
}
.realPresentationView-tabs .projects-edit-tabs .tabs-content .field-send {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  width: 100px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#navigation {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #ede7de;
  max-width: 271px;
  width: 100%;
  transition: 0.5s;
  transform: translateX(100%);
}
#navigation.active {
  transform: translateX(0%);
}
.realView-mobilBurger__menu {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 902 !important;
}
.realView-mobilBurger__menu + .modals-overlay {
  z-index: 901 !important;
}
.realView-mobilBurger__menu .modal-inner-wrap {
  background: #ede7de;
}
.realView-mobilBurger__menu .modal-header .page-main-actions {
  display: none;
}
.realView-mobilBurger__menu .modal-header .action-close:before {
  color: #8a262e;
}
.realView-mobilBurger__menu div.modal-content {
  height: auto;
}
.realView-mobilBurger__menu div.mobile-burger-menu {
  height: auto;
}
.realView-mobilBurger__menu .navigation-items {
  padding: 0 80px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 37%;
  transform: translateY(-30%);
}
.realView-mobilBurger__menu .navigation-item {
  margin: 0 0 30px;
  color: #8a8782;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-family: 'FreightDispPro';
  list-style: none;
}
.realView-mobilBurger__menu .navigation-item.active {
  color: #8a262e;
}
.realView-mobilBurger__menu .navigation-item:last-child {
  margin-bottom: 0;
}
.realView-mobilBurger__menu .mobile-logo {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
.realView-mobilBurger__menu .mobile-logo:before {
  content: '';
  background: url('../images/spaces/menu-logo.svg') 50% 50% no-repeat;
  position: relative;
  display: block;
  background-size: contain;
  width: 225px;
  height: 60px;
  margin: 0 auto;
}
.modalCuration .room-wrapper .realPresentation-actions {
  z-index: 1;
}
.modalCurationSendMessageOptions .modal-header,
.modalCurationSendMessageOptions .modal-footer {
  display: none;
}
.modalCurationSendMessageOptions.modal-popup .modal-content {
  padding: 0;
}
.client-disable-message {
  background-color: #ffeaea;
  color: #b10000;
  padding: 12px 20px;
  border: 1px solid #f5c2c2;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}
.blur {
  background-color: rgba(116, 116, 116, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  border: none !important;
}
.cart-count {
  position: relative;
  top: 10px;
  left: 20px;
}
.approval-message {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 18px;
  z-index: 9999;
  animation: fadeInOut 5s ease-in-out forwards;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
/* Optional fade animation */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.artwork-screen {
  margin: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  display: flex;
  padding: 100px 45px;
  gap: 50px;
}
.artwork-screen .close-tab {
  right: 10px;
  left: auto;
}
.artwork-screen .artwork-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.artwork-screen .artwork-container .zoom-controls span {
  font-size: 32px;
  position: relative;
  top: 10px;
  padding: 5px;
}
canvas {
  background-color: #EFEFEF;
}
.info-container .artwork-details .artwork-name {
  font-size: 44px;
  font-weight: 300;
}
.info-container .artwork-details .artwork-info {
  padding: 24px 0;
}
.info-container .frame-details {
  display: flex;
  flex-direction: row;
  gap: 16px;
  border-top: 1px solid #CBCFD9;
  margin-right: 50px;
  padding-top: 50px;
  align-items: flex-start;
  width: -webkit-fill-available;
}
.info-container .frame-details .frame-image {
  width: auto;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.close-play-mode {
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: contain;
  width: 24px;
  height: 24px;
  padding: 15px;
  background: url("../images/real-presentation/ph-2/close-play.svg") no-repeat center;
}
.close-tab {
  background-size: contain;
  width: 24px;
  height: 24px;
  padding: 15px;
  background: url("../images/real-presentation/ph-2/close-tab.svg") no-repeat center;
}
.close-tab:hover {
  cursor: pointer;
}
.top-bar {
  height: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: space-between;
}
.footer {
  padding: 5px;
  background-color: #EAECF0;
  bottom: 0;
  position: sticky;
}
.exit-part .curator-container {
  background-color: #F3F3F3;
  padding: 12px;
  justify-content: space-between;
}
.exit-part .contact {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.exit-part .send-message {
  background-color: #22242D !important;
  color: white;
  height: 45px;
}
.curator-container {
  display: flex;
  background-color: #ffffff;
  gap: 16px;
  align-items: center;
}
.curator-container img {
  width: 64px;
  height: 64px;
}
.border {
  border: 2px solid #22242D;
  border-radius: 5px;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal {
  background: white;
  width: 300px;
  max-width: 90%;
  text-align: center;
  padding: 16px;
}
.modal.curator {
  text-align: left;
  padding: 75px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 800px;
}
.modal.curator .modal-buttons {
  justify-content: end;
  gap: 8px;
}
.modal-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
  height: 45px;
}
.modal-buttons .confirm {
  background-color: #28222D !important;
  color: white;
}
.modal-buttons .cancel {
  background-color: transparent !important;
}
.sidebar-ph2 {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 44px;
}
.sidebar-ph2 .realPresentation-sidebar {
  background-size: contain;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  position: relative;
  transform: none;
  background-color: transparent !important;
}
.sidebar-ph2 .burger {
  position: relative;
  top: 0;
  right: 0;
  background: url("../images/real-presentation/ph-2/burger-menu.svg") no-repeat center;
}
.sidebar-ph2 .play {
  background: url("../images/real-presentation/ph-2/play-mode.svg") no-repeat center;
}
.sidebar-ph2 .artworks {
  background: url("../images/real-presentation/ph-2/artworks.svg") no-repeat center;
}
.sidebar-ph2 .comments {
  background: url("../images/real-presentation/ph-2/comments.svg") no-repeat center;
}
.sidebar-ph2 .documents {
  background: url("../images/real-presentation/ph-2/documents.svg") no-repeat center;
}
.sidebar-ph2 .cart {
  background: url("../images/real-presentation/ph-2/cart.svg") no-repeat center;
}
.sidebar-ph2 .spaces {
  background: url("../images/real-presentation/ph-2/spaces.svg") no-repeat center;
}
.sidebar-ph2 .bottom-panel {
  position: absolute;
  bottom: 0;
}
.sidebar-ph2 .bottom-panel button {
  background-color: transparent;
  border: none;
}
.sidebar-ph2 .bottom-panel .exit-presentation {
  background-size: contain;
  height: 24px;
  background: url("../images/real-presentation/ph-2/close-play.svg") no-repeat center;
  width: 100%;
  border: none;
}
.sidebar-ph2 .tab {
  position: absolute;
  right: 60px;
  top: 0;
  width: 500px;
  overflow-y: hidden;
  background-color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.sidebar-ph2 .tab .documents-tab .terms {
  position: relative;
  bottom: 40px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sidebar-ph2 .tab .documents-tab ul {
  list-style: none;
  padding: 0;
  height: calc(100vh - 140px);
}
.sidebar-ph2 .tab .documents-tab ul .proposal a,
.sidebar-ph2 .tab .documents-tab ul .pdf a {
  display: flex;
  gap: 8px;
}
.sidebar-ph2 .tab .documents-tab ul li {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #EAECF0;
  justify-content: space-between;
  align-items: center;
}
.sidebar-ph2 .tab .documents-tab ul li .document-icon,
.sidebar-ph2 .tab .documents-tab ul li .upload-icon {
  background-size: contain;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-ph2 .tab .documents-tab ul li .document-icon {
  background: url("../images/real-presentation/ph-2/document-icon.svg") no-repeat center;
}
.sidebar-ph2 .tab .documents-tab ul li .upload-icon {
  background: url("../images/real-presentation/ph-2/upload-icon.svg") no-repeat center;
}
.sidebar-ph2 .tab .artwork-tab,
.sidebar-ph2 .tab .documents-tab {
  overflow-y: scroll;
}
.sidebar-ph2 .tab .artwork-tab {
  height: calc(100vh - 140px);
}
.sidebar-ph2 .tab .comments-tab {
  height: calc(100vh - 20px);
}
.sidebar-ph2 .tab .hidden-checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: 0;
  width: 16px;
  left: 0;
  justify-content: center;
}
.sidebar-ph2 .tab .custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  cursor: pointer;
}
.sidebar-ph2 .tab .real-product-items {
  overflow-y: scroll;
  gap: 20px;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  height: fit-content;
  width: 100%;
}
.sidebar-ph2 .tab .real-product-items__item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sidebar-ph2 .tab .real-product-items__item.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.sidebar-ph2 .tab .real-product-items__item_image {
  width: 100%;
  object-fit: contain;
  max-height: 200px !important;
}
.sidebar-ph2 .tab .filter-dropdown-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.sidebar-ph2 .tab .filter-dropdown-icon .filter-icon {
  border: none;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/real-presentation/ph-2/filter-icon.svg") no-repeat center;
}
.sidebar-ph2 .tab .filter-dropdown-icon .filter-menu {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: white;
  width: 300px;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #CBCFD9;
}
.sidebar-ph2 .tab .filter-dropdown-icon .selected-icon {
  width: 16px;
  height: 16px;
}
.sidebar-ph2 .tab .comments-tab .comments-skeleton {
  padding: 1rem;
}
.sidebar-ph2 .tab .comments-tab .skeleton-line {
  width: 100%;
  height: 1rem;
  background: #ddd;
  border-radius: 6px;
  margin: 0.5rem 0;
  animation: pulse 1.2s infinite ease-in-out;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.sidebar-ph2 .tab .comments-tab .fade-slide-enter-active,
.sidebar-ph2 .tab .comments-tab .fade-slide-leave-active {
  transition: all 0.3s ease;
}
.sidebar-ph2 .tab .comments-tab .fade-slide-enter-from {
  opacity: 0;
  transform: translateY(10px);
}
.sidebar-ph2 .tab .comments-tab .fade-slide-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.sidebar-ph2 .tab .comments-tab .new-comment-form {
  display: flex;
  padding: 20px;
  border-top: 1px solid #EAECF0;
  background-color: #ffffff;
  position: sticky;
  bottom: 0;
}
.sidebar-ph2 .tab .comments-tab .new-comment-form textarea {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  resize: vertical;
  min-height: 45px;
  border-radius: 5px;
  background-color: #EAECF0;
}
.sidebar-ph2 .tab .comments-tab .new-comment-form button {
  color: #ffffff;
  margin: 0;
  border-radius: 5px;
  background-color: #22242D;
}
.sidebar-ph2 .tab .comments-tab .comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100vh - 250px);
}
.sidebar-ph2 .tab .comments-tab .comments-list .date-label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-ph2 .tab .comments-tab .comments-list .date-label .label-block {
  padding: 3px 10px;
  border: 1px solid #8A92A5;
  border-radius: 5px;
  font-size: 10px;
  margin: 10px 0;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item {
  width: 350px;
  float: left;
  margin-bottom: 8px;
  padding: 16px;
  position: relative;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  background-color: #F8F9F9;
  color: #22242D;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item.highlight {
  animation: highlight-fade 1s ease-out;
  background-color: #eaecf0;
  border-left: 4px solid #eaecf0;
}
@keyframes highlight-fade {
  from {
    background-color: #eaecf0;
  }
  to {
    background-color: transparent;
  }
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-meta {
  font-size: 12px;
  font-weight: 300;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-actions {
  display: flex;
  justify-content: space-between;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-actions .comment-time {
  font-size: 10px;
  font-weight: 300;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-actions .buttons button {
  background-size: contain;
  width: 16px;
  height: 16px;
  background-color: transparent !important;
  border: none !important;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-actions .buttons .edit {
  background: url("../images/real-presentation/ph-2/icon-edit.svg") no-repeat center;
}
.sidebar-ph2 .tab .comments-tab .comments-list .comment-item .comment-actions .buttons .delete {
  background: url("../images/real-presentation/ph-2/icon-delete.svg") no-repeat center;
}
.sidebar-ph2 .tab .comments-tab .comments-list .owner {
  background-color: transparent;
  border: 1px solid #8A92A5;
  float: right;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 12px;
  color: #22242D;
  align-self: end;
}
.space-list.dev {
  width: 180px;
  padding: 10px;
  position: absolute;
  top: 15px;
  color: white;
  font-weight: 400;
  left: 45%;
}
.space-list.dev .title.dev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.space-list.dev .title.dev .icon-drop {
  background-size: contain;
  height: 16px;
  width: 16px;
  background: url("../images/real-presentation/ph-2/icon-drop.svg") no-repeat center;
}
.space-list.dev .list.dev {
  list-style: none;
  padding: 20px 0 0 0;
  color: white;
}
.space-list.dev .list.dev li {
  padding: 5px 0;
}
.space-list.dev .list.dev li a {
  color: white;
}
.artwork-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 24px;
  align-items: end;
}
.artwork-box .minimize-button {
  background-size: contain;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  position: absolute;
  top: 4px;
  right: 4px;
  background: url("../images/real-presentation/ph-2/minimize-btn.svg") no-repeat center;
}
.artwork-box .maximize-button {
  background-size: contain;
  width: 24px;
  height: 24px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: url("../images/real-presentation/ph-2/minimize-btn.svg") no-repeat center;
  transform: rotate(180deg);
}
.artwork-box .artworks {
  padding: 24px;
  width: 550px;
  color: white;
  font-weight: 400;
}
.artwork-box .artworks button {
  background-color: transparent !important;
}
.artwork-box .artworks .artwork-card {
  display: flex;
}
.artwork-box .artworks .artwork-card .card-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.artwork-box .artworks .artwork-card .card-content .artwork-info .artwork-name,
.artwork-box .artworks .artwork-card .card-content .artwork-info .price {
  font-weight: 500;
  font-size: 20px;
}
.artwork-box .artworks .artwork-card .card-content .artwork-info .artist-name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  color: white;
}
.artwork-box .artworks .artwork-card .card-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: 30px;
}
.artwork-box .artworks .artwork-card .card-actions .action.primary {
  background-color: #FFFFFF !important;
}
.artwork-box .artworks .artwork-card .card-actions .action.primary span {
  color: #414859 !important;
}
.artwork-box .artworks .artwork-card .card-actions button {
  background-color: transparent !important;
  border: 1px solid white !important;
  width: 100%;
  height: 48px;
}
.artwork-box .artworks .artwork-card .card-actions button span {
  color: white !important;
}
.artwork-box .carousel-controls {
  height: 42px;
  display: flex;
  color: white;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: calc(50% - 60px);
}
.artwork-box .carousel-controls span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artwork-box .carousel-controls button {
  height: 100%;
  color: white;
  font-size: 26px;
  border: none !important;
  background: transparent !important;
}
.curator-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1000;
}
.curator-screen .left-screen {
  display: flex;
  flex: 1.2;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  color: #343434;
  overflow: scroll;
}
.curator-screen .left-screen .introduction-part,
.curator-screen .left-screen .exit-part {
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .curator-screen .left-screen .introduction-part,
  .curator-screen .left-screen .exit-part {
    padding: 0 10%;
  }
}
.curator-screen .left-screen .introduction-part .buttons,
.curator-screen .left-screen .exit-part .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 50px;
  gap: 32px;
}
.curator-screen .left-screen .introduction-part .buttons button,
.curator-screen .left-screen .exit-part .buttons button {
  background-color: transparent !important;
}
.curator-screen .left-screen .exit-part .curation-widget {
  background-color: #F3F3F3;
  padding: 16px;
  display: flex;
  width: 100%;
  flex-direction: row;
}
.curator-screen .curator-logo {
  position: relative;
  width: auto;
  height: 100px;
}
.curator-screen .curator-cover {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex: 1;
  display: flex;
  background-color: white;
}
#modal-upload,
.space-file,
.road-map-mobile {
  display: none;
}
.modal-upload-space .modal-inner-wrap {
  max-width: 1024px;
}
.modal-upload-space .modal-inner-wrap .modal-header {
  margin-bottom: 40px;
}
.modal-upload-space ul {
  padding: 0 31px;
  list-style: none;
}
.modal-upload-space ul .separator {
  text-align: center;
  padding: 0;
}
.modal-upload-space ul .separator:before {
  content: "";
  position: relative;
  display: block;
  background-color: #817c75;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.modal-upload-space ul .separator span {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.23px;
  color: #908983;
  background-color: white;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.modal-upload-space ul li {
  font-family: 'Cormorant';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.36px;
  text-align: left;
  color: #8a262e;
}
.modal-upload-space ul li p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.54px;
  text-align: left;
  color: #908983;
}
.modal-upload-space ul img {
  width: 100%;
}
.modal-upload-space #form-space-upload {
  text-align: right;
  padding: 0 31px;
}
.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .content-wrapper {
    justify-content: center;
    gap: 32px;
  }
}
.content-wrapper span {
  font-size: 16px;
  font-weight: 400;
}
.content-wrapper .control-wrapper.status,
.content-wrapper .description-wrapper {
  margin: 32px 0;
}
.content-wrapper h1 {
  object-fit: contain;
  font-family: 'Cormorant';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.54px;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
}
.description-wrapper {
  max-width: 835px;
}
.description {
  object-fit: contain;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.44px;
  text-align: left;
  color: #817c75;
}
.control-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.control-wrapper button {
  height: 45px;
  letter-spacing: normal !important;
}
#embed-code-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#embed-code-textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}
#embed-code-popup {
  background-color: #fbfbf5;
  display: flex;
  flex-direction: column;
}
.embed-code-close {
  align-self: flex-end;
  margin-top: -10px;
  margin-right: -10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}
.embed-code-close::after {
  content: "\00D7";
}
.embed-code-close:hover {
  background: transparent;
  border: none;
}
#copy-button {
  align-self: center;
  width: 100px;
  background: transparent;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  height: 50px;
}
#add-new-space-button span {
  display: flex;
  align-items: center;
}
#add-new-space-button span:before {
  content: "";
  display: block;
  background-size: contain;
  background-image: url("../images/icons/icon-plus.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .modal-popup.modal-upload-space ul {
    padding: 0;
  }
  .modal-popup.modal-upload-space ul li {
    font-size: 18px;
  }
  .modal-popup.modal-upload-space ul li.separator:before {
    top: 17px;
  }
  .modal-popup.modal-upload-space ul li.separator span {
    font-size: 9px;
  }
  .modal-popup.modal-upload-space ul li p {
    font-size: 12px;
  }
  .modal-popup.modal-upload-space #form-space-upload,
  .modal-popup.modal-upload-space #form-space-upload-with-template {
    text-align: center;
  }
  .modal-popup.modal-upload-space #form-space-upload .button-upload-popup,
  .modal-popup.modal-upload-space #form-space-upload-with-template .button-upload-popup {
    width: 135px;
    height: 33px;
    padding: 0 44.5px;
    margin: 0;
  }
  .modal-popup.modal-upload-space #form-space-upload .button-upload-popup span,
  .modal-popup.modal-upload-space #form-space-upload-with-template .button-upload-popup span {
    font-size: 9px;
  }
  h1 {
    font-size: 24px;
  }
  .description {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .control-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .description-wrapper {
    max-width: 525px;
  }
}
@media (max-width: 1024px) {
  .control-wrapper {
    margin: 10px 0 20px;
  }
}
.follow-btn {
  position: absolute;
  height: 20px;
  width: 20px;
  padding-left: 40px;
  margin-top: 2px;
  background-size: 100% 100% !important;
  background: center no-repeat;
  background-image: url("../images/icons/icon-follow-black.svg");
  transition-duration: .3s;
  transition-property: background-color;
  display: inline-block;
}
.follow-btn:hover {
  cursor: pointer;
  background: center no-repeat;
  background-image: url("../images/icons/icon-follow-red.svg");
}
.theme-pearl.store-view-default {
  letter-spacing: 0.5px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-default .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-default h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button,
.theme-pearl.store-view-default button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button span,
.theme-pearl.store-view-default button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover,
.theme-pearl.store-view-default button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-default button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-default button.action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-default .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-default button.action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-default button.action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-default button.action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-default 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-default .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-default button.action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-default .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-default button.action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-default button.action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-default .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-default button.action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-default button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-default button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-default button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-default 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-default .action.towishlist,
.theme-pearl.store-view-default .action.tocompare,
.theme-pearl.store-view-default .action.mailto.friend {
  font-size: 1.2rem !important;
}
.theme-pearl.store-view-default .action.towishlist:before,
.theme-pearl.store-view-default .action.tocompare:before,
.theme-pearl.store-view-default .action.mailto.friend:before {
  font-size: 1.6rem !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-default .action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-default .action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-default .action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-default .action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-default .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-default .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #441e1e;
}
.theme-pearl.store-view-default .action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-default .action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-default .action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-default .action:hover {
  color: #441e1e !important;
}
.theme-pearl.store-view-default .cart-summary .action.multicheckout {
  color: #404040;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title strong,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title strong {
  color: #343434 !important;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-default .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-default .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #404040 !important;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #441e1e !important;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
  margin: 0px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-default .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-default .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-default .review-form .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-default .review-form .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .review-form .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-default .review-form .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-default #giftcard-form .secondary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-default #giftcard-form .secondary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-default .cart-gift-item .title {
  color: #343434;
}
.theme-pearl.store-view-default .cart-gift-item .title span {
  color: #343434;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-default .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-default .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-default .cart-discount .block.giftcard .title:hover:after {
  color: #8a262e;
}
.theme-pearl.store-view-default .item-info span.price {
  color: #343434;
  font-weight: lighter !important;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #343434;
  font-size: 1.6rem !important;
  overflow: visible;
}
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-default .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .minicart-items .action.edit:before,
.theme-pearl.store-view-default .minicart-items .action.delete:before {
  color: #343434;
  font-size: 1.6rem !important;
}
.theme-pearl.store-view-default .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-default .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-default .modals-wrapper .modal-footer button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-default .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-default .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-default .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-default input,
.theme-pearl.store-view-default textarea,
.theme-pearl.store-view-default select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-default .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-default .price-box .old-price .price {
  color: #ede7de;
}
.theme-pearl.store-view-default .price-box .price-label {
  display: none !important;
}
.theme-pearl.store-view-partner_portal {
  letter-spacing: 0.5px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-partner_portal .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-partner_portal .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-partner_portal h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button,
.theme-pearl.store-view-partner_portal button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button span,
.theme-pearl.store-view-partner_portal button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button:hover,
.theme-pearl.store-view-partner_portal button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-partner_portal button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-partner_portal button.action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-partner_portal .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-partner_portal button.action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-partner_portal button.action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-partner_portal button.action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-partner_portal 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-partner_portal .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-partner_portal button.action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-partner_portal .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-partner_portal button.action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-partner_portal button.action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-partner_portal .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-partner_portal button.action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-partner_portal button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-partner_portal button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-partner_portal button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-partner_portal button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-partner_portal 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-partner_portal .action.towishlist,
.theme-pearl.store-view-partner_portal .action.tocompare,
.theme-pearl.store-view-partner_portal .action.mailto.friend {
  font-size: 1.2rem !important;
}
.theme-pearl.store-view-partner_portal .action.towishlist:before,
.theme-pearl.store-view-partner_portal .action.tocompare:before,
.theme-pearl.store-view-partner_portal .action.mailto.friend:before {
  font-size: 1.6rem !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-partner_portal .action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-partner_portal .action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-partner_portal .action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-partner_portal .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-partner_portal .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #441e1e;
}
.theme-pearl.store-view-partner_portal .action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-partner_portal .action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-partner_portal .action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-partner_portal .action:hover {
  color: #441e1e !important;
}
.theme-pearl.store-view-partner_portal .cart-summary .action.multicheckout {
  color: #404040;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .title,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .title strong,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .title strong {
  color: #343434 !important;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-partner_portal .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-partner_portal .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #404040 !important;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #441e1e !important;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
  margin: 0px;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal .review-form .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-partner_portal .review-form .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .review-form .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-partner_portal .review-form .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal #giftcard-form .secondary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-partner_portal #giftcard-form .secondary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal #giftcard-form .secondary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-partner_portal #giftcard-form .secondary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal .cart-gift-item .title {
  color: #343434;
}
.theme-pearl.store-view-partner_portal .cart-gift-item .title span {
  color: #343434;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-partner_portal .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-partner_portal .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-partner_portal .cart-discount .block.giftcard .title:hover:after {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal .item-info span.price {
  color: #343434;
  font-weight: lighter !important;
}
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #343434;
  font-size: 1.6rem !important;
  overflow: visible;
}
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-partner_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-partner_portal .minicart-items .action.edit:before,
.theme-pearl.store-view-partner_portal .minicart-items .action.delete:before {
  color: #343434;
  font-size: 1.6rem !important;
}
.theme-pearl.store-view-partner_portal .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-partner_portal .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-partner_portal .modals-wrapper .modal-footer button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-partner_portal .modals-wrapper .modal-footer button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-partner_portal .modals-wrapper .modal-footer button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-partner_portal .modals-wrapper .modal-footer button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-partner_portal .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-partner_portal .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-partner_portal .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-partner_portal input,
.theme-pearl.store-view-partner_portal textarea,
.theme-pearl.store-view-partner_portal select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-partner_portal .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-partner_portal .price-box .old-price .price {
  color: #ede7de;
}
.theme-pearl.store-view-partner_portal .price-box .price-label {
  display: none !important;
}
.theme-pearl.store-view-artist_portal {
  letter-spacing: 0.5px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-artist_portal .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-artist_portal .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-artist_portal h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button,
.theme-pearl.store-view-artist_portal button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button span,
.theme-pearl.store-view-artist_portal button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button:hover,
.theme-pearl.store-view-artist_portal button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-artist_portal button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-artist_portal button.action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-artist_portal .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-artist_portal button.action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-artist_portal button.action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-artist_portal button.action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-artist_portal 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-artist_portal .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-artist_portal button.action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-artist_portal .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-artist_portal button.action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-artist_portal button.action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-artist_portal .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-artist_portal button.action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-artist_portal button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-artist_portal button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-artist_portal button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-artist_portal button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-artist_portal 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-artist_portal .action.towishlist,
.theme-pearl.store-view-artist_portal .action.tocompare,
.theme-pearl.store-view-artist_portal .action.mailto.friend {
  font-size: 1.2rem !important;
}
.theme-pearl.store-view-artist_portal .action.towishlist:before,
.theme-pearl.store-view-artist_portal .action.tocompare:before,
.theme-pearl.store-view-artist_portal .action.mailto.friend:before {
  font-size: 1.6rem !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-artist_portal .action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-artist_portal .action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-artist_portal .action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-artist_portal .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-artist_portal .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #441e1e;
}
.theme-pearl.store-view-artist_portal .action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-artist_portal .action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-artist_portal .action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-artist_portal .action:hover {
  color: #441e1e !important;
}
.theme-pearl.store-view-artist_portal .cart-summary .action.multicheckout {
  color: #404040;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .title,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .title strong,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .title strong {
  color: #343434 !important;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-artist_portal .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-artist_portal .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #404040 !important;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #441e1e !important;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
  margin: 0px;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal .review-form .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artist_portal .review-form .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .review-form .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artist_portal .review-form .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal #giftcard-form .secondary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artist_portal #giftcard-form .secondary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal #giftcard-form .secondary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artist_portal #giftcard-form .secondary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal .cart-gift-item .title {
  color: #343434;
}
.theme-pearl.store-view-artist_portal .cart-gift-item .title span {
  color: #343434;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-artist_portal .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-artist_portal .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-artist_portal .cart-discount .block.giftcard .title:hover:after {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal .item-info span.price {
  color: #343434;
  font-weight: lighter !important;
}
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #343434;
  font-size: 1.6rem !important;
  overflow: visible;
}
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-artist_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-artist_portal .minicart-items .action.edit:before,
.theme-pearl.store-view-artist_portal .minicart-items .action.delete:before {
  color: #343434;
  font-size: 1.6rem !important;
}
.theme-pearl.store-view-artist_portal .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-artist_portal .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-artist_portal .modals-wrapper .modal-footer button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artist_portal .modals-wrapper .modal-footer button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artist_portal .modals-wrapper .modal-footer button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artist_portal .modals-wrapper .modal-footer button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artist_portal .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-artist_portal .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-artist_portal .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-artist_portal input,
.theme-pearl.store-view-artist_portal textarea,
.theme-pearl.store-view-artist_portal select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-artist_portal .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-artist_portal .price-box .old-price .price {
  color: #ede7de;
}
.theme-pearl.store-view-artist_portal .price-box .price-label {
  display: none !important;
}
.theme-pearl.store-view-artviewing_store_view {
  letter-spacing: 0.5px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-artviewing_store_view .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-artviewing_store_view .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-artviewing_store_view h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button,
.theme-pearl.store-view-artviewing_store_view button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button span,
.theme-pearl.store-view-artviewing_store_view button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button:hover,
.theme-pearl.store-view-artviewing_store_view button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-artviewing_store_view button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-artviewing_store_view button.action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-artviewing_store_view .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-artviewing_store_view button.action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-artviewing_store_view button.action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-artviewing_store_view button.action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-artviewing_store_view 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-artviewing_store_view .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-artviewing_store_view button.action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-artviewing_store_view .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-artviewing_store_view button.action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-artviewing_store_view button.action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-artviewing_store_view button.action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-artviewing_store_view button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-artviewing_store_view button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-artviewing_store_view button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-artviewing_store_view button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-artviewing_store_view 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-artviewing_store_view .action.towishlist,
.theme-pearl.store-view-artviewing_store_view .action.tocompare,
.theme-pearl.store-view-artviewing_store_view .action.mailto.friend {
  font-size: 1.2rem !important;
}
.theme-pearl.store-view-artviewing_store_view .action.towishlist:before,
.theme-pearl.store-view-artviewing_store_view .action.tocompare:before,
.theme-pearl.store-view-artviewing_store_view .action.mailto.friend:before {
  font-size: 1.6rem !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-artviewing_store_view .action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-artviewing_store_view .action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-artviewing_store_view .action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-artviewing_store_view .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-artviewing_store_view .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #441e1e;
}
.theme-pearl.store-view-artviewing_store_view .action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-artviewing_store_view .action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-artviewing_store_view .action:hover {
  color: #441e1e !important;
}
.theme-pearl.store-view-artviewing_store_view .cart-summary .action.multicheckout {
  color: #404040;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .title,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .title strong,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .title strong {
  color: #343434 !important;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-artviewing_store_view .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-artviewing_store_view .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #404040 !important;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #441e1e !important;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
  margin: 0px;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view .review-form .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artviewing_store_view .review-form .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .review-form .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .review-form .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view #giftcard-form .secondary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artviewing_store_view #giftcard-form .secondary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view #giftcard-form .secondary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view #giftcard-form .secondary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view .cart-gift-item .title {
  color: #343434;
}
.theme-pearl.store-view-artviewing_store_view .cart-gift-item .title span {
  color: #343434;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-artviewing_store_view .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-artviewing_store_view .cart-discount .block.giftcard .title:hover:after {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view .item-info span.price {
  color: #343434;
  font-weight: lighter !important;
}
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #343434;
  font-size: 1.6rem !important;
  overflow: visible;
}
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-artviewing_store_view .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-artviewing_store_view .minicart-items .action.edit:before,
.theme-pearl.store-view-artviewing_store_view .minicart-items .action.delete:before {
  color: #343434;
  font-size: 1.6rem !important;
}
.theme-pearl.store-view-artviewing_store_view .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-artviewing_store_view .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-artviewing_store_view .modals-wrapper .modal-footer button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-artviewing_store_view .modals-wrapper .modal-footer button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-artviewing_store_view .modals-wrapper .modal-footer button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-artviewing_store_view .modals-wrapper .modal-footer button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-artviewing_store_view .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-artviewing_store_view .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-artviewing_store_view .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-artviewing_store_view input,
.theme-pearl.store-view-artviewing_store_view textarea,
.theme-pearl.store-view-artviewing_store_view select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-artviewing_store_view .price-box .old-price .price {
  color: #ede7de;
}
.theme-pearl.store-view-artviewing_store_view .price-box .price-label {
  display: none !important;
}
.theme-pearl.store-view-presentation_portal {
  letter-spacing: 0.5px;
  /*.product-item-name > a,
    .product.name a > a {
        color: inherit !important;
    }*/
}
.theme-pearl.store-view-presentation_portal .braintree-paypal-logobraintree-paypal-mini-cart-container {
  text-align: center;
  margin-bottom: 10px;
}
.theme-pearl.store-view-presentation_portal .braintree-paypal-logobraintree-paypal-mini-cart-container .action-braintree-paypal-logo {
  background-color: transparent;
}
.theme-pearl.store-view-presentation_portal h1 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal h2 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal h3 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal h4 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal h5 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal h6 {
  letter-spacing: 0px;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button,
.theme-pearl.store-view-presentation_portal button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button span,
.theme-pearl.store-view-presentation_portal button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button:hover,
.theme-pearl.store-view-presentation_portal button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button:hover span,
.theme-pearl.store-view-presentation_portal button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.primary,
.theme-pearl.store-view-presentation_portal button.action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-presentation_portal .block .block-content .products-grid button.action.primary span,
.theme-pearl.store-view-presentation_portal button.action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.primary:hover,
.theme-pearl.store-view-presentation_portal button.action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.primary:hover span,
.theme-pearl.store-view-presentation_portal button.action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.primary.tocart,
.theme-pearl.store-view-presentation_portal 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-presentation_portal .block .block-content .products-grid button.action.action-cancel,
.theme-pearl.store-view-presentation_portal button.action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-presentation_portal .block .block-content .products-grid button.action.action-cancel span,
.theme-pearl.store-view-presentation_portal button.action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.action-cancel:hover,
.theme-pearl.store-view-presentation_portal button.action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-presentation_portal .block .block-content .products-grid button.action.action-cancel:hover span,
.theme-pearl.store-view-presentation_portal button.action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-presentation_portal button.action.action-gift {
  background: transparent;
  border: 0 none;
}
.theme-pearl.store-view-presentation_portal button.action.action-gift span {
  color: initial;
  font-size: initial;
}
.theme-pearl.store-view-presentation_portal button.action.action-gift:hover {
  text-decoration: initial;
}
.theme-pearl.store-view-presentation_portal button.action.action-gift:hover span {
  text-decoration: initial;
}
.theme-pearl.store-view-presentation_portal 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-presentation_portal .action.towishlist,
.theme-pearl.store-view-presentation_portal .action.tocompare,
.theme-pearl.store-view-presentation_portal .action.mailto.friend {
  font-size: 1.2rem !important;
}
.theme-pearl.store-view-presentation_portal .action.towishlist:before,
.theme-pearl.store-view-presentation_portal .action.tocompare:before,
.theme-pearl.store-view-presentation_portal .action.mailto.friend:before {
  font-size: 1.6rem !important;
  line-height: calc(@icon__font-size + 7px);
}
.theme-pearl.store-view-presentation_portal .action.primary {
  background-color: #441e1e;
  border: 1px solid #441e1e;
  color: #f8f9f9;
  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-presentation_portal .action.primary span {
  color: #f8f9f9;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .action.primary:hover {
  background-color: #8a262e;
  border: 1px solid #8a262e;
  color: #f8f9f9 !important;
}
.theme-pearl.store-view-presentation_portal .action.primary:hover span {
  color: #f8f9f9;
}
.theme-pearl.store-view-presentation_portal .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-presentation_portal .action.primary#product-gotoproduct-button:hover {
  border: 1px solid #441e1e;
}
.theme-pearl.store-view-presentation_portal .action.action-cancel {
  background-color: #f8f9f9;
  border: #8a262e 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-presentation_portal .action.action-cancel span {
  color: #8a262e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .action.action-cancel:hover {
  border-color: #441e1e 1px solid;
  background-color: #f8f9f9;
  border: #441e1e 1px solid;
}
.theme-pearl.store-view-presentation_portal .action.action-cancel:hover span {
  color: #441e1e;
}
.theme-pearl.store-view-presentation_portal .action:hover {
  color: #441e1e !important;
}
.theme-pearl.store-view-presentation_portal .cart-summary .action.multicheckout {
  color: #404040;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .title,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .title {
  cursor: pointer;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .title strong,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .title strong {
  color: #343434 !important;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content {
  position: relative;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .actions-toolbar .action.primary:not(:focus),
.theme-pearl.store-view-presentation_portal .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-presentation_portal .cart-discount .block.discount .content .fieldset .secondary button,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .secondary button {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 0 10px;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .secondary button span,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .secondary button span {
  color: #404040 !important;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: inherit;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .secondary button:hover span,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .secondary button:hover span {
  color: #441e1e !important;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .primary button,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
  margin: 0px;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .primary button span,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .primary button:hover,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .content .fieldset .primary button:hover span,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .content .fieldset .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal .review-form .primary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-presentation_portal .review-form .primary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .review-form .primary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-presentation_portal .review-form .primary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal #giftcard-form .secondary button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-presentation_portal #giftcard-form .secondary button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal #giftcard-form .secondary button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-presentation_portal #giftcard-form .secondary button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal .cart-gift-item .title {
  color: #343434;
}
.theme-pearl.store-view-presentation_portal .cart-gift-item .title span {
  color: #343434;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
}
.theme-pearl.store-view-presentation_portal .cart-gift-item .title:after {
  font-size: 12px;
}
.theme-pearl.store-view-presentation_portal .cart-discount .block.discount .title:hover:after,
.theme-pearl.store-view-presentation_portal .cart-discount .block.giftcard .title:hover:after {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal .item-info span.price {
  color: #343434;
  font-weight: lighter !important;
}
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-edit:before,
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-delete:before,
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: #343434;
  font-size: 1.6rem !important;
  overflow: visible;
}
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.theme-pearl.store-view-presentation_portal .cart.table-wrapper .actions-toolbar > .action-towishlist:hover:before {
  color: #757575;
}
.theme-pearl.store-view-presentation_portal .minicart-items .action.edit:before,
.theme-pearl.store-view-presentation_portal .minicart-items .action.delete:before {
  color: #343434;
  font-size: 1.6rem !important;
}
.theme-pearl.store-view-presentation_portal .minicart-items .action.edit:hover:before,
.theme-pearl.store-view-presentation_portal .minicart-items .action.delete:hover:before {
  color: #757575;
}
.theme-pearl.store-view-presentation_portal .modals-wrapper .modal-footer button {
  background-color: #f8f9f9;
  border: #441e1e 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: 1.6px;
}
.theme-pearl.store-view-presentation_portal .modals-wrapper .modal-footer button span {
  color: #441e1e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
}
.theme-pearl.store-view-presentation_portal .modals-wrapper .modal-footer button:hover {
  border-color: #8a262e 1px solid;
  background-color: #f8f9f9;
  border: #8a262e 1px solid;
}
.theme-pearl.store-view-presentation_portal .modals-wrapper .modal-footer button:hover span {
  color: #8a262e;
}
.theme-pearl.store-view-presentation_portal .rating-summary {
  line-height: 1;
}
.theme-pearl.store-view-presentation_portal .rating-summary .rating-result {
  float: left;
  z-index: 0;
}
.theme-pearl.store-view-presentation_portal .product-reviews-summary .reviews-actions {
  margin-top: 0 !important;
}
.theme-pearl.store-view-presentation_portal input,
.theme-pearl.store-view-presentation_portal textarea,
.theme-pearl.store-view-presentation_portal select {
  letter-spacing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme-pearl.store-view-presentation_portal .breadcrumbs .item:not(:last-child):after {
    line-height: 17px;
    vertical-align: middle;
  }
}
.theme-pearl.store-view-presentation_portal .price-box .old-price .price {
  color: #ede7de;
}
.theme-pearl.store-view-presentation_portal .price-box .price-label {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .active-projects-header {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .projects-tabs .header-top {
    padding-right: 0;
    max-width: 100%;
  }
  .project-project-index .project-header-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    flex-flow: column nowrap;
  }
  .project-project-index .project-header-wrapper .project-header-box {
    display: flex;
    align-items: center;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper {
    margin-bottom: 25px;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper .page-title {
    margin-left: 30px;
  }
  .project-project-index .project-header-wrapper .project-view-settings-btn {
    font-size: 2rem;
  }
  .project-project-index .project-header-wrapper .buttons-wrapper .share-project-btn {
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and only screen and (min-width: 1660px) {
  .project-project-index .project-header-wrapper .link-to-project-tab {
    position: absolute;
    left: calc(50% - 720px - 50px);
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .collection-view .collection-header {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .collection-view .collection-header .collection-name {
    margin-bottom: 20px;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/* MEDIA QUERIES */
/* 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 .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 .field.qty {
  float: left;
}
.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 .price-final_price .price {
  color: black;
}
.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;
}
.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;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.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-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;
}
.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(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: 14px;
  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;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
}
.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: black;
  text-indent: 0;
  border-top: none;
  transform: none;
  -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;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
}
.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: black;
  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-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: 0.68em;
  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: 0.68em 1.7em 0.68em 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: 0.68em;
}
.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: 0.68em;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 0.68em;
}
._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 1.36em;
  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 {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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;
  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 {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.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 {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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;
  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 {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.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 {
  font-size: 32px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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;
  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.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;
}
.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 {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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;
  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 {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.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;
}
.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 {
  font-size: 22px;
  font-family: font-icons;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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;
  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 {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.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;
}
#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;
}
#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;
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  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:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
.page-header .header-global-promo,
.page-wrapper .header-global-promo {
  height: 100%;
}
.page-header .header-global-promo .global-notification-wrapper,
.page-wrapper .header-global-promo .global-notification-wrapper {
  display: none;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification,
.page-wrapper .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner,
.page-wrapper .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner *,
.page-wrapper .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper * {
  text-transform: uppercase;
}
.page-header-v2 .header.content {
  padding: 21px 0;
  margin: 0 auto;
}
.page-header-v2 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v3 .header.content,
.page-header-v4 .header.content {
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
.page-header-v3 .header.content .logo,
.page-header-v4 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v4 .header.content .desktop-logo .logo {
  display: block;
  text-align: center;
}
.page-header-v4 .header.content .desktop-logo .logo img {
  margin: 0 auto;
}
.page-header-v3 .header.content {
  padding: 15px 0 15px 0;
}
.page-header-v3 .header.content .header_right {
  padding: 0 !important;
}
.page-header-v3 .header.content .block-search.minisearch-v2 {
  padding: 0 15px;
}
.page-header-v4 .header.panel > .header.links {
  float: left;
  margin-left: 0;
  margin-top: 10px;
}
.page-header-v4 .header.panel > .header.links li.greet.welcome {
  float: left;
  min-width: 20px;
}
.page-header-v4 .panel.header .multistore-switcher {
  margin-left: 0;
}
.page-header-v4 .panel.header .switcher-currency {
  float: left;
  top: 10px;
  position: relative;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown {
  right: unset;
  left: 0;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:before,
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:after {
  right: unset;
  left: 10px;
}
.page-header-v4 .header.content {
  text-align: center;
}
.page-header-v4 .header.content .logo {
  float: none;
}
.page-header-v4 .header.content .logo img {
  display: inline-block;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.nav-open .header-global-promo {
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
}
.page-header {
  position: relative;
  z-index: 10;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v .page-header .header.content,
:root .wp-device-xs .page-header-v4 .page-header .header.content,
:root .wp-device-s .page-header-v4 .page-header .header.content,
:root .wp-device-m .page-header-v4 .page-header .header.content {
  padding: 15px 0 15px 0;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v3 .page-header .compare.wrapper,
:root .page-header-v4 .page-header .compare.wrapper {
  margin: 5px 0 0 20px;
}
:root .page-header-v4 .page-header .compare.wrapper {
  float: left;
  margin: 15px 20px 0 0;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .panel.header,
:root .wp-device-xs .page-header-v4 .page-header .panel.header,
:root .wp-device-s .page-header-v4 .page-header .panel.header,
:root .wp-device-m .page-header-v4 .page-header .panel.header {
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-xxs .page-header-v1 .page-header .header.content,
:root .wp-device-xs .page-header-v1 .page-header .header.content,
:root .wp-device-s .page-header-v1 .page-header .header.content,
:root .wp-device-m .page-header-v1 .page-header .header.content {
  padding-bottom: 5px;
  padding-top: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v3 .page-header .header.content,
:root .wp-device-xl .page-header-v3 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 9px 0 0 0;
  margin: 0 auto;
}
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  text-align: center;
  height: auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
:root .page-header-v4 .page-header #switcher-store,
:root .page-header-v4 .page-header #switcher-currency,
:root .page-header-v4 .page-header #switcher-language,
:root .wp-device-l .page-header-v4 .page-header #switcher-store,
:root .wp-device-l .page-header-v4 .page-header #switcher-currency,
:root .wp-device-l .page-header-v4 .page-header #switcher-language,
:root .wp-device-xl .page-header-v4 .page-header #switcher-store,
:root .wp-device-xl .page-header-v4 .page-header #switcher-currency,
:root .wp-device-xl .page-header-v4 .page-header #switcher-language {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language {
  margin: 5px 10px 0 !important;
  margin: 3px 10px 0;
  padding: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
  display: flex !important;
  flex-direction: row !important;
}
:root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
  top: 12px;
}
:root .wp-device-xxs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v4 .page-header .action.nav-toggle,
.page-header .action.nav-toggle :root .wp-device-m .page-header-v4 {
  top: 12px;
}
:root .wp-device-l .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xl .page-header-v1 .page-header .action.nav-toggle {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v1 .page-header .logo,
:root .wp-device-xs .page-header-v1 .page-header .logo,
:root .wp-device-s .page-header-v1 .page-header .logo,
:root .wp-device-m .page-header-v1 .page-header .logo,
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo,
:root .wp-device-xxs .page-header-v4 .page-header .logo,
:root .wp-device-xs .page-header-v4 .page-header .logo,
:root .wp-device-s .page-header-v4 .page-header .logo,
:root .wp-device-m .page-header-v4 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-l .page-header-v2 .page-header .logo,
:root .wp-device-xl .page-header-v2 .page-header .logo,
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  margin: 0 30px 0 0;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  float: none;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header .header_right,
:root .page-header-v3 .page-header .header_right,
:root .page-header-v4 .page-header .header_right {
  float: right;
  position: relative;
  margin: 5px 0 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .header_right,
:root .wp-device-xs .page-header-v4 .page-header .header_right,
:root .wp-device-s .page-header-v4 .page-header .header_right,
:root .wp-device-m .page-header-v4 .page-header .header_right {
  margin-top: 15px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language,
:root .page-header-v2 .page-header .compare.wrapper li a,
:root .page-header-v2 .page-header .header.links,
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v2 .page-header .block-search {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 1px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .page-header-v3 .page-header a.action.showcart {
  position: relative;
  top: -4px;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .page-header-v2 .page-header .minisearch-v2 {
  margin-top: 2px;
}
:root .page-header-v3 .page-header .compare.wrapper li,
:root .page-header-v3 .page-header .compare.wrapper li a,
:root .page-header-v4 .page-header .compare.wrapper li,
:root .page-header-v4 .page-header .compare.wrapper li a {
  margin: 0;
  line-height: 1;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
  margin-top: 2px;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  top: 2px;
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  float: right;
  line-height: 1;
}
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v3 .page-header .minicart-wrapper,
:root .page-header-v4 .page-header .minicart-wrapper {
  margin: 0 5px;
  padding: 0 5px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v4 .page-header .minicart-wrapper {
  float: right;
}
.page-header .minicart-wrapper .action.showcart,
.page-header .minicart-wrapper .action.showcart.active {
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  content: "\e72f";
  font-family: inherit;
  display: inline-block;
  font-family: 'font-icons';
  font-size: 16px;
  color: inherit;
  line-height: 30px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .minicart-wrapper .action.showcart.active .counter.qty {
  min-width: 20px;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .page-header-v2 .page-header .block-search {
  position: absolute;
  right: 0;
  top: 80px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search,
:root .wp-device-xs .page-header-v2 .page-header .block-search,
:root .wp-device-s .page-header-v2 .page-header .block-search,
:root .wp-device-m .page-header-v2 .page-header .block-search {
  float: none;
  position: static;
  top: 0;
  right: 0;
  margin-top: 3px;
}
: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;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search,
:root .wp-device-xs .page-header-v4 .page-header .block-search,
:root .wp-device-s .page-header-v4 .page-header .block-search,
:root .wp-device-m .page-header-v4 .page-header .block-search {
  float: left;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-xs .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-s .page-header-v2 .page-header .block-search.minisearch-v2,
:root .wp-device-m .page-header-v2 .page-header .block-search.minisearch-v2 {
  position: absolute;
  right: 10px;
  top: 3px;
}
.page-header .block-search .control {
  z-index: 99;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control,
:root .wp-device-s .page-header-v2 .page-header .block-search .control,
:root .wp-device-m .page-header-v2 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search .control,
:root .wp-device-s .page-header-v3 .page-header .block-search .control,
:root .wp-device-m .page-header-v3 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search .control,
:root .wp-device-s .page-header-v4 .page-header .block-search .control,
:root .wp-device-m .page-header-v4 .page-header .block-search .control {
  border: none;
  height: 0px;
  overflow: hidden;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  float: left;
  position: relative;
  top: 0;
}
:root .page-header-v2 .page-header .block-search .control input,
:root .page-header-v1 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .page-header-v4 .page-header .block-search .control input {
  padding-left: 5px;
  padding-right: 40px;
}
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  padding-right: 10px;
  padding-left: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
  margin-right: 5px;
  padding-right: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: relative;
  top: 0px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: inherit;
  padding-top: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label {
  margin-right: -20px;
}
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label {
  margin-right: -5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  margin-right: -10px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\e72f";
  font-family: 'font-icons';
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .header.links,
:root .wp-device-xs .nav-sections .header.links,
:root .wp-device-s .nav-sections .header.links,
:root .wp-device-m .nav-sections .header.links {
  display: block;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 0;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v3 .page-header .header_right,
.page-header-v2 .page-header .header_right,
.page-header-v1 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v3 .block-search .control input,
.page-header-v2 .block-search .control input,
.page-header-v1 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v3 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .global-notification-wrapper {
  display: none !important;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header-v1.sticky-header .header.content,
.page-header-v2.sticky-header .header.content {
  padding-bottom: 0 !important;
}
.page-header-v1.sticky-header .header.content .logo,
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v1.sticky-header .header.content .nav-sections,
.page-header-v2.sticky-header .header.content .nav-sections {
  margin-top: -5px;
  float: left;
}
.page-header-v1.sticky-header .header.content .nav-sections .navigation,
.page-header-v2.sticky-header .header.content .nav-sections .navigation {
  padding-bottom: 15px;
}
.page-header-v2.sticky-header {
  top: 0;
}
.page-header-v2.sticky-header .header.content .block-search {
  float: right;
  position: relative;
  top: 0px;
  z-index: 10;
}
.page-header-v2.sticky-header .header.content .header_right {
  margin-top: 0px;
}
.page-header-v2.sticky-header .header.content .block-search.minisearch-v2 {
  top: 5px;
  margin-left: 25px;
}
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v3.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v4.sticky-header {
  top: 0;
  padding-bottom: 2px;
  height: 50px;
  box-shadow: none;
  z-index: 11;
}
.page-header-v4.sticky-header .page-header {
  height: 0;
}
.page-header-v4.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header-v4.sticky-header .header.content {
  top: -60px;
  padding-bottom: 0 !important;
}
.page-header-v4.sticky-header .header.content .logo {
  top: 5px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .header.links {
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .panel.header .header.links,
.page-header-v4.sticky-header .panel.header .switcher-currency {
  display: none;
}
.nav-sections-4.sticky-header {
  position: fixed !important;
  z-index: 10 !important;
  width: 100%;
  top: 45px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.nav-sections-4.sticky-header .navigation {
  padding-bottom: 5px;
}
.nav-sections-4.sticky-header .navigation .level0.submenu {
  top: 44px !important;
}
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .wpx-check {
  display: flex;
  align-items: center;
}
.header-global-promo .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo .wpx-static-content {
  display: flex;
  justify-content: space-between;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.page-header-v1 .open-modal-search {
  padding-top: 5px;
  padding-right: 11px;
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list {
  display: flex;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
:root .theme-pearl.multishipping-checkout-addresses .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-shipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-billing .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout-overview .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-wrapper .page-header .nav-toggle,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-wrapper .page-header .nav-toggle {
  display: none;
}
:root .theme-pearl.multishipping-checkout-addresses .page-title,
:root .theme-pearl.multishipping-checkout-shipping .page-title,
:root .theme-pearl.multishipping-checkout-billing .page-title,
:root .theme-pearl.multishipping-checkout_address-newshipping .page-title,
:root .theme-pearl.multishipping-checkout-overview .page-title,
:root .theme-pearl.multishipping-checkout_address-editbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-selectbilling .page-title,
:root .theme-pearl.multishipping-checkout_address-editshipping .page-title {
  margin-top: 15px;
}
:root .theme-pearl .page-wrapper .page-header .mobile-logo,
:root .theme-pearl .page-wrapper .page-header .mobile-checkout-logo {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .unset-logo img {
  display: none;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.customError {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.3px;
  padding: 25px 25px 25px 69px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  z-index: 999;
  text-transform: uppercase;
}
.customError-error {
  border: solid 1px #8a262e;
  background-color: #ede7de;
  color: #8a262e;
}
.customError-done {
  border: solid 1px #456a4d;
  background-color: #e1efe4;
  color: #456a4d;
}
.customError-warning {
  border: solid 1px #9b936f;
  background-color: #fdf8e3;
  color: #866c3a;
}
.customError-another {
  border: solid 1px #4b646f;
  background-color: #d9edf6;
  color: #27566c;
}
@media (min-width: 1024px) {
  .footer-section2-content {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .footer-section2-content {
    max-width: 1400px;
    margin: 0 auto;
  }
}
/* mobile and small screens design */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 0.68em 0.34em 0;
  }
  .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 0.34em;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .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-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address: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-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address: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-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address: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-blocks-2columns-s {
    width: 48%;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 3.4em;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    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-add-invitations .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-add-invitations .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-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .page-main .block-collapsible-nav .title {
    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,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .amazon-addresses: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-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing: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-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    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 1.36em;
  }
  .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-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;
  }
  .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-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .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.search.advanced .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: -1.7em;
  }
  .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;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s: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-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: 0.34em 0.68em;
  }
  .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: -1em 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: 2.04em;
    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 0.68em;
  }
  .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 1.36em;
  }
  .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: 57px;
    margin-bottom: 2.72em;
  }
  .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: 1200px;
    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;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 1.7em;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    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 0.68em 0 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: #575757;
    line-height: 47px;
    padding: 0 12px;
    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: #441e1e;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #8a262e;
    border-style: solid;
    border-width: 0 0 3px;
    color: #441e1e;
    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 {
    background: #f8f9f9;
    border: 1px solid #cccccc;
    box-shadow: 0 0.34em 0.34em rgba(0, 0, 0, 0.19);
    font-weight: lighter;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #f8f9f9;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #f8f9f9;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .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: #575757;
    padding: 8px 1.36em;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #ede7de;
    color: #441e1e;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #8a262e;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #441e1e;
  }
  .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;
  }
  .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: 1.36em;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 1.36em;
    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: lighter;
    line-height: 2.72em;
    font-size: 2rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 2.72em;
    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: #343434;
    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: #343434;
    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: 5.72em;
    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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .modal-popup._inner-scroll.modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    min-height: 263px;
    position: relative;
  }
  .modal-popup.modal-slide .modal-footer {
    text-align: right;
  }
  .modal-popup .modal-header {
    min-height: 82px;
  }
  .modal-popup .modal-header h1 {
    font-size: 3rem;
  }
  .modal-popup .modal-header .action-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .modal-popup .modal-header .action-close:before {
    font-size: 1.9rem;
  }
  .modal-popup .modal-content {
    box-shadow: none;
    border-radius: 0;
  }
  .modal-popup .modal-content .form-group.buttons {
    justify-content: center;
    gap: 24px;
  }
  .modal-popup .modal-content .form-group.buttons button {
    margin: 160px 0 0 0;
  }
  .modal-popup .modal-content .form-group.buttons button.save {
    margin: 67px 0 0 0;
  }
  .modal-popup .modal-content .form-group.buttons .action.primary {
    font-size: 1.6rem;
    height: 45px;
    margin: 0 !important;
  }
  .modal-popup .modal-content .form-group.buttons .action.secondary {
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
    padding: 0 48.6px;
    letter-spacing: 1.5px;
  }
  .modal-popup .action.primary {
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  .modal-popup .action.secondary {
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  .modal-popup .project-wrapper > form {
    padding: 15px 35px;
  }
  .modal-popup .new-client fieldset.fieldset .field.street .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  .modal-popup .new-client fieldset.fieldset .field.street .control .field-inner {
    width: 50%;
    padding: 0 15px;
  }
  .modal-popup .new-client fieldset.fieldset .field.street .control .nested {
    width: 50%;
    padding: 0 15px;
  }
  .modal-popup .new-client fieldset.fieldset .field.street .control .nested .control {
    margin: 0;
  }
  .modal-popup .new-client fieldset.fieldset .field.city,
  .modal-popup .new-client fieldset.fieldset .field.country {
    margin: 0 -15px;
    padding-left: 15px;
    float: left;
  }
  .modal-popup .new-client fieldset.fieldset .field.region,
  .modal-popup .new-client fieldset.fieldset .field.postcode {
    margin: 0 -15px;
    padding-right: 15px;
    float: right;
  }
  .modal-popup .new-client div.fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 28px;
    flex-wrap: wrap;
  }
  .modal-popup .new-client div.fieldset .item {
    width: 50%;
    padding: 0 15px;
  }
  .modal-popup .project-settings-modal {
    padding: 16px 35px 0;
  }
  .modal-popup .project-edit-modal {
    padding: 16px 35px 0;
  }
  .modal-popup .project-edit-modal .label {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    padding: 0;
    font-weight: normal;
    margin-bottom: 5px;
  }
  #createProjectForm .action.primary {
    padding: 0;
    width: 142px;
  }
  #createProjectForm #toClientStep.secondary {
    padding: 0;
    width: 216px;
  }
  #createProjectForm #toProjectStep.secondary {
    padding: 0;
    width: 142px;
  }
  .popup-authentication .block-authentication .block-title {
    text-align: center;
    margin-bottom: 24px;
    border: none;
  }
  .popup-authentication .block-authentication .block-title #sl_register_tab_title {
    color: #011826;
  }
  .popup-authentication .block-authentication .block-title strong {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
  }
  .popup-authentication .field.choice input[type="checkbox"],
  .popup-authentication input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .popup-authentication .field.choice input[type="checkbox"] ~ .label,
  .popup-authentication input[type="checkbox"] ~ .label {
    padding-left: 30px;
  }
  .popup-authentication .field.choice input[type="checkbox"] ~ .label::before,
  .popup-authentication input[type="checkbox"] ~ .label::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .popup-authentication .field.choice input[type="checkbox"] ~ .label::after,
  .popup-authentication input[type="checkbox"] ~ .label::after {
    width: 14px;
    height: 10px;
    top: 9px;
  }
  .popup-authentication .form-group.buttons {
    flex-wrap: wrap;
  }
  .popup-authentication .form-group.buttons .action {
    width: 100%;
    margin: 0 0 30px 0!important;
  }
  .popup-authentication .form-group.buttons .action.secondary {
    text-align: center;
  }
  .modal-popup.wishlist-add-popup-modal select {
    height: 45px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .realview-presentation-view .modal-popup .modal-content {
    padding: 0;
  }
  .realview-presentation-view .modal-popup textarea {
    margin-bottom: 0 !important;
  }
  .realview-presentation-view .modal-popup .popup-modal__action {
    margin-top: 23px;
  }
  .realview-presentation-view .modal-popup .popup-modal__action input {
    margin-bottom: 10px !important;
  }
  .gallery-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-wrapper .image-block {
    width: 55%;
  }
  .gallery-wrapper .text-block {
    width: 45%;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .title {
    margin: 60px 0 0;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .list-spaces-title {
    padding: 0;
    font-size: 46px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.69px;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .list-spaces .space-item-info {
    margin-bottom: 50px;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .list-spaces .space-item-info .space-item-details .space-details-top .artviewing-block span {
    font-size: 19px;
    line-height: 1.42;
    letter-spacing: 0.57px;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .list-spaces .space-item-info .space-item-details .space-details-top .room-block span {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.48px;
  }
  .cms-realview_page .realview_page_space_list_block_wrapper .realview-cms-page-block .list-spaces .space-item-info .space-item-details .space-details-bottom .realview-presentation-block span {
    font-size: 24px;
  }
  .list-spaces {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .list-spaces.status {
    grid-template-columns: repeat(1, 1fr);
  }
  .space-item {
    padding: 24px;
  }
  .space-item .space-item-info.status {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .space-item .space-item-info .space-item-details {
    min-height: 77px;
  }
  .space-item .space-item-info .space-item-details.show {
    min-height: 100%;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block.status {
    gap: 61px;
    display: flex;
    flex-direction: column;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .label {
    font-size: 1.9rem;
    letter-spacing: 0.57px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .value {
    font-size: 2.4rem;
    min-height: 71px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-header {
    padding: 0;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-header .status-block {
    font-size: 2rem;
    letter-spacing: 0.6px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-header .status-block .value {
    min-height: auto;
    display: inline;
    font-size: 18px;
    font-weight: 400;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-header .status-block .label {
    font-size: 18px;
    font-weight: 300;
    display: contents;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-header .open-close-icon {
    background: center / contain no-repeat url('../images/icons/icon-dropdown.svg');
    background-size: 24px 12.5px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-image-wrapper {
    background-color: #FFFFFF;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-image-wrapper img {
    width: 92px;
    height: 123px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper.stub {
    display: flex;
    align-items: center;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper .autor {
    font-size: 1.8rem;
    font-weight: 300;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper .name {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper .buy-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper .buy-info .price {
    font-size: 2.4rem;
    font-weight: 400;
    margin-right: auto;
  }
  .space-item .space-item-info .space-item-details .space-details-top .artviewing-block .space-item-approval-block .approval-block-content .artwork-info-wrapper .buy-info .tocart {
    height: 40px;
    background-size: 24px 24px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .space-actions-open {
    background: center / contain no-repeat url('../images/icons/icon-open-desk.svg');
    width: 4px;
    height: 18px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .action-list .action-list-close {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .space-item .space-item-info .space-item-details .space-details-top .action-list ul {
    background: #ffffff;
    border: 1px solid #8A92A5;
  }
  .space-item .space-item-info .space-item-details .space-details-top .action-list ul li a {
    font-size: 1.6rem;
  }
  .space-item .space-item-info .space-item-details .space-details-top .action-list ul li .action-item:after {
    width: 18px;
    height: 18px;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom {
    padding: 9px 8px;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom .space-view-comment-count-block .view-count .icon {
    width: 26px;
    height: 26px;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom .space-view-comment-count-block .view-count .count {
    font-size: 1.5rem;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom .space-view-comment-count-block .comment-count .icon {
    width: 24px;
    height: 24px;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom .space-view-comment-count-block .comment-count .count {
    font-size: 1.5rem;
  }
  .space-item .space-item-info .space-item-details .space-details-bottom .space-share-block {
    width: 21px;
    height: 25px;
  }
  .space-item .space-item-info .space-item-details .space-curate-realview-block {
    font-size: 2.4rem;
  }
  #modal-add-new-space .inspiration-container,
  #modal-add-new-space .favorites-container,
  #modal-add-new-space .spaces-container {
    margin: 0 -38px 20px auto;
    min-width: 33%;
  }
  #modal-add-new-space .inspiration-container .open-filter,
  #modal-add-new-space .favorites-container .open-filter,
  #modal-add-new-space .spaces-container .open-filter {
    width: 33%;
    min-width: 300px;
    padding: 0 40px 0 4%;
  }
  #modal-add-new-space .inspiration-container .sort-text,
  #modal-add-new-space .favorites-container .sort-text,
  #modal-add-new-space .spaces-container .sort-text {
    font-size: 17px;
  }
  #modal-add-new-space .inspiration-container .sort-by,
  #modal-add-new-space .favorites-container .sort-by,
  #modal-add-new-space .spaces-container .sort-by {
    font-size: 17px;
    margin: 0 0 0 0;
  }
  #modal-add-new-space .inspiration-container .show-dropdown,
  #modal-add-new-space .favorites-container .show-dropdown,
  #modal-add-new-space .spaces-container .show-dropdown {
    width: 33%;
    min-width: 300px;
    min-height: 439px;
    padding: 73px 40px 30px 5%;
  }
  #modal-add-new-space .inspiration-container .show-dropdown_name,
  #modal-add-new-space .favorites-container .show-dropdown_name,
  #modal-add-new-space .spaces-container .show-dropdown_name {
    padding: 10px 0;
    font-size: 15px;
  }
  .theme-pearl.store-view-default h1 {
    font-size: 40px;
  }
  .theme-pearl.store-view-default .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .theme-pearl.store-view-default.catalog-product-view .page-main {
    max-width: 90% !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-default .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-default .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-default .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-default .breadcrumbs .items strong,
  .theme-pearl.store-view-default .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-default .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-default .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-default .columns,
  .theme-pearl.store-view-default .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-default.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-default.cms-index-index .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-default.cms-page-view .columns,
  .theme-pearl.store-view-default.cms-index-index .columns,
  .theme-pearl.store-view-default.cms-page-view .page.messages,
  .theme-pearl.store-view-default.cms-index-index .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-default.cms-index-index .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-default.page-products .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-default.page-products .columns,
  .theme-pearl.store-view-default.page-products .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.page-products .category-description,
  .theme-pearl.store-view-default.page-products .category-show-more {
    max-width: 90% !important;
  }
  .theme-pearl.store-view-default.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-default.catalog-product-view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-default.catalog-product-view .columns,
  .theme-pearl.store-view-default.catalog-product-view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs {
    background-color: #f8f9f9;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item:after {
    color: #404040 !important;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    color: #8a262e;
    line-height: 18px;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item a:hover {
    color: #8a262e;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong {
    color: #707070;
  }
  .theme-pearl.store-view-default .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .theme-pearl.store-view-partner_portal h1 {
    font-size: 40px;
  }
  .theme-pearl.store-view-partner_portal .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .theme-pearl.store-view-partner_portal.catalog-product-view .page-main {
    max-width: 90% !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-partner_portal .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-partner_portal .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-partner_portal .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-partner_portal .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-partner_portal .breadcrumbs .items strong,
  .theme-pearl.store-view-partner_portal .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-partner_portal .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-partner_portal .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-partner_portal .columns,
  .theme-pearl.store-view-partner_portal .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-partner_portal.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-partner_portal.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-partner_portal.cms-index-index .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-partner_portal.cms-page-view .columns,
  .theme-pearl.store-view-partner_portal.cms-index-index .columns,
  .theme-pearl.store-view-partner_portal.cms-page-view .page.messages,
  .theme-pearl.store-view-partner_portal.cms-index-index .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-partner_portal.cms-index-index .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-partner_portal.page-products .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-partner_portal.page-products .columns,
  .theme-pearl.store-view-partner_portal.page-products .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.page-products .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.page-products .category-description,
  .theme-pearl.store-view-partner_portal.page-products .category-show-more {
    max-width: 90% !important;
  }
  .theme-pearl.store-view-partner_portal.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-partner_portal.catalog-product-view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-partner_portal.catalog-product-view .columns,
  .theme-pearl.store-view-partner_portal.catalog-product-view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs {
    background-color: #f8f9f9;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item:after {
    color: #404040 !important;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    color: #8a262e;
    line-height: 18px;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item a:hover {
    color: #8a262e;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item strong {
    color: #707070;
  }
  .theme-pearl.store-view-partner_portal .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .theme-pearl.store-view-artist_portal h1 {
    font-size: 40px;
  }
  .theme-pearl.store-view-artist_portal .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .theme-pearl.store-view-artist_portal.catalog-product-view .page-main {
    max-width: 90% !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-artist_portal .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-artist_portal .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-artist_portal .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artist_portal .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artist_portal .breadcrumbs .items strong,
  .theme-pearl.store-view-artist_portal .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-artist_portal .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-artist_portal .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-artist_portal .columns,
  .theme-pearl.store-view-artist_portal .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-artist_portal.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artist_portal.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-artist_portal.cms-index-index .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artist_portal.cms-page-view .columns,
  .theme-pearl.store-view-artist_portal.cms-index-index .columns,
  .theme-pearl.store-view-artist_portal.cms-page-view .page.messages,
  .theme-pearl.store-view-artist_portal.cms-index-index .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-artist_portal.cms-index-index .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artist_portal.page-products .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artist_portal.page-products .columns,
  .theme-pearl.store-view-artist_portal.page-products .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.page-products .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.page-products .category-description,
  .theme-pearl.store-view-artist_portal.page-products .category-show-more {
    max-width: 90% !important;
  }
  .theme-pearl.store-view-artist_portal.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-artist_portal.catalog-product-view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artist_portal.catalog-product-view .columns,
  .theme-pearl.store-view-artist_portal.catalog-product-view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs {
    background-color: #f8f9f9;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item:after {
    color: #404040 !important;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    color: #8a262e;
    line-height: 18px;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item a:hover {
    color: #8a262e;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item strong {
    color: #707070;
  }
  .theme-pearl.store-view-artist_portal .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .theme-pearl.store-view-artviewing_store_view h1 {
    font-size: 40px;
  }
  .theme-pearl.store-view-artviewing_store_view .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .page-main {
    max-width: 90% !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-artviewing_store_view .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-artviewing_store_view .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .items strong,
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-artviewing_store_view .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-artviewing_store_view .columns,
  .theme-pearl.store-view-artviewing_store_view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-artviewing_store_view.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artviewing_store_view.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-artviewing_store_view.cms-index-index .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artviewing_store_view.cms-page-view .columns,
  .theme-pearl.store-view-artviewing_store_view.cms-index-index .columns,
  .theme-pearl.store-view-artviewing_store_view.cms-page-view .page.messages,
  .theme-pearl.store-view-artviewing_store_view.cms-index-index .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-artviewing_store_view.cms-index-index .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-artviewing_store_view.page-products .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artviewing_store_view.page-products .columns,
  .theme-pearl.store-view-artviewing_store_view.page-products .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.page-products .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.page-products .category-description,
  .theme-pearl.store-view-artviewing_store_view.page-products .category-show-more {
    max-width: 90% !important;
  }
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .columns,
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs {
    background-color: #f8f9f9;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item:after {
    color: #404040 !important;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    color: #8a262e;
    line-height: 18px;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item a:hover {
    color: #8a262e;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item strong {
    color: #707070;
  }
  .theme-pearl.store-view-artviewing_store_view .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .theme-pearl.store-view-presentation_portal h1 {
    font-size: 40px;
  }
  .theme-pearl.store-view-presentation_portal .page-main {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .theme-pearl.store-view-presentation_portal.catalog-product-view .page-main {
    max-width: 90% !important;
    width: 100% !important;
  }
  .theme-pearl.store-view-presentation_portal .footer.content {
    max-width: 100%;
    width: 100%;
  }
  .theme-pearl.store-view-presentation_portal .row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .theme-pearl.store-view-presentation_portal .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-presentation_portal .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-presentation_portal .breadcrumbs .items strong,
  .theme-pearl.store-view-presentation_portal .breadcrumbs .items a {
    text-transform: lowercase;
  }
  .theme-pearl.store-view-presentation_portal .breadcrumbs .items strong:first-letter,
  .theme-pearl.store-view-presentation_portal .breadcrumbs .items a:first-letter {
    text-transform: uppercase;
  }
  .theme-pearl.store-view-presentation_portal .columns,
  .theme-pearl.store-view-presentation_portal .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.cms-page-view .breadcrumbs,
  .theme-pearl.store-view-presentation_portal.cms-index-index .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-presentation_portal.cms-page-view .breadcrumbs .items,
  .theme-pearl.store-view-presentation_portal.cms-index-index .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-presentation_portal.cms-page-view .columns,
  .theme-pearl.store-view-presentation_portal.cms-index-index .columns,
  .theme-pearl.store-view-presentation_portal.cms-page-view .page.messages,
  .theme-pearl.store-view-presentation_portal.cms-index-index .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.cms-page-view .page-title-wrapper,
  .theme-pearl.store-view-presentation_portal.cms-index-index .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.page-products .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .theme-pearl.store-view-presentation_portal.page-products .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-presentation_portal.page-products .columns,
  .theme-pearl.store-view-presentation_portal.page-products .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.page-products .page-title-wrapper {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.page-products .category-description,
  .theme-pearl.store-view-presentation_portal.page-products .category-show-more {
    max-width: 90% !important;
  }
  .theme-pearl.store-view-presentation_portal.catalog-product-view .breadcrumbs {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }
  .theme-pearl.store-view-presentation_portal.catalog-product-view .breadcrumbs .items {
    max-width: 90%;
    width: 100%;
  }
  .theme-pearl.store-view-presentation_portal.catalog-product-view .columns,
  .theme-pearl.store-view-presentation_portal.catalog-product-view .page.messages {
    max-width: 90% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal.catalog-product-view .page-title-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs {
    background-color: #f8f9f9;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item:after {
    color: #404040 !important;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    color: #8a262e;
    line-height: 18px;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item a:hover {
    color: #8a262e;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item strong {
    color: #707070;
  }
  .theme-pearl.store-view-presentation_portal .page-wrapper .breadcrumbs .items .item strong:hover {
    color: inherit;
  }
  .project-index-index .table-list-items,
  .project-project-index .table-list-items {
    padding-left: 0;
    margin: 70px auto 0;
  }
  .project-index-index .table-list-items .table-list-item,
  .project-project-index .table-list-items .table-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .project-index-index .table-list-items .table-list-item:last-child,
  .project-project-index .table-list-items .table-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .project-index-index .table-list-items .table-list-item .table-list-item-column,
  .project-project-index .table-list-items .table-list-item .table-list-item-column {
    margin-bottom: 0;
    text-align: center;
    width: 15%;
    padding: 0 14px;
  }
  .project-index-index .table-list-items .table-list-item .table-list-item-column .label,
  .project-project-index .table-list-items .table-list-item .table-list-item-column .label {
    margin-top: 12px;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .project-index-index .table-list-items .table-list-item .table-list-item-column .value,
  .project-project-index .table-list-items .table-list-item .table-list-item-column .value {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.54px;
  }
  .project-index-index .table-list-items .table-list-item .table-list-item-column:after,
  .project-project-index .table-list-items .table-list-item .table-list-item-column:after {
    background-color: #8f8984;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper .actions-bar svg,
  .project-project-index .table-list-items .table-list-item .actions-wrapper .actions-bar svg {
    width: 5px;
    height: 22px;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper .actions-bar svg circle,
  .project-project-index .table-list-items .table-list-item .actions-wrapper .actions-bar svg circle {
    fill: #000000;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper ul,
  .project-project-index .table-list-items .table-list-item .actions-wrapper ul {
    text-align: left;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper ul.active,
  .project-project-index .table-list-items .table-list-item .actions-wrapper ul.active {
    min-width: 125px;
    min-height: 92px;
    padding: 12px 17px;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper ul.active a,
  .project-project-index .table-list-items .table-list-item .actions-wrapper ul.active a,
  .project-index-index .table-list-items .table-list-item .actions-wrapper ul.active .link.secondary,
  .project-project-index .table-list-items .table-list-item .actions-wrapper ul.active .link.secondary {
    font-size: 1.6rem;
  }
  .projects-tabs {
    padding-right: 0;
    padding-left: 0;
  }
  .projects-tabs .projects-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .projects-tabs .projects-header h3 {
    margin: 0;
  }
  .projects-tabs .projects-list {
    margin-top: 32px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .projects-tabs .projects-list > .projects {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .projects-tabs .project-item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .projects-tabs .block > .title span {
    font-size: 2rem;
    padding-right: 32px;
  }
  .projects-tabs .block > .title span:after {
    right: 256px;
  }
  .projects-tabs .block .content h3 {
    font-size: 3.6rem;
    margin-top: 5px;
  }
  .projects-tabs .block .content .text {
    font-size: 2.2rem;
  }
  .projects-tabs .block.proposals-block > .title span:after {
    right: 50px;
  }
  .projects-tabs .primary.action {
    float: none;
  }
  .projects-tabs .primary.action {
    font-size: 1.6rem;
    padding: 13px 15px;
    height: auto;
    text-align: center;
    letter-spacing: 1.6px;
  }
  .projects-tabs .spaces-list-wrapper {
    position: relative;
  }
  .projects-tabs .spaces-list-wrapper .content-wrapper {
    position: relative;
    top: 0;
  }
  .projects-tabs .spaces-list-header .header-top h3 {
    object-fit: contain;
    font-family: 'Cormorant';
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.54px;
    text-align: left;
    color: #000000;
    margin-bottom: 18px;
  }
  .form-group h3 {
    font-size: 1.6rem;
    margin: 9px 0 11px;
  }
  .form-group input[name="project[name]"].mage-error {
    margin-bottom: 5px !important;
  }
  .form-group .form-item {
    padding: 25px 0;
  }
  .form-group .form-item .text-block.border {
    height: 31px;
    padding: 0 13px;
  }
  .form-group .form-item .text-block.border span {
    font-size: 1.7rem;
    margin-top: 5px;
  }
  .form-group.buttons {
    margin: 20px 0;
    justify-content: flex-end;
  }
  .form-group.buttons button {
    width: 100%;
  }
  .project-view-settings-tabs .tabs-titles .item.title .switch {
    font-size: 2.2rem;
    letter-spacing: 0.33px;
  }
  .project-view-settings-tabs .tabs-titles .item.title.active .switch:after {
    bottom: -18px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item.column {
    padding: 30px 0 15px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item.column:nth-last-child(2) > div {
    padding: 15px 0 15px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item.column:last-child {
    padding: 15px 0 11px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item h3 {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item .italic {
    font-size: 1.5rem;
    letter-spacing: 0.23px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item label {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item label span {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item input {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
    width: 80px;
    height: 32px;
    padding: 0 14px;
  }
  .project-view-settings-tabs form .item.content .form-group .form-item input[name="project[product_markup]"] {
    margin: 5px 0 0 !important;
  }
  .project-view-settings-tabs form .form-group.buttons button.action.save.primary {
    margin-top: 0;
    min-width: 144px;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper .project-collaborators .project-collaborators-list ul {
    padding: 0;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper .project-collaborators .project-collaborators-list ul li {
    width: 32px;
    height: 32px;
    margin: 0 -15px 0 0;
    border: 1px solid #CBCFD9;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper .project-collaborators .project-collaborators-list ul li.existing-collaborator {
    font-size: 1.8rem;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper .project-collaborators .project-collaborators-list ul li.add-new-collaborator {
    background-size: 16px 16px;
  }
  .project-project-index .project-header-wrapper .buttons-wrapper {
    display: block;
  }
  .project-project-index .project-header-wrapper .buttons-wrapper .buttons-wrapper-action {
    display: flex;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    gap: 24px;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper {
    padding: 28px 0;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-form .label {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-form .label.margin-top {
    margin-top: 92px;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-form input:focus {
    box-shadow: none;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-form .form-group.buttons .action.primary {
    font-size: 1.6rem;
    width: 187px;
    height: 61px;
    line-height: 61px;
    padding: 0 42px;
    text-transform: uppercase;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-form .form-group.buttons .action.secondary {
    font-size: 1.6rem;
    width: 187px;
    height: 61px;
    line-height: 61px;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-first-step .powered-by .powered-by-label {
    font-size: 1.8rem;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-first-step .label {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-second-step .powered-by {
    text-align: left;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-second-step .powered-by .powered-by-label {
    font-size: 1.8rem;
    display: none;
  }
  .project-rv-presentation .page-wrapper .secure-view-wrapper .secure-view-second-step .powered-by .powered-by-logo {
    margin: 0 auto 0 0;
  }
  .clients-block .link.primary {
    font-size: 2.6rem;
    padding-bottom: 5px;
    font-weight: 500;
  }
  .clients-block .clients-wrapper .text {
    width: 100%;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column.project-column:after {
    display: none;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column.name-column {
    font-size: 2.4rem;
    width: 20%;
    padding: 0 14px 0 0;
    line-height: 1.92;
    letter-spacing: 0.36px;
    text-align: left;
    word-break: break-all;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column.email-column,
  .clients-block .clients-wrapper .clients-list .client-item .client-column.phone-column {
    width: 25%;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column.project-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 14px ;
  }
  .add-collaborator-modal-form form .step-one {
    margin: 20px 0 0 0;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator {
    padding: 33px 0 16px;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .img-wrapper {
    -webkit-flex-basis: 40px;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 21px;
    color: white;
    position: relative;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .img-wrapper > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .collaborator-info {
    padding: 0 18px;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .collaborator-info .collaborator-name {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .collaborator-info .collaborator-email {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .add-collaborator-modal-form form .step-one .project-collaborators-list ul .existing-collaborator .collaborator-remove-link {
    width: 40px;
    height: 40px;
    background-position: right center;
    background-size: 22px 23px;
  }
  .add-collaborator-modal-form form .step-two {
    margin: 32px 0 0 0;
  }
  .add-collaborator-modal-form form .step-two .form-item textarea {
    min-height: 240px;
  }
  .project-activity-comments .project-activity-comments-container .project-activity-comments__item .project-activity-comments__header .project-activity-comments__header_wrap .project-activity-comments__image {
    -webkit-flex-basis: 32px;
    flex-basis: 32px;
  }
  .project-activity-comments .project-activity-comments-container .project-activity-comments__item .project-activity-comments__header .project-activity-comments__header_wrap .project-activity-comments__name .name {
    font-size: 14px;
  }
  .project-activity-comments .project-activity-comments-container .project-activity-comments__item .project-activity-comments__header .project-activity-comments__header_wrap .project-activity-comments__name .date {
    font-size: 12px;
  }
  .project-activity-comments .project-activity-comments-container .project-activity-comments__item .comment {
    font-size: 16px;
    line-height: 1.38;
    color: #22242D;
    font-weight: 300;
  }
  .project-activity-comments .post-comment .post-comment-wrap #postActivityComment input.field-comment {
    margin-bottom: 0 !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .project-activity-comments .post-comment .post-comment-wrap #postActivityComment button.btn-send {
    font-size: 16px;
  }
  .project-project-index .modal-popup .modal-header {
    padding: 23px 34px 20px;
  }
  .project-project-index .modal-popup .modal-header h1 {
    font-size: 3rem;
  }
  .project-project-index .modal-popup .modal-header .action-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .project-project-index .modal-popup .modal-header .action-close:before {
    font-size: 1.9rem;
  }
  .project-project-index .modal-popup .modal-content {
    padding: 15px 38px 30px 38px;
  }
  .project-project-index .modal-popup .modal-content form .recipient-block label {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .project-project-index .modal-popup .modal-content form .recipient-block input {
    font-size: 1.6rem;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper {
    padding: 17px 0 27px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-icon-wrapper {
    -webkit-flex-basis: 60px;
    flex-basis: 60px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-icon-wrapper .icon {
    width: 60px;
    height: 60px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-name-email-wrapper {
    padding: 0 15px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-name-email-wrapper .name {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-name-email-wrapper .email {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .project-project-index .modal-popup .modal-content form .step-one .customer-info-wrapper .customer-type-wrapper .type {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    word-break: initial;
  }
  .project-project-index .modal-popup .modal-content form .step-one .email-text textarea {
    min-height: 137px;
    font-size: 1.8rem;
  }
  .project-project-index .modal-popup .modal-content form .step-two h3 {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    margin: 32px 0 0;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item label span {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item .italic {
    font-size: 1.5rem;
    letter-spacing: 0.23px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item a {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.one {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 0 25px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.one label {
    justify-content: flex-start;
    width: 40%;
    margin-bottom: 0;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.two {
    padding: 25px 0 33px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.two .secure-code-wrapper span {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.two .secure-code-wrapper input {
    font-size: 1.7rem;
    letter-spacing: 0.85px;
    width: 80px;
    height: 32px;
    padding: 0 14px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.tree {
    padding: 25px 0 33px;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.tree a {
    margin: 0 0 8px 0;
  }
  .project-project-index .modal-popup .modal-content form .step-two .form-item.tree .copyPasteBtn {
    margin-bottom: 15px;
  }
  .project-project-index .modal-popup .modal-content .new-client div.fieldset {
    display: flex;
    margin: 0 -15px 28px;
    flex-wrap: wrap;
  }
  .project-project-index .modal-popup .modal-content .new-client div.fieldset .item {
    width: 50%;
    padding: 0 15px;
  }
  .project-project-index .modal-popup .modal-content .new-client .legend {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 6px;
    margin-left: 15px;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.6px;
    border: unset;
    float: none;
  }
  .project-project-index .modal-popup .modal-content .new-client .legend span {
    margin-right: 20px;
    font-size: 1.7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.6px;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset {
    margin-bottom: 13px;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field {
    margin: 0;
    position: relative;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.street .control {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.street .control .field-inner,
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.street .control .nested {
    width: 50%;
    padding: 0 15px;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.street .control .field-inner .control,
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.street .control .nested .control {
    margin: 0;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.city,
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.country {
    width: 50%;
    margin: 0 -15px;
    padding-left: 15px;
    float: left;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.region,
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field.postcode {
    width: 50%;
    margin: 0 -15px;
    padding-right: 15px;
    float: right;
  }
  .project-project-index .modal-popup .modal-content .new-client .fieldset > .field .additional {
    margin: 0;
    position: relative;
  }
  .project-project-index .modal-popup .modal-content .new-client .project-budget input[type="text"],
  .project-project-index .modal-popup .modal-content .new-client .project-budget select {
    margin-bottom: 15px;
  }
  .project-project-index .modal-popup .modal-content .new-client .action.primary {
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fbfbf5;
    background: #8a262e;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 auto;
  }
  .project-project-index .modal-popup .modal-content .form-group.buttons button {
    margin: 160px 0 0 0;
  }
  .project-project-index .modal-popup .modal-content .form-group.buttons button.save {
    margin: 67px 0 0 0;
  }
  .project-project-index .modal-popup .modal-content .form-group.buttons .action.primary {
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  .project-project-index .modal-popup .modal-content .form-group.buttons .action.secondary {
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .collections-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 32px 0;
  }
  .collections-header .collection-name {
    font-size: 36px;
    margin: 0 auto 0 15px;
  }
  .collections-header .control-wrapper {
    width: 100%;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .collection-title {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .collection-actions-open {
    background: center / contain no-repeat url('../images/icons/icon-open-desk.svg');
    width: 4px;
    height: 18px;
    margin-top: 2px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list .action-list-close {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul {
    padding: 10px 27px 15px 34px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul li {
    padding: 11px 10px 7px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul li .action-item,
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul li a {
    font-size: 1.6rem;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul li .action-item:after,
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-top .action-list ul li a:after {
    width: 18px;
    height: 18px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-viewed-wrapper .collection-viewed-icon {
    width: 25px;
    height: 26px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-viewed-wrapper .collection-viewed-value {
    font-weight: 300;
    font-size: 18px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-share-open {
    width: 21px;
    height: 25px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-share-action ul {
    padding: 10px 27px 15px 34px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-share-action ul li {
    padding: 11px 10px 7px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-share-action ul li .action-item,
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .collection-share-action ul li a {
    font-size: 1.6rem;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .curate-realview-wrapper {
    margin-top: 25px;
  }
  .collections-list .collection-item .collection-item-info .collection-item-details .collection-details-bottom .curate-realview-wrapper a {
    font-size: 24px;
  }
  .collection-view .action {
    width: calc(50% - 12px);
  }
  .collection-view .action.launch-realview {
    width: 100%;
    padding: 0 42px;
  }
  .collection-view .action.primary {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    margin-left: 12px;
  }
  .collection-view .action.secondary {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    margin-right: 12px;
  }
  .collection-view .collection-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 32px 0;
  }
  .collection-view .collection-header .link-to-collections-page {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    top: 0;
    position: relative;
  }
  .collection-view .collection-header .collection-name {
    font-size: 36px;
    margin: 0 auto 0 15px;
    display: flex;
    align-items: center;
  }
  .collection-view .collection-header .control-wrapper {
    max-width: 100%;
  }
  .collection-view .collection-header .control-wrapper .create-proposal {
    padding: 0 12px;
  }
  .collection-view .collection-header .control-wrapper .launch-realview {
    padding: 0 12px;
  }
  .collection-view .collection-header .action {
    width: 100%;
  }
  .collection-view .collection-header .action.primary {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
  }
  .collection-view .collection-header .action.secondary {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    margin-right: 12px;
  }
  .collection-view .collection-content .collection-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .collection-view .collection-content .collection-items .collection-item {
    width: 100%;
    background-color: #ffffff;
    padding: 16px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-image {
    margin-bottom: 13px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .collection-item-info-left .artist-name {
    font-size: 17px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .collection-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 8px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .collection-buttons .tocart {
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
    gap: 16px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .collection-buttons button,
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .collection-buttons a button {
    height: 45px;
  }
  .collection-view .collection-content .collection-items .collection-item .collection-item-info .product-name {
    font-size: 28px;
    line-height: 1.4;
  }
  .blog-posts.list .blog-post {
    width: 48%;
  }
  .blog-posts.list .blog-post:nth-child(2n) {
    margin-left: calc((100% - 2 * 48.878%) / 2);
  }
  .blog-post-view .column.main .product-items .item {
    min-width: 150px;
  }
  .latest-news {
    margin: 0 0 30px;
  }
  .latest-news .latest-news-title {
    padding: 0 15px;
    text-align: center;
  }
  .latest-news .latest-news-title h2 {
    font-size: 30px;
    margin: 25px 0 28px;
  }
  .latest-news .latest-news-list {
    margin: 0 25px;
  }
  .latest-news .latest-news-list .news-item {
    padding: 0 15px;
    position: relative;
  }
  .latest-news .latest-news-list .news-item .news-img {
    text-align: center;
  }
  .latest-news .latest-news-list .news-item .news-text .data {
    font-size: 30px;
    line-height: 35px;
    width: 40px;
    right: 31px;
    top: 12px;
  }
  .latest-news .latest-news-list .news-item .news-text .data:after {
    width: 30px;
    margin-left: -15px;
  }
  .latest-news .latest-news-list .news-item .news-text .title-link {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 0;
    min-height: 80px;
  }
  .latest-news .latest-news-list .news-item .news-text .title-link h3 {
    margin: 6px 15px;
  }
  .page-blog-view .abs-margin-for-blocks-and-widgets-desktop,
  .page-blog-view .page-main .block,
  .page-blog-view .customer-review .product-details,
  .page-blog-view .page-main .block,
  .page-blog-view .customer-review .product-details {
    margin-bottom: 20px;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .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;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .catalog-product-view .fotorama {
    overflow: visible;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions {
    display: flex;
    align-items: center;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions .actions-secondary {
    margin-left: 10px;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 22px !important;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    position: relative;
    padding: 0;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .page-products .products-list .product-item .weltpixel-quickview {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .page-products .products-grid .product-item {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
  }
  .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;
  }
  .searchautocomplete {
    right: 0px;
  }
  .searchautocomplete.horizontally .block-right {
    margin-top: 10px;
  }
  .wpx-block-search .loader-ajax {
    position: relative;
  }
  .wpx-block-search .loader-ajax:after {
    content: "";
    background-image: url('../WeltPixel_SearchAutoComplete/images/ias-spinner.gif');
    background-size: 27px 26px;
    background-position: right center;
    background-repeat: no-repeat;
    height: 25px;
    width: 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .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: 2.04em;
    padding: 0.68em 0 2.04em;
  }
  .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: 1.02em;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 2.72em;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 0.68em;
    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;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: lighter;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #404040;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #404040;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #441e1e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #8a262e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #404040;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 57px;
  }
  .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: 0.68em 1.36em;
    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%;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -0.68em 0 0.68em;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 1.36em;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .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: 1.36em;
  }
  .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: lighter;
    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: #ab4b4b;
    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: #ab4b4b;
  }
  .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: 1.02em;
  }
  .product-info-main .product-add-form {
    padding-top: 1.36em;
  }
  .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: 30px;
  }
  .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: 1.7em;
  }
  .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 0.68em 0.68em 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;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 4rem;
    color: #441e1e;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #441e1e;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #441e1e;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #441e1e;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #ab4b4b;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .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: lighter;
    position: absolute;
    right: 0.68em;
    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;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 0.68em;
  }
  .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: 1.36em;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 1.36em 1.7em;
    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 1.36em;
    margin: 0 0 0.68em;
  }
  .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 1.36em 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 1.36em;
    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: 0.68em;
    padding-top: 0.68em;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 1.7em;
  }
  .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: 0.68em;
    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: 2.04em;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 1.36em;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.68em;
    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: #f8f9f9;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #441e1e;
    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: #404040;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #8a262e;
    border-color: #8a262e;
  }
  .opc-progress-bar-item._active > span {
    color: #441e1e;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #8a262e;
    border-color: #8a262e;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #8a262e;
    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 1.36em;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.36em;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1.36em;
    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: 3.2rem;
    border-bottom: 0;
    margin-bottom: 1.7em;
  }
  .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: 0.68em 2.04em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.68em 0 0 2.72em;
  }
  .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 1.36em 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: 2.04em;
  }
  .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: 0.68em;
  }
  .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: 20px;
    margin-bottom: 1.36em;
    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: 1.36em;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0.68em 0.68em 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: 30px;
  }
  .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: -1.36em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1.36em;
    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;
    border-radius: 2px;
    color: #202020;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    height: 4rem;
    line-height: 1.42857143;
    padding: 0 34px;
    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: 0.68em;
  }
  .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.7rem;
    margin: 0 0 0 0.34em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.7rem;
    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: 34px;
    line-height: 17px;
    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: 1.36em;
    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: 1.36em 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: 1.36em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1.36em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1.36em;
  }
  .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 1.36em 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: 1.36em;
    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: 1.36em;
  }
  .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: 2.72em;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0.68em 0;
  }
  .filter-actions {
    margin-bottom: 2.04em;
  }
  .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: 0.68em;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 1.7em;
    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: 0.34em;
    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 1.36em 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: 0.34em 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 0.34em;
  }
  .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: #ab4b4b;
    display: inline;
    font-size: 20px;
    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: 1.7em;
    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: 1.7em;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1.36em;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #ede7de;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0.68em;
    padding: 0.34em 0.68em 0.68em;
    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: 0.68em;
    padding: 0.34em 0.68em 0.68em;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #8a262e;
    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: 1.7em;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 1.36em 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 1.7em;
    padding-right: 1.7em;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 1.7em;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 2.72em;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .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;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 277.28px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .product-reviews-summary {
    margin-bottom: 1.02em;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 20px;
    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-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 1.36em;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 1.36em 2px 1.36em;
  }
  .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%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .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: 0.68em 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: 0.68em;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1.36em 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;
  }
  .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;
  }
  :root .theme-pearl .page-wrapper .page-header .logo {
    z-index: 5;
  }
  :root .theme-pearl .page-wrapper .page-header .welcome-cont .compare.wrapper {
    display: none;
  }
  :root .theme-pearl .page-wrapper .page-header .welcome-cont .greet.welcome {
    min-width: auto !important;
  }
  :root .theme-pearl .page-wrapper .page-header .welcome-cont .authorization-link {
    margin-left: 0px !important;
  }
  :root .theme-pearl .page-wrapper .page-header .customer-welcome .action.switch {
    height: 44px;
  }
  :root .theme-pearl .page-wrapper .page-header .customer-welcome .action.switch {
    margin-right: 6px;
  }
  :root .theme-pearl .page-wrapper .page-header .customer-welcome .action.switch:after {
    -webkit-background-image: url("../images/header/customer.svg");
    -moz-background-image: url("../images/header/customer.svg");
    -ms-background-image: url("../images/header/customer.svg");
    background-image: url("../images/header/customer.svg");
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    content: '';
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
  }
  :root .theme-pearl .page-wrapper .page-header .customer-welcome .switcher .options .action.toggle:after {
    line-height: initial;
    padding-top: 6px;
    padding-left: 5px;
  }
  :root .theme-pearl .page-wrapper .page-header .customer-welcome .my-account {
    font-size: 16px;
    font-weight: 400;
  }
  .page-wrapper .nav-sections {
    position: relative;
    z-index: 2;
  }
  .page-wrapper .nav-sections.nav-sections-4 {
    z-index: 9;
  }
  .page-wrapper .customer-welcome .action.switch {
    color: #000000;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty,
  .page-header .minicart-wrapper .action.showcart.active .counter.qty {
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: 4px;
    margin-left: 2px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li {
    margin-right: 10px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right a {
    font-weight: normal !important;
    max-width: 140px;
    display: inherit;
    margin: 0 auto;
  }
  .wrap .modal #search.horizontally-white {
    font-weight: bold;
  }
  .global-notification-wrapper .btn-bar #buttons a#prev {
    left: 0;
  }
  .global-notification-wrapper .btn-bar #buttons a#next {
    right: 0;
  }
  .global-notification-wrapper #slides {
    max-width: 80%;
  }
  .page-header-v3 .block-search label {
    margin-top: 3px;
  }
  .page-header-v3 .open-modal-search {
    padding-top: 7px;
    cursor: pointer;
  }
  .page-header-v4 .page-header #switcher-currency {
    margin-top: 0 !important;
  }
  .page-header-v4 .open-modal-search {
    padding-left: 14px;
    padding-top: 5px;
    cursor: pointer;
  }
  .page-header-v4 .greet.welcome span {
    margin-right: 15px;
  }
  :root .page-header-v2:not(.sticky-header) .block-search.minisearch-v2 {
    display: none;
    top: 3px;
    margin-left: 25px;
    position: relative;
  }
  .page-header.sticky-header .header.content .block-search.wpx-block-search .field.search .control {
    background: transparent !important;
  }
  .page-header.sticky-header .header.content .block-search.wpx-block-search #search {
    background: transparent !important;
  }
  .wrap .modal .control.horizontally-control.loader-ajax:after {
    top: 28px;
  }
  .wrap .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
    margin-right: 65px;
  }
  .page-header-v1 .panel.wrapper .panel.header .greet.welcome span.not-logged-in,
  .page-header-v3 .panel.wrapper .panel.header .greet.welcome span.not-logged-in,
  .page-header-v4 .panel.wrapper .panel.header .greet.welcome span.not-logged-in,
  .page-header-v1 .panel.wrapper .panel.header .greet.welcome span.logged-in,
  .page-header-v3 .panel.wrapper .panel.header .greet.welcome span.logged-in,
  .page-header-v4 .panel.wrapper .panel.header .greet.welcome span.logged-in {
    margin-right: 0;
  }
  .page-header-v1 .panel.wrapper .panel.header .customer-menu .header.links,
  .page-header-v3 .panel.wrapper .panel.header .customer-menu .header.links,
  .page-header-v4 .panel.wrapper .panel.header .customer-menu .header.links {
    margin-right: -11px;
  }
  .page-header-v1 .panel.wrapper .panel.header .switcher-dropdown,
  .page-header-v3 .panel.wrapper .panel.header .switcher-dropdown,
  .page-header-v4 .panel.wrapper .panel.header .switcher-dropdown {
    margin-right: -10px;
  }
  .page-header-v1 .panel.wrapper .panel.header .customer-welcome ~ .authorization-link,
  .page-header-v3 .panel.wrapper .panel.header .customer-welcome ~ .authorization-link,
  .page-header-v4 .panel.wrapper .panel.header .customer-welcome ~ .authorization-link {
    display: none;
  }
  .page-wrapper .page-header {
    background-color: #ede7de;
  }
  .project-services-form {
    margin-bottom: 26px;
  }
  .project-services-form .modal-services-list {
    margin: 0 -10px 30px 0;
  }
  .project-services-form .modal-services-list h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 0;
  }
  .project-services-form .modal-services-list .service-item {
    padding: 16px 0;
  }
  .project-services-form .modal-services-list .service-item .service-name {
    margin-bottom: 10px;
  }
  .project-services-form .modal-services-list .service-item .service-name span {
    font-size: 18px;
  }
  .project-services-form .modal-services-list .service-item .service-description span {
    font-size: 16px;
  }
  .project-services-form .modal-services-list .service-item .service-actions {
    right: -10px;
  }
  .project-services-form .modal-services-list .service-item .service-actions .checkmark {
    width: 20px;
    height: 20px;
  }
  .project-services-form .modal-services-list .service-item .service-actions .container input:checked ~ .checkmark:after {
    width: 18px;
    height: 16px;
  }
  .project-services-form h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
  }
  .project-services-form .new-service-fields {
    padding-right: 15px;
  }
  .project-services-form .new-service-fields input.mage-error,
  .project-services-form .new-service-fields textarea.mage-error {
    margin-bottom: 12px !important;
  }
  .project-services-form .form-group {
    justify-content: flex-end;
    margin: -15px 0 0;
  }
  .project-services-form .form-group .action.primary {
    width: 145px;
  }
  .project-settings-modal textarea.mage-error {
    margin-bottom: -5px !important;
  }
  .project-settings-modal input.mage-error {
    margin-bottom: 5px !important;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .action-close:before {
    font-size: 2.5rem;
    line-height: 25px;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .action-close span {
    font-size: 0rem;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-header .proposal-studio-logo {
    font-size: 2.4rem;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-header .proposal-studio-name {
    font-size: 2.4rem;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-header .page-count {
    font-size: 2.4rem;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-header .download-pdf {
    font-size: 1.7rem;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-header .download-pdf .icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  .project-project-index #tab-proposal .pdf-view-wrapper .pdf-view-content {
    position: relative;
  }
  .project-project-index #tab-proposal .pdf-page .page-content {
    padding: 20px 46px 50px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .title {
    margin-bottom: 8px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .title span {
    font-size: 1.8rem;
    letter-spacing: 0.28px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .pay-info-block .title {
    font-size: 1.4rem;
    letter-spacing: 0.56px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .pay-info-block .value {
    font-size: 1.8rem;
    letter-spacing: 0.28px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .header .page-count {
    font-size: 1.4rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .header .studio-logo {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    background-size: 40px 40px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .content .pdf-content-table {
    padding: 5px 0;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .content .pdf-content-table tr td {
    padding: 30px 8px ;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .content .pdf-content-table tr .first {
    font-size: 1.2rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .content .pdf-content-table tr .first .artwork-name {
    font-size: 1.4rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .content .pdf-content-table tr .two.artwork-description {
    font-size: 1.4rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .footer {
    min-height: 55px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .footer .italic {
    font-size: 1.4rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .footer .to-cart-block {
    margin-top: 0;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .footer .to-cart-block .total-price {
    font-size: 2.6rem;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .footer .to-cart-block .add-to-cart {
    margin-top: 24px;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .trems-conditions {
    width: calc(100% + 92px);
    padding: 35px 46px 35px;
    margin: 24px -46px 0;
  }
  .project-project-index #tab-proposal .pdf-page .page-content .trems-conditions p {
    font-size: 1.4rem;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-content {
    padding: 25px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-content .powered-by {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-content .powered-by .title {
    font-size: 0.7rem;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-content .powered-by .powered-by-logo {
    margin-top: 16px;
    height: 32px;
    width: 140px;
    background-size: 140px 32px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-content .studio-logo img {
    width: 100%;
    height: auto;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 38%;
    flex-basis: 38%;
    height: 100%;
    padding: 34px 36px;
    position: relative;
    max-width: 315px;
    width: 100%;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .coverpage-footer-block {
    word-break: break-all;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .coverpage-footer-block .title {
    font-size: 1.4rem;
    letter-spacing: 0.56px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .coverpage-footer-block .value {
    font-size: 1.7rem;
    letter-spacing: 0.28px;
    margin: 10px 0 45px;
    min-height: 0;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .client-block,
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .proposal-block {
    width: 100%;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .client-block {
    border-bottom: 1px solid #908983;
    margin-bottom: 45px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .download-pdf {
    text-align: left;
    position: absolute;
    bottom: 34px;
    left: 36px;
  }
  .project-project-index #tab-proposal .pdf-page.coverpage .page-content .coverpage-footer .download-pdf span {
    font-size: 2.6rem;
  }
  .project-project-index #tab-proposal .pdf-page.artwork .page-content .content .pdf-content-table tr.first .artwork-artist {
    font-size: 1rem;
  }
  .project-project-index #tab-proposal .pdf-page.artwork .page-content .content .pdf-content-table tr.first .artwork-name {
    font-size: 1.6rem;
  }
  .project-project-index #tab-proposal .pdf-page.artwork .page-content .content .pdf-content-table tr.two .artwork-description {
    font-size: 1.8rem;
    letter-spacing: 0.28px;
  }
  .proposal-tabs {
    padding: 0;
  }
  .proposal-tabs .proposal-tab {
    margin-bottom: 30px;
  }
  .proposal-tabs .proposal-tab h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .proposal-tabs .proposal-tab h4 span {
    margin: 0 32px 0 0;
  }
  .proposal-tabs .proposal-tab h4 .icon {
    -webkit-flex-basis: 50px;
    flex-basis: 50px;
    -webkit-mask-size: 22px 22px;
    -moz-mask-size: 22px 22px;
    -ms-mask-size: 22px 22px;
    mask-size: 22px 22px;
    height: 22px;
    width: 50px;
  }
  .proposal-tabs .proposal-tab .proposal-list {
    padding: 70px 0 20px;
  }
  .proposal-tabs .proposal-tab .proposal-list .proposal-item {
    justify-content: space-between;
  }
  .proposal-tabs .proposal-tab .proposal-list .proposal-item .proposal-column.code-column {
    font-size: 2.4rem;
    text-align: left;
    padding-left: 0;
  }
  .proposal-tabs .proposal-tab .proposal-list .proposal-item .proposal-column.status-column {
    width: 16%;
  }
  .proposal-tabs .proposal-tab .proposal-list .proposal-item .proposal-column.status-column:after {
    display: none;
  }
  .project-project-index #tab-proposal {
    padding-bottom: 133px;
  }
  .project-project-index #tab-proposal h2 {
    margin: 60px 0 40px;
  }
  .project-project-index #tab-proposal .proposal-mode-switcher {
    float: right;
    width: auto;
    margin: 0;
  }
  .project-project-index #tab-proposal .proposal-mode-switcher span {
    font-size: 1.8rem;
    letter-spacing: 1.26px;
  }
  .project-project-index #tab-proposal .proposal-mode-switcher .form-item {
    margin: 0 24px;
  }
  .project-project-index #tab-proposal .proposal-tab {
    margin-bottom: 30px;
  }
  .project-project-index #tab-proposal .proposal-tab h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .project-project-index #tab-proposal .proposal-tab h4 span {
    margin: 0 32px 0 0;
  }
  .project-project-index #tab-proposal .proposal-tab h4 .icon {
    -webkit-flex-basis: 50px;
    flex-basis: 50px;
    -webkit-mask-size: 22px 22px;
    -moz-mask-size: 22px 22px;
    -ms-mask-size: 22px 22px;
    mask-size: 22px 22px;
    height: 22px;
    width: 50px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content label span {
    font-size: 1.8rem;
    margin-bottom: 11px;
    margin-left: 0;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content input {
    font-size: 2.4rem;
    height: 90px;
    margin-bottom: 40px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content textarea {
    height: 90px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content div.mage-error[generated] {
    bottom: 10px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field {
    width: 33%;
    padding-left: 16px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-client-name,
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-billing-address,
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-footer-text {
    padding-left: 0;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-date input,
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-due-date input {
    padding-right: 70px;
    background-image: url("../images/icons/icon-calender.svg");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: right 28px center;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper form .field.proposal-footer-text {
    width: 100%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper {
    margin: 30px 0;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper .proposals-approved-artwork-list .approved-artwork-item .approved-artwork-column {
    width: 15%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper .proposals-approved-artwork-list .approved-artwork-item .approved-artwork-column.approved-artwork-image-wrapper {
    width: 20%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper .proposals-approved-artwork-list .approved-artwork-item .approved-artwork-column.approved-artwork-info {
    width: 20%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper .proposals-approved-artwork-list .approved-artwork-item .approved-artwork-column.approved-artwork-info .approved-artwork-name {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    text-align: left;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper .proposals-approved-artwork-list .approved-artwork-item .approved-artwork-column.approved-artwork-info .approved-artwork-description {
    font-size: 1.8rem;
    line-height: 1.22;
    letter-spacing: 0.9px;
    text-align: left;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list {
    margin: 0;
    width: 100%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item:first-child {
    margin-top: 70px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item:last-child {
    margin-bottom: 80px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column {
    width: 15%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column.service-info {
    width: 55%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column.service-info .service-name {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    text-align: left;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column.service-info .service-description {
    font-size: 1.6rem;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column.service-delete {
    width: 15%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-list .service-item .service-column.service-delete .service-delete-link {
    width: 100%;
    height: 30px;
    background-size: 24px 24px;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-form {
    margin-top: 0;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-form .project-add-service .project-add-service-link {
    font-size: 2.6rem;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-services-content-wrapper .proposals-services-form .project-add-service .project-add-service-link::before {
    left: 14px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper {
    margin-bottom: 48px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-content .jackdaw-studio-logo .quote .big-text {
    font-size: 5.2rem;
    letter-spacing: 1.04px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-content .jackdaw-studio-logo .quote-author {
    font-size: 1rem;
    letter-spacing: 0.2px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-footer {
    padding: 23px 36px 13px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-footer .coverpage-footer-block .title {
    font-size: 0.7rem;
    letter-spacing: 0.49px;
    margin: 0 0 20px 0;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-footer .coverpage-footer-block .value {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-footer .coverpage-footer-block.powered-by-block .logo-site {
    height: 104px;
    margin: 0 0 26px 0;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .coverpage-wrapper .coverpage .coverpage-footer .coverpage-footer-block.powered-by-block .title {
    margin: 0;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .proposal-all-view-link .icon {
    width: 24px;
    height: 24px;
    margin: 0 14px 0 0;
    background-size: 24px 24px;
  }
  .project-project-index #tab-proposal .proposals-view .proposal-view-content .proposal-all-view-link span:not(.icon) {
    font-size: 2.6rem;
  }
  .project-project-index #tab-proposal .proposals-actions {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-total {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-total .value {
    font-size: 3.2rem;
    letter-spacing: 0.48px;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-total .italic {
    font-size: 1.8rem;
    letter-spacing: 0.27px;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons {
    width: auto;
    margin: 0;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons #proposal-share-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons #proposal-share-btn span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons #proposal-share-btn span:before {
    content: "";
    display: block;
    background: url(../images/icons/icon-share.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons .client-view span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons .client-view span:before {
    content: "";
    display: block;
    background: url(../images/icons/icon-client-view.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .project-project-index #tab-proposal .proposals-actions .proposal-buttons .action {
    width: auto;
  }
  .account .modal-popup.share-proposal-popup .modal-content,
  .share-proposal-popup .modal-content {
    padding: 15px 35px 30px;
  }
  .page-main .block-collapsible-nav {
    margin-bottom: 24px;
  }
  .page-main .block-collapsible-nav .item .advance-filters-title,
  .page-main .block-collapsible-nav .item a,
  .page-main .block-collapsible-nav .item > strong {
    font-size: 2.4rem;
    padding: 24px 4px;
    margin-right: 24px;
    font-weight: 400;
  }
  .page-main .block-collapsible-nav .item.advance-filters-wrapper .advance-filters-list {
    padding: 48px;
  }
  .page-main .block-collapsible-nav .item.advance-filters-wrapper .advance-filters-list .item a {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
  }
  .page-main .block-collapsible-nav.marketplace-menu .item .triger-dropdown:after {
    -webkit-mask-size: 18px 10px;
    -moz-mask-size: 18px 10px;
    -ms-mask-size: 18px 10px;
    mask-size: 18px 10px;
    width: 18px;
    height: 10px;
  }
  .page-main .block-collapsible-nav.marketplace-menu .submenu {
    padding: 20px;
    right: 0;
    left: auto;
  }
  .page-main .block-collapsible-nav.marketplace-menu .submenu .submenu-items .submenu-item {
    margin-bottom: 0;
  }
  .page-main .block-collapsible-nav.marketplace-menu .submenu .submenu-items .submenu-item a {
    font-size: 24px;
  }
  .widget .artviewings-title {
    font-size: 101px !important;
  }
  .widget .artviewings-title.curator {
    flex-direction: column;
  }
  .widget .artviewings-title strong {
    font-size: 128px !important;
  }
  .artist-card {
    flex-direction: row;
  }
  .artist-card .heading {
    font-size: 32px;
  }
  .artist-card .description {
    font-size: 20px;
  }
  .artist-card .artist-info button {
    width: fit-content;
  }
  .content_slider {
    width: 40% !important;
    top: -145px !important;
    left: 60% !important;
    gap: 120px;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #ede7de;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 0.68em;
    padding-top: 0.68em;
  }
  .page-header .switcher {
    float: right;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper {
    margin-bottom: 65px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1.36em;
  }
  .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: 1px solid #817c75;
    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: #f8f9f9;
    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 #404040 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: 0.68em 1.36em;
  }
  .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: lighter;
    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: 150px;
    z-index: 1000;
    padding: 0.68em 0;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.content > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.content > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.content > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.content > .header.links > li > a {
    line-height: 1;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header.content > .header.links > li > a.registration {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header.content > .header.links > li.welcome {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header.content > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 0.34em;
  }
  .header.content > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.content > .header.links > .authorization-link a[href$="customer/account/logout/"] {
    display: none;
  }
  .header.content > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 2.04em 1.36em 0;
  }
  .logo {
    margin: -8px auto 1.7em 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    transition: margin 0.3s ease-out 0s;
  }
  .checkout-index-index .page-wrapper {
    position: static;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: unset;
    margin-top: auto;
  }
  .page-footer .footer-sections {
    padding-left: 100px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -0.68em;
    left: 100%;
    margin: 0 0 0 1.36em;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: -5.64em;
    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 #404040 transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: 1px solid #000000;
  }
  .footer.content .block {
    float: right;
  }
  .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;
  }
  .modal-popup input,
  .modal-popup textarea {
    font-size: 1.6rem;
    height: 45px;
    padding: 0 22px;
    margin-bottom: 31px !important;
  }
  .modal-popup input.error,
  .modal-popup textarea.error {
    border-color: #ed8380;
  }
  .modal-popup textarea {
    height: 8rem;
    padding: 12px 22px;
    min-height: 163px;
  }
  .modal-popup textarea.error {
    border-color: #ed8380;
  }
  .modal-popup .fieldset > .field > label,
  .modal-popup label {
    font-size: 2rem;
    font-weight: lighter;
    margin-bottom: 11px;
    margin-left: 0;
    letter-spacing: 0.85px;
    padding: 0;
  }
  .modal-popup .fieldset > .field > label span,
  .modal-popup label span {
    font-size: 1.4rem;
  }
  .modal-popup select {
    font-size: 1.5rem;
    height: 31px;
    padding: 0px 22px 0 10px;
  }
  .modal-popup .select-wrapper:after {
    right: 12px;
    top: 10px;
  }
  .modal-popup .switch {
    width: 39px;
    height: 20px;
  }
  .modal-popup .switch .slider {
    width: 39px;
  }
  .modal-popup .switch .slider:before {
    width: 27px;
    height: 27px;
  }
  .modal-popup .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .modal-popup .new-client,
  .modal-popup .project-settings-modal {
    margin-top: 16px;
    margin-bottom: 70px;
  }
  .modal-popup .new-client .container,
  .modal-popup .project-settings-modal .container {
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .modal-popup .new-client .container input:checked ~ .checkmark:after,
  .modal-popup .project-settings-modal .container input:checked ~ .checkmark:after {
    width: 12px;
    height: 8px;
    right: 2px;
    top: 5px;
  }
  .modal-popup .new-client label,
  .modal-popup .project-settings-modal label {
    font-size: 1.7rem;
  }
  .modal-popup .new-client fieldset.fieldset legend.legend span,
  .modal-popup .project-settings-modal fieldset.fieldset legend.legend span {
    font-size: 1.7rem;
  }
  .modal-popup .new-client fieldset.fieldset legend.legend span.checkmark,
  .modal-popup .project-settings-modal fieldset.fieldset legend.legend span.checkmark {
    width: 20px;
    height: 20px;
    top: -3px;
  }
  .modal-popup .new-client fieldset.fieldset legend.legend.checkbox-wrapper,
  .modal-popup .project-settings-modal fieldset.fieldset legend.legend.checkbox-wrapper {
    margin: 0 0 13px;
    justify-content: flex-start;
  }
  .modal-popup .new-client fieldset.fieldset legend.legend.checkbox-wrapper span,
  .modal-popup .project-settings-modal fieldset.fieldset legend.legend.checkbox-wrapper span {
    margin-right: 35px;
    display: block;
  }
  .modal-popup .new-client fieldset.fieldset legend.legend.checkbox-wrapper .container,
  .modal-popup .project-settings-modal fieldset.fieldset legend.legend.checkbox-wrapper .container {
    margin-left: 0;
  }
  .modal-popup .new-client select,
  .modal-popup .project-settings-modal select {
    font-size: 1.8rem;
    height: 63px;
    padding: 0 42px 0 18px;
    margin-bottom: 31px;
    width: 100%;
    font-weight: 300;
    color: #908983;
    background: url("../images/spaces/drop-down-arrow.svg") no-repeat;
    background-position: 100%;
    background-size: 15% 30%;
  }
  .modal-popup .new-client .client-notes .client-notes,
  .modal-popup .project-settings-modal .client-notes .client-notes {
    margin-bottom: 45px;
  }
  .column.main.infinite-scroll .product-items .ias-no-more.mg-top-msg {
    margin-top: 80px;
  }
  .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;
  }
  .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: flex;
    align-items: center;
    background-color: #f8f9f9;
    padding: 16px 10px;
    border-radius: 1px;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    border: #441e1e 1px solid;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters:hover,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters:hover,
  body.slider-layer .sidebar.sidebar-main .wp-filters:focus,
  body.slider-down-layer .sidebar.sidebar-main .wp-filters:focus {
    background-color: #f8f9f9;
    border: #8a262e 1px solid;
  }
  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;
  }
  .sidebar .slide-down-filter .filter-options .filter-options-item .filter-options-content #swatch-wrapper {
    text-align: left !important;
  }
  .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 .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 {
    margin-left: 90px !important;
  }
  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 #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 {
    margin-left: 90px !important;
  }
  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: #8a262e;
    border: 1px solid #e9e9e9;
    height: 5px;
    margin: 15px 0 25px 5px;
    width: 93%;
  }
  body.theme-pearl .ui-slider .ui-widget-header {
    background: #e9e9e9 !important;
    height: 100%;
    position: absolute;
  }
  body.theme-pearl .ui-slider .ui-slider-range {
    background: #8a262e !important;
  }
  body.theme-pearl .ui-slider .ui-slider-handle {
    cursor: ew-resize;
    width: 12px;
    height: 12px;
    top: -4px;
    background: #8a262e;
  }
  body.theme-pearl .ui-slider .ui-corner-all {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  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-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%;
  }
  .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;
  }
  body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content {
    min-width: 200px;
    width: auto;
    padding: 5px;
  }
  body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content .wp-instant-search-wrapper.desktop,
  body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content .wp-instant-search-wrapper.mobile {
    display: flex;
    justify-content: center;
  }
  body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content .item {
    white-space: nowrap;
  }
  body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content .item:hover {
    background-color: white;
  }
  #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;
    width: 100%;
    height: 46px;
  }
  .page-header-v4 .page-header .multistore-switcher {
    position: relative;
    top: -8px;
    margin-bottom: -10px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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;
  }
  label,
  .label {
    font-size: 18px;
  }
  label span,
  .label span {
    font-size: 18px;
  }
  .fieldset > .field.required > .label:after {
    font-size: 18px;
  }
  .switch {
    width: 39px;
    height: 20px;
  }
  .switch .slider {
    width: 39px;
  }
  .switch .slider:before {
    width: 20px;
    height: 20px;
  }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .customer-agreements input.customer-agreement-checbox[type="checkbox"],
  .fieldset > .field.choice input[type="checkbox"],
  input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ label,
  .fieldset > .field.choice input[type="checkbox"] ~ label,
  input[type="checkbox"] ~ label,
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ .label,
  .fieldset > .field.choice input[type="checkbox"] ~ .label,
  input[type="checkbox"] ~ .label {
    font-size: 15px;
    padding-left: 30px;
  }
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ label::before,
  .fieldset > .field.choice input[type="checkbox"] ~ label::before,
  input[type="checkbox"] ~ label::before,
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ .label::before,
  .fieldset > .field.choice input[type="checkbox"] ~ .label::before,
  input[type="checkbox"] ~ .label::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ label::after,
  .fieldset > .field.choice input[type="checkbox"] ~ label::after,
  input[type="checkbox"] ~ label::after,
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ .label::after,
  .fieldset > .field.choice input[type="checkbox"] ~ .label::after,
  input[type="checkbox"] ~ .label::after {
    width: 14px;
    height: 10px;
    top: 9px;
  }
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ label + .mage-error,
  .fieldset > .field.choice input[type="checkbox"] ~ label + .mage-error,
  input[type="checkbox"] ~ label + .mage-error,
  .customer-agreements input.customer-agreement-checbox[type="checkbox"] ~ .label + .mage-error,
  .fieldset > .field.choice input[type="checkbox"] ~ .label + .mage-error,
  input[type="checkbox"] ~ .label + .mage-error {
    position: absolute;
  }
  select {
    height: 4rem;
    border: 1px solid #707070;
    font-size: 1.8rem;
    padding: 0 18px;
    margin-bottom: 31px;
    width: 100%;
    background-position: 100%;
    background-size: 15% 30%;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"],
  input:not([type="radio"]),
  textarea {
    height: 4rem;
    border: 1px solid #707070;
    font-size: 1.8rem;
    padding: 0 22px;
  }
  textarea {
    height: auto;
    padding: 12px 22px;
    min-height: 163px;
  }
  .account .modal-popup input[type="text"],
  .account .modal-popup input[type="password"],
  .account .modal-popup input[type="url"],
  .account .modal-popup input[type="tel"],
  .account .modal-popup input[type="search"],
  .account .modal-popup input[type="number"],
  .account .modal-popup input[type="datetime"],
  .account .modal-popup input[type="email"],
  .account .modal-popup input:not([type="radio"]),
  .account .modal-popup textarea {
    font-size: 1.6rem;
    height: 45px;
    padding: 0 22px;
    margin-bottom: 31px !important;
  }
  .account .modal-popup textarea {
    height: auto;
    padding: 12px 22px;
    min-height: 163px;
  }
  .select2-container .select2-selection--single {
    height: 58px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.6rem;
    line-height: 58px;
    padding-left: 18px;
    height: 58px;
  }
  .select2-container[dir="small"] .select2-selection--single {
    height: 31px;
  }
  .select2-container[dir="small"] .select2-selection--single .select2-selection__rendered {
    font-size: 1.5rem;
    line-height: 31px;
    padding-left: 15px;
    height: 31px;
  }
  .select2-results__option {
    font-size: 1.6rem;
    padding: 10px;
  }
  [dir="small"] .select2-results__option {
    font-size: 1.5rem;
    padding: 6px 7px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    top: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 8px 0 8px;
    margin-left: -8px;
    margin-top: -4px;
  }
  .select2-container--default[dir="small"] .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
  }
  .select2-container--default[dir="small"] .select2-selection--single .select2-selection__arrow {
    right: 6px;
    top: 2px;
  }
  .select2-container--default[dir="small"] .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 4px 0 4px;
    margin-left: -4px;
    margin-top: -2px;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 8px 10px 8px;
  }
  .select2-container--default.select2-container--open[dir="small"] .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
  }
  .cms-page-view .buyer-protection-program-page .main-buner-block .main-baner-wrapper {
    margin-bottom: 30px;
  }
  .cms-page-view .buyer-protection-program-page .baner-text-block .content > .text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px 0;
  }
  .cms-page-view .buyer-protection-program-page .baner-text-block .content > .text .baner-wrapper {
    width: 45%;
    margin-bottom: 0;
  }
  .cms-page-view .buyer-protection-program-page .baner-text-block .content > .text .baner-wrapper img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .cms-page-view .buyer-protection-program-page .baner-text-block .content > .text .text-wrapper {
    width: 55%;
    padding: 5% 0 5% 5%;
  }
  .cms-page-view .buyer-protection-program-page .baner-text-block .content > .text .text-wrapper p {
    margin-bottom: 30px;
  }
  .cms-page-view .buyer-protection-program-page .three-column-text-block .content .three-column-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
  }
  .cms-page-view .buyer-protection-program-page .three-column-text-block .content .three-column-text .column-text {
    width: 25%;
  }
  .cms-page-view .buyer-protection-program-page .one-column-text-block .content .text {
    padding: 50px 0;
  }
  .cms-page-view .buyer-protection-program-page .one-column-text-block .content .text p {
    margin-bottom: 40px;
  }
  .cms-page-view .buyer-protection-program-page .one-column-text-block .content .text li {
    margin-bottom: 40px;
  }
  .cms-page-view .buyer-protection-program-page .return-policy-block {
    margin: 80px auto;
  }
  .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;
  }
  .about-us-v2 .cont-about-v2 .cont-title {
    max-width: 350px;
  }
  .about-us-v2 .cont-about-v2 .cont-title p {
    font-size: 35px;
  }
  .about-us-v2 .cont-about-v2 .heading-title-wpx {
    font-size: 70px;
  }
  .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 .img-cont .overlay-text {
    left: 10%;
    width: 80%;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider {
    font-size: 4vw;
  }
  .container-v12 .img-cont .overlay-text .text-custom-slider .second-line {
    font-size: 2.3vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text {
    font-size: 2.3vw;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text {
    padding: 15px 30px;
  }
  .container-v12 .img-cont .overlay-text .inner .text .scaled-text .seasonal {
    font-size: 4vw;
  }
  .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;
  }
  .container-v15 .page-layout-1column .block.widget .products-grid .item-v16 {
    width: 50%;
  }
  .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;
  }
  .review-form {
    max-width: 100%;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 30px;
  }
  /*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;
  }
  .theme-pearl .wk-search .button.search_seller {
    height: 2rem;
    padding: 20px 15px;
  }
  .theme-pearl .wk-search .button.search_seller:after {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  .cart-container .form-cart .actions.main .clear {
    height: auto;
    margin-left: 15px;
  }
  .cart-container .form-cart .actions.main .continue {
    height: auto;
    margin-left: 15px;
  }
  .cart-container .form-cart .actions.main .action.update {
    margin-left: 15px;
  }
  .cart-container .cart.main.actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .blog-post-view .blog-home-baner-title-block,
  .blog-post-index .blog-home-baner-title-block,
  .blog-category-index .blog-home-baner-title-block {
    display: none;
  }
  .blog-post-view .blog-categoties,
  .blog-post-index .blog-categoties,
  .blog-category-index .blog-categoties {
    font-size: 30px;
  }
  .blog-post-view .blog-categoties ul,
  .blog-post-index .blog-categoties ul,
  .blog-category-index .blog-categoties ul {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .blog-post-view .blog-categoties ul li,
  .blog-post-index .blog-categoties ul li,
  .blog-category-index .blog-categoties ul li {
    font-size: 30px;
    padding: 0 2% 15px;
    border-bottom: solid 2px transparent;
  }
  .blog-post-view .blog-categoties ul li a,
  .blog-post-index .blog-categoties ul li a,
  .blog-category-index .blog-categoties ul li a {
    font-size: 30px;
  }
  .blog-post-view .blog-posts .blog-post .card-content .card-img,
  .blog-post-index .blog-posts .blog-post .card-content .card-img,
  .blog-category-index .blog-posts .blog-post .card-content .card-img {
    margin-bottom: 19px;
  }
  .blog-post-view .blog-posts .blog-post .card-content .cat-title,
  .blog-post-index .blog-posts .blog-post .card-content .cat-title,
  .blog-category-index .blog-posts .blog-post .card-content .cat-title {
    font-size: 19px;
  }
  .blog-post-view .blog-posts .blog-post .card-content .card-desc h3 a,
  .blog-post-index .blog-posts .blog-post .card-content .card-desc h3 a,
  .blog-category-index .blog-posts .blog-post .card-content .card-desc h3 a {
    font-size: 36px;
  }
  .blog-post-view .blog-posts .blog-post .card-content .card-desc .footer-article,
  .blog-post-index .blog-posts .blog-post .card-content .card-desc .footer-article,
  .blog-category-index .blog-posts .blog-post .card-content .card-desc .footer-article {
    margin: 14px 0 0 0;
  }
  .blog-post-view .blog-posts .blog-post .card-content .card-desc .footer-article span,
  .blog-post-index .blog-posts .blog-post .card-content .card-desc .footer-article span,
  .blog-category-index .blog-posts .blog-post .card-content .card-desc .footer-article span {
    font-size: 19px;
  }
  .blog-post-view .blog-posts.more-two-items,
  .blog-post-index .blog-posts.more-two-items,
  .blog-category-index .blog-posts.more-two-items {
    -moz-column-count: 2;
    -moz-column-gap: 4%;
    -webkit-column-count: 2;
    -webkit-column-gap: 4%;
    column-count: 2;
    column-gap: 4%;
  }
  .blog-post-view .blog-posts.more-two-items .blog-post,
  .blog-post-index .blog-posts.more-two-items .blog-post,
  .blog-category-index .blog-posts.more-two-items .blog-post {
    width: 100%;
    margin-bottom: 50px;
  }
  .category-title h3 {
    font-size: 20px;
  }
  .postContent {
    padding: 0;
  }
  .catalog-product-view .product-rates-help-block,
  .catalog-product-view .shipping {
    font-size: 16px;
    font-weight: 300;
  }
  .catalog-product-view .details .sub-title {
    font-size: 36px;
  }
  .catalog-product-view .details .artist-long-description,
  .catalog-product-view .details .artist-excerption {
    font-size: 18px;
  }
  .catalog-product-view .details .about-artwork-wrapper .product-tearsheet-generate-btn {
    margin-top: 30px;
  }
  .catalog-product-view .details .attribute-wrapper .value,
  .catalog-product-view .details .attribute-wrapper .label {
    font-size: 18px;
  }
  .page-products.slider-layer .column.main,
  .catalog-category-view.slider-layer .column.main,
  .page-products.slider-down-layer .column.main,
  .catalog-category-view.slider-down-layer .column.main {
    padding-left: 0;
  }
  .page-products .page-title-wrapper .page-title,
  .catalog-category-view .page-title-wrapper .page-title {
    margin-bottom: 47px;
  }
  .page-products div.toolbar.toolbar-products .sorter .sorter-label,
  .catalog-category-view div.toolbar.toolbar-products .sorter .sorter-label {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
  }
  .page-products .select2-container,
  .catalog-category-view .select2-container,
  .page-products .select2-container--default,
  .catalog-category-view .select2-container--default {
    min-width: 280px;
  }
  .page-products .select2-container .select2-selection--single .select2-selection__rendered,
  .catalog-category-view .select2-container .select2-selection--single .select2-selection__rendered,
  .page-products .select2-container--default .select2-selection--single .select2-selection__rendered,
  .catalog-category-view .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    letter-spacing: 1.19px;
  }
  .page-products .select2-dropdown .select2-results__option,
  .catalog-category-view .select2-dropdown .select2-results__option {
    font-size: 17px;
  }
  .page-products .sidebar.sidebar-main b.wp-slide-in,
  .catalog-category-view .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../images/icons/icon-filter.svg') no-repeat;
    width: 24px;
    height: 24px;
    transition: scale 100ms ease;
  }
  .page-products .slide-in-filter,
  .catalog-category-view .slide-in-filter {
    width: 30%;
    min-width: 250px;
    background: #f8f9f9;
    height: 100%;
    overflow: auto;
    margin-bottom: 0;
  }
  .page-products .wp-filters-text,
  .catalog-category-view .wp-filters-text {
    font-size: 16px;
    font-weight: 400;
  }
  .page-products #layered-filter-block .filter-content .block-subtitle,
  .catalog-category-view #layered-filter-block .filter-content .block-subtitle,
  .page-products .filter .filter-content .block-subtitle,
  .catalog-category-view .filter .filter-content .block-subtitle {
    font-size: 16px !important;
    border: none !important;
    padding: 24px 0;
    text-transform: none;
    font-weight: 400 !important;
  }
  .page-products #layered-filter-block .filter-content .block-subtitle:before,
  .catalog-category-view #layered-filter-block .filter-content .block-subtitle:before,
  .page-products .filter .filter-content .block-subtitle:before,
  .catalog-category-view .filter .filter-content .block-subtitle:before {
    display: none !important;
  }
  .page-products #layered-filter-block .filter-content .filter-options,
  .catalog-category-view #layered-filter-block .filter-content .filter-options,
  .page-products .filter .filter-content .filter-options,
  .catalog-category-view .filter .filter-content .filter-options {
    max-width: 100%;
  }
  .page-products #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title,
  .catalog-category-view #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title,
  .page-products .filter .filter-content .filter-options .filter-options-item .filter-options-title,
  .catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 5px 40px 5px 0 !important;
    font-size: 16px;
    border: none !important;
    text-transform: none;
  }
  .page-products #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
  .catalog-category-view #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
  .page-products .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a,
  .catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
    font-size: 16px;
    padding-left: 5px;
  }
  .catalog-product-view .gallery-placeholder {
    position: relative;
    cursor: pointer;
  }
  .catalog-product-view .gallery-btn {
    display: none !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Lato', sans-serif;
    min-width: fit-content;
    object-fit: contain;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.54px;
    color: #707070;
    position: absolute;
    bottom: -51px;
    z-index: 2;
    width: 120px;
    text-align: center;
    left: 50%;
    margin-left: -58px;
    pointer-events: none;
  }
  .catalog-product-view .gallery-btn:before {
    -webkit-mask-image: url("../images/icons/icon-zoom-in.svg");
    -moz-mask-image: url("../images/icons/icon-zoom-in.svg");
    -ms-mask-image: url("../images/icons/icon-zoom-in.svg");
    mask-image: url("../images/icons/icon-zoom-in.svg");
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -moz-mask-position: center;
    -ms-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    -ms-mask-size: contain;
    mask-size: contain;
    background-color: #707070;
    height: 25px;
    width: 25px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    content: '';
    display: block;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft {
    width: auto !important;
    height: auto;
    display: inline-block;
    position: relative;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__frame.fotorama__loaded--img {
    position: static;
    display: flex;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__frame.fotorama__loaded--img:not(.fotorama__active) {
    display: none;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__frame.fotorama__loaded--img .fotorama__img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .catalog-product-view .column.main {
    margin-top: 20px;
  }
  .catalog-product-view .product.media {
    padding-right: 20px;
  }
  .catalog-product-view .related-block .block-content .product-item-link {
    font-size: 28px !important;
  }
  .catalog-product-view .related-block .block-content .product-item .product-artist-name {
    font-size: 1.7rem;
    color: #011826;
    letter-spacing: 0.34px;
    font-weight: 400;
    margin: 12px 0 7px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 10%;
    max-width: 120px;
  }
  .cart.table-wrapper .actions-toolbar {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button:active,
  .checkout-shipping-method .actions-toolbar .action.primary.button:focus {
    background: #8A262E;
    border: 1px solid #8A262E;
  }
  .payment-method-content .actions-toolbar .action.primary.checkout:active,
  .payment-method-content .actions-toolbar .action.primary.checkout:focus {
    background: #8A262E;
    border: 1px solid #8A262E;
  }
  .opc-progress-bar {
    margin-top: 20px;
  }
  .checkout-index-index .page-header .page-header .header.content {
    justify-content: flex-start;
  }
  .checkout-index-index .header.links {
    position: absolute;
    right: 0;
  }
  .checkout-index-index .header.links li a {
    text-align: left;
  }
  .checkout-index-index .opc-wrapper .action-select-shipping-item {
    float: none;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-additional {
    border-right: 1px solid #8f8984;
  }
  .project-project-index .nav-sections,
  .account .nav-sections {
    margin-bottom: 0;
  }
  .project-project-index .messages,
  .account .messages {
    margin-bottom: 0;
  }
  .project-project-index .messages.success,
  .account .messages.success {
    margin-bottom: 0;
  }
  .project-project-index .page-title-wrapper,
  .account .page-title-wrapper {
    display: none;
  }
  .project-project-index .page-title-wrapper:before,
  .account .page-title-wrapper:before,
  .project-project-index .page-title-wrapper:after,
  .account .page-title-wrapper:after {
    display: none;
  }
  .project-project-index .page-title-wrapper .page-title,
  .account .page-title-wrapper .page-title {
    margin: 0;
  }
  .project-item .project-item-details {
    flex: 1;
  }
  .project-item .project-item-details.show {
    min-height: 277px;
  }
  .project-item .project-item-details .project-actions-open {
    background: center / contain no-repeat url('../images/icons/icon-open-desk.svg');
    width: 4px;
    height: 18px;
    margin-top: 2px;
  }
  .project-item .project-item-details .project-author {
    -webkit-flex-basis: 32px;
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .project-item .project-item-details .last-project-update {
    font-size: 1.6rem;
    margin-left: 16px;
  }
  .project-item .project-item-details .project-name {
    margin-bottom: 25px;
  }
  .project-item .project-item-details .project-item-link {
    font-size: 2.4rem;
  }
  .project-item .project-item-details .sub-category {
    font-size: 3.2rem;
    margin-bottom: 3px;
  }
  .project-item .project-item-details .project-details-bottom {
    padding: 9px 8px;
  }
  .project-item .project-item-details .project-details-bottom .public-profile {
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .project-item .project-item-details .project-details-bottom .project-share-action i:before {
    font-size: 1.4rem;
  }
  .project-item .project-item-details ul {
    padding: 10px 27px 23px 34px;
  }
  .project-item .project-item-details ul li {
    padding: 11px 10px 7px;
  }
  .project-item .project-item-details ul li a {
    font-size: 1.6rem;
  }
  .project-item .project-item-details .action-list .action-item:after {
    width: 18px;
    height: 18px;
  }
  .project-item .project-item-details .action-list-close {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .project-item .project-share-block {
    width: 21px;
    height: 25px;
  }
  .projects-edit-tabs .tabs-titles .item .switch {
    font-size: 2.4rem;
    padding: 22px 12px;
    font-weight: 400;
  }
  .projects-edit-tabs .tabs-titles .item.active .switch {
    border-bottom: 1px solid #8a262e;
  }
  .projects-edit-tabs .tabs-content h2 {
    font-size: 3.6rem;
    color: #000000;
    letter-spacing: 0.54px;
  }
  .projects-edit-tabs .tabs-content .action.primary {
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  .projects-edit-tabs .tabs-content .action.secondary {
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    letter-spacing: 1.5px;
  }
  .projects-edit-tabs .tabs-content .action.tertiary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .projects-edit-tabs .tabs-content input,
  .projects-edit-tabs .tabs-content textarea {
    font-size: 1.4rem;
    padding: 12px;
  }
  .projects-edit-tabs .tabs-content textarea {
    height: auto;
    min-height: 90px;
  }
  .projects-edit-tabs .tabs-content .action-bar .edit-data {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    top: 12px;
    right: 18px;
    cursor: pointer;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper {
    width: 65%;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper {
    border-bottom: none;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-data .field {
    margin-bottom: 40px;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-data .field:last-child {
    margin-bottom: 40px;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-data .field .label {
    font-size: 16px;
    font-weight: 300;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-data .field .value {
    color: #000000;
    font-size: 16px;
    word-break: break-word;
    font-weight: 400;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form form > .field {
    width: 49%;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form .field .legend,
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form .field .label {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper {
    width: 60%;
  }
  .projects-edit-tabs .tabs-content .project-activity-wrapper {
    width: 40%;
    box-sizing: border-box;
  }
  .projects-edit-tabs #global-settings-form h3,
  .projects-edit-tabs form h3 {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    padding: 15px 0 13px;
  }
  .projects-edit-tabs #global-settings-form #tab-services .title-block,
  .projects-edit-tabs form #tab-services .title-block,
  .projects-edit-tabs #global-settings-form .title-block,
  .projects-edit-tabs form .title-block {
    padding: 20px 0 0;
  }
  .projects-edit-tabs #global-settings-form #tab-services .title-block h3,
  .projects-edit-tabs form #tab-services .title-block h3,
  .projects-edit-tabs #global-settings-form .title-block h3,
  .projects-edit-tabs form .title-block h3 {
    font-size: 1.6rem;
    padding: 0;
  }
  .projects-edit-tabs #global-settings-form #tab-services .title-block .icon-remove:before,
  .projects-edit-tabs form #tab-services .title-block .icon-remove:before,
  .projects-edit-tabs #global-settings-form .title-block .icon-remove:before,
  .projects-edit-tabs form .title-block .icon-remove:before {
    width: 16px;
    height: 16px;
  }
  .projects-edit-tabs #global-settings-form .service-list,
  .projects-edit-tabs form .service-list {
    margin: 0 0 40px;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-item,
  .projects-edit-tabs form .service-list .service-item {
    padding: 30px 0 40px;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-name,
  .projects-edit-tabs form .service-list .service-name {
    margin-bottom: 15px;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-name span,
  .projects-edit-tabs form .service-list .service-name span {
    font-size: 1.8rem;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-description,
  .projects-edit-tabs form .service-list .service-description {
    padding-right: 50px;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-description span,
  .projects-edit-tabs form .service-list .service-description span {
    font-size: 1.5rem;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-delete,
  .projects-edit-tabs form .service-list .service-delete {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 0;
    cursor: pointer;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-delete .service-delete-link:before,
  .projects-edit-tabs form .service-list .service-delete .service-delete-link:before {
    content: "";
    display: block;
    background: url("../images/spaces/icon-delete-sevice.svg") no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .projects-edit-tabs #global-settings-form .service-list .service-delete:hover .service-delete-link:before,
  .projects-edit-tabs form .service-list .service-delete:hover .service-delete-link:before {
    content: "";
    display: block;
    background: url("../images/spaces/icon-delete-sevice-active.svg") no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .projects-edit-tabs #global-settings-form .add-service-form .select-wrapper:after,
  .projects-edit-tabs form .add-service-form .select-wrapper:after {
    top: 25px;
  }
  .projects-edit-tabs #global-settings-form .form-group.buttons,
  .projects-edit-tabs form .form-group.buttons {
    box-shadow: unset;
    margin: 0;
    justify-content: flex-end;
  }
  .projects-edit-tabs #global-settings-form .template-item h3,
  .projects-edit-tabs form .template-item h3 {
    font-size: 1.6rem;
    margin: 0 0 15px;
    padding: 20px 0 0;
  }
  .projects-edit-tabs #global-settings-form .template-item > span,
  .projects-edit-tabs form .template-item > span {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    padding: 0;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .projects-edit-tabs #global-settings-form .template-item textarea,
  .projects-edit-tabs form .template-item textarea {
    margin-bottom: 16px !important;
    height: 8rem;
    border-radius: 2px;
    min-height: auto;
  }
  .projects-edit-tabs #global-settings-form .template-item:first-child,
  .projects-edit-tabs form .template-item:first-child {
    margin-top: 15px;
  }
  .projects-edit-tabs #global-settings-form .template-item__coverPage textarea,
  .projects-edit-tabs form .template-item__coverPage textarea,
  .projects-edit-tabs #global-settings-form .template-item__offeringMessage textarea,
  .projects-edit-tabs form .template-item__offeringMessage textarea,
  .projects-edit-tabs #global-settings-form .template-item__terms textarea,
  .projects-edit-tabs form .template-item__terms textarea {
    height: 104px;
    min-height: auto;
  }
  .projects-edit-tabs #global-settings-form .tab-templates,
  .projects-edit-tabs form .tab-templates {
    margin-top: 33px;
    margin-bottom: 70px;
  }
  .popup-spaces-tabs .tabs-titles .item {
    width: 33.3%;
  }
  .popup-spaces-tabs .tabs-titles .item .switch {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .popup-spaces-tabs .tabs-content {
    padding: 0 0 20px 0;
    position: relative;
  }
  .customer-account-create .header-placeholder {
    max-height: 100% !important;
  }
  .customer-account-create .page-title-wrapper {
    margin-top: 20px;
  }
  .customer-agreement-checbox {
    position: static !important;
  }
  .customer-agreement-checbox ~ label,
  .customer-agreement-checbox .label {
    font-size: 15px;
    padding-left: 30px;
  }
  .customer-agreement-checbox ~ label::before,
  .customer-agreement-checbox .label::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .customer-agreement-checbox ~ label::after,
  .customer-agreement-checbox .label::after {
    width: 14px;
    height: 10px;
    top: 9px;
  }
  #account_create_privacy_condition {
    position: static !important;
  }
  #account_create_privacy_condition ~ label,
  #account_create_privacy_condition .label {
    font-size: 15px;
    padding-left: 30px;
  }
  #account_create_privacy_condition ~ label::before,
  #account_create_privacy_condition .label::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  #account_create_privacy_condition ~ label::after,
  #account_create_privacy_condition .label::after {
    width: 14px;
    height: 10px;
    top: 9px;
  }
  .page-header-v1 .header.content .greet.welcome span.not-logged-in,
  .page-header-v3 .header.content .greet.welcome span.not-logged-in,
  .page-header-v4 .header.content .greet.welcome span.not-logged-in,
  .page-header-v1 .header.content .greet.welcome span.logged-in,
  .page-header-v3 .header.content .greet.welcome span.logged-in,
  .page-header-v4 .header.content .greet.welcome span.logged-in {
    margin-right: 0;
  }
  .page-header-v1 .header.content .customer-menu .header.links,
  .page-header-v3 .header.content .customer-menu .header.links,
  .page-header-v4 .header.content .customer-menu .header.links {
    margin-right: -11px;
  }
  .page-header-v1 .header.content .switcher-dropdown,
  .page-header-v3 .header.content .switcher-dropdown,
  .page-header-v4 .header.content .switcher-dropdown {
    margin-right: -10px;
  }
  .page-header-v1 .header.content .customer-welcome ~ .authorization-link,
  .page-header-v3 .header.content .customer-welcome ~ .authorization-link,
  .page-header-v4 .header.content .customer-welcome ~ .authorization-link {
    display: none;
  }
  .page-header * {
    text-transform: none;
  }
  .page-header-v3 .block-search .control input {
    padding: 0 !important;
  }
  .page-header.sticky-header,
  .page-header.sticky-header-mobile {
    background-color: #F8F9F9 !important;
  }
  .page-header.sticky-header .page-header,
  .page-header.sticky-header-mobile .page-header {
    background-color: #F8F9F9 !important;
  }
  .page-header.sticky-header .panel.wrapper,
  .page-header.sticky-header-mobile .panel.wrapper {
    background-color: #F8F9F9 !important;
  }
  .page-header .page-header .header.content .header_right {
    position: absolute;
  }
  .page-header .page-header .header.content .header_right .switcher-currency {
    position: static;
  }
  .page-header .page-header .header.content .header_right .switcher-currency .switcher-options .switcher-trigger:after {
    vertical-align: text-bottom;
    display: inline;
  }
  .page-header .page-header .header.content .header_right .switcher-currency .switcher-options .switcher-dropdown {
    right: 0;
    left: auto;
    min-width: 250px;
  }
  .navigation .level0 > .level-top {
    font-size: 2rem;
    color: #707070;
  }
  .page-header .nav-sections .nav-sections-items {
    width: 100%;
  }
  .page-header .nav-sections .nav-sections-items #accountInformation .account-main-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header .page-header .header.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .page-header .header.content .block.block-search {
    display: none;
  }
  .page-header .page-header .header.content .logo img {
    display: inline-block;
  }
  .page-header .page-header .header.content .logo .logo-mobile {
    display: none;
  }
  .nav-open .page-wrapper .page-header header.page-header .header.content .block.block-search {
    display: block;
    float: none;
  }
  .theme-pearl .product.data.items > .item.title > .switch {
    border: 0;
  }
  .theme-pearl .product.data.items > .item.title.active > .switch {
    border-bottom: 3px solid #8a262e !important;
  }
  .theme-pearl .catalog-product-view .product.info.detailed > .items > .item.title .switch {
    padding: 0 85px;
    height: 59px;
  }
}
@media all and (min-width: 768px) and only screen and (max-width: 768px), print and only screen and (max-width: 768px) {
  .popup-authentication .block-authentication .block-title {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media all and (min-width: 768px) and only screen and (max-width: 768px), print and only screen and (max-width: 768px) {
  .popup-authentication .block-authentication .block-title strong {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
  }
}
@media all and (min-width: 768px) and only screen and (max-width: 480px), print and only screen and (max-width: 480px) {
  .blog-post-view .blog-posts.more-two-items,
  .blog-post-index .blog-posts.more-two-items,
  .blog-category-index .blog-posts.more-two-items {
    column-count: 1;
  }
}
@media all and (min-width: 768px) and only screen and (max-width: 767px), print and only screen and (max-width: 767px) {
  .blog-post-view .blog-posts.more-two-items .blog-post,
  .blog-post-index .blog-posts.more-two-items .blog-post,
  .blog-category-index .blog-posts.more-two-items .blog-post {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1024px), print {
  .nav-sections-item-content {
    display: block !important;
  }
  .gallery-wrapper .image-block {
    width: 58%;
  }
  .gallery-wrapper .text-block {
    width: 42%;
  }
  .cms-realview_page .text-wrapper {
    padding: 0;
  }
  .cms-realview_page .text-wrapper p {
    font-size: 20px;
    margin: 0 0 6px;
  }
  .cms-realview_page .text-wrapper .title,
  .cms-realview_page .text-wrapper .title h2,
  .cms-realview_page .text-wrapper .title h3 {
    font-size: 66px;
  }
  .cms-realview_page .text-wrapper .button-wrapper {
    margin: 33px 0 0;
  }
  .cms-realview_page .text-wrapper .button-wrapper .action {
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    width: auto;
    min-width: 187px;
    margin: 0;
  }
  .cms-realview_page .text-wrapper .button-wrapper .action.secondary {
    margin-right: 40px;
  }
  .cms-realview_page .steps-middle-block .gallery-wrapper {
    padding: 0;
  }
  .cms-realview_page .steps-middle-block .text-block.top {
    max-width: 1080px;
    margin: 0 auto;
    padding: 76px 35px 70px;
  }
  .cms-realview_page .steps-middle-block .text-block.top h3 {
    font-size: 56px;
    line-height: 1.34;
    letter-spacing: 0.84px;
  }
  .cms-realview_page .steps-middle-block .text-block.top p {
    font-size: 22px;
    line-height: 1.64;
    letter-spacing: 0.44px;
    margin-top: 32px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs {
    padding: 100px 80px 100px 100px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs .tabs__title {
    font-size: 18px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs .tabs__content h3 {
    font-size: 46px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs .tabs__content p {
    font-size: 20px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs .tabs__arrow:before {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs-buttons-wrapper {
    padding: 10px 80px 100px 100px;
  }
  .cms-realview_page .steps-middle-block .text-block:not(.top) .tabs-buttons-wrapper .btn {
    font-size: 26px;
  }
  .projects-tabs .block.proposals-block > .title span:after {
    right: calc(10% + 50px);
  }
  .projects-tabs .spaces-list-wrapper {
    position: relative;
  }
  .projects-tabs .spaces-list-wrapper .content-wrapper {
    position: absolute;
    right: 0;
  }
  .projects-tabs .spaces-list-wrapper .header-top {
    width: calc(100% - 45%);
  }
  tr {
    border-bottom: 1px solid #CBCFD9;
  }
  tr td {
    padding: 16px 0;
    vertical-align: middle;
  }
  .actions-wrapper {
    text-align: center;
  }
  .dropdown-dialog {
    background-color: #ffffff;
    text-align: left;
    position: absolute;
    right: 100px;
    left: auto;
    padding: 16px 0;
    width: 260px;
    list-style: none;
  }
  .dropdown-dialog li {
    padding: 12px 24px;
  }
  .dropdown-dialog li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .dropdown-dialog li .edit:after,
  .dropdown-dialog li .preview:after,
  .dropdown-dialog li .share:after,
  .dropdown-dialog li .download:after {
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
  }
  .dropdown-dialog li .edit:after {
    background: center / contain no-repeat url(../images/icons/icon-edit.svg);
  }
  .dropdown-dialog li .preview:after {
    background: center / contain no-repeat url(../images/icons/icon-preview.svg);
  }
  .dropdown-dialog li .share:after {
    background: center / contain no-repeat url(../images/icons/icon-share.svg);
  }
  .dropdown-dialog li .download:after {
    background: center / contain no-repeat url(../images/icons/icon-download.svg);
  }
  .header-top {
    max-width: 1147px;
    padding-right: 50px;
  }
  .active-projects-header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 187px;
    grid-gap: 20px;
  }
  .project-project-index .project-header-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .project-project-index .project-header-wrapper .page-title-wrapper {
    justify-content: flex-start;
    padding-top: 0;
    margin: 32px 0 !important;
    max-width: 100% !important;
  }
  .project-project-index .project-header-wrapper .buttons-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
    order: 3;
  }
  .clients-block .clients-wrapper #create-new-client {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .clients-block .clients-wrapper #create-new-client:before {
    background: center / contain no-repeat url(../images/icons/icon-plus.svg);
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
  }
  .clients-block .clients-wrapper .clients-list-header {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
  }
  .clients-block .clients-wrapper .clients-list-header .action.secondary {
    margin-top: 0;
  }
  .clients-block .clients-wrapper tr {
    border-bottom: 1px solid #CBCFD9;
  }
  .clients-block .clients-wrapper tr td {
    padding: 16px 0;
    vertical-align: middle;
  }
  .clients-block .clients-wrapper .dropdown-dialog {
    background-color: #ffffff;
    text-align: left;
    position: absolute;
    right: 100px;
    left: auto;
    padding: 16px 0;
    width: 260px;
  }
  .clients-block .clients-wrapper .dropdown-dialog li {
    padding: 12px 24px;
  }
  .clients-block .clients-wrapper .dropdown-dialog li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }
  .clients-block .clients-wrapper .dropdown-dialog li .client-edit:after {
    background: center / contain no-repeat url(../images/icons/icon-edit.svg);
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
  }
  .clients-block .clients-wrapper .dropdown-dialog li .client-delete:after {
    background: center / contain no-repeat url(../images/icons/icon-delete.svg);
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
  }
  .clients-block .clients-wrapper .dropdown-dialog li .client-create:after {
    background: center / contain no-repeat url(../images/icons/icon-create.svg);
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
  }
  .clients-block .clients-wrapper .actions-wrapper {
    text-align: center;
  }
  .clients-block .clients-wrapper .clients-list {
    width: 80%;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column {
    width: 20%;
  }
  .clients-block .clients-wrapper .clients-list .client-item .client-column.email-column,
  .clients-block .clients-wrapper .clients-list .client-item .client-column.phone-column {
    width: 20%;
  }
  .collections-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 24px;
  }
  .collection-view .collection-header .link-to-collections-page {
    left: 0;
  }
  .collection-view .collection-header .control-wrapper .create-proposal {
    padding: 0 42px;
  }
  .collection-view .collection-header .control-wrapper .launch-realview {
    padding: 0 42px;
  }
  .latest-news {
    padding: 3px 15px;
    max-width: 1270px;
    margin: 0 auto 37px;
  }
  .latest-news .latest-news-list .news-item .news-text .data {
    right: 36px;
    top: 17px;
  }
  .latest-news .latest-news-list .news-item .news-text .data:after {
    width: 30px;
    margin-left: -15px;
  }
  .latest-news .latest-news-list .news-item .news-text .title-link {
    min-height: 96px;
  }
  .latest-news .latest-news-list .news-item .news-text .title-link h3 {
    margin: 14px 15px;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .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: 1.36em;
    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;
  }
  .global-notification-wrapper #slides {
    max-width: 55%;
  }
  .global-notification-wrapper .btn-bar #buttons a#prev {
    left: 20.6%;
  }
  .global-notification-wrapper .btn-bar #buttons a#next {
    right: 20%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper .field:not(:last-child) {
    width: 30%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper .field:not(:last-child).proposal-client-name,
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-client-information-content-wrapper .field:not(:last-child).proposal-billing-address {
    width: 40%;
  }
  .header.content > .header.links > .authorization-link a {
    color: #707070;
    font-size: 0rem;
  }
  .header.content > .header.links > .authorization-link a:after {
    content: url('../images/header/customer.svg') !important;
    font-family: 'Ginnava';
    font-size: 2rem;
    padding-top: 15px;
    padding-left: 15px;
  }
  .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;
  }
  .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;
  }
  .footer-v3 .details-v3 {
    margin-bottom: 20px;
  }
  .footer-v3 .mg-desk-v3 {
    margin-bottom: 30px;
    display: block;
  }
  .catalog-product-view.theme-pearl .product.info.detailed > .items > .item.title > .switch {
    padding: 0 30px 10px !important;
  }
  .catalog-product-view.theme-pearl .product.info.detailed > .items > .item.title.active {
    border-bottom: 1px solid #8a262e;
  }
  .catalog-product-view.theme-pearl .product.info.detailed > .items > .item.title.active .switch {
    height: 62px !important;
  }
  .catalog-product-view.theme-pearl .product.info.detailed > .items > .item.data.content {
    margin-top: 68px;
  }
  .catalog-product-view .related-block .block-title__actions .title {
    font-size: 2rem;
    padding-right: 81.36em;
  }
  .catalog-product-view .related-block .block-title__actions .link-viewAll {
    font-size: 2.6rem;
    margin-bottom: -8.640000000000001em;
    padding-left: 21.36em;
  }
  .catalog-product-view .related-block .block-title__actions .link-viewAll:after {
    left: 21.36em;
  }
  .catalog-product-view .related-block .block-content__subtitle {
    font-size: 4.6rem;
    line-height: 36px;
  }
  .catalog-product-view .related-block .block-content .products-grid {
    padding: 0 120px;
    margin-bottom: 80px;
    padding-top: 89px !important;
  }
  .catalog-product-view .related-block .block-content .products-grid .owl-controls .owl-nav.fullscreen .owl-prev {
    left: -130px !important;
    top: 50% !important;
  }
  .catalog-product-view .related-block .block-content .products-grid .owl-controls .owl-nav.fullscreen .owl-next {
    right: -130px !important;
    top: 50% !important;
  }
  .catalog-product-view .related-block .block-content .owl-carousel.products .owl-item .product-item .product-item-info {
    padding: 0;
  }
  .catalog-product-view .product.info.detailed {
    padding-top: 0 !important;
  }
  .catalog-product-view .product.info.detailed .view-more {
    float: left;
    min-width: fit-content;
  }
  .catalog-product-view .product-add-form .box-tocart .tocart {
    padding-right: -3.64em;
    padding-left: -3.64em;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 60px;
    max-width: 250px;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form form > .field {
    width: 32%;
  }
  .projects-edit-tabs .tabs-content .tab-overview-content-wrapper .main-content-wrapper .project-client-wrapper .project-client .project-client-form form > .field.client-notes {
    width: 66%;
  }
  .projects-edit-tabs .tabs-content .project-activity-wrapper {
    width: 35%;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .page-header .header.content .header_right {
    position: static;
    display: flex;
    align-items: center;
    grid-gap: 15px;
  }
  .page-wrapper .page-header .page-header .header.content .header_right .switcher-currency .switcher-options .switcher-trigger span .desktop {
    display: none;
  }
  .page-wrapper .page-header .page-header .header.content .minicart-wrapper .action.showcart {
    margin: 0 0 0 10px;
  }
  .page-wrapper .page-header .page-header .header.content .minicart-wrapper .action.showcart:after {
    width: 24px;
    height: 24px;
  }
  .page-header .header.content .header.links .customer-welcome ul {
    border: none !important;
    top: 40px;
    width: 200px;
  }
  .page-header .header.content .header.links .customer-welcome ul:before {
    right: 10% !important;
    top: -20px;
    border: 10px solid transparent !important;
    border-bottom: 10px solid #ffffff !important;
  }
  .page-header .header.content .header.links .customer-welcome ul:after {
    border: none !important;
  }
  .page-header .header.content .header.links .customer-welcome ul li:hover {
    background: unset;
  }
  .page-header .header.content .header.links .customer-welcome ul li a:hover {
    text-decoration: underline;
  }
  .page-header .header.content .header.links .customer-welcome.active .customer-menu .header.links {
    display: block;
  }
  .page-header .header.content .header.links .customer-welcome.active .customer-menu .header.links li {
    width: 100%;
  }
  .page-header .header.content .header.links .customer-welcome.active .customer-menu .header.links li a {
    font-size: 1.6rem;
    display: block;
  }
  .page-header .header.content .header.links li.authorization-link a.ajax-login {
    font-size: 1.6rem !important;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #011826;
    min-width: max-content;
    text-decoration: none !important;
  }
  .page-header .header.content .header.links li.authorization-link a.ajax-login:before {
    position: relative;
    top: 3px;
    right: 6px;
    -webkit-background-image: url("../images/header/customer.svg");
    -moz-background-image: url("../images/header/customer.svg");
    -ms-background-image: url("../images/header/customer.svg");
    background-image: url("../images/header/customer.svg");
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    content: '';
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
  }
  body .page-wrapper div.page-header header.page-header .header.content {
    height: auto;
    padding: 9px 0 0 0;
    margin: 0 auto;
  }
  .page-header .page-header .header.content {
    min-height: 81px;
    margin: 0 auto;
  }
  .page-header .page-header .header.content > .nav-sections {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin: 0;
  }
  .page-header .page-header .header.content > .nav-sections .header.links {
    display: none;
  }
  .page-header .page-header .header.content .block.block-search {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-left: auto;
    margin-right: 28px;
    display: block;
    border: 1px solid #CBCFD9;
    width: 300px;
  }
  .page-header .page-header .header.content .block.block-search input {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #011826;
    width: 100%;
    margin-bottom: 0 !important;
    padding-right: 40px !important;
    border: none !important;
  }
  .page-header .page-header .header.content .block.block-search input::placeholder {
    font-size: 1.6rem;
    letter-spacing: 0.3px;
    color: #011826;
    opacity: 0.6;
  }
  .page-header .page-header .header.content .block.block-search .actions button:after {
    width: 20px;
    height: 20px;
  }
  .page-header .page-header .header.content .header_right {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .page-header .page-header .header.content .logo {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0;
  }
  .page-header .page-header .header.content .header.links {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 0;
    margin: 0;
  }
  .page-header .page-header .header.content .header.links li {
    display: inline-block;
    margin: 0;
  }
  .page-header .page-header .header.content .header.links li.greet-welcome {
    display: none;
  }
  .page-header .page-header .header.content .header.links li.customer-welcome {
    margin: 0 0 0 15px;
  }
  .page-header .page-header .header.content .header.links li.customer-welcome .action.switch:after {
    width: 20px;
    height: 20px;
  }
  .page-header .page-header .header.content .header.links li.authorization-link {
    margin-left: 17px;
    margin-right: 17px;
  }
  .page-header .page-header .header.content .header.links li:not(.authorization-link) a {
    display: none;
    /*&.sell-marketplace {
                            display: inline-block;
                        }*/
  }
  .page-header .page-header .header.content .header.links li a {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #011826;
  }
  .page-header .page-header .header.content .header.links li a:after {
    display: none;
  }
  .page-header .page-header .header.content .header.links .customer-welcome .customer-name {
    display: flex;
  }
  .page-header .page-header .header.content .header.links .customer-welcome .authorization-link {
    margin-left: 0;
  }
  .page-header .page-header .header.content .header.links .customer-welcome + li .sell-marketplace {
    display: inline-block;
    height: auto;
    margin-left: 17px;
  }
  .page-header .page-header .header.content .section-items .navigation .level0 {
    margin: 0;
  }
  .page-header .page-header .header.content .nav-sections .nav-sections-items #accountInformation {
    display: none !important;
  }
  .page-header .page-header .header.content .nav-sections .nav-sections-items .nav-sections-item-content .navigation {
    margin: 0;
  }
  .page-header .page-header .header.content .customer-welcome .action.switch {
    height: auto;
    width: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) and only screen and (min-width: 1660px), print and only screen and (min-width: 1660px) {
  .link-to-project-tab {
    position: absolute;
    left: calc(50% - 720px - 50px);
  }
}
@media all and (min-width: 1024px) and only screen and (min-width: 1660px), print and only screen and (min-width: 1660px) {
  .collection-view .collection-header .link-to-collections-page {
    position: absolute;
    left: calc(50% - 720px - 50px);
  }
}
@media all and (min-width: 1024px) and only screen and (min-width: 1024px) and (max-width: 1200px), print and only screen and (min-width: 1024px) and (max-width: 1200px) {
  .page-wrapper .page-header .page-header .header.content .header_right .switcher-currency .switcher-options .switcher-trigger span {
    font-size: 16px;
  }
}
@media all and (min-width: 1440px), print {
  .list-spaces {
    margin: 0 auto;
  }
  .project-index-index .table-list-items .table-list-item .actions-wrapper ul,
  .project-project-index .table-list-items .table-list-item .actions-wrapper ul {
    right: auto;
    left: 34px;
  }
  .collection-view .collection-header .link-to-collections-page {
    left: -10px;
  }
  .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;
  }
  .page-wrapper .page-header-v1 .header.content {
    padding-left: 0 !important;
  }
  .mobile-nav .page-wrapper .page-header-v1 .header.content,
  .mobile-nav .page-wrapper .page-header-v2 .header.content,
  .mobile-nav .page-wrapper .page-header-v3 .header.content {
    padding-left: 20px !important;
  }
  .global-notification-wrapper #slides {
    max-width: 36%;
  }
  .global-notification-wrapper .btn-bar #buttons a#prev {
    left: 30.6%;
  }
  .global-notification-wrapper .btn-bar #buttons a#next {
    right: 30%;
  }
  .project-project-index #tab-proposal .proposal-tab h4 {
    padding-right: 10%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content {
    width: 80%;
  }
  .project-project-index #tab-proposal .proposal-tab .proposal-tab-content.proposals-approved-artwork-content-wrapper {
    width: 90%;
  }
  .slick-prev,
  .slick-next {
    visibility: visible;
  }
  .page-main {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
  }
  .container {
    max-width: 1400px;
  }
  .widget .block-subtitle._underlined .primary {
    position: relative;
    top: 25px;
    min-width: 186px;
    height: 62px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: 45px;
  }
}
/* ==========================================================================
                             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;
}
.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: 220px;
}
.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.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;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.nav-sections {
  margin-bottom: 0;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}
.navigation {
  font-weight: normal;
}
.navigation .level0 > .level-top {
  line-height: 45px;
}
:root .page-header-v3 .navigation .level0 > .level-top,
:root .page-header-v4 .navigation .level0 > .level-top {
  line-height: 34px;
}
.navigation .level0 .submenu {
  background-color: white;
}
.navigation .level0 .submenu:hover {
  background-color: white;
}
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a:hover {
  background: transparent;
  text-decoration: none;
}
.cart-summary .checkout {
  position: sticky;
}
.nav-sections-item-title {
  background-color: white;
  border-color: lightgrey;
}
/* 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 {
  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: 60px 80px;
  z-index: 0;
  position: relative;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-wrapper .page-footer .footer.content .footer-v3 {
    padding: 54px;
  }
}
.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-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 .contact-title {
  display: none;
}
.contact-index-index .col-contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}
.contact-index-index .column .contact-container {
  margin-top: 50px;
  display: flex;
  gap: 70px;
}
.contact-index-index .column .contact-container .form.contact {
  display: flex;
  flex-direction: column;
}
.contact-index-index .form-area {
  padding: 46px 80px;
  background-color: #EEEEEE;
}
.contact-index-index .form-area .label {
  padding: 0 24px;
  font-size: 22px;
}
.contact-index-index .form-area .input-text {
  border: 1px solid #343434;
  width: 100%;
  padding: 10px 24px;
}
.contact-index-index .form-area .actions-toolbar button {
  height: 69px;
  padding: 24px 10px;
  width: 200px;
}
.contact-index-index .form-area .actions-toolbar button span {
  font-size: 22px;
}
.contact-index-index #comment {
  line-height: 38px;
  height: 250px;
  padding: 10px 24px;
}
.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;
}
.weltpixellighting {
  color: black;
}
.theme-pearl .order-products-toolbar.toolbar .pages {
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
}
.theme-pearl .order-products-toolbar.toolbar .pages .items .item a,
.theme-pearl .order-products-toolbar.toolbar .pages .items .item strong {
  background: none;
  border: none;
  box-shadow: none;
}
.theme-pearl .order-products-toolbar.toolbar .pages .items .item a span,
.theme-pearl .order-products-toolbar.toolbar .pages .items .item strong span {
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
.theme-pearl .order-products-toolbar.toolbar .pages .action.previous span:last-child,
.theme-pearl .order-products-toolbar.toolbar .pages .action.next span:last-child {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.theme-pearl .order-products-toolbar.toolbar .pages .action.previous:before,
.theme-pearl .order-products-toolbar.toolbar .pages .action.next:before {
  display: none;
}
.theme-pearl .order-products-toolbar.toolbar .limiter select {
  height: 34px;
  padding: 0 18px;
}
.mce-panel {
  background-color: #f8f9f9 !important;
}
.mce-content-body {
  background-color: #f8f9f9 !important;
}
#mceu_19-body * {
  background-color: #f8f9f9 !important;
}
.mce-container * {
  background-color: #f8f9f9 !important;
}
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  background-color: #f8f9f9;
}
.mce-label {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 611px) {
  .proposal-client-view .page-main {
    padding: 50px 0;
  }
}
.pdfView .pdfView-section-items * {
  word-break: normal;
}
.pdfView .pdfView-section-conditions * {
  word-break: normal;
}
.pdfView-content {
  width: 100%;
  margin: 0 auto 80px;
}
.pdfView-content .studio-logo-img {
  max-width: 160px;
}
.pdfView-content .studio-logo-img img {
  margin-top: 10rem;
  border-radius: 5%;
}
.pdfView-section {
  margin-bottom: 77px;
}
.pdfView-section__col {
  padding: 0 35px;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 611px) {
  .pdfView-section__col {
    padding: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 611px) {
  .pdfView-section__col:first-child {
    margin-bottom: 45px;
  }
}
.pdfView-section__col_sidebar {
  background-color: #ede7de;
}
@media only screen and (max-width: 611px) {
  .pdfView-section__col_sidebar {
    padding: 50px 20px;
  }
}
.pdfView-section__col .download-pdf {
  position: absolute;
  bottom: 27px;
}
@media only screen and (max-width: 611px) {
  .pdfView-section__col .download-pdf {
    position: relative;
    bottom: 0;
  }
}
.pdfView-section__col .download-pdf > a {
  font-size: 21px;
  color: #892730;
  padding-bottom: 5px;
  display: inline-block;
}
.pdfView-section__col .download-pdf > a:after {
  content: "";
  border-bottom: 1px solid #892730;
  display: block;
}
.pdfView-section .studio-logo {
  background: url("../images/proposal/logo.svg") no-repeat;
  width: 100%;
  height: auto;
  max-width: 80%;
  padding-bottom: 100%;
  margin: 0 auto;
  background-size: contain;
}
.pdfView-section .powered-by {
  position: absolute;
  bottom: 27px;
}
@media only screen and (max-width: 611px) {
  .pdfView-section .powered-by {
    bottom: auto;
    top: -30px;
    left: 20px;
  }
}
.pdfView-section .powered-by-logo {
  background: url("../images/proposal/icon-powered-by.png") no-repeat;
  width: 116px;
  height: 43px;
  background-size: contain;
}
.pdfView-section-header__title {
  display: flex;
  align-items: center;
}
.pdfView-section-header__title span {
  width: 10%;
  font-size: 20px;
  color: #8a262e;
  letter-spacing: 0.28px;
  display: block;
  font-weight: bold;
}
.pdfView-section-header__title:after {
  content: "";
  display: block;
  background-color: #908983;
  height: 1px;
  width: 100%;
}
.pdfView-section-items {
  margin-top: 20px;
  margin-bottom: 31px;
}
.pdfView-section-items__item {
  display: grid;
  grid-template-columns: 150px 1fr 85px;
  grid-gap: 0 50px;
  border-bottom: 1px solid #807c76;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 611px) {
  .pdfView-section-items__item {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 20px;
  }
}
.pdfView-section-items__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pdfView-section:last-child {
  margin-bottom: 0;
}
.pdfView-section-grantTotal {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pdfView-section-pendingTotal {
  text-align: right;
}
.pdfView-section-content {
  padding: 0 20px;
}
@media only screen and (max-width: 611px) {
  .pdfView-section.grantTotal {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 611px) {
  .pdfView-section-conditions,
  .pdfView-section-footer {
    padding: 0 20px;
  }
}
.pdfView .project-info {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
}
.pdfView .project-info .project-block {
  writing-mode: vertical-rl;
  transform: rotateZ(180deg);
  position: relative;
  text-transform: uppercase;
  padding: 5rem 5rem 0 5rem;
  opacity: 0.5;
}
.pdfView .project-info .client-block {
  padding: 7rem 5rem 0 5rem;
}
.pdfView .project-info .client-block .studio-logo {
  margin: 7rem 0 0 0;
}
.pdfView .project-info .client-block-content {
  display: block;
}
.pdfView .project-info .client-block-content__value {
  font-weight: 300;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  color: #000000;
}
.pdfView .client-block-content {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 611px) {
  .pdfView .client-block-content {
    display: flex;
    margin-bottom: 20px;
  }
}
.pdfView .client-block-content__proposal {
  margin-bottom: 10px;
}
.pdfView .client-block-content__info {
  align-self: end;
  margin-left: 20px;
}
.pdfView .client-block-content__info .divide-line {
  border-bottom: 3px solid #8a262e;
  width: 150%;
  margin-top: 1rem;
}
.pdfView .client-block-content__title {
  color: #8a262e;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 19px;
  text-transform: uppercase;
}
.pdfView .client-block-content__value {
  font-size: 20px;
  color: #707070;
  letter-spacing: 0.12px;
  word-break: break-word;
}
.pdfView .client-block:first-child {
  margin-bottom: 45px;
}
@media only screen and (max-width: 611px) {
  .pdfView .client-block:first-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.pdfView .proposal-name {
  word-break: break-word;
  color: #011826;
  font-size: 20px;
  letter-spacing: 0.14px;
}
.pdfView .proposal-description {
  color: #000000;
  font-size: 18px;
}
.pdfView .proposal-info-col {
  margin-bottom: 10px;
}
.pdfView .proposal-info-col:last-child {
  margin-bottom: 0;
}
.pdfView .proposal-info__title {
  color: #8a262e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.pdfView .proposal-info__value {
  color: #011826;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.56px;
}
.pdfView-italic {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #707070;
}
.pdfView-addToCart {
  color: #ece7df !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: #8a262e;
  height: 30px;
  display: block;
  line-height: 30px;
  width: auto;
  padding: 0 16px;
  text-align: center;
}
.pdfView-addToCart:hover {
  color: #ece7df;
}
.pdfView-addToCart-price {
  font-family: 'Cormorant';
  color: #8a262e;
  text-align: right;
  font-size: 28px;
  margin-bottom: 10px;
}
.pdfView-addToCart:disabled,
.pdfView-addToCart[disabled] {
  background-color: #cccccc;
  pointer-events: none;
  cursor: inherit;
}
.pdfView-section-conditions__header {
  color: #8a262e;
  font-size: 23px;
  letter-spacing: 0.26px;
  margin-bottom: 15px;
  text-align: center;
}
.pdfView-section-conditions p {
  color: #707070;
  font-size: 18px;
  letter-spacing: 0.12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.pdfView-section-ownerName {
  font-size: 18px;
  letter-spacing: 0.12px;
  color: #8a262e;
  text-align: right;
  font-weight: bold;
}
.pdfView-section-footer .powered-by-logo {
  background: url("../images/proposal/icon-powered-by.png") no-repeat;
  width: 116px;
  height: 43px;
  background-size: contain;
}
.proposal-tab.collection-proposal {
  display: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items .item.content {
  color: #707070;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .theme-pearl.product-page-v3 .product_v3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .theme-pearl.catalog-product-view .product.media .fotorama__wrap * {
    width: auto !important;
    height: auto !important;
  }
  .theme-pearl.catalog-product-view .product.media .fotorama__stage__shaft .gallery-btn {
    display: none;
  }
  .catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage {
    padding-bottom: 55px;
  }
  .catalog-product-view .gallery-placeholder {
    margin-bottom: 0;
  }
}
/* css by Ranosys */
/* for separate dashboard webkul pages */
a:hover {
  color: #8a262e;
}
.page-layout-seller-2columns-left.account {
  font-family: 'Lato', sans-serif;
}
.page-layout-seller-2columns-left.account .col-xs-3 {
  width: 25%;
}
.page-layout-seller-2columns-left.account .col-xs-9 {
  width: 75%;
}
.page-layout-seller-2columns-left.account .legend {
  border: 0;
  margin: 20px 0 40px;
  display: inline-block;
}
.page-layout-seller-2columns-left.account .wk-mp-btn.button {
  border: 1px solid #adadad !important;
}
.page-layout-seller-2columns-left.account .wk-mp-btn.button span {
  color: #514943;
}
.page-layout-seller-2columns-left.account button:hover {
  border: 1px solid #adadad;
}
.page-layout-seller-2columns-left.account form#addNewRate {
  padding-bottom: 20px;
}
.page-layout-seller-2columns-left.account .action.primary {
  background: #eee;
  line-height: 1.6rem;
  padding: 7px 15px;
  font-size: 1.4rem;
  height: 33px;
  text-transform: capitalize;
  letter-spacing: inherit;
  border: 1px solid #adadad;
  color: #514943;
  font-family: 'Catamaran';
}
.page-layout-seller-2columns-left.account .action.primary:hover {
  background: #dbdbdb;
  border: 1px solid #adadad;
}
.page-layout-seller-2columns-left.account ul.action-menu li {
  margin-bottom: 0;
}
.page-layout-seller-2columns-left.account input[type="text"] {
  margin-bottom: 0 !important;
}
.page-layout-seller-2columns-left.account .action-multicheck-wrap {
  width: 4rem;
}
.page-layout-seller-2columns-left.account .action-multicheck-wrap .admin__control-checkbox + label {
  padding-left: 16px;
}
.page-layout-seller-2columns-left.account .action-multicheck-wrap .admin__control-checkbox:checked + label:before {
  line-height: 16px;
}
.page-layout-seller-2columns-left.account .action-multicheck-wrap .action-multicheck-toggle {
  height: 16px;
  top: 0px;
}
button.action-accept {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  button.action-accept {
    padding: 5px 20px;
    width: 100%;
  }
}
button.action-accept:hover {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  button.action-dismiss {
    padding: 5px 20px;
    width: 100%;
  }
}
button.action-dismiss:hover {
  border: 1px solid #ccc;
}
.account .action-multicheck-wrap {
  width: 4rem;
}
.account .action-multicheck-wrap .admin__control-checkbox + label {
  padding-left: 16px;
}
.account .action-multicheck-wrap .admin__control-checkbox:checked + label:before {
  line-height: 16px;
}
.account .action-multicheck-wrap .action-multicheck-toggle {
  height: 16px;
  top: 0;
}
.account .mpcheckbox,
.account #mpselecctall {
  display: none;
}
.account input[type="checkbox"] {
  position: relative;
  top: 15px;
  width: 20px;
}
.account input[type="text"],
.account input[type="password"],
.account input[type="url"],
.account input[type="tel"],
.account input[type="search"],
.account input[type="number"],
.account input[type="datetime"],
.account input[type="email"] {
  margin-bottom: auto !important;
}
.account .row {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.account .row-gutter {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.account .data-grid-filters-actions-wrap button {
  padding: 7px 15px;
  font-size: 1.4rem;
}
.account table.data-grid th.data-grid-th {
  background: #ede7de !important;
  border-color: #D1CFCF;
  color: #011826;
  font-size: 1.4rem;
  padding: 0.8rem 0.8rem;
  vertical-align: middle;
}
.account table th {
  background: #ffffff !important;
  border-color: #D1CFCF;
  color: #011826;
  font-size: 1.3rem;
  padding: 0.8rem 0.8rem;
  vertical-align: middle;
}
.account table td {
  background: #f8f9f9;
}
.account [class*='admin__control-'] + .admin__control-support-text {
  margin-left: 0.7rem;
}
.account .admin__action-dropdown {
  background: inherit;
}
.account .admin__data-grid-pager {
  display: inline-block;
}
.account .admin__data-grid-pager .admin__control-text {
  border: 1px solid #adadad;
}
.account .admin__data-grid-pager .action-previous {
  margin-right: 1rem;
}
.account .admin__data-grid-pager .action-next {
  margin-left: 1rem;
  text-indent: 0.1em;
}
.account button.admin__action-dropdown {
  padding: 0.9rem 3.3rem 0.8rem 1.5rem;
}
.account .mp-gdpr-design .action.primary {
  height: auto;
  line-height: 40px;
  padding: 0 32px;
}
.account .mp-gdpr-design select {
  margin-bottom: 0;
}
.marketplace-product-productlist .legend {
  border: 0;
  margin: 20px 0 40px;
  display: inline-block;
}
.account.page-layout-1column .wk-mp-list-table input:not([type="radio"]) {
  margin-bottom: auto !important;
}
.account.page-layout-1column .wk-mp-list-table select {
  margin-bottom: auto !important;
}
.account.page-layout-1column .wk-dashboard-sales-font .price {
  font-size: 2.5rem;
}
.account.page-layout-1column .selectmenu input[type="text"] {
  margin-bottom: 0 !important;
}
.marketplace-account-editprofile .toggle {
  margin: 0;
}
.marketplace-account-editprofile .toggle h2 {
  background: #f8f9f9;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #000;
  font-size: 20px;
  display: inline;
  font-family: 'Lato', sans-serif;
}
.marketplace-account-editprofile .toggle [class*=" icon-"] {
  font-family: 'font-icons';
  left: auto;
  right: 0;
  font-size: 24px;
  width: 35px;
  background: #f8f9f9;
  color: #817c75;
}
.marketplace-account-editprofile .toggle .togglet {
  margin: 0px 0px 20px 0px;
  padding-left: 0;
}
.marketplace-account-editprofile .toggle .togglet:after {
  content: '';
  height: 1px;
  background: #ccc;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1;
}
.marketplace-account-editprofile .toggle .togglec {
  padding-bottom: 15px;
}
.marketplace-account-editprofile .wk-mp-design .fieldset > .legend {
  border: 0;
}
.wk-mp-design {
  font-size: 18px;
}
.buttons-set .back-link > a {
  font-size: 24px;
}
.wk-marketplace-label {
  margin-top: 40px;
  padding-top: 0;
  font-family: 'Lato', sans-serif;
}
body .wk-mp-rma-newrma {
  width: auto;
  float: none;
  margin-bottom: 0;
}
.admin__control-support-text {
  font-size: 16px;
  line-height: normal;
}
.wk-emptymsg {
  color: #8a262e;
}
.wk-profile-links a.btn-primary {
  color: #fff !important;
  background-color: #8a262e;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 1.6px;
  border: 1px solid #8a262e;
  border-radius: 0;
  line-height: initial;
  opacity: 1;
}
.wk-profile-links-container .wk-profile-links {
  float: right;
  max-width: 20%;
}
.field.profile.wk-profile-links-container {
  display: inline-block;
  width: 100%;
}
form#addNewRate {
  padding-left: 10px;
  padding-right: 10px;
}
.page-layout-seller-2columns-left.account input.admin__control-checkbox[type=checkbox] {
  position: absolute !important;
}
.mpshipping-shippingset-view .wk-mp-list-table input:not([type=radio]),
.mpshipping-shippingset-view select {
  margin-bottom: auto !important;
}
.wk-profile-links a.btn-primary {
  background: #8a262e !important;
  border-color: #8a262e !important;
  box-shadow: none !important;
}
/* for separate dashboard webkul pages close */
/* for same dashboard webkul pages */
#wk-mp-tr-heading th {
  font-size: 1.8rem;
  background: #ede7de;
  color: #011826;
  font-weight: 400;
}
.wk-mp-body td {
  background: #ffffff;
  border-color: #ccc;
  vertical-align: middle;
}
.wk-mp-list-table {
  margin-bottom: 50px;
}
.wk-mp-list-table thead span {
  font-weight: 400;
}
.wk-mp-list-table thead .wk-content span {
  font-weight: 700;
}
#wk-bodymain {
  max-width: 700px;
  margin: 0 auto;
}
#wk-bodymain .toggle {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
#wk-bodymain .toggle .togglet,
#wk-bodymain .toggle .toggleta {
  width: 100% !important;
  background-color: white;
  display: flex !important;
  padding: 11px 18px !important;
  justify-content: space-between !important;
  align-items: center !important;
  align-self: stretch !important;
  font-weight: 400 !important;
}
#wk-bodymain .toggle .togglet i,
#wk-bodymain .toggle .toggleta i {
  right: 18px !important;
  left: auto !important;
  top: 25% !important;
}
#wk-bodymain .toggle .togglec {
  display: grid;
  gap: 24px !important;
  padding: 24px 0 0 0 !important;
}
@media only screen and (max-width: 767px) {
  #wk-bodymain .toggle .togglec {
    display: flex !important;
    flex-direction: column;
  }
}
.page-layout-1column.account .admin__data-grid-outer-wrap {
  font-family: 'Lato', sans-serif;
}
.page-layout-1column.account .wk-mp-design .fieldset > .legend {
  border: 0;
  margin: 20px 0 35px;
}
.shipping_rate .addlabel {
  color: #8a262e;
}
.wk_shipping_rate_wrapper label.colortheme,
.colortheme {
  color: #8a262e;
}
.wkplussign {
  border: 2px #8a262e dotted;
}
.wk_shipping_rate_wrapper .wk_mp_design .wk_close_wrapper {
  background: none;
  height: auto;
  width: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
  color: #ede7de;
}
.wk_shipping_rate_wrapper .wk_mp_design .wk_close_wrapper:after {
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  background: transparent;
  font-size: 1.9rem;
  font-weight: 300;
}
.wk_shipping_rate_wrapper .wk_mp_design .block {
  background: #ede7de;
  width: 100%;
  text-align: left;
  margin-top: -10px;
  padding: 11px 10px 0px;
  display: inline-block;
  margin-left: -10px;
}
.wk-mp-main .block:not(.widget) .block-title {
  border: 0;
  padding-left: 15px;
}
.wk-mp-main .block:not(.widget) .block-title strong h4 > h4 {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #c1c1c1;
  display: inline;
}
.wk-tooltip {
  background-color: #8a262e;
  line-height: inherit;
}
.marketplace-artist-artistlist .data-grid .action-select-wrap .action-select {
  border: 0 !important;
  color: #000 !important;
  line-height: inherit;
}
.marketplace-artist-artistlist .data-grid .action-select-wrap .action-select:after {
  border-color: #000 transparent transparent;
}
.marketplace-artist-artistlist .data-grid .action-select-wrap a.action-menu-item {
  color: #000 !important;
}
.marketplace-artist-artistlist .data-grid .data-grid-thumbnail-cell img {
  max-width: 40px;
  border-radius: 50%;
  border: 0;
  margin: 0 auto;
  object-fit: contain;
}
.order-links .item strong {
  background-color: #f8f9f9;
}
/* for same dashboard webkul pages */
#form-productlist-massdelete {
  display: flex;
  flex-direction: column;
}
#form-productlist-massdelete .mpupdatest {
  width: fit-content;
}
#form-productlist-massdelete button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 5px;
}
#form-productlist-massdelete .toggle {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
#form-productlist-massdelete .toggle .togglet,
#form-productlist-massdelete .toggle .toggleta {
  width: 33.3% !important;
  background-color: white;
  border: 2px solid #f8f9f9;
  display: flex !important;
  padding: 11px 18px !important;
  justify-content: space-between !important;
  align-items: center !important;
  align-self: stretch !important;
  font-weight: 400 !important;
}
#form-productlist-massdelete .toggle .togglet i,
#form-productlist-massdelete .toggle .toggleta i {
  right: 18px !important;
  left: auto !important;
  top: 25% !important;
}
#form-productlist-massdelete .toggle .togglec {
  display: flex;
  gap: 8px !important;
  flex-direction: column;
  padding: 24px 16px !important;
  width: 33.3%;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  #form-productlist-massdelete .toggle .togglec {
    display: flex !important;
    flex-direction: column;
  }
}
.column.main .products-grid .product-item .product-item-info:hover {
  background: none !important;
  box-shadow: none !important;
}
.wk-mp-sellerlist-container {
  position: relative;
}
.wk-mp-sellerlist-container li.item.product.product-item:hover {
  background: initial;
}
.wk-mp-sellerlist-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.wk-mp-sellerlist-container ul li {
  text-align: left;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}
.wk-mp-sellerlist-container ul li .last-artwork {
  text-align: center;
}
.wk-mp-sellerlist-container .logo-artist {
  width: 50px;
}
.wk-mp-sellerlist-container .artist-info {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 32px;
}
.wk-mp-sellerlist-container .artist-info .name,
.wk-mp-sellerlist-container .artist-info .follow,
.wk-mp-sellerlist-container .artist-info .location {
  font-size: 16px;
}
.wk-mp-sellerlist-container .artist-info .name {
  font-weight: 400;
}
.wk-mp-sellerlist-container .artist-info .follow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wk-srach-wrapper {
  margin: 30px 0;
}
.control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.control .search-name,
.control .search-address {
  flex: 0.7;
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
}
.control .search-far {
  flex: 0.5;
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
}
.brand_search {
  margin: 20px;
}
.seller-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-left: 0px;
}
.seller-list li {
  background-color: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
}
.seller-list li .details {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.search_seller {
  height: 45px;
}
.block .block-content *,
.block .empty * {
  font-family: 'Lato', sans-serif;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4).page-header-v3 .sections.nav-sections {
  margin-left: 52px !important;
}
:root .page-header-v3 .page-header .nav-toggle {
  display: none;
}
:root .page-header-v3 .page-header .nav-toggle:before {
  content: "";
  display: block;
  background: url("../images/header/icon-toggle-menu.svg") no-repeat;
  width: 18px;
  height: 13px;
}
:root .page-header-v3 .page-header .minicart-wrapper {
  margin: 0;
  padding: 0;
}
:root .page-header-v3 .page-header .minicart-wrapper .action.showcart:after {
  content: none;
}
:root .page-header-v3 .page-header .minicart-wrapper .action.showcart:before {
  content: "";
  display: block;
  background-image: url('../images/header/minicart.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px !important;
  height: 16px !important;
}
:root .page-header-v3 .page-header a.action {
  margin-top: 0 !important;
}
:root .page-header-v3 .page-header a.action.showcart {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #707070;
  top: 0;
}
:root .page-header-v3 .page-header .header_right {
  margin: 0;
}
:root .page-header-v3 .field.search label::before {
  margin-top: 0 !important;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
  margin-top: -2px;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
  left: 0 !important;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-welcome {
  margin: 0;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu {
  display: inline-block;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu .header.links {
  background: unset;
  box-shadow: unset;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu .header.links:before,
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu .header.links:after {
  display: none;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu .header.links li:hover {
  background: unset;
}
.nav-open .page-header .header.content .sections .nav-sections-items .section-item-content .header.links .customer-menu .header.links li.authorization-link {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .page-header .header.content .header.links li.authorization-link {
    margin-right: 0 !important;
  }
  .page-header .header.content .header.links li.authorization-link a.ajax-login {
    font-size: 15px;
  }
  .page-wrapper .page-header .page-header .header.content .header_right .switcher-currency .switcher-options .switcher-trigger span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .page-wrapper .page-header .page-header .header.content .header_right .minicart-wrapper .action.showcart {
    margin: 0;
  }
}
@media (max-width: 600px) {
  body:not(.mobile-nav) .nav-sections {
    background-color: inherit !important;
  }
  body:not(.mobile-nav) .nav-sections .navigation {
    max-width: 100%;
    background-color: inherit !important;
  }
  body:not(.mobile-nav) .nav-sections .navigation ul li.parent > a span:nth-child(2),
  body:not(.mobile-nav) .nav-sections .navigation ul li:not(.parent) > a span:first-child {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) and (max-width: 100%) {
  body:not(.mobile-nav) .nav-sections .navigation {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .page-header .page-header .header.content .block.block-search {
    margin-right: 0;
  }
  .page-header .page-header .header.content .block.block-search input {
    font-size: 1.5rem;
    width: 110px;
    height: 30px;
  }
  .page-header .page-header .header.content .block.block-search input::placeholder {
    font-size: 1.5rem;
  }
  .page-header .page-header .header.content .block.block-search .actions button:after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .page-header .page-header .header.content .section-items .navigation .level0 .level-top {
    padding: 0 15px;
  }
  .page-header .page-header .header.content .section-items .navigation .level0 span {
    font-size: 1.6rem !important;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1440px) {
  .page-header .page-header .header.content .block.block-search .control input {
    width: 322px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .header.links {
    position: unset;
    padding: 0 !important;
  }
  .page-header .header.content .header.links li > a {
    border: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
  }
  .nav-sections-item-title {
    border: none;
    background-color: #ede7de !important;
    font-size: 18px;
    font-weight: 400;
  }
  .nav-sections-item-title a {
    text-transform: none !important;
    color: #1B2631 !important;
  }
  .action.nav-toggle.account {
    position: relative;
  }
  .action.nav-toggle.account:before {
    -webkit-background-image: url("../images/icons/icon-account.svg") !important;
    -moz-background-image: url("../images/icons/icon-account.svg") !important;
    -ms-background-image: url("../images/icons/icon-account.svg") !important;
    background-image: url("../images/icons/icon-account.svg") !important;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -ms-background-size: contain !important;
    background-size: contain !important;
    content: '' !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
  }
  .nav-sections-item-content .navigation ul,
  .nav-sections-item-content ul.header.links .customer-welcome .customer-menu ul.header.links {
    display: flex;
    padding: 0px 16px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
  }
  .nav-sections-item-content .link.authorization-link {
    margin: 28px 0 0 30px !important;
  }
  .page-wrapper .page-header .header.content .section-items .navigation .level0 span {
    font-size: 18px !important;
  }
  .switcher-dropdown {
    margin-right: 60px !important;
  }
  .block.block-search {
    z-index: 999;
    display: block !important;
  }
  .block.block-search .label.icon {
    z-index: 99;
    position: relative;
    top: 5px;
    right: 90px;
    width: 100%;
  }
  .block.block-search .label.icon:before {
    -webkit-background-image: url("../images/header/icon-search.svg");
    -moz-background-image: url("../images/header/icon-search.svg");
    -ms-background-image: url("../images/header/icon-search.svg");
    background-image: url("../images/header/icon-search.svg");
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    content: '' !important;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .block.block-search .block.block-content {
    background-color: #F8F9F9;
    width: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 20px;
  }
  .block.block-search .block.block-content .action-close {
    float: right;
    padding: 10px;
  }
  .block.block-search .block.block-content .action-close:before {
    -webkit-background-image: url("../images/icons/icon-cross.svg");
    -moz-background-image: url("../images/icons/icon-cross.svg");
    -ms-background-image: url("../images/icons/icon-cross.svg");
    background-image: url("../images/icons/icon-cross.svg");
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .block.block-search .block.block-content input#search {
    background-color: #F8F9F9;
    border: 1px solid #CBCFD9;
  }
  :root .theme-pearl .page-header-v3 .page-header .minicart-wrapper .action.showcart .counter.qty {
    top: -2px;
    right: 20px;
  }
}
.theme-pearl.catalog-product-view #maincontent .box-tocart .actions button {
  margin-bottom: 15px;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
  font-family: 'Cormorant';
  color: #8a262e;
  font-weight: 300;
  font-size: 4.4rem;
}
.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .special-price .price {
  font-size: 4.4rem;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item {
  background: transparent !important;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:active,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:focus,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:visited {
  background: transparent !important;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:active,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:focus,
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title.active > .switch:visited {
  color: #8a262e !important;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.title .switch {
  font-size: 2.4rem;
}
.theme-pearl.catalog-product-view .product.info.detailed > .items > .item.content {
  border: 0;
  border-top: 1px solid #EAECF0;
  padding-left: 0;
  padding-right: 0;
}
.theme-pearl.catalog-product-view .product.data.items > .item.title > .switch {
  border: none;
}
.theme-pearl.catalog-product-view .product.data.items > .item.title > .switch,
.theme-pearl.catalog-product-view .product.data.items > .item.title > .switch:visited {
  background: transparent !important;
}
.theme-pearl.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:active {
  background: transparent !important;
}
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.title.active {
  bottom: 0;
  padding-bottom: 6px;
}
.theme-pearl .product-info-main .product.attribute.overview {
  float: none;
}
.theme-pearl .no-border .product.data.items .item.title.active {
  padding-bottom: 5px;
  border-bottom: 2px solid #7f2e31;
}
.catalog-category-view.page-products .grid.products-grid:not(.widget-product-grid) li.product-item .product-item-details .product-artist-name a {
  font-size: 1.6rem !important;
  font-family: 'Freight Display Pro';
}
.catalog-category-view.page-products .product-item button.action.tocart.primary {
  -webkit-mask-image: url("../images/icons/icon-tocart.svg");
  -moz-mask-image: url("../images/icons/icon-tocart.svg");
  -ms-mask-image: url("../images/icons/icon-tocart.svg");
  mask-image: url("../images/icons/icon-tocart.svg");
  -webkit-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 18px 18px;
  -moz-mask-size: 18px 18px;
  -ms-mask-size: 18px 18px;
  mask-size: 18px 18px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  float: none;
  padding: 0;
  font-size: 0;
}
.catalog-category-view.page-products .grid.products-grid :not(.widget-product-grid) li.product-item .product-item-details .product-artist-name {
  margin-top: 0;
}
.catalog-category-view.page-products .grid.products-grid :not(.widget-product-grid) li.product-item .product-item-details .product-artist-name a {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .theme-pearl .form.minisearch .searchautocomplete {
    margin-right: 0px !important;
    position: relative !important;
    clear: both;
    width: 100% !important;
  }
  .block .searchautocomplete {
    box-shadow: none;
    border: 1px solid #CBCFD9;
  }
}
.auth-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
