/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: "Cirka";
  src: url("../fonts/PPCirka-Regular.eot");
  src: url("../fonts/PPCirka-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/PPCirka-Regular.woff2") format('woff2'), url("../fonts/PPCirka-Regular.woff") format('woff'), url("../fonts/PPCirka-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cirka";
  src: url("../fonts/PPCirka-Medium.eot");
  src: url("../fonts/PPCirka-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/PPCirka-Medium.woff2") format('woff2'), url("../fonts/PPCirka-Medium.woff") format('woff'), url("../fonts/PPCirka-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "David AA";
  src: url("../fonts/David-03-Regular.eot");
  src: url("../fonts/David-03-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/David-03-Regular.woff2") format('woff2'), url("../fonts/David-03-Regular.woff") format('woff'), url("../fonts/David-03-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Magneto_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Magneto_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Magneto_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Magneto_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Magneto_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/* MEDIA QUERIES */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 991px) {
  .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: 991px) {
  .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;
}
@media all and (min-width: 992px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.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: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .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: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .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 10px 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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    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: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    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 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    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: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 991px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Magneto_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Magneto_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Magneto_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .magneto-catalog-topnav {
    margin-top: 3px;
  }
  .magneto-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .magneto-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .magneto-catalog-topnav .filter-subtitle {
    display: none;
  }
  .magneto-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .magneto-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .magneto-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .magneto-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .magneto-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .magneto-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #magneto-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .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;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    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: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .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;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    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: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .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: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 991px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    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 #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .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: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.customer-account-create .page-main,
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main {
  max-width: 574px !important;
  width: 100%;
  padding: 48px 0 84px 0;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    max-width: 512px !important;
  }
}
.customer-account-create {
  background-color: #f5f6f5;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
  max-width: 432px;
  margin: 0 auto 40px auto;
}
.customer-account-create .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-create .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.customer-account-create .form.create.account {
  min-width: 100%;
  width: 100%;
}
.customer-account-create .form.create.account .fieldset {
  margin-bottom: 24px;
}
.customer-account-create .form.create.account .termsPolicy {
  display: block;
  text-align: center;
  max-width: 352px;
  margin: 0 auto;
  margin-top: 24px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.customer-account-create .form.create.account .termsPolicy a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.customer-account-create .form.create.account .termsPolicy a:hover {
  border-color: transparent;
}
.customer-account-create .form.create.account .actions-toolbar {
  margin-top: 16px;
}
.customer-account-create .form.create.account .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.customer-account-create .form.create.account .actions-toolbar .primary .action {
  margin-right: 0;
  width: 100%;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.customer-account-create .form.create.account .actions-toolbar .primary .action:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.customer-account-create .form.create.account .actions-toolbar .primary .action[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.customer-account-create .form.create.account .actions-toolbar .back-to-signup {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.customer-account-create .form.create.account .actions-toolbar .back-to-signup a {
  margin-left: 8px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.customer-account-create .form.create.account .actions-toolbar .back-to-signup a:hover {
  border-color: transparent;
}
.customer-account-create .form.create.account .fieldset.address .legend {
  margin-bottom: 24px;
}
.customer-account-create .form.create.account .fieldset.address .legend span {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.customer-account-create .form.create.account .fieldset.address .field.zip.required {
  margin-bottom: 0px;
}
.customer-account-create .form.create.account .field.radio.required span {
  margin-bottom: 08px;
}
.customer-account-create .form.create.account .field.country.required .control {
  width: 100%;
}
.customer-account-create .form.create.account .field.country.required .control .required-entry {
  max-width: 100%;
}
.customer-account-create .form.create.account .field.region .control .region_id {
  max-width: 100%;
}
.customer-account-create .form.create.account .field.radio.required {
  margin-bottom: 16px;
}
.customer-account-create .form.create.account .field.radio.required .label span {
  margin-bottom: 8px;
  display: block;
}
.customer-account-create .form.create.account .field.radio.required .control {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.customer-account-create .form.create.account .field.radio.required .control .field {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 08px;
}
.customer-account-create .form.create.account .field.radio.required .control .field:not(:last-child) {
  margin-right: 48px;
}
@media screen and (max-width: 359px) {
  .customer-account-create .form.create.account .field.radio.required .control .field:not(:last-child) {
    margin-right: 32px;
  }
}
.customer-account-create .form.create.account .field.radio.required .control .field label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.customer-account-create .form.create.account .field-here-about .label span {
  margin-bottom: 08px;
  display: block;
}
.customer-account-login {
  background-color: #f5f6f5;
}
.customer-account-login .page-title-wrapper {
  text-align: center;
  max-width: 432px;
  margin: 0 auto 40px auto;
}
.customer-account-login .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-login .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.customer-account-login .login-container .fieldset .field .control {
  width: 100%;
}
.customer-account-login .login-container .block-customer-login {
  width: 100%;
}
.customer-account-login .login-container .block-customer-login .field.password {
  margin-bottom: 8px;
}
.customer-account-login .login-container .block-customer-login .secondary {
  text-align: right;
}
.customer-account-login .login-container .block-customer-login .secondary .action.remind {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.customer-account-login .login-container .block-customer-login .secondary .action.remind:hover {
  color: #212b36;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar {
  margin-top: 24px;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action {
  margin-right: 0;
  width: 100%;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .back-to-login {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .back-to-login a {
  margin-left: 8px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.customer-account-login .login-container .block-customer-login .actions-toolbar .back-to-login a:hover {
  border-color: transparent;
}
.customer-account-forgotpassword {
  background-color: #f5f6f5;
}
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  max-width: 432px;
  margin: 0 auto 40px auto;
}
.customer-account-forgotpassword .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-forgotpassword .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.customer-account-forgotpassword .form.password.forget {
  min-width: 100%;
  width: 100%;
}
.customer-account-forgotpassword .form.password.forget .fieldset {
  margin-bottom: 8px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested {
  margin-top: 16px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image .captcha-img {
  margin: auto;
  width: auto;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image .reload.captcha-reload {
  width: 45%;
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: auto;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image .reload.captcha-reload:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image .reload.captcha-reload[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .customer-account-forgotpassword .form.password.forget .fieldset .control.captcha .nested .captcha-image .reload.captcha-reload {
    padding: 8px;
  }
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action {
  margin-right: 0;
  width: 100%;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar .secondary {
  display: none;
}
.customer-account-createpassword {
  background-color: #f5f6f5;
}
.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  max-width: 432px;
  margin: 0 auto 40px auto;
}
.customer-account-createpassword .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-createpassword .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.customer-account-createpassword #password-strength-meter-container {
  display: none;
}
.customer-account-createpassword .fieldset {
  margin-bottom: 0;
}
.customer-account-createpassword .fieldset .field .control {
  width: 100%;
}
.customer-account-createpassword form.form.password.reset {
  min-width: 100%;
  width: 100%;
}
.customer-account-createpassword form.form.password.reset .field.choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.customer-account-createpassword .actions-toolbar {
  margin-top: 24px;
}
.customer-account-createpassword .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.customer-account-createpassword .actions-toolbar .primary .action {
  margin-right: 0;
  width: 100%;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.customer-account-createpassword .actions-toolbar .primary .action:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.customer-account-createpassword .actions-toolbar .primary .action[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.customer-account-logoutsuccess .page-main {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customer-account-logoutsuccess .page-main {
    margin-bottom: 24px;
  }
}
@media (max-width: 1919px) {
  .customer-account-logoutsuccess .page-main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .customer-account-logoutsuccess .page-main {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-logoutsuccess .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .customer-account-logoutsuccess .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .customer-account-logoutsuccess .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.customer-account-logoutsuccess .page-main .page-title-wrapper {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .customer-account-logoutsuccess .page-main .page-title-wrapper {
    margin: 20px auto;
  }
}
.customer-account-logoutsuccess .page-main .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .customer-account-logoutsuccess .page-main .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.customer-account-logoutsuccess .page-main .columns .column.main {
  text-align: center;
}
.customer-account-logoutsuccess .page-main .columns .column.main p {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
/*Blog List Starts*/
.amblog-index-index,
.amblog-index-search,
.amblog-index-category {
  background-color: #f5f6f5;
}
.amblog-index-index #contentarea,
.amblog-index-search #contentarea,
.amblog-index-category #contentarea {
  display: none;
}
.amblog-index-index .breadcrumbs,
.amblog-index-search .breadcrumbs,
.amblog-index-category .breadcrumbs,
.amblog-index-index .page-main,
.amblog-index-search .page-main,
.amblog-index-category .page-main {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media (min-width: 1920px) {
  .amblog-index-index .breadcrumbs,
  .amblog-index-search .breadcrumbs,
  .amblog-index-category .breadcrumbs,
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    padding-left: 108px;
    padding-right: 108px;
  }
}
.amblog-index-index .breadcrumbs,
.amblog-index-search .breadcrumbs,
.amblog-index-category .breadcrumbs {
  margin-top: 24px;
  margin-bottom: 12px;
}
.amblog-index-index .page-main,
.amblog-index-search .page-main,
.amblog-index-category .page-main {
  margin-top: 12px;
}
.amblog-index-index .page-main .page-title-wrapper,
.amblog-index-search .page-main .page-title-wrapper,
.amblog-index-category .page-main .page-title-wrapper {
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amblog-index-index .page-main .page-title-wrapper h1,
.amblog-index-search .page-main .page-title-wrapper h1,
.amblog-index-category .page-main .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin: 0;
  max-width: -webkit-calc(100% - 48px);
  max-width: -moz-calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding: 0;
}
.amblog-index-index .page-main .page-title-wrapper .amblog-swipe,
.amblog-index-search .page-main .page-title-wrapper .amblog-swipe,
.amblog-index-category .page-main .page-title-wrapper .amblog-swipe {
  background: url("../images/blog-swipe.png");
  margin: auto 0;
  margin-left: auto;
}
.amblog-index-index .page-main .columns,
.amblog-index-search .page-main .columns,
.amblog-index-category .page-main .columns {
  display: flex;
  flex-wrap: nowrap;
}
.amblog-index-index .page-main .columns .sidebar-main,
.amblog-index-search .page-main .columns .sidebar-main,
.amblog-index-category .page-main .columns .sidebar-main,
.amblog-index-index .page-main .columns .sidebar-additional,
.amblog-index-search .page-main .columns .sidebar-additional,
.amblog-index-category .page-main .columns .sidebar-additional {
  width: 25%;
  padding: 0;
  max-width: 384px;
  border: 0;
}
.amblog-index-index .page-main .columns .sidebar-main,
.amblog-index-search .page-main .columns .sidebar-main,
.amblog-index-category .page-main .columns .sidebar-main {
  margin-right: auto;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list {
  box-shadow: none;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-title,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-title,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list {
  padding: 0;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info {
  padding: 0 24px 16px 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info:last-child,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info:last-child,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-image {
  margin-bottom: 0;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details {
  padding-left: 0;
  padding-top: 8px;
  max-width: -webkit-calc(100% - 96px);
  max-width: -moz-calc(100% - 96px);
  max-width: calc(100% - 96px);
  width: calc(100% - 96px);
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date,
.amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date,
.amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date {
  margin: 0;
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-index .page-main .columns .sidebar-additional,
.amblog-index-search .page-main .columns .sidebar-additional,
.amblog-index-category .page-main .columns .sidebar-additional {
  margin-left: auto;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search {
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-title,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-title,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search {
  padding-bottom: 88px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box {
  position: relative;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box:before,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box:before,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box:before {
  content: ' ';
  background: url(../images/search.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 12px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 14px 16px 14px 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest {
  border-color: #cccccc;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest {
  border-color: #cccccc;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover {
  background-color: #f2f9f2;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  right: 0;
  height: 48px;
  transform: translateY(0%);
  top: 64px;
  width: 100%;
  background: #373432;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled],
.amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled],
.amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container {
  box-shadow: none;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list {
  padding: 0 24px 12px 24px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > li,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > li,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > li {
  margin-bottom: 24px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 12px;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover {
  color: #212b36;
}
.amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count,
.amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count,
.amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-index .page-main .columns .column.main,
.amblog-index-search .page-main .columns .column.main,
.amblog-index-category .page-main .columns .column.main {
  width: 50%;
  padding: 0;
  max-width: 840px;
  box-shadow: none;
  border: 0;
  margin-bottom: 32px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container {
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .post-image,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .post-image,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .post-image {
  margin-bottom: 24px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content {
  padding: 0 24px 16px 24px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap {
  margin-bottom: 16px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  padding: 4px 8px;
  background-color: #dae6d5;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref:not(:last-child),
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref:not(:last-child),
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-wrap .amblog-ref:not(:last-child) {
  margin-right: 8px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
  margin-bottom: 16px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-shot {
  margin-bottom: 8px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-date,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-date,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-date {
  margin-right: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer {
  padding: 0 24px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap {
  margin-right: 0;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap .comments .amblog-ref,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap .comments .amblog-ref,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-wrap .comments .amblog-ref {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read {
  margin-bottom: 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  padding-right: 32px;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read::after,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read::after,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read::after {
  content: ' ';
  background: url(../images/arrow-right-trans.svg);
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read:hover::after,
.amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read:hover::after,
.amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read:hover::after {
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.amblog-index-index .page-main .columns .column.main .amblog-search,
.amblog-index-search .page-main .columns .column.main .amblog-search,
.amblog-index-category .page-main .columns .column.main .amblog-search {
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-title,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-title,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search {
  padding-bottom: 88px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box {
  position: relative;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box:before,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box:before,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box:before {
  content: ' ';
  background: url(../images/search.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 12px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 14px 16px 14px 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest {
  border-color: #cccccc;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest {
  border-color: #cccccc;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  right: 0;
  height: 48px;
  transform: translateY(0%);
  top: 64px;
  width: 100%;
  background: #373432;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover,
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover,
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-index .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled],
.amblog-index-search .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled],
.amblog-index-category .page-main .columns .column.main .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-index .page-main .columns .column.main .amblog-widget-container,
.amblog-index-search .page-main .columns .column.main .amblog-widget-container,
.amblog-index-category .page-main .columns .column.main .amblog-widget-container {
  box-shadow: none;
}
.amblog-index-index .page-main .columns .column.main .amblog-widget-container .amblog-title,
.amblog-index-search .page-main .columns .column.main .amblog-widget-container .amblog-title,
.amblog-index-category .page-main .columns .column.main .amblog-widget-container .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-index .page-main .columns .column.main .amblog-search-titles,
.amblog-index-search .page-main .columns .column.main .amblog-search-titles,
.amblog-index-category .page-main .columns .column.main .amblog-search-titles {
  display: none;
}
@media screen and (max-width: 991px) {
  .amblog-index-index .page-main,
  .amblog-index-search .page-main,
  .amblog-index-category .page-main {
    margin-top: 32px;
  }
  .amblog-index-index .page-main .page-title-wrapper,
  .amblog-index-search .page-main .page-title-wrapper,
  .amblog-index-category .page-main .page-title-wrapper {
    margin-bottom: 24px;
  }
  .amblog-index-index .page-main .page-title-wrapper h1,
  .amblog-index-search .page-main .page-title-wrapper h1,
  .amblog-index-category .page-main .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .amblog-index-index .page-main .page-title-wrapper .amblog-title,
  .amblog-index-search .page-main .page-title-wrapper .amblog-title,
  .amblog-index-category .page-main .page-title-wrapper .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-index .page-main .page-title-wrapper .amblog-list,
  .amblog-index-search .page-main .page-title-wrapper .amblog-list,
  .amblog-index-category .page-main .page-title-wrapper .amblog-list {
    padding: 0 16px 16px 16px;
  }
  .amblog-index-index .page-main .columns,
  .amblog-index-search .page-main .columns,
  .amblog-index-category .page-main .columns {
    flex-direction: column;
  }
  .amblog-index-index .page-main .columns .column.main,
  .amblog-index-search .page-main .columns .column.main,
  .amblog-index-category .page-main .columns .column.main,
  .amblog-index-index .page-main .columns .sidebar-main,
  .amblog-index-search .page-main .columns .sidebar-main,
  .amblog-index-category .page-main .columns .sidebar-main,
  .amblog-index-index .page-main .columns .sidebar-additional,
  .amblog-index-search .page-main .columns .sidebar-additional,
  .amblog-index-category .page-main .columns .sidebar-additional {
    width: 100%;
    max-width: 100%;
  }
  .amblog-index-index .page-main .columns .column.main,
  .amblog-index-search .page-main .columns .column.main,
  .amblog-index-category .page-main .columns .column.main {
    margin-bottom: 0;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container {
    margin-bottom: 40px;
    border-radius: 0;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content {
    padding: 0 16px 12px 16px;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
    margin-bottom: 12px;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title .post-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 16px;
  }
  .amblog-index-index .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read,
  .amblog-index-search .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read,
  .amblog-index-category .page-main .columns .column.main .amblog-container-list .amblog-post-container .amblog-footer .amblog-read {
    width: auto;
    margin-bottom: 10px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-title::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-title::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-title.-active::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-title.-active::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search {
    padding: 0 16px 80px 16px;
    background-color: #ffffff;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
    max-width: 100%;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list {
    text-align: left;
    margin-bottom: 40px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-title::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-title::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-title.-active::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-title.-active::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list {
    padding: 0;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 16px 24px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info:last-child,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info:last-child,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-image,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-image,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-image {
    margin-bottom: 0;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details {
    padding-left: 0;
    padding-top: 8px;
    max-width: -webkit-calc(100% - 96px);
    max-width: -moz-calc(100% - 96px);
    max-width: calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: calc(100% - 96px);
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date {
    margin: 0;
    font-family: "David AA";
    color: #637381;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories {
    margin-bottom: 56px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title.-active::before,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title.-active::before,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > li,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > li,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > li {
    margin-bottom: 24px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover {
    color: #212b36;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-search .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-category .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .amblog-index-index .page-main .columns .column.main,
  .amblog-index-search .page-main .columns .column.main,
  .amblog-index-category .page-main .columns .column.main {
    max-width: 43%;
    width: 43%;
  }
  .amblog-index-index .page-main .columns .sidebar-main,
  .amblog-index-search .page-main .columns .sidebar-main,
  .amblog-index-category .page-main .columns .sidebar-main,
  .amblog-index-index .page-main .columns .sidebar-additional,
  .amblog-index-search .page-main .columns .sidebar-additional,
  .amblog-index-category .page-main .columns .sidebar-additional {
    max-width: 26%;
    width: 26%;
  }
  .amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info,
  .amblog-index-search .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info,
  .amblog-index-category .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info {
    padding: 0 20px 16px 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-search .amblog-form-search.amblog-item,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-search .amblog-form-search.amblog-item,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-search .amblog-form-search.amblog-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list,
  .amblog-index-search .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list,
  .amblog-index-category .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list {
    padding: 0 20px 12px 20px;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-search .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-category .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty {
    display: none;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .amblog-index-index .page-main .columns .column.main,
  .amblog-index-search .page-main .columns .column.main,
  .amblog-index-category .page-main .columns .column.main {
    max-width: 44%;
    width: 44%;
  }
  .amblog-index-index .page-main .columns .sidebar-main,
  .amblog-index-search .page-main .columns .sidebar-main,
  .amblog-index-category .page-main .columns .sidebar-main,
  .amblog-index-index .page-main .columns .sidebar-additional,
  .amblog-index-search .page-main .columns .sidebar-additional,
  .amblog-index-category .page-main .columns .sidebar-additional {
    max-width: 25%;
    width: 25%;
  }
  .amblog-index-index .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-search .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty,
  .amblog-index-category .page-main .columns .sidebar-additional .desktop-block.amblog-element-block .amblog-empty {
    display: none;
  }
}
/*Blog List Ends*/
/*Blog Details Starts*/
.amblog-index-post {
  background-color: #f5f6f5;
}
.amblog-index-post #contentarea {
  display: none;
}
.amblog-index-post .breadcrumbs,
.amblog-index-post .page-main {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media (min-width: 1920px) {
  .amblog-index-post .breadcrumbs,
  .amblog-index-post .page-main {
    padding-left: 108px;
    padding-right: 108px;
  }
}
.amblog-index-post .breadcrumbs {
  margin-top: 24px;
  margin-bottom: 12px;
}
.amblog-index-post .page-main {
  margin-top: 12px;
}
.amblog-index-post .page-main .page-title-wrapper {
  text-align: left;
  padding: 0;
  margin: 0 auto 16px auto;
  max-width: 840px;
  display: block;
}
@media screen and (max-width: 1919px) {
  .amblog-index-post .page-main .page-title-wrapper {
    text-align: center;
  }
}
.amblog-index-post .page-main .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-swipe {
  background: url("../images/blog-swipe.png");
  margin: auto 0;
  margin-left: auto;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right {
  height: 100%;
  background: #ffffff;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right h2.aside-title {
  margin: 0 16px;
  text-align: left;
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right h2.aside-title .amblog-close::after {
  background: url("../images/close.svg");
  height: 24px;
  width: 24px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list {
  padding: 0 24px 12px 24px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 > li {
  margin-bottom: 24px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 12px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover {
  color: #212b36;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list {
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-title {
  padding: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-title::before {
  right: 4px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list {
  padding: 16px 0 0 0;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info {
  padding: 0;
  margin-bottom: 8px;
  border-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info:last-child {
  margin-bottom: 0;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info .post-image {
  margin-bottom: 0;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info .post-item-details {
  padding-left: 12px;
  padding-top: 8px;
  max-width: -webkit-calc(100% - 96px);
  max-width: -moz-calc(100% - 96px);
  max-width: calc(100% - 96px);
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date {
  margin: 0;
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .mobile-block.amblog-element-block {
  margin: 32px 16px 24px 16px;
  box-shadow: none;
}
.amblog-index-post .page-main .page-title-wrapper .amblog-aside-right .mobile-block.amblog-element-block .desktop-block.amblog-element-block {
  box-shadow: none;
}
.amblog-index-post .page-main .columns {
  display: flex;
  flex-wrap: nowrap;
}
.amblog-index-post .page-main .columns .sidebar-main,
.amblog-index-post .page-main .columns .sidebar-additional {
  width: 25%;
  padding: 0;
  max-width: 384px;
  border: 0;
}
.amblog-index-post .page-main .columns .sidebar-main {
  margin-right: auto;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list {
  box-shadow: none;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list {
  padding: 0;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info {
  padding: 0 24px 16px 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-image {
  margin-bottom: 0;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details {
  padding-left: 16px;
  padding-top: 8px;
  max-width: -webkit-calc(100% - 96px);
  max-width: -moz-calc(100% - 96px);
  max-width: calc(100% - 96px);
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date {
  margin: 0;
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-post .page-main .columns .sidebar-additional {
  margin-left: auto;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search {
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search {
  padding-bottom: 88px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box {
  position: relative;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box:before {
  content: ' ';
  background: url(../images/search.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 12px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 14px 16px 14px 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest {
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest {
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  right: 0;
  height: 48px;
  transform: translateY(0%);
  top: 64px;
  width: 100%;
  background: #373432;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container {
  box-shadow: none;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list {
  padding: 0 24px 12px 24px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 > li {
  margin-bottom: 24px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 12px;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover {
  color: #212b36;
}
.amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main {
  width: 50%;
  padding: 0;
  max-width: 840px;
  box-shadow: none;
  border: 0;
  margin-bottom: 32px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container {
  box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content {
  margin-top: 24px;
  padding: 24px 48px 40px 48px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features {
  margin-bottom: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features .amblog-wrap {
  margin-bottom: 24px;
  margin-right: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features .amblog-wrap .amblog-ref {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  padding: 4px 8px;
  background-color: #dae6d5;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features .amblog-wrap .amblog-ref:not(:last-child) {
  margin-right: 8px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features .amblog-wrap .amblog-ref:not(:last-child):after {
  display: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content {
  margin-bottom: 24px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content h3 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-img {
  margin-bottom: 40px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-dates .amblog-date {
  margin: 0;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container {
  margin-top: 0;
  background-color: #ffffff;
  padding: 24px 48px 48px 48px;
  border-top: 1px solid #cccccc;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container .amblog-navigation {
  max-width: 100%;
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container .amblog-navigation.-previous {
  display: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  display: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container .amblog-navigation .amblog-title-link {
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  text-align: left;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container .amblog-navigation .amblog-title-link::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  background: url("../images/arrow-right-trans.svg");
  height: 24px;
  width: 24px;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block {
  padding: 16px 24px 20px 24px;
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0 0 16px 0;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list {
  padding: 0;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item {
  display: none !important;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item:nth-child(1),
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item:nth-child(2) {
  display: block !important;
  width: -webkit-calc(calc(100% / 2) - 24px) !important;
  width: -moz-calc(calc(100% / 2) - 24px) !important;
  width: calc(calc(100% / 2) - 24px) !important;
  margin: 0;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item .post-image {
  margin-bottom: 12px;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item .post-item-details .post-title.amblog-headline {
  margin-bottom: 12px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item .post-item-details .amblog-dates .amblog-date {
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper {
  padding: 16px 24px 24px 24px;
  box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0 0 20px 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container {
  padding: 0;
  margin: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-replies {
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-header {
  margin-bottom: 8px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-header .amblog-author {
  display: block;
  margin-bottom: 4px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-header .amblog-date {
  display: block;
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-thesis {
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply {
  margin: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply a.amblog-button {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 104px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply a.amblog-button:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply a.amblog-button[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply .amblog-button.-toggle {
  margin-left: 20px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply .amblog-button.-toggle .amblog-icon {
  fill: #212b36;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-container .amblog-comment-content .amblog-reply .amblog-button.-toggle .amblog-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action {
  margin: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-head .amblog-secondary-title {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer {
  margin-bottom: 24px;
  justify-content: space-between;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper {
  margin-top: 0;
  width: -webkit-calc(calc(100% / 2) - 24px);
  width: -moz-calc(calc(100% / 2) - 24px);
  width: calc(calc(100% / 2) - 24px);
  margin-right: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper input {
  height: 48px;
  max-height: 48px;
  max-width: 432px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper input:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper input::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text {
  display: flex;
  flex-direction: column;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text textarea {
  height: 96px;
  max-height: 96px;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  resize: none;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text textarea:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .field.comment-text textarea::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-btn {
  margin-top: 24px;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  max-width: 160px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-post .page-main .columns .column.main .amblog-replies {
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-header {
  margin-bottom: 8px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-header .amblog-author {
  display: block;
  margin-bottom: 4px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-header .amblog-date {
  display: block;
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-thesis {
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply {
  margin: 0;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply a.amblog-button {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 104px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply a.amblog-button:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply a.amblog-button[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply .amblog-button.-toggle {
  margin-left: 20px;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply .amblog-button.-toggle .amblog-icon {
  fill: #212b36;
}
.amblog-index-post .page-main .columns .column.main .amblog-comment-content .amblog-reply .amblog-button.-toggle .amblog-count {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .amblog-index-post .page-main {
    margin-top: 32px;
  }
  .amblog-index-post .page-main .page-title-wrapper {
    margin-bottom: 24px;
  }
  .amblog-index-post .page-main .columns {
    flex-wrap: wrap;
  }
  .amblog-index-post .page-main .columns .column.main {
    width: 100%;
    max-width: 100%;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-container-list .amblog-post-container {
    margin-bottom: 40px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container {
    margin-bottom: 40px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content {
    margin-top: 16px;
    padding: 0 16px 16px 16px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .amblog-features .amblog-wrap {
    margin-bottom: 16px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content {
    margin-bottom: 16px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-content h3 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content .blog-container .b-img {
    margin-bottom: 16px;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-navigation-container {
    padding: 24px 16px 48px 16px;
  }
  .amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block {
    padding: 16px 16px 0 16px;
    margin-bottom: 40px;
  }
  .amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items {
    flex-direction: column;
  }
  .amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item:nth-child(1),
  .amblog-index-post .page-main .columns .column.main .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item:nth-child(2) {
    margin-bottom: 16px;
    width: 100% !important;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper {
    width: 100%;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-comments-wrapper .amblog-comments-action .amblog-form-comment .amblog-customer .amblog-wrapper:not(:last-child) {
    margin-bottom: 24px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search {
    padding: 0 16px 80px 16px;
    background-color: #ffffff;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
    max-width: 100%;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list {
    text-align: left;
    margin-bottom: 40px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list {
    padding: 0;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 16px 24px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-image {
    margin-bottom: 0;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details {
    padding-left: 0;
    padding-top: 8px;
    max-width: -webkit-calc(100% - 96px);
    max-width: -moz-calc(100% - 96px);
    max-width: calc(100% - 96px);
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title.amblog-headline {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-date {
    margin: 0;
    font-family: "David AA";
    color: #637381;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories {
    margin-bottom: 56px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding: 16px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title::before {
    height: 16px;
    width: 16px;
    right: 16px;
    background: url("../images/chevron-down.svg");
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-title.-active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > .amblog-category > .amblog-link .amblog-category-count {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 > li {
    margin-bottom: 24px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link:hover {
    color: #212b36;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container.-categories .amblog-categories.-level1 .amblog-categories.-level2 > .amblog-category > .amblog-link .amblog-category-count {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .amblog-index-post .page-main .columns .column.main {
    max-width: 43%;
    width: 43%;
  }
  .amblog-index-post .page-main .columns .column.main .amblog-post-container .amblog-content {
    padding: 16px 36px 32px 36px;
  }
  .amblog-index-post .page-main .columns .sidebar-main,
  .amblog-index-post .page-main .columns .sidebar-additional {
    max-width: 26%;
    width: 26%;
  }
  .amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-post .page-main .columns .sidebar-main .amblog-post-list .amblog-list .post-item-info {
    padding: 0 20px 16px 20px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-search .amblog-form-search.amblog-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-title {
    padding: 16px 20px;
  }
  .amblog-index-post .page-main .columns .sidebar-additional .amblog-widget-container .amblog-list {
    padding: 0 20px 12px 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .amblog-index-post .page-main .columns .column.main {
    max-width: 44%;
    width: 44%;
  }
  .amblog-index-post .page-main .columns .sidebar-main,
  .amblog-index-post .page-main .columns .sidebar-additional {
    max-width: 25%;
    width: 25%;
  }
}
/*Blog Details Ends*/
.amblog-index-post .amblog-comment-reply .amblog-form-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-head .amblog-secondary-title {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer {
  margin-bottom: 24px;
  justify-content: space-between;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper {
  margin-top: 0;
  width: -webkit-calc(calc(100% / 2) - 24px);
  width: -moz-calc(calc(100% / 2) - 24px);
  width: calc(calc(100% / 2) - 24px);
  margin-right: 0;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input {
  height: 48px;
  max-height: 48px;
  max-width: 432px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text {
  display: flex;
  flex-direction: column;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text textarea {
  height: 96px;
  max-height: 96px;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  resize: none;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text textarea:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .field.comment-text textarea::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-btn {
  margin-top: 24px;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  max-width: 160px;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-post .amblog-comment-reply .amblog-form-comment .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
/*Blog Details Ends*/
.amblog-index-index .block.block-reorder,
.amblog-index-post .block.block-reorder {
  display: none;
}
/*Blog search page author hide code start*/
.amblog-index-search .amblog-search-content {
  margin-top: 0px;
}
.amblog-index-search .amblog-search-content .amblog-container-list .amblog-post-container .amblog-wrapper {
  width: 100%;
}
.amblog-index-search .amblog-search-content .amblog-container-list .amblog-post-container .amblog-wrapper a {
  width: 100%;
}
.amblog-index-search .amblog-search-content .amblog-container-list .amblog-post-container .amblog-content {
  margin-top: 16px;
}
.amblog-index-search .amblog-search-content .amblog-container-list .amblog-post-container .amblog-content .amblog-dates {
  display: none;
}
.amblog-index-search .amblog-search-content .amblog-container-list .amblog-post-container .amblog-dates {
  display: none;
}
.amblog-index-search .sidebar.sidebar-additional .block.block-reorder {
  display: none;
}
.amblog-index-search .amblog-footer .amblog-features .amblog-wrap:nth-child(1) {
  display: none;
}
.amblog-index-search .amblog-footer .amblog-features .amblog-wrap:nth-child(2) {
  display: none;
}
/*Blog search page author hide code end*/
.amblog-index-category .breadcrumbs {
  margin-top: 24px;
}
.amblog-index-category .amblog-footer .amblog-read {
  background: none;
  border-radius: 0px;
  margin-bottom: 24px;
  font-family: "David AA";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #212b36;
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  padding-right: 32px;
}
.amblog-index-category .amblog-footer .amblog-read::after {
  content: ' ';
  background: url(../images/arrow-right-trans.svg);
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.amblog-index-category .amblog-footer .amblog-read:hover::after {
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.amblog-index-category .amblog-search {
  box-shadow: none;
  margin-bottom: 48px;
}
.amblog-index-category .amblog-search .amblog-title {
  padding: 16px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.amblog-index-category .amblog-search .amblog-form-search {
  padding-bottom: 88px;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box {
  position: relative;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box:before {
  content: ' ';
  background: url(../images/search.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 12px;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-input {
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 14px 16px 14px 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest {
  border-color: #cccccc;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest {
  border-color: #cccccc;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest a {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .amblog-btn {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  right: 0;
  height: 48px;
  transform: translateY(0%);
  top: 64px;
  width: 100%;
  background: #373432;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-category .amblog-search .amblog-form-search .amblog-form-container .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-category .sidebar.sidebar-additional .block.block-reorder {
  display: none;
}
/*Comment Section Design Starts*/
.amblog-index-post .amblog-replies-block .amblog-comment-reply {
  margin: 0;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-head .amblog-secondary-title {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer {
  margin-bottom: 24px;
  justify-content: space-between;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper {
  margin-top: 0;
  width: -webkit-calc(calc(100% / 2) - 24px);
  width: -moz-calc(calc(100% / 2) - 24px);
  width: calc(calc(100% / 2) - 24px);
  margin-right: 0;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input {
  height: 48px;
  max-height: 48px;
  max-width: 432px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper input::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-customer .amblog-wrapper .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text {
  display: flex;
  flex-direction: column;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text .label {
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text textarea {
  height: 96px;
  max-height: 96px;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  resize: none;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text textarea:not([disabled]):focus {
  box-shadow: none;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .field.comment-text textarea::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-btn {
  margin-top: 24px;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  max-width: 160px;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-link-btn {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #212B36;
  border-bottom: 1px solid #212B36;
}
.amblog-index-post .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-link-btn:hover {
  border-bottom: none;
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .amblog-index-post .page-main .column.main .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-fieldset .amblog-customer .amblog-wrapper {
    width: 100%;
  }
  .amblog-index-post .page-main .column.main .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-fieldset .amblog-btn {
    min-width: 120px !important;
    max-width: 120px;
    padding: 08px !important;
  }
  .amblog-index-post .page-main .column.main .amblog-replies-block .amblog-comment-reply .amblog-form-comment .amblog-fieldset .amblog-link-btn {
    text-align: left !important;
    max-width: 76px !important;
    margin-left: 24px;
  }
}
/*Comment Section Design Ends*/
.amblog-index-index .page-main .column.main a {
  color: #637381;
}
.amblog-index-index .page-main .column.main a:hover {
  color: #212b36;
}
.checkout-cart-index {
  background-color: #f5f6f5;
}
@media (max-width: 767px) {
  .checkout-cart-index .modal-popup._inner-scroll {
    left: 20px;
    right: 20px;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 700px;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap {
    min-height: unset;
    margin: 5rem auto;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 16px 24px;
  border-bottom: 0;
  border: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
    padding: 16px 16px;
    padding-bottom: 0;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background-image: url(../images/close.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding: 16px 24px;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 16px 16px;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .popuptitle {
  margin-bottom: 16px;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .popuptitle p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .popuptitle .mageclose {
  display: none;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody {
    margin: 0;
    display: block;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field {
  margin-bottom: 12px;
  width: calc(100% / 2);
  flex-basis: 50%;
  align-items: self-start;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
    align-items: center;
  }
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field .label-text {
  margin-top: 0;
  display: inline-block;
  vertical-align: super;
  width: calc(100% - 32px);
  float: right;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field .label-text .tooltip-content {
  display: none;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field:last-child {
  margin-bottom: 0;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field .field {
  max-width: 352px;
  width: 100%;
  margin: 8px 0 0 0;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content .double-col .magnetobody .inner-field .field input {
  width: 100%;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter {
  margin-top: 16px;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magskip {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magskip:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magskip:hover:before {
  visibility: hidden;
  width: 100%;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magcontinue {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-left: 16px;
  text-align: center;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magcontinue:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .popupfooter .magcontinue[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-cart-index .modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
.checkout-cart-index .page-main {
  background-color: #f5f6f5;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .checkout-cart-index .page-main {
    max-width: 1366px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1920px) {
  .checkout-cart-index .page-main {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-top: 64px;
  margin-bottom: 24px;
}
.checkout-cart-index .page-main .columns {
  margin-bottom: 48px;
}
.checkout-cart-index .page-main .column.main {
  width: 100%;
  display: inline-block;
}
.checkout-cart-index .page-main .column.main .block-static-block {
  flex-basis: 100%;
  order: 3;
}
.checkout-cart-index .page-main .column.main .block-static-block h6 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.checkout-cart-index .page-main .column.main .block-static-block table {
  width: auto;
}
.checkout-cart-index .page-main .column.main .block-static-block table .label {
  padding: 0 16px 8px 0;
  min-width: 160px;
  margin-right: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.checkout-cart-index .page-main .column.main .block-static-block table .value {
  padding: 0 0 8px 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.checkout-cart-index .page-main .column.main .cart-container {
  flex-wrap: wrap;
}
.checkout-cart-index .page-main .column.main .cart-container div#gift-options-cart {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container::before,
.checkout-cart-index .page-main .column.main .cart-container::after {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart {
  flex-basis: 70%;
  max-width: 938px;
  width: 100%;
  padding-right: 0px;
  border-top: 1px #cccccc;
  order: 1;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart tr span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper {
  width: 100%;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar {
  min-height: 0px;
  display: flex;
  justify-content: flex-end;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar .editproduct.editproclick {
  margin-right: 16px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar .action.action-delete {
  position: unset;
  float: right;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-image-photo {
  margin: 0px;
  margin-right: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details {
  margin-top: 25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details .product-item-name {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper thead tr th.col {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.item {
  padding-left: 0px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .cart.item .col.item {
  padding-bottom: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price {
  text-align: center;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.qty {
  text-align: center;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .input-text.qty {
  width: 88px;
  height: 48px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.subtotal {
  padding-right: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.subtotal .price {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .actions-toolbar .use-ajax.action.towishlist.action-towishlist {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .actions-toolbar .action.action-edit {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .actions-toolbar .action.action-delete:before {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .actions-toolbar .action.action-delete span {
  border: 0px;
  clip: auto;
  height: auto;
  width: auto;
  margin: auto;
  overflow: auto;
  position: inherit;
  right: 04px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  bottom: 1px;
}
.checkout-cart-index .page-main .column.main .cart-container .form.form-cart .actions-toolbar .action.action-delete span:hover {
  color: black;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary {
  margin-bottom: 8px;
  max-width: 384px;
  width: 100%;
  flex-basis: 30%;
  position: inherit;
  order: 2;
  padding: 0px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content {
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  border: 1px solid #cccccc;
  border-color: #cccccc;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .summary.title {
  display: block;
  margin-bottom: 16px;
  margin-left: 0px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .summary.title .block {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .totals.sub .mark {
  padding-bottom: 12px;
  padding-top: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .totals.sub .amount {
  padding-top: 0px;
  padding-bottom: 12px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .totals.shipping.excl .mark {
  padding-top: 0px;
  padding-bottom: 12px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .totals.shipping.excl .amount {
  padding-top: 0px;
  padding-bottom: 12px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark {
  padding-top: 16px;
  padding-bottom: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount {
  padding-top: 16px;
  padding-bottom: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items {
  margin-top: 0px;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .action.primary.checkout {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .action.primary.checkout:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .action.primary.checkout[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-multi-step-checkout g.b {
  fill: #373432 !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-multi-step-checkout g.b:hover {
  fill: #373432 !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-checkout-button {
  width: 100% !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-checkout-button div[role="button"] {
  border: 1px solid #373432 !important;
  padding: 13px !important;
  min-width: 160px !important;
  background-color: #373432 !important;
  font-family: "David AA" !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  height: auto !important;
  padding: 13px 0 !important;
  margin: 0 0px 12px 0px !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-checkout-button div[role="button"]:hover {
  transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -webkit-transition: all 200ms ease-in !important;
  -ms-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  border-color: #a2aa9a !important;
  background-color: #a2aa9a !important;
  color: #212b36 !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .checkout.methods.items.checkout-methods-items .bolt-checkout-button div[role="button"][disabled] {
  background-color: #f5f6f5 !important;
  color: #919eab !important;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary .action.multicheckout {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .cart-summary div.title {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .fieldset.estimate {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart-container .fieldset.rate {
  display: none;
}
.checkout-cart-index .page-main .column.main .cart.main.actions .action.update {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-cart-index .page-main .column.main .cart.main.actions .action.update:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-cart-index .page-main .column.main .cart.main.actions .action.update[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-cart-index .page-main .column.main .cart.main.actions .action.update .submit {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column.main .cart.main.actions .action.update .submit span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column.main .title:after {
  display: none;
}
.checkout-cart-index .page-main .column.main .content {
  padding: 0px;
  display: block !important;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon.applied .actions-toolbar {
  top: 27px;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon {
  position: relative;
  margin-top: 24px;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .label span {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar {
  position: absolute;
  display: inline-block;
  top: 26px;
  right: 0;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .input-text {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar {
  top: 27px;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar .action.apply.primary,
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar .action.cancel.primary {
  margin-right: 0;
  height: 48px;
  max-width: 100%;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffffff;
  margin-right: 0px;
  border: 1px solid #637381;
  box-shadow: none;
  border-radius: 0;
}
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar .action.apply.primary:hover,
.checkout-cart-index .page-main .column.main .content .fieldset.coupon .actions-toolbar .action.cancel.primary:hover {
  background-color: #a2aa9a;
  border-color: #a2aa9a;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .page-main {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .checkout-cart-index .page-main .columns {
    margin-bottom: 40px;
  }
  .checkout-cart-index .page-main .column.main {
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container {
    flex-direction: column;
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    position: inherit;
    margin: 0px;
    padding: 0px;
    order: 1;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .summary.title {
    margin-bottom: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .mark {
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .checkout.methods.items.checkout-methods-items {
    padding: 0px;
    margin-top: 8px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .checkout.methods.items.checkout-methods-items .action.primary.checkout {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .checkout.methods.items.checkout-methods-items .action.primary.checkout:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .checkout.methods.items.checkout-methods-items .action.primary.checkout[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
  .checkout-cart-index .page-main .column.main .cart-container .title {
    padding: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .fieldset.coupon {
    margin-top: 24px;
    margin-left: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .fieldset.coupon input[type="text"] {
    max-width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .fieldset.coupon .action.apply.primary,
  .checkout-cart-index .page-main .column.main .cart-container .fieldset.coupon .action.cancel.primary {
    margin-right: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart {
    margin-top: 40px;
    order: 2;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info {
    min-height: 284px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item {
    min-height: 140px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item .product-item-photo {
    max-width: 112px !important;
    max-height: 112px !important;
    left: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item .col.item {
    padding: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item .product-item-details {
    margin-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item .product-item-details .product-item-name {
    padding-left: 130px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.item .product-item-details a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0px;
    padding: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.price {
    text-align: left !important;
    padding-left: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.price:before {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 8px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.price .price-excluding-tax {
    text-align: left;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.price .price-excluding-tax .price {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .input-text.qty {
    max-width: 88px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.qty:before {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.qty div.mage-error {
    white-space: break-spaces;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.subtotal {
    text-align: right;
    margin-bottom: 48px;
    padding-right: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.subtotal:before {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 8px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-info .col.subtotal .price {
    text-align: right;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.table-wrapper table .item-actions td {
    padding: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.main.actions {
    align-items: start;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.main.actions .action.update {
    margin-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container form.form-cart .cart.main.actions .action.update span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .checkout-cart-index .page-main .column.main .cart-container .block.crosssell {
    width: 100%;
    margin-top: 72px;
    order: 3;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .block.crosssell .block-title.title {
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .block.crosssell .block-title.title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .checkout-cart-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .checkout-cart-index .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .checkout-cart-index .page-main {
    max-width: 1365px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .checkout-cart-index .page-main .columns {
    margin-bottom: 40px;
  }
  .checkout-cart-index .page-main .column.main {
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container {
    display: flex;
    justify-content: space-between;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart {
    flex-basis: 70%;
    width: 100%;
    padding-right: 0%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper {
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details {
    margin-top: 25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details .product-item-name {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.item {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price {
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price .price-excluding-tax {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.qty {
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.subtotal {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary {
    flex-basis: 28%;
    position: inherit;
    margin-left: auto;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content {
    margin-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .summary.title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content tr {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .mark {
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .mark strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .cart-totals .grand.totals .amount strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .checkout.methods.items.checkout-methods-items .action.primary.checkout {
    padding: 08px;
    font-size: 12px;
  }
  .checkout-cart-index .page-main .column.main .cart.main.actions .submit {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #ffffff;
  }
  .checkout-cart-index .page-main .column.main .cart.main.actions .submit span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options {
    padding-left: 130px;
    margin-top: 08px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options {
    margin-top: 08px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options {
    margin-top: 08px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1919px) {
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options {
    margin-top: 08px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 1920px) {
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options {
    margin-top: 08px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
  margin-bottom: 8px;
  margin-right: 4px;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
  display: none;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .checkout-cart-index .page-main {
    max-width: 1919px;
    padding-left: 71px;
    padding-right: 71px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .checkout-cart-index .page-main .columns {
    margin-bottom: 40px;
  }
  .checkout-cart-index .page-main .column.main {
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container {
    display: flex;
    justify-content: space-between;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart {
    flex-basis: 69%;
    width: 100%;
    padding-right: 0%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper {
    width: 100%;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details {
    margin-top: 25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .product-item-details .product-item-name {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.item {
    padding-top: 08px;
    padding-bottom: 8px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price {
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.price .price-excluding-tax {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.qty {
    text-align: center;
  }
  .checkout-cart-index .page-main .column.main .cart-container .form.form-cart .cart.table-wrapper .col.subtotal {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary {
    flex-basis: 26%;
    position: inherit;
    margin-left: 32px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content {
    margin-top: 0px;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content .summary.title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .checkout-cart-index .page-main .column.main .cart-container .cart-summary .custom.cart.content tr {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-cart-index .page-main .column.main .cart.main.actions .submit {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #ffffff;
  }
  .checkout-cart-index .page-main .column.main .cart.main.actions .submit span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
  margin-bottom: 8px;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dt:after {
  display: none;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-item-details .item-options dd {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
.checkout-cart-index .page-main p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.checkout-cart-index .page-main p a {
  border-bottom: 1px solid black;
  color: black;
}
.checkout-cart-index .page-main p a:hover {
  border-bottom: none;
}
.checkout-cart-index .block.crosssell {
  width: 100%;
  order: 3;
}
.checkout-cart-index .block.crosssell .block-title.title {
  text-align: center;
}
.checkout-cart-index .block.crosssell .block-title.title #block-crosssell-heading {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.checkout-cart-index .block.crosssell .product-items {
  margin: 0px -28px;
}
.checkout-cart-index .block.crosssell .product-items .product-item {
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .block.crosssell .product-items {
    margin: 0 -8px;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-cart-index .block.crosssell .product-items {
    margin: 0 -12px;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 12px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .checkout-cart-index .block.crosssell .product-items {
    margin: 0 -16px;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .checkout-cart-index .block.crosssell .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
.checkout-cart-index .block.crosssell .product-item-info {
  width: 100% !important;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .price-box {
  margin: 4px 0 11px 0;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-name {
  margin-left: 0;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.checkout-cart-index .block.crosssell .product-item-details {
  position: relative;
  z-index: 0;
}
.checkout-cart-index .block.crosssell .product-item-details:hover {
  z-index: 1;
}
.checkout-cart-index .block.crosssell .product-item-details:hover .back-action-layer {
  display: flex;
}
.checkout-cart-index .block.crosssell .product-item-details:hover .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: initial;
  height: auto;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-details:hover .product-item-inner:before {
  display: none;
}
.checkout-cart-index .block.crosssell .back-action-layer {
  position: absolute;
  z-index: -1;
  background: #FFF;
  top: -8px;
  left: -8px;
  padding: 8px;
  box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07000000000000001);
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: -webkit-calc(100% + 72px);
  height: -moz-calc(100% + 72px);
  height: calc(100% + 72px);
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-cart-index .block.crosssell .product-item-info {
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .mquickview-hover {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: transparent;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .mquickview-hover .mquickview-link {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  max-width: 216px;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
  margin: 0 auto;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon {
  display: none;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label-data {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label {
    display: none;
  }
  .checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label:first-child {
    display: block;
  }
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo .product-label:not(:first-child) {
  margin-left: 12px;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .price-box {
  margin: 4px 0 11px 0;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .actions-primary form {
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist {
  height: 48px;
  width: 48px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist span {
  display: none;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist::before {
  content: ' ';
  background: url(../images/Wishlist-Default.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist:hover::before {
  background: url(../images/Wishlist-Hovered.svg);
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist:hover::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.checkout-cart-index .block.crosssell .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
}
.page-products {
  background-color: #f5f6f5;
}
.page-products .swatch-option-tooltip {
  display: none !important;
}
.page-products #contentarea {
  display: none;
}
.page-products .page-main {
  max-width: 100%;
  padding: 0;
}
.page-products .page-main .category-view {
  margin-bottom: 0;
  position: relative;
  background-color: #dae6d5;
}
@media screen and (min-width: 992px) {
  .page-products .page-main .category-view {
    min-height: 252px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .page-main .category-view {
    min-height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .page-products .page-main .category-view {
    min-height: 312px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .page-main .category-view {
    min-height: 345px;
  }
}
@media screen and (min-width: 1440px) {
  .page-products .page-main .category-view {
    min-height: 364px;
  }
}
@media screen and (min-width: 1500px) {
  .page-products .page-main .category-view {
    height: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .page-products .page-main .category-view {
    height: 404px;
  }
}
@media screen and (min-width: 1700px) {
  .page-products .page-main .category-view {
    height: 432px;
  }
}
@media screen and (min-width: 1800px) {
  .page-products .page-main .category-view {
    height: 456px;
  }
}
@media screen and (min-width: 1900px) {
  .page-products .page-main .category-view {
    height: 480px;
  }
}
.page-products .page-main .category-view .category-image {
  height: 100%;
}
.page-products .page-main .category-view .category-image img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .page-products .page-main .category-view {
    margin-bottom: 16px;
  }
}
.page-products .page-main .category-view .category-image {
  margin-bottom: 0;
}
.page-products .page-main .category-view .category-image.mobile-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .category-view .category-image {
    display: none;
  }
  .page-products .page-main .category-view .category-image.mobile-img {
    display: block;
  }
}
.page-products .page-main .category-view .category-top-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.page-products .page-main .category-view .category-top-layer .category-top-desc {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1919px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    max-width: 1366px;
  }
}
@media screen and (min-width: 1920px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.page-products .page-main .category-view .category-top-layer .category-top-desc .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #ffffff;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.page-products .page-main .category-view .category-top-layer .category-top-desc .category-description {
  max-width: 552px;
  margin-bottom: 0;
  margin-top: 16px;
}
.page-products .page-main .category-view .category-top-layer .category-top-desc .category-description p {
  font-family: "David AA";
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc .category-description p {
    font-family: "David AA";
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc {
    justify-content: flex-start;
  }
  .page-products .page-main .category-view .category-top-layer .category-top-desc .page-title-wrapper {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-products .page-main .category-view .category-top-layer .category-top-desc .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .page-products .page-main .category-view .category-top-layer .category-top-desc .category-description {
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .page-products .page-main .columns {
    padding-top: 48px;
  }
}
.page-products .page-main .columns .column.main {
  padding-top: 0;
}
.page-products .page-main .columns .column.main .block.filter {
  background-color: #dae6d5;
}
.page-products .page-main .columns .column.main .block.filter .filter-content {
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1919px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options {
  margin-top: 0 !important;
  margin-right: auto;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item {
  padding: 18px 12px 18px 12px;
  margin-right: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
  text-transform: capitalize;
  padding: 0 24px 0 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: ' ';
  background: url(../images/chevron-down-dark.png);
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.selected .filter-options-title {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.selected .filter-options-title:after {
  background: url(../images/chevron-down-secondary2.png);
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.with-category .filter-options-title {
  color: #212b36;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.with-category .filter-options-title:after {
  background: url(../images/chevron-down-dark.png);
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.active {
  background-color: #ffffff;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content {
  left: 0;
  box-shadow: none;
  border: 0;
  padding: 16px 16px 24px 16px;
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media screen and (min-width: 992px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-color,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-center_stone_clarity {
    width: 88px;
  }
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-certification,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-jewelry_type,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-wedding_bands_style {
    width: 96px;
  }
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-cut,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-metal_type,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-kind {
    width: 120px;
  }
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-carat,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-brand,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-natural_clarity,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-jewelry_style,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-material,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items.am-filter-items-stone {
    width: 160px;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content::-webkit-scrollbar {
  display: none;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding-inline-start: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol .item:not(:last-child) {
  margin-bottom: 16px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol .item a {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol .item a:hover {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol .item:hover {
  background-color: transparent;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol .item a[class*="selected"] {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids {
  margin: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li.item:not(:last-child) {
  margin-bottom: 16px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li.item a {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li.item a:hover {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li.item:hover {
  background-color: transparent;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li.item a[class*="selected"] {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li ul {
  padding-top: 4px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li ul li.item:not(:last-child) {
  margin-bottom: 8px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li ul li.item a {
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-category_ids li ul li.item a {
    padding: 2px 0;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-box,
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-papers {
  width: 80px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape {
  width: 304px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .input.-hidden {
  display: inline-block;
  overflow: auto;
  clip: auto;
  margin: 0;
  padding: 0;
  width: 12px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  height: 12px;
  opacity: 1;
  position: initial;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .input.-hidden {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item:hover .input.-hidden {
  border-color: #212b36;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item input[type="checkbox"]:checked,
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .input.-hidden:checked {
  border-color: #212b36;
  background: #212b36 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item input[type="checkbox"]:checked,
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .input.-hidden:checked {
    background: #212b36 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    max-height: 264px;
    align-items: flex-start;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 1024px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item:nth-child(4),
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item:nth-child(8) {
    margin-bottom: 0 !important;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link .swatch-option.image {
  margin: 0 8px 0 0;
  border: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  padding: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link .am-shopby-swatch-label {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link .am-shopby-swatch-label .label {
  margin-right: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link .am-shopby-swatch-label:hover {
  color: #a2aa9a;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item .am-swatch-link .selected + .am-shopby-swatch-label {
  color: #a2aa9a;
}
@media screen and (min-width: 1223px) and (max-width: 1919px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item {
    padding: 12px 8px;
  }
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.active:before,
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item.active:after {
  display: none;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions {
  padding: 0;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions .filter-clear {
  font-family: "David AA";
  color: #919eab;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions .filter-clear:hover {
  color: #212b36;
}
.page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions.disabled .filter-clear:hover {
  color: #919eab;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions.disabled {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-actions {
    margin: 0;
    padding: 8px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-products .page-main .columns .column.main .block.filter.active .filter-title {
    height: 86px;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-title strong {
    right: 12px;
    padding: 0;
    top: 16px;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-title strong:after {
    content: "";
    background: url(../images/close.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item {
    padding: 20px 12px 26px 20px;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item:first-child {
    padding-top: 0;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-title:after {
    top: 4px;
    right: 0;
    transition: all .3s linear;
    transform: rotate(0);
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-content {
    padding: 24px 0 0 0;
    overflow: hidden;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-content ol .item a {
    padding: 0;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-content ol .item:not(:last-child) {
    margin-bottom: 24px;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item .filter-options-content .am-filter-items-shape .am-swatch-wrapper.item {
    margin-bottom: 24px !important;
  }
  .page-products .page-main .columns .column.main .block.filter.active .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    transform: rotate(180deg);
  }
  .page-products .page-main .columns .column.main .block.filter .block-subtitle {
    height: 86px;
    padding: 18px 0 0 20px;
    border: 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    z-index: 2;
    width: 50%;
  }
  .page-products .page-main .columns .column.main .block.filter .filter-content .filter-options {
    top: 86px;
  }
}
.page-products .page-main .columns .column.main #magneto-shopby-product-list {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1919px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    max-width: 1366px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .page-products .page-main .columns .column.main #magneto-shopby-product-list {
    padding-left: 104px;
    padding-right: 104px;
    max-width: 1920px;
  }
}
.page-products .page-main .columns .column.main .toolbar-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 0 0;
}
.page-products .page-main .columns .column.main .toolbar-products .breadcrumbs {
  margin: 0 auto 0 0;
}
.page-products .page-main .columns .column.main .toolbar-products .pages {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-label {
    display: none;
  }
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-action {
  display: none !important;
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-options {
  margin: 0;
  height: 48px;
  width: 264px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages {
  display: block;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item a {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.current strong {
  font-family: "David AA";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212b36;
  background-color: #f2f9f2;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-next {
  position: relative;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-next .action {
  border: none;
  background-color: #f5f6f5;
  box-shadow: none;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-next .action:hover {
  background-color: #f2f9f2;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-next .action.next:before {
  content: '';
  background-image: url(../images/arrow-right.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-previous {
  position: relative;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-previous .action {
  border: none;
  background-color: #f5f6f5;
  box-shadow: none;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-previous .action:hover {
  background-color: #f2f9f2;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .pages .pages-items .item.pages-item-previous .action.previous:before {
  content: '';
  background-image: url(../images/arrow-left.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px;
}
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .breadcrumbs,
.page-products .page-main .columns .column.main .pagination .toolbar.toolbar-products .toolbar-sorter {
  display: none;
}
.page-products .page-main .columns .column.main .products-grid {
  margin-top: 24px;
  margin-bottom: 32px;
}
.page-products .page-main .columns .column.main .products-grid .product-items {
  margin: 0 -28px;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding: 0 28px;
  margin-bottom: 40px;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details {
  position: relative;
  z-index: 0;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details:hover {
  z-index: 1;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details:hover .back-action-layer {
  display: flex;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details:hover .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: initial;
  height: auto;
  width: 100%;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details:hover .product-item-inner:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details .estimate-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4px 0 11px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-details .estimate-wrapper span.estimate-value-price {
    margin-left: 12px;
    color: #f94c43;
  }
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .back-action-layer {
  position: absolute;
  z-index: -1;
  background: #FFF;
  top: -8px;
  left: -8px;
  padding: 8px;
  box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07000000000000001);
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: -webkit-calc(100% + 72px);
  height: -moz-calc(100% + 72px);
  height: calc(100% + 72px);
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info {
  width: 100%;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: transparent;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 216px;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
  margin: 0 auto;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon {
  display: none;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label-data {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label {
    display: none;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label:first-child {
    display: block;
  }
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label:not(:first-child) {
  margin-left: 12px;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .price-box {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 4px;
  }
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-break: break-word;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  width: 100%;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist {
  height: 48px;
  width: 48px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist span {
  display: none;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist::before {
  content: ' ';
  background: url(../images/Wishlist-Default.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist:hover::before {
  background: url(../images/Wishlist-Hovered.svg);
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist.already-in-wishlist::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.towishlist.already-in-wishlist:hover::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info:hover {
  z-index: 1;
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .products-grid .product-items {
    margin: 0 -8px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-products .page-main .columns .column.main .products-grid .product-items {
    margin: 0 -12px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 12px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .page-products .page-main .columns .column.main .products-grid .product-items {
    margin: 0 -16px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-products .page-main .columns .column.main .products-grid .product-items {
    margin: 0 -20px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0 20px;
    margin-bottom: 32px;
    margin-left: 0;
  }
}
.page-products .page-main .columns .column.main .category-bottom-description {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .page-products .page-main .columns .column.main .category-bottom-description {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .page-products .page-main .columns .column.main .category-bottom-description {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .page-main .columns .column.main .category-bottom-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .page-products .page-main .columns .column.main .category-bottom-description {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-products .page-main .columns .column.main .category-bottom-description {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc h2 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc h3 {
  font-family: "David AA";
  color: #212b36;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc a {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc a:hover:before {
  visibility: hidden;
  width: 100%;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc p {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc p a {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc p a:hover:before {
  visibility: hidden;
  width: 100%;
}
.page-products .page-main .columns .column.main .category-bottom-description .bottomcat_desc p:not(:last-child) {
  margin-bottom: 20px;
}
.page-products .page-main .columns .column.main .category-bottom-description.desktop {
  margin-bottom: 80px;
  margin-top: 32px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile {
  margin-bottom: 64px;
  margin-top: 32px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile p {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile p:not(:last-child) {
  margin-bottom: 12px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile p a {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile p a:hover:before {
  visibility: hidden;
  width: 100%;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile a {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile a:hover:before {
  visibility: hidden;
  width: 100%;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile .readLess,
.page-products .page-main .columns .column.main .category-bottom-description.mobile .readmore {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: underline;
  margin-left: 4px;
}
.page-products .page-main .columns .column.main .category-bottom-description.mobile .readLess:hover,
.page-products .page-main .columns .column.main .category-bottom-description.mobile .readmore:hover {
  text-decoration: none;
}
/*---------  loader css start----------*/
.ajax-loading.catalog-category-view.page-products {
  position: relative;
  background-color: rgba(245, 246, 245, 0.2);
}
.ajax-loading.catalog-category-view.page-products .page-main .columns .column.main .amshopby-overlay-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ajax-loading.catalog-category-view.page-products .page-main .columns .column.main .amshopby-overlay-block .amshopby-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
}
/*---------  loader css end----------*/
@media screen and (max-width: 991px) {
  .catalog-category-view.page-products .page-main .columns .column.main .toolbar-products {
    margin: 0;
  }
  .catalog-category-view .page-main .columns .column.main .block.filter .filter-content {
    border: 0;
  }
  .catalog-category-view .page-main .columns .column.main .block.filter:not(.active) .block-title.filter-title {
    background-color: #dae6d5;
    width: 50%;
    position: absolute;
    top: 0;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
  }
  .catalog-category-view .page-main .columns .column.main .block.filter:not(.active) .block-title.filter-title strong {
    background-color: #dae6d5;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    border: 0;
  }
  .catalog-category-view .page-main .columns .column.main .block.filter:not(.active) .block-title.filter-title strong:before {
    content: ' ';
    background-image: url('../images/Filter.svg');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    height: 24px;
    width: 24px;
  }
  .catalog-category-view .page-main .columns .column.main .toolbar-sorter.sorter {
    left: 0;
    background-color: #dae6d5;
    width: 50%;
    height: 48px;
  }
  .catalog-category-view .page-main .columns .column.main .toolbar-sorter.sorter .sorter-label {
    width: 100%;
    height: 24px;
    margin: 12px 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    position: absolute;
    border-right: 1px solid #C4CDD5;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .catalog-category-view .page-main .columns .column.main .toolbar-sorter.sorter .sorter-label:before {
    content: ' ';
    background-image: url('../images/Sort.svg');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    height: 24px;
    width: 24px;
  }
  .catalog-category-view .page-main .columns .column.main .toolbar-sorter.sorter .sorter-options {
    opacity: 0;
    background-color: unset;
    box-shadow: unset;
    height: auto;
    border-radius: 4px;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
/*Search Page Design*/
.catalogsearch-result-index .message {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.catalogsearch-result-index .search.results dl.block,
.catalogsearch-result-index .magneto-catalog-topnav {
  display: none;
}
.catalogsearch-result-index .column.main {
  padding-left: 0;
}
.catalogsearch-result-index .sidebar.sidebar-additional {
  display: none;
}
.catalogsearch-result-index.page-products .page-main .page-title-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media (max-width: 1919px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
.catalogsearch-result-index.page-products .page-main .page-title-wrapper h1 {
  margin: 48px 0;
  font-family: "Cirka";
  color: #212b36;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index.page-products .page-main .page-title-wrapper h1 {
    margin: 24px 0;
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.catalogsearch-result-index.page-products .page-main .page-title-wrapper span.base {
  display: inline-block;
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index.page-products .page-main .products-grid {
    margin-top: 36px;
  }
}
.catalogsearch-result-index.page-products .page-main .products-grid .product-item {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .catalogsearch-result-index.page-products .page-main .columns {
    padding-top: 8px;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products {
    margin: 0;
    justify-content: start;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter {
    position: inherit;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter label {
    flex-basis: 10%;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter select {
    flex-basis: 85%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index.page-products .page-main .columns {
    padding-top: 8px;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products {
    margin: 0;
    height: 48px;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter {
    position: inherit;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter label {
    flex-basis: 20%;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter select {
    flex-basis: 77%;
    width: 100%;
  }
}
.catalogsearch-result-index .algolia-instant-selector-results .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-left-container,
.catalogsearch-result-index .algolia-instant-selector-results .algolia-infos,
.catalogsearch-result-index .algolia-instant-selector-results #algolia-banner {
  display: none;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .no-results {
  max-width: 70%;
  margin: 0 auto;
  word-break: break-all;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .no-results b {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .no-results a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .no-results a:hover {
  border-color: transparent;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .row:first-child {
  display: none;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media (max-width: 1919px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadMore.action.primary {
  margin: 4px 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadPrevious.action.primary {
  margin: 8px 0 16px 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadMore.action.primary,
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadPrevious.action.primary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadMore.action.primary:hover,
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadPrevious.action.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadMore.action.primary[disabled],
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadPrevious.action.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadMore.action.primary,
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits button.ais-InfiniteHits-loadPrevious.action.primary {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list {
  margin: 0 -28px;
  text-align: left;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list .col-md-3.col-sm-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item {
  display: inline-block;
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding: 0 28px;
  margin-bottom: 40px;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .result-sub-content {
  position: relative;
  z-index: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details {
  position: relative;
  z-index: 0;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details:hover {
  z-index: 1;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details:hover .back-action-layer {
  display: flex;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details:hover .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: initial;
  height: auto;
  width: 100%;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details:hover .product-item-inner:before {
  display: none;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details .price-wrapper {
  margin: 4px 0 11px 0;
  text-align: left;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details .price-wrapper span.after_special {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details .price-wrapper span.before_special {
  margin-left: 8px;
  text-decoration: line-through;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details .price-wrapper span.before_special span.price {
  font-family: "David AA";
  color: #a2aa9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details h3.result-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin: 5px 0;
  word-wrap: break-word;
  text-align: left;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details form {
  width: 100%;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details form .action.tocart.primary {
  margin-top: 0;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details form .action.tocart.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .product-item-details form .action.tocart.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .result-wrapper .back-action-layer {
  position: absolute;
  z-index: -1;
  background: #FFF;
  top: -8px;
  left: -8px;
  padding: 8px;
  box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07000000000000001);
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: -webkit-calc(100% + 72px);
  height: -moz-calc(100% + 72px);
  height: calc(100% + 72px);
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .product-item-details a.result {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list {
    margin: 0 -8px;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list {
    margin: 0 -12px;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 12px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list {
    margin: 0 -16px;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item .back-action-layer {
    display: none !important;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list {
    margin: 0 -20px;
  }
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .ais-InfiniteHits-list li.ais-InfiniteHits-item {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0 20px;
    margin-bottom: 32px;
    margin-left: 0;
  }
}
/*Search Page Design*/
.page-products .page.messages {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .page-products .page.messages {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .page-products .page.messages {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .page.messages {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .page-products .page.messages {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-products .page.messages {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.page-products .page.messages .message.success {
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .page-products .page.messages .message.success {
    margin: 8px 0;
  }
}
/*Price Range CSS Starts*/
@media screen and (min-width: 992px) {
  .filter-options-item .filter-options-content .amshopby-slider-wrapper {
    width: 304px;
  }
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-filter-go {
  background: #373432;
  border: 0;
  border-radius: 0;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .ui-slider-handle {
  background-color: #373432 !important;
}
/*Price Range CSS Ends*/
.catalog-category-view .filter-options-item {
  padding: 12px 4px;
}
/* Engagement Rings Shape Filter Fix */
.category-engagement-rings.page-products .page-main .columns .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form {
  overflow-x: visible;
  overflow-y: visible;
}
/* Engagement Rings Shape Filter Fix */
/*Category Checkbox Color Changes*/
.catalog-category-view .filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #212b36;
}
.catalog-category-view .filter-options input[type=checkbox] + .amshopby-choice:hover:before,
.catalog-category-view .filter-options input[type=checkbox]:checked + .amshopby-choice:before {
  border-color: #212b36;
}
.catalog-category-view .filter-options input[type=checkbox] + .amshopby-choice:after {
  background-color: #212b36;
}
/*Category Checkbox Color Changes*/
/*Vintage Jew Color Starts*/
/*Vintage Jew Color Ends*/
.catalog-category-view.page-products .page-main .category-view .category-top-desc-inner .page-title-wrapper span {
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2), 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 0px 4px rgba(0, 0, 0, 0.12);
}
/*Apply Button In Filter Starts*/
.page-products .primary.amscroll-load-button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 32px;
  color: #ffffff;
}
.page-products .primary.amscroll-load-button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.page-products .primary.amscroll-load-button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.page-products .primary.amscroll-load-button span {
  color: #ffffff;
}
.page-products .primary.amscroll-load-button:hover {
  color: #212b36;
}
.page-products .primary.amscroll-load-button:hover span {
  color: #212b36;
}
@media screen and (max-width: 767px) {
  .page-products .primary.amscroll-load-button .filter-options-content .am-ranges .items.-am-multiselect .item {
    padding-left: 36px;
  }
  .page-products .primary.amscroll-load-button .filter-options-content .am-ranges .items.-am-multiselect .item input[type=checkbox] + .amshopby-choice {
    top: 0;
  }
}
.page-products .primary.amscroll-load-button .am_shopby_apply_filters .am-show-button .amshopby-button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: auto;
}
.page-products .primary.amscroll-load-button .am_shopby_apply_filters .am-show-button .amshopby-button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.page-products .primary.amscroll-load-button .am_shopby_apply_filters .am-show-button .amshopby-button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.amshopby-button {
  background: #212b36;
  border-color: #212b36;
}
.amshopby-button:hover {
  background-color: #a2aa9a;
  border-color: #a2aa9a;
}
.page-products .filter-options .filter-options-item .filter-options-content .am-ranges ol .item a {
  padding-left: 32px !important;
}
.filter-options input[type=checkbox] + .amshopby-choice:hover:before,
.filter-options input[type=checkbox]:checked + .amshopby-choice:before {
  border-color: #212b36;
}
.filter-options input[type=checkbox] + .amshopby-choice:checked {
  background: #212b36 url(../images/default-checkbox-checked.svg);
}
.filter-options input[type=checkbox] + .amshopby-choice:checked:hover {
  background: #212b36 url(../images/default-checkbox-checked.svg);
}
.filter-options input[type=checkbox] + .amshopby-choice:after {
  background-color: #212b36;
}
.filter-options input[type=checkbox] + .amshopby-choice:after:hover {
  border-color: #212b36;
}
.filter-options input[type=checkbox] + .amshopby-choice:before,
.filter-options input[type=checkbox] + .amshopby-choice:after {
  border-radius: 0;
}
.filter-options input[type=checkbox] + .amshopby-choice:before:hover,
.filter-options input[type=checkbox] + .amshopby-choice:after:hover {
  border-color: #212b36;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .page-main .column.main .block-title.filter-title {
    background-color: #dae6d5;
    width: 50%;
    position: absolute;
    top: 9px;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
  }
  .catalogsearch-result-index .page-main .column.main .block-title.filter-title strong {
    background-color: #dae6d5;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    border: 0;
  }
  .catalogsearch-result-index .page-main .column.main .block-title.filter-title strong:before {
    content: ' ';
    background-image: url('../images/Filter.svg');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    height: 24px;
    width: 24px;
  }
  .catalogsearch-result-index .page-main .column.main .search.results #magneto-shopby-product-list .toolbar.toolbar-products .toolbar-sorter.sorter {
    left: 0;
    background-color: #dae6d5;
    width: 50%;
    height: 48px;
    position: absolute;
    top: 9px;
  }
  .catalogsearch-result-index .page-main .column.main .search.results #magneto-shopby-product-list .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: 100%;
    height: 24px;
    margin: 12px 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    position: absolute;
    border-right: 1px solid #C4CDD5;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .catalogsearch-result-index .page-main .column.main .search.results #magneto-shopby-product-list .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label:before {
    content: ' ';
    background-image: url('../images/Sort.svg');
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    height: 24px;
    width: 24px;
  }
  .catalogsearch-result-index .page-main .column.main .search.results #magneto-shopby-product-list .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    opacity: 0;
    background-color: unset;
    box-shadow: unset;
    height: auto;
    border-radius: 4px;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .filter-options input[type=checkbox] + .amshopby-choice {
    top: 0;
  }
  .filter-options input[type=checkbox] + .amshopby-choice:before,
  .filter-options input[type=checkbox] + .amshopby-choice:after {
    height: 20px;
    width: 20px;
  }
  .page-products.catalogsearch-result-index .page-main .columns .column.main .block.filter .filter-content .filter-actions {
    margin-top: 50px;
  }
}
/*Apply Button In Filter Ends*/
@media screen and (max-width: 991px) {
  .catalogsearch-result-index.page-products .page-main .columns .column.main .block.filter.active .filter-title {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: auto;
    display: block;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .block.filter.active .filter-title strong {
    right: 12px;
    padding: 0;
    top: 16px;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    background: none;
    border: 0;
    line-height: 16px;
    color: transparent;
    border-radius: 3px;
    font-weight: 400;
    left: auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: auto;
  }
  .catalogsearch-result-index.page-products .page-main .columns .column.main .block.filter.active .filter-title strong:before {
    display: none;
  }
}
.checkout-index-index #contentarea,
.checkout-onepage-success #contentarea {
  display: none;
}
.checkout-index-index .page-footer,
.checkout-onepage-success .page-footer {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-index-index .page-footer,
  .checkout-onepage-success .page-footer {
    margin-top: 20px;
  }
}
.checkout-index-index .page-footer .footer-section,
.checkout-onepage-success .page-footer .footer-section {
  position: static;
  bottom: 0;
  width: 100%;
  background-color: #a2aa9a;
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 26px 0;
}
@media screen and (max-width: 991px) {
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 36px;
  }
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support {
    order: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a {
    margin-right: 0 !important;
  }
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child),
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
    margin-bottom: 12px;
  }
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .made-by,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .made-by {
    order: 3;
    margin: 12px auto 0 auto;
  }
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .copy-text,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .copy-text {
    order: 2;
    padding-right: 0;
    margin: 28px auto 0 auto;
  }
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support p,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support p {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 58px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support p,
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support p {
    padding-right: 36px;
  }
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child),
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
  margin-right: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child),
  .checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
    margin-right: 20px;
  }
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .made-by,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .made-by {
  margin-left: auto;
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .made-by p,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .made-by p,
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .made-by a,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .made-by a {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 0;
}
.checkout-index-index .page-footer .footer-section .copyright-wrap .copyright-innr .made-by a:hover,
.checkout-onepage-success .page-footer .footer-section .copyright-wrap .copyright-innr .made-by a:hover {
  color: #212b36;
}
.checkout-index-index .page-footer .footer-section .custom-container .footer-top,
.checkout-onepage-success .page-footer .footer-section .custom-container .footer-top {
  display: none;
}
.checkout-index-index .page-wrapper,
.checkout-onepage-success .page-wrapper {
  background-color: #f5f6f5;
}
.checkout-index-index .page-wrapper .page-header,
.checkout-onepage-success .page-wrapper .page-header {
  border-bottom: 1px solid #cccccc;
}
.checkout-index-index .page-wrapper .page-header .header.content,
.checkout-onepage-success .page-wrapper .page-header .header.content {
  padding-top: 36px;
  padding-bottom: 36px;
}
.checkout-index-index .page-wrapper .page-header .header.content .logo,
.checkout-onepage-success .page-wrapper .page-header .header.content .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.checkout-index-index .page-wrapper .page-header .header.content .header-left,
.checkout-onepage-success .page-wrapper .page-header .header.content .header-left {
  display: none;
}
.checkout-index-index .page-wrapper .page-header .header.content .header-rightside,
.checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside {
  width: 160px;
  margin-left: auto;
}
.checkout-index-index .page-wrapper .page-header .header.content .header-rightside .minicart-wrapper,
.checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside .minicart-wrapper {
  display: none;
}
.checkout-index-index .page-wrapper .page-header .header.content .header-rightside .header-links ul li,
.checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside .header-links ul li {
  margin-right: 0;
}
.checkout-index-index .page-wrapper .page-header .header.content .header-rightside .header-links ul li:nth-child(2),
.checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside .header-links ul li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1223px) {
  .checkout-index-index .page-wrapper .page-header,
  .checkout-onepage-success .page-wrapper .page-header {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-header .header.content,
  .checkout-onepage-success .page-wrapper .page-header .header.content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .checkout-index-index .page-wrapper .page-header .header.content .logo img,
  .checkout-onepage-success .page-wrapper .page-header .header.content .logo img {
    max-height: 40px;
  }
  .checkout-index-index .page-wrapper .page-header .header.content .header-rightside,
  .checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .checkout-index-index .page-wrapper .page-header .header.content .header-rightside,
  .checkout-onepage-success .page-wrapper .page-header .header.content .header-rightside {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .page-wrapper .page-header .show-1024,
  .checkout-onepage-success .page-wrapper .page-header .show-1024 {
    display: block;
  }
}
.checkout-index-index .header.top.links,
.checkout-onepage-success .header.top.links {
  display: none;
}
.checkout-index-index .page-wrapper .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 48px;
}
.checkout-index-index .page-wrapper .page-main .columns {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .checkout-index-index .page-wrapper .page-main .columns {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .checkout-index-index .page-wrapper .page-main .columns {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper .page-main .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .checkout-index-index .page-wrapper .page-main .columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .checkout-index-index .page-wrapper .page-main .columns {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.checkout-index-index .page-wrapper .page-main .opc-progress-bar {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .authentication-wrapper {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0 auto;
  overflow: auto;
  padding: 0;
  position: inherit;
  width: auto;
}
@media (max-width: 1919px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper {
  width: 70%;
  max-width: 924px;
  padding-right: 12px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-title {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content {
  margin-bottom: 48px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login {
  width: 100%;
  max-width: 100%;
  padding-bottom: 24px;
  margin: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .fieldset .field {
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .field-tooltip,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login span.note {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .primary button.action.login.primary {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .primary button.action.login.primary:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .primary button.action.login.primary[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .secondary a.action.remind {
  margin-top: 0;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .secondary a.action.remind:hover {
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address {
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field._required .label:after {
  margin: 0;
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] {
  display: inline-block;
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: calc(50% - 24px);
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] input {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street {
  width: 100%;
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street .field {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street .field input {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item {
  margin-bottom: 24px;
  display: inline-block;
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: calc(50% - 24px);
  border-color: #cccccc;
  padding: 24px 24px 20px 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  height: 184px;
  position: relative;
  border-width: 1px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item.selected-item {
  border-color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .edit-address-link {
  position: absolute;
  left: 24px;
  bottom: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .edit-address-link:hover {
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .edit-address-link {
    width: fit-content;
    height: fit-content;
    top: auto;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .edit-address-link span {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: initial;
    width: auto;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .edit-address-link::before {
    display: none;
  }
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .action-select-shipping-item {
  border-radius: 0;
  position: absolute;
  right: 24px;
  bottom: 16px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .action-select-shipping-item:hover {
  border-color: transparent;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .action-show-popup {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .action-show-popup:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .action-show-popup[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .action-show-popup span:before {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .new-address-popup button.action.action-show-popup {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 13px 28px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .new-address-popup button.action.action-show-popup:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .new-address-popup button.action.action-show-popup[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .new-address-popup button.action.action-show-popup span:before {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset legend.legend {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset br,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset hr {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .step-title {
  margin-bottom: 8px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-title {
  border: 0;
  padding: 8px 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-title label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address {
  margin: 16px 0 16px 8px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field._required .label:after {
  margin: 0;
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"] {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"],
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] {
  display: inline-block;
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: calc(50% - 24px);
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] select,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"] input,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] input {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"] .field-tooltip.toggle,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset fieldset.field.street {
  width: 100%;
  margin-bottom: 24px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset fieldset.field.street .field {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset fieldset.field.street .field input {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field.choice {
  flex-basis: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-details {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-left: 32px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-details a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-details .action-edit-address {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 16px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .billing-address-details .action-edit-address:hover {
  border-color: transparent;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .field-select-billing select {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
  margin-top: 0;
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: auto;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-cancel[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
  text-decoration: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-update {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: auto;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-update:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .primary .action.action-update[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .payment-option.opc-payment-additional.discount-code {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method tbody .col-price,
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method tbody .col-carrier {
  margin-top: 2px !important;
  display: block;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td {
  padding: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td input[type='radio'] {
  margin: 0 8px 0 0;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .table-checkout-shipping-method td span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar {
  margin-top: 48px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary {
  float: left;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary .button.action.continue.primary {
  margin-top: 0;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 216px;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary .button.action.continue.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary .button.action.continue.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar {
  width: 30%;
  max-width: 420px;
  padding-left: 12px;
  margin: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-header {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content {
  border: 1px solid #cccccc;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary {
  margin: 0;
  padding: 18px 24px 20px 24px;
  background-color: #ffffff;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary span.title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-bottom: 16px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items {
  display: block !important;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  max-height: 480px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
  padding: 0;
  border-top: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  height: auto !important;
  width: auto !important;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details {
  padding-left: 96px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .details-qty {
  margin-top: 0;
  margin-bottom: 8px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .details-qty span {
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .subtotal {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options span.toggle {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content {
  display: inline-block !important;
  width: 100%;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content .item-options {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content .item-options dt.label {
  margin-right: 2px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content .item-options dt.label:after {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content .item-options dt.label,
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item-details .product.options .content .item-options dd.values {
  margin-bottom: 6px;
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-summary .table-totals {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .opc-sidebar .modal-content .opc-block-shipping-information {
  display: none;
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .page-wrapper .page-main .opc-sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-sidebar.custom-slide {
    position: static;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-sidebar.custom-slide .modal-inner-wrap {
    position: static;
    float: left;
    transform: initial;
    width: 100%;
    background: none;
    box-shadow: none;
  }
  .checkout-index-index .page-wrapper .page-main .opc-sidebar.custom-slide .modal-inner-wrap .modal-content .opc-block-summary {
    padding: 16px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-sidebar.custom-slide .modal-inner-wrap .modal-content .opc-block-summary span.title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .page-wrapper .page-main {
    margin-top: 32px;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    text-align: center;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper h1 {
    margin-bottom: 24px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-title {
    margin-bottom: 18px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content {
    margin-bottom: 24px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #cccccc;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .fieldset {
    max-width: 352px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .control._with-tooltip input {
    width: 100%;
    max-width: 352px;
    margin-right: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar {
    flex-direction: column-reverse;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .secondary {
    text-align: right;
    width: 100%;
    margin-bottom: 16px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .primary {
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .actions-toolbar .primary button.action.login.primary {
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] select,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] input,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] .field-tooltip.toggle,
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] .field-tooltip.toggle {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street {
    width: 100%;
    margin-bottom: 24px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street .field {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset fieldset.field.street .field input {
    width: 100%;
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .methods-shipping {
    margin: 0;
    padding: 0;
    padding-top: 0;
    display: inline-block;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item {
    margin-bottom: 16px;
    width: 100%;
    padding: 16px;
    height: 176px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item .action-select-shipping-item {
    width: auto;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .new-address-popup button.action.action-show-popup {
    min-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .payment-methods {
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar {
    margin-top: 36px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary {
    float: inherit;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar .primary .button.action.continue.primary {
    width: 100%;
  }
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
  background-color: #f5f6f5;
  width: 100%;
  max-width: 1008px;
  transform: translateX(-50%);
  margin-left: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header {
  border-bottom: 0;
  padding: 48px 48px 0 48px;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  top: 24px;
  right: 48px;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close:before {
  content: "";
  background: url(../images/close.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close {
    top: 24px;
    right: 24px;
  }
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .modal-title {
  padding-bottom: 0;
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
  background-color: #f5f6f5;
  border-bottom: 0;
  box-shadow: none;
  padding: 0 48px;
  border-top: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address {
  max-width: 100%;
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field._required .label:after {
  margin: 0;
  color: #212b36;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] {
  display: inline-block;
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: calc(50% - 24px);
  margin-bottom: 24px;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] select,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] input,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] input {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] .field-tooltip.toggle,
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street {
  width: 100%;
  margin-bottom: 24px;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street .field {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street .field input {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field.choice {
  flex-basis: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  padding: 16px 0 0 0;
  border: 0;
  margin: 0 48px 48px 48px;
  border-top: 1px solid #cccccc;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.action-save-address {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.action-save-address:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.action-save-address[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    transform: translateX(0%);
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header {
    padding: 48px 20px 0 20px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] select,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] input,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.city"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"] .field-tooltip.toggle,
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] .field-tooltip.toggle {
    display: none;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street {
    width: 100%;
    margin-bottom: 24px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street .field {
    margin-bottom: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content .form-shipping-address .fieldset fieldset.field.street .field input {
    width: 100%;
    max-width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer {
    margin: 0 20px 48px 20px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
    min-width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-footer button.action.action-save-address {
    min-width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    transform: translateX(-50%);
    max-width: 80%;
    left: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .checkout-index-index .page-wrapper .page-main .opc-wrapper {
    width: 60%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .field.addresses .shipping-address-items .shipping-address-item {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-shipping-address .fieldset .field[name="shippingAddress.region"] {
    width: calc(50% - 12px);
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form-login .fieldset input {
    max-width: 352px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .checkout-shipping-method .checkout-shipping-method .actions-toolbar {
    margin-top: 24px;
  }
  .checkout-index-index .page-wrapper .page-main .opc-sidebar {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form {
    flex-wrap: nowrap;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"] {
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form {
    flex-wrap: nowrap;
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscashondelivery.region"] {
    width: calc(50% - 12px);
  }
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.firstname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.lastname"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.country_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region_id"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.city"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.postcode"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.telephone"],
  .checkout-index-index .page-wrapper .page-main .opc-wrapper .step-content .form.payments .fieldset .opc-payment .items.payment-methods .payment-group .payment-method .payment-method-content .checkout-billing-address .fieldset .billing-address-form .fieldset .field[name="billingAddresscheckmo.region"] {
    width: calc(50% - 12px);
  }
}
/*Order Success Page Design Starts*/
.checkout-onepage-success {
  background-color: #f5f6f5;
}
.checkout-onepage-success .page-header .header.content .ammenu-button.-hamburger {
  display: none;
}
.checkout-onepage-success .ammenu-menu-wrapper {
  display: none;
}
.checkout-onepage-success .page-wrapper .page-title-wrapper {
  text-align: center;
  padding-top: 240px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.checkout-onepage-success .page-wrapper .page-title-wrapper a.action.print {
  display: none;
}
.checkout-onepage-success .page-wrapper .page-title-wrapper h1 {
  margin-bottom: 20px;
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.checkout-onepage-success .page-wrapper .column.main {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .checkout-onepage-success .page-wrapper .column.main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .checkout-onepage-success .page-wrapper .column.main {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-onepage-success .page-wrapper .column.main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .checkout-onepage-success .page-wrapper .column.main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .checkout-onepage-success .page-wrapper .column.main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success {
  text-align: center;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success p {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success p:first-child {
  margin-bottom: 16px;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success p a {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success p a strong {
  font-weight: 400;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar {
  margin-top: 48px;
  text-align: center;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar .primary {
  float: initial;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar .primary .action.primary.continue {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 0;
  min-width: 352px;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar .primary .action.primary.continue:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar .primary .action.primary.continue[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.checkout-onepage-success .page-wrapper .column.main #registration {
  text-align: center;
  margin-top: 36px;
}
.checkout-onepage-success .page-wrapper .column.main #registration p {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.checkout-onepage-success .page-wrapper .column.main #registration p span {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.checkout-onepage-success .page-wrapper .column.main #registration a.action.primary {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-onepage-success .page-wrapper .column.main #registration a.action.primary:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.checkout-onepage-success .page-wrapper .column.main #registration a.action.primary[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
@media screen and (max-width: 991px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    padding-top: 80px;
  }
  .checkout-onepage-success .page-wrapper .page-title-wrapper h1 {
    margin-bottom: 20px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success p {
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success p:first-child {
    margin-bottom: 24px;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success p a {
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success p a strong {
    font-weight: 400;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .checkout-onepage-success .page-wrapper .column.main .checkout-success .actions-toolbar .primary .action.primary.continue {
    min-width: 100%;
    width: 100%;
  }
  .checkout-onepage-success .page-wrapper .column.main #registration {
    margin-top: -56px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1919px) {
  .checkout-onepage-success .page-wrapper .page-title-wrapper {
    padding-top: 48px;
  }
}
/*Order Success Page Design Ends*/
/* Pressroom Listing Page */
.press-index-index .page-title-wrapper {
  display: none;
}
.press-index-index .page-main {
  padding-left: 108px;
  padding-right: 108px;
}
.press-index-index .page-main .column.main {
  width: 100%;
}
.press-index-index .page-main .column.main h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 40px;
}
.press-index-index .page-main .column.main .pressarticle {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: start;
  align-items: center;
}
.press-index-index .page-main .column.main .pressarticle .blog-post-list-item {
  width: calc(16.66666667%);
  padding: 0 8px;
  margin-bottom: 48px;
}
.press-index-index .page-main .sidebar-additional {
  display: none;
}
@media screen and (max-width: 767px) {
  .press-index-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .press-index-index .page-main .column.main {
    width: 100%;
  }
  .press-index-index .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 31px;
    margin-bottom: 25px;
  }
  .press-index-index .page-main .column.main .pressarticle {
    display: flex;
    margin: 0 -8px;
  }
  .press-index-index .page-main .column.main .pressarticle .blog-post-list-item {
    width: calc(100% / 2);
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .press-index-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .press-index-index .page-main .column.main {
    width: 100%;
  }
  .press-index-index .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .press-index-index .page-main .column.main .pressarticle {
    display: flex;
    margin: 0 -8px;
  }
  .press-index-index .page-main .column.main .pressarticle .blog-post-list-item {
    width: calc(100% / 4);
    padding: 0 12px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .press-index-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .press-index-index .page-main .column.main {
    width: 100%;
  }
  .press-index-index .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .press-index-index .page-main .column.main .pressarticle {
    display: flex;
    margin: 0 -8px;
  }
  .press-index-index .page-main .column.main .pressarticle .blog-post-list-item {
    width: calc(100% / 6);
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
/* Pressroom Details Page */
.press-index-pressarticle .page-title-wrapper {
  display: block;
}
.press-index-pressarticle .page-title-wrapper h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-top: 64px;
  margin-bottom: 16px;
}
.press-index-pressarticle .page-main {
  max-width: 1920px;
  padding-left: 540px;
  padding-right: 540px;
}
.press-index-pressarticle .page-main .column.main {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 80px;
}
.press-index-pressarticle .page-main .column.main h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-top: 0px;
  margin-top: 64px;
  margin-bottom: 16px;
  display: none;
}
.press-index-pressarticle .page-main .column.main .dt {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.press-index-pressarticle .page-main .column.main p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.press-index-pressarticle .page-main .column.main .under {
  text-decoration: underline;
}
.press-index-pressarticle .page-main .column.main .tm {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.press-index-pressarticle .page-main .column.main img {
  margin-top: 24px;
  margin-bottom: 40px;
}
.press-index-pressarticle .page-main .column.main .section {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.press-index-pressarticle .page-main .column.main ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 24px;
}
.press-index-pressarticle .page-main .column.main ol li {
  list-style: disc;
}
.press-index-pressarticle .page-main .column.main .category {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.press-index-pressarticle .page-main .column.main a {
  color: #212b36;
  border-bottom: 1px solid #212b36;
}
.press-index-pressarticle .page-main .column.main a:hover {
  color: #212b36;
  border-bottom: 1px solid transparent;
}
.press-index-pressarticle .page-main .column.main h3 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 24px;
  margin-top: 24px;
}
.press-index-pressarticle .page-main .column.main strong {
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}
.press-index-pressarticle .page-main .column.main h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.press-index-pressarticle .page-main .column.main h5 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .press-index-pressarticle .page-main {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
  }
  .press-index-pressarticle .page-main .column.main {
    width: 100%;
    margin-top: 32px;
    padding: 0px;
    padding-bottom: 56px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap {
    width: 100%;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 18px;
    color: #637381;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap p {
    margin-bottom: 24px;
    margin-top: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap {
    margin-top: 32px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap .under {
    text-decoration: underline;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .tm {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 24px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol li {
    list-style: disc;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .category {
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .press-index-pressarticle .page-main {
    max-width: 840px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .press-index-pressarticle .page-main .column.main {
    width: 100%;
    padding-bottom: 56px;
    margin-bottom: 0px;
    margin-top: 32px;
  }
  .press-index-pressarticle .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    margin-top: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap {
    width: 100%;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 18px;
    color: #637381;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap p {
    margin-bottom: 24px;
    margin-top: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap {
    margin-top: 32px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap .under {
    text-decoration: underline;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .tm {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 24px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol li {
    list-style: disc;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .category {
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .press-index-pressarticle .page-main {
    max-width: 840px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .press-index-pressarticle .page-main .column.main {
    width: 100%;
    padding: 0px;
  }
  .press-index-pressarticle .page-main .column.main h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
    margin-top: 32px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap {
    width: 100%;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .dt {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 18px;
    color: #637381;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap p {
    margin-bottom: 24px;
    margin-top: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap {
    margin-top: 48px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section-wrap .under {
    text-decoration: underline;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .tm {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap img {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .section {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 24px;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap ol li {
    list-style: disc;
  }
  .press-index-pressarticle .page-main .column.main .contant-wrap .category {
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
/*404 Page Design Starts*/
.cms-no-route #contentarea {
  display: none;
}
.cms-no-route .page-main {
  max-width: 1048px !important;
}
@media (min-width: 1920px) {
  .cms-no-route .page-main {
    padding-left: 104px;
    padding-right: 104px;
  }
}
.cms-no-route .page-main .error-page {
  padding: 112px 0px 104px 0px;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page {
    padding: 12px 0px 72px;
  }
}
.cms-no-route .page-main .error-page .error-page-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner {
    flex-wrap: wrap;
  }
}
.cms-no-route .page-main .error-page .error-page-inner button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 23px;
  width: 100%;
  max-width: 184px;
}
.cms-no-route .page-main .error-page .error-page-inner button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-no-route .page-main .error-page .error-page-inner button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner button {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cms-no-route .page-main .error-page .error-page-inner .error-box.left {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.left {
    max-width: 100%;
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.left {
    max-width: 52%;
  }
}
.cms-no-route .page-main .error-page .error-page-inner .error-box.left h6 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.left h6 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.left h6 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cms-no-route .page-main .error-page .error-page-inner .error-box.left p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.left p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.right .error-img {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cms-no-route .page-main .error-page .error-page-inner .error-box.right {
    order: -1;
  }
  .cms-no-route .page-main .error-page .error-page-inner .error-box.right img {
    margin: 0 0 24px 0;
  }
}
/*404 Page Design Ends*/
/*How It Works page start*/
.cms-how-it-works {
  /*Tab 2 */
  /*tab3 start*/
}
.cms-how-it-works .breadcrumbs {
  display: none;
}
.cms-how-it-works .page-main-full-width #contentarea {
  display: none;
}
.cms-how-it-works .page-main-full-width .column.main .heading {
  margin-top: 68px;
  margin-bottom: 68px;
}
.cms-how-it-works .page-main-full-width .column.main .heading h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 22px;
}
.cms-how-it-works .page-main-full-width .column.main .heading p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #637381;
}
.cms-how-it-works .page-main-full-width .tab-Structure {
  text-align: center;
}
.cms-how-it-works .page-main-full-width .tab-Structure a.active {
  color: #212b36;
  border-bottom: 2px solid #a2aa9a;
}
.cms-how-it-works .page-main-full-width .tab-Structure a {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-right: 40px;
  color: #637381;
  margin-bottom: 0px;
  padding-bottom: 08px;
  border-bottom: 2px solid transparent;
}
.cms-how-it-works .page-main-full-width .tab-Structure a:hover {
  color: #212b36;
  border-bottom: 1px solid #a2aa9a;
}
.cms-how-it-works .buy-louped-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 52px 0 0px 0;
}
@media (min-width: 1920px) {
  .cms-how-it-works .buy-louped-wrap .content-part {
    max-width: -webkit-calc(100% - 856px);
    max-width: -moz-calc(100% - 856px);
    max-width: calc(100% - 856px);
  }
}
.cms-how-it-works .buy-louped-wrap .content-part h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
  max-width: 696px;
  margin-top: 20px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
  flex-basis: -webkit-calc(50% - 44px);
  flex-basis: -moz-calc(50% - 44px);
  flex-basis: calc(50% - 44px);
}
@media screen and (min-width: 1024px) {
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(1),
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(2) {
    margin-bottom: 40px;
  }
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
  margin-top: 18px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
  margin-top: 16px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 32px 0 36px 0;
    flex-direction: column;
  }
  .cms-how-it-works .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 10px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
    gap: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    margin-top: 0;
    margin-left: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    flex-basis: 100%;
    margin: 8px 0 0 0;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .buy-louped-wrap {
    flex-direction: column;
    padding: 40px 0 24px 0;
  }
  .cms-how-it-works .buy-louped-wrap .img-part,
  .cms-how-it-works .buy-louped-wrap .content-part {
    max-width: 100%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part {
    margin-top: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 16px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 20px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 24px;
    flex-basis: -webkit-calc(calc(100% / 2) - 12px);
    flex-basis: -moz-calc(calc(100% / 2) - 12px);
    flex-basis: calc(calc(100% / 2) - 12px);
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    margin-top: 8px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .buy-louped-wrap.sell {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 40px 0 !important;
  }
  .cms-how-it-works .buy-louped-wrap .img-part {
    width: 55%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part {
    width: 45%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 12px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    max-width: -webkit-calc(50% - 12px);
    max-width: -moz-calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-bottom: 12px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-how-it-works .buy-louped-wrap.sell .inner-p:nth-child(3) .sub-title,
  .cms-how-it-works .buy-louped-wrap.sell .inner-p:nth-child(4) .sub-title {
    min-height: 56px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 48px 0 56px 0 !important;
  }
  .cms-how-it-works .buy-louped-wrap .img-part,
  .cms-how-it-works .buy-louped-wrap .content-part {
    width: -webkit-calc(calc(100% / 2) - 8px);
    width: -moz-calc(calc(100% / 2) - 8px);
    width: calc(calc(100% / 2) - 8px);
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 12px;
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }
}
.cms-how-it-works .moredetails {
  background-color: #f2f9f2;
  margin-top: 80px;
}
.cms-how-it-works .moredetails .inner-moredetails {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.cms-how-it-works .moredetails .inner-moredetails .article {
  padding-left: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0px;
  max-width: 764px;
}
.cms-how-it-works .moredetails .inner-moredetails .article h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-how-it-works .moredetails .inner-moredetails .article p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-how-it-works .moredetails .inner-moredetails .inner-btn {
  padding-top: 0px;
  padding-left: 0px;
}
.cms-how-it-works .moredetails .inner-moredetails .inner-btn button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 256px;
}
.cms-how-it-works .moredetails .inner-moredetails .inner-btn button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-how-it-works .moredetails .inner-moredetails .inner-btn button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-how-it-works .contant-wrap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 140px;
  justify-content: space-between;
}
@media (max-width: 1919px) {
  .cms-how-it-works .contant-wrap {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .cms-how-it-works .contant-wrap {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.cms-how-it-works .contant-wrap .contant-details {
  width: -webkit-calc(calc(100% / 2) - 36px);
  width: -moz-calc(calc(100% / 2) - 36px);
  width: calc(calc(100% / 2) - 36px);
  background-color: #f5f6f5;
  padding-right: 40px;
}
.cms-how-it-works .contant-wrap .contant-details h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  padding-left: 76px;
  margin-top: 36px;
  margin-bottom: 40px;
}
.cms-how-it-works .contant-wrap .contant-details h4 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.cms-how-it-works .contant-wrap .contant-details h4:before {
  content: "";
  background-image: url("../images/Group 17787.png");
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 12px;
}
.cms-how-it-works .contant-wrap .contant-details p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 40px;
  padding-left: 76px;
  color: #637381;
}
.cms-how-it-works .contant-wrap .contant-artical {
  width: -webkit-calc(calc(100% / 2) - 36px);
  width: -moz-calc(calc(100% / 2) - 36px);
  width: calc(calc(100% / 2) - 36px);
  background-color: #f5f6f5;
  margin-left: 0px;
  padding-right: 40px;
}
.cms-how-it-works .contant-wrap .contant-artical h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
}
.cms-how-it-works .contant-wrap .contant-artical p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.cms-how-it-works .contant-wrap .contant-artical ul {
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 64px;
}
.cms-how-it-works .contant-wrap .contant-artical ul li {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  list-style: disc;
}
.cms-how-it-works .moredetails-1 {
  background-color: #f2f9f2;
  margin-top: 80px;
  margin-bottom: 64px;
}
.cms-how-it-works .moredetails-1 .inner-container {
  display: flex;
  flex-direction: row;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.cms-how-it-works .moredetails-1 .article-1 {
  padding-top: 56px;
  padding-bottom: 56px;
  max-width: 800px;
}
.cms-how-it-works .moredetails-1 .article-1 p {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  padding-right: 0px;
}
.cms-how-it-works .moredetails-1 .inner-btn-1 {
  align-items: center;
  padding: 0px;
  margin-left: 0px;
  min-width: 160px;
}
.cms-how-it-works .moredetails-1 .inner-btn-1 button,
.cms-how-it-works .moredetails-1 .inner-btn-1 a {
  border: 1px solid #373432;
  padding: 13px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 160px;
  text-align: center;
}
.cms-how-it-works .moredetails-1 .inner-btn-1 button:hover,
.cms-how-it-works .moredetails-1 .inner-btn-1 a:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-how-it-works .moredetails-1 .inner-btn-1 button[disabled],
.cms-how-it-works .moredetails-1 .inner-btn-1 a[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-how-it-works .buy-louped-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0 0px 0;
}
.cms-how-it-works .buy-louped-wrap .img-part {
  width: 840px;
  max-height: 536px;
}
.cms-how-it-works .buy-louped-wrap .img-part img {
  max-height: 536px;
}
@media (min-width: 1920px) {
  .cms-how-it-works .buy-louped-wrap .content-part {
    max-width: -webkit-calc(100% - 856px);
    max-width: -moz-calc(100% - 856px);
    max-width: calc(100% - 856px);
  }
}
.cms-how-it-works .buy-louped-wrap .content-part h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
  max-width: 696px;
  margin-top: 20px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
  flex-basis: -webkit-calc(50% - 44px);
  flex-basis: -moz-calc(50% - 44px);
  flex-basis: calc(50% - 44px);
}
@media screen and (min-width: 1024px) {
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(1),
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(2) {
    margin-bottom: 40px;
  }
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
  margin-top: 18px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
  margin-top: 16px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-how-it-works .buy-louped-wrap .content-part .buy-points img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 32px 0 36px 0;
    flex-direction: column;
  }
  .cms-how-it-works .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 10px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
    gap: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    margin-top: 0;
    margin-left: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    flex-basis: 100%;
    margin: 8px 0 0 0;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .buy-louped-wrap {
    flex-direction: column;
    padding: 40px 0 24px 0;
  }
  .cms-how-it-works .buy-louped-wrap .img-part,
  .cms-how-it-works .buy-louped-wrap .content-part {
    max-width: 100%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part {
    margin-top: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 16px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 20px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 24px;
    flex-basis: -webkit-calc(calc(100% / 2) - 12px);
    flex-basis: -moz-calc(calc(100% / 2) - 12px);
    flex-basis: calc(calc(100% / 2) - 12px);
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    margin-top: 8px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .buy-louped-wrap.sell {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 64px 0;
  }
  .cms-how-it-works .buy-louped-wrap .img-part {
    width: 55%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part {
    width: 45%;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 12px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    max-width: -webkit-calc(50% - 12px);
    max-width: -moz-calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-bottom: 12px;
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-how-it-works .buy-louped-wrap.sell .inner-p:nth-child(3) .sub-title,
  .cms-how-it-works .buy-louped-wrap.sell .inner-p:nth-child(4) .sub-title {
    min-height: 56px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-how-it-works .buy-louped-wrap {
    padding: 80px 0 64px 0;
  }
  .cms-how-it-works .buy-louped-wrap .img-part,
  .cms-how-it-works .buy-louped-wrap .content-part {
    width: -webkit-calc(calc(100% / 2) - 8px);
    width: -moz-calc(calc(100% / 2) - 8px);
    width: calc(calc(100% / 2) - 8px);
  }
  .cms-how-it-works .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 12px;
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }
}
.cms-how-it-works .moredetails .inner-btn {
  padding-top: 80px;
  padding-left: 108px;
}
.cms-how-it-works .moredetails .inner-btn button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-how-it-works .moredetails .inner-btn button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-how-it-works .moredetails .inner-btn button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-how-it-works .saler-details {
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 1919px) {
  .cms-how-it-works .saler-details {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .cms-how-it-works .saler-details {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .saler-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .cms-how-it-works .saler-details {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .cms-how-it-works .saler-details {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.cms-how-it-works .saler-details h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
}
.cms-how-it-works .saler-details .item-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px;
}
.cms-how-it-works .saler-details .item-information .item-sale {
  margin-top: 40px;
  background-color: #f5f6f5;
  width: -webkit-calc(calc(100% / 5) - 12px);
  width: -moz-calc(calc(100% / 5) - 12px);
  width: calc(calc(100% / 5) - 12px);
  border: 2px solid transparent;
}
.cms-how-it-works .saler-details .item-information .item-sale:last-child {
  border: 2px solid #cccccc;
  background-color: #ffffff;
}
.cms-how-it-works .saler-details .item-information .item-sale h5 {
  text-align: center;
  font-family: "Cirka";
  color: #212b36;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0;
  margin-top: 24px;
  margin-bottom: 12px;
}
.cms-how-it-works .saler-details .item-information .item-sale h6 {
  text-align: center;
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.cms-how-it-works .saler-details .item-information .item-sale p {
  text-align: center;
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 32px;
}
.cms-how-it-works .vip-contant {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  padding-bottom: 60px;
}
@media (max-width: 1919px) {
  .cms-how-it-works .vip-contant {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .cms-how-it-works .vip-contant {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .vip-contant {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .cms-how-it-works .vip-contant {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .cms-how-it-works .vip-contant {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.cms-how-it-works .vip-contant .vip-details {
  width: -webkit-calc(calc(100% / 2) - 44px);
  width: -moz-calc(calc(100% / 2) - 44px);
  width: calc(calc(100% / 2) - 44px);
}
.cms-how-it-works .vip-contant .vip-details img {
  max-width: 48px;
  margin-bottom: 16px;
}
.cms-how-it-works .vip-contant .vip-details .logo_img {
  max-width: 64px;
  margin-bottom: 32px;
}
.cms-how-it-works .vip-contant .vip-details h3 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cms-how-it-works .vip-contant .vip-details ul {
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 24px;
  margin-bottom: 48px;
}
.cms-how-it-works .vip-contant .vip-details ul li {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  list-style: disc;
  color: #637381;
}
.cms-how-it-works .vip-contant .vip-details .logo-1 {
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 28px;
}
.cms-how-it-works .vip-contant .vip-details h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cms-how-it-works .vip-contant .vip-details p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-how-it-works .vip-contant .vip-imgwrap {
  width: -webkit-calc(calc(100% / 2) - 44px);
  width: -moz-calc(calc(100% / 2) - 44px);
  width: calc(calc(100% / 2) - 44px);
}
.cms-how-it-works .outtertable-wrapper .wc-us {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 64px;
}
.cms-how-it-works .table-wrapper {
  border-top: 0px;
  margin: 0 auto;
}
.cms-how-it-works .table-wrapper h3 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 64px;
}
@media (max-width: 1919px) {
  .cms-how-it-works .table-wrapper {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .cms-how-it-works .table-wrapper {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .table-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .cms-how-it-works .table-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .cms-how-it-works .table-wrapper {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.cms-how-it-works .table-wrapper table,
.cms-how-it-works .table-wrapper th,
.cms-how-it-works .table-wrapper td {
  border: 1px solid #cccccc;
  vertical-align: middle;
  height: auto;
}
.cms-how-it-works .table-wrapper .cell-maininfo {
  background-color: #f5f6f5;
  max-width: 576px;
}
.cms-how-it-works .table-wrapper .cell-main-info {
  background-color: #f2f9f2;
  max-width: 282px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}
.cms-how-it-works .table-wrapper .cell-main-info div {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.cms-how-it-works .table-wrapper .cell-main-info div img {
  max-width: 16px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-how-it-works .table-wrapper .cell-info {
  background-color: #f5f6f5;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  max-width: 282px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-how-it-works .table-wrapper .cell-info div {
  max-width: 232px;
  padding-left: 56px;
}
.cms-how-it-works .table-wrapper .cell-info span {
  padding-left: 8px;
  padding-right: 8px;
}
.cms-how-it-works .table-wrapper .cell-heading {
  background-color: #ffffff;
  max-width: 576px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-how-it-works .table-wrapper .cell-heading div {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-left: 24px;
}
.cms-how-it-works .table-wrapper .cell-inner-info {
  background-color: #ffffff;
  max-width: 282px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cms-how-it-works .table-wrapper .cell-inner-info .cell-inner-part {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.cms-how-it-works .table-wrapper .cell-inner-info .cell-inner-part .logo-img {
  max-width: 16px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .page-main-full-width {
    /*Tab 3*/
  }
  .cms-how-it-works .page-main-full-width .heading {
    margin-top: 30px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 32px !important;
  }
  .cms-how-it-works .page-main-full-width .heading h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .heading div p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure a {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .moredetails {
    margin-top: 0px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails {
    display: block;
    margin-top: 00px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-top: 08px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-btn {
    max-width: 100%;
    padding-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-btn button {
    width: 100%;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-maininfo {
    min-width: 264px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info {
    min-width: 282px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div img {
    max-width: 16px;
    margin: auto;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info {
    background-color: #f5f6f5;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    min-width: 282px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info div {
    max-width: 232px;
    padding-left: 56px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info span {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading {
    background-color: #ffffff;
    width: 264px;
    max-width: 100%;
    padding-top: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading div {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 24px;
    padding-right: 40px;
    padding-top: 30px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info {
    background-color: #ffffff;
    padding-top: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part .logo-img {
    max-width: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap {
    display: block;
    margin-top: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details {
    width: 100%;
    max-width: 100%;
    padding-bottom: 04px;
    padding-top: 24px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 0px;
    margin-bottom: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4:before {
    margin-right: 08px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    padding-left: 48px;
    margin-bottom: 20px;
    padding-right: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical {
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-bottom: 12px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 0px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul {
    padding-left: 36px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul li {
    padding-left: 0px;
    padding-right: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 {
    display: block;
    margin-top: 40px !important;
    margin-bottom: 40px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container .article-1 {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container .article-1 p {
    padding-right: 16px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container .inner-btn-1 {
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container .inner-btn-1 button {
    width: 100%;
    max-width: 100%;
  }
  .cms-how-it-works .page-main-full-width .saler-details {
    margin-top: 40px;
  }
  .cms-how-it-works .page-main-full-width .saler-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale {
    margin-top: 32px;
    width: -webkit-calc(calc(100% / 2) - 08px);
    width: -moz-calc(calc(100% / 2) - 08px);
    width: calc(calc(100% / 2) - 08px);
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h5 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    order: 1;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details {
    order: 2;
    margin-right: 0px !important;
    width: 100%;
    margin-top: 32px;
    padding-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details img {
    max-width: 48px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 08px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul {
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details img {
    margin-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 08px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .page-main-full-width {
    /*Tab 3*/
  }
  .cms-how-it-works .page-main-full-width .heading {
    margin-top: 40px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 32px !important;
  }
  .cms-how-it-works .page-main-full-width .heading h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .heading div p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-right: 22px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails {
    display: flex;
    margin-top: 0px !important;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails {
    margin-top: 0px;
    max-width: 767px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article {
    max-width: 512px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .inner-btn {
    margin-left: auto;
    min-width: 198px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .inner-btn button {
    min-width: 198px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper {
    overflow: scroll;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-maininfo {
    min-width: 196px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info {
    min-width: 196px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div img {
    max-width: 16px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info {
    background-color: #f5f6f5;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    min-width: 164px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info div {
    padding-left: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info span {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading {
    background-color: #ffffff;
    min-width: 196px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading div {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info {
    background-color: #ffffff;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part .logo-img {
    max-width: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details {
    width: -webkit-calc(calc(100% / 2) - 24px);
    width: -moz-calc(calc(100% / 2) - 24px);
    width: calc(calc(100% / 2) - 24px);
    background-color: #f5f6f5;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    padding-left: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4:before {
    margin-right: 08px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    padding-left: 56px;
    color: #637381;
    padding-right: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical {
    width: -webkit-calc(calc(100% / 2) - 24px);
    width: -moz-calc(calc(100% / 2) - 24px);
    width: calc(calc(100% / 2) - 24px);
    background-color: #f5f6f5;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 32px !important;
    padding-right: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul {
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 48px;
    padding-right: 16px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
    align-items: center;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 {
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 496px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
    width: 164px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 164px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
  .cms-how-it-works .page-main-full-width .saler-details {
    margin-top: 40px;
  }
  .cms-how-it-works .page-main-full-width .saler-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale {
    margin-top: 24px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h5 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale p {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap {
    margin-left: 0px;
    margin-right: 0px;
    order: 1 !important;
    width: 100%;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap img {
    width: 100%;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details {
    order: 2 !important;
    width: 100%;
    margin-top: 32px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 08px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul {
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details img {
    margin-bottom: 12px;
    max-width: 48px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 00px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .cms-how-it-works .contant-wrap {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-how-it-works .page-main-full-width {
    /*Tab 3*/
  }
  .cms-how-it-works .page-main-full-width .heading {
    margin-top: 56px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 32px !important;
  }
  .cms-how-it-works .page-main-full-width .heading h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0px;
  }
  .cms-how-it-works .page-main-full-width .heading div p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cms-how-it-works .page-main-full-width .tab-Structure a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-right: 22px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails {
    display: flex;
    margin-top: 0px !important;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails {
    margin-top: 0px;
    max-width: 896px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article {
    max-width: 568px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .inner-btn {
    max-width: 256px;
    margin-left: 72px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-maininfo {
    min-width: 184px;
    width: 100%;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info {
    min-width: 198px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div img {
    max-width: 16px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info {
    background-color: #f5f6f5;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    min-width: 184px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info div {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading {
    background-color: #ffffff;
    min-width: 184px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading div {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info {
    background-color: #ffffff;
    min-width: 184px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part .logo-img {
    max-width: 16px;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 56px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details {
    width: -webkit-calc(calc(100% / 2) - 24px);
    width: -moz-calc(calc(100% / 2) - 24px);
    width: calc(calc(100% / 2) - 24px);
    background-color: #f5f6f5;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    padding-left: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 16px;
    padding-left: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4:before {
    margin-right: 08px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 32px;
    padding-left: 64px;
    color: #637381;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical {
    width: -webkit-calc(calc(100% / 2) - 24px);
    width: -moz-calc(calc(100% / 2) - 24px);
    width: calc(calc(100% / 2) - 24px);
    background-color: #f5f6f5;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 32px !important;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 0px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul {
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 48px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 896px;
    align-items: center;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 {
    padding-top: 64px;
    padding-bottom: 48px;
    padding-left: 0px;
    margin-left: 0px;
    max-width: 568px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 {
    max-width: 256px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-width: 256px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
  .cms-how-it-works .page-main-full-width .saler-details {
    margin-top: 56px;
  }
  .cms-how-it-works .page-main-full-width .saler-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 00px !important;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale {
    margin-top: 32px;
    margin-left: 0px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h5 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale p {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 00px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap {
    margin-left: 0px;
    margin-right: 0px;
    order: 2 !important;
    width: 50%;
    padding-top: 0px;
    margin-left: 36px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap img {
    padding-top: 98px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details {
    order: 1 !important;
    margin-right: 0px !important;
    width: 50%;
    margin-left: auto;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 08px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul {
    margin-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details img {
    margin-bottom: 16px;
    max-width: 48px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 00px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-how-it-works .table-wrapper {
    padding-left: 71px;
    padding-right: 71px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-how-it-works .page-main-full-width .moredetails {
    margin-top: 0px;
    margin-bottom: 64px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails {
    max-width: 1048px;
    justify-content: space-between;
    align-items: center;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article {
    max-width: 720px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .article p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 16px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .inner-btn {
    max-width: 256px;
  }
  .cms-how-it-works .page-main-full-width .moredetails .inner-moredetails .inner-btn button {
    max-width: 256px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap {
    margin-top: 64px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details {
    padding-right: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    padding-left: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details h4:before {
    margin-right: 08px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 72px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical {
    padding-right: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    padding-left: 40px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 32px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul {
    padding-left: 48px;
  }
  .cms-how-it-works .page-main-full-width .contant-wrap .contant-artical ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 {
    margin-top: 64px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-container {
    max-width: 1048px;
    justify-content: center;
    align-items: center;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 {
    max-width: 566px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .article-1 p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 {
    margin-left: auto;
    max-width: 256px;
  }
  .cms-how-it-works .page-main-full-width .moredetails-1 .inner-btn-1 button {
    width: 100%;
  }
  .cms-how-it-works .page-main-full-width .saler-details {
    margin-top: 56px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information {
    padding-bottom: 40px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h5 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-how-it-works .page-main-full-width .saler-details .item-information .item-sale p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper {
    border-top: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper h3 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-maininfo {
    max-width: 298px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info {
    max-width: 282px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-main-info div img {
    max-width: 16px;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    max-width: 282px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info div {
    max-width: 232px;
    padding-left: 0px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-info span {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading {
    max-width: 298px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-heading div {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info {
    max-width: 282px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cms-how-it-works .page-main-full-width .table-wrapper .cell-inner-info .cell-inner-part .logo-img {
    max-width: 16px;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details {
    order: 1;
    width: 45%;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details img {
    max-width: 48px;
    margin-bottom: 16px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-details ul {
    margin-bottom: 24px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap {
    order: 2;
    width: 55%;
    padding-top: 00px;
    margin-left: 48px;
  }
  .cms-how-it-works .page-main-full-width .vip-contant .vip-imgwrap img {
    padding-top: 80px;
  }
}
.cms-how-it-works .most-loved-wrap {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .most-loved-wrap {
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .most-loved-wrap {
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-how-it-works .most-loved-wrap {
    padding: 0 0 64px 0;
  }
}
.cms-how-it-works .most-loved-wrap .products-grid.grid .slick-list li.product-item {
  opacity: 1;
}
.cms-how-it-works .most-loved-wrap .products-grid.grid li.product-item {
  opacity: 0;
}
.cms-how-it-works .most-loved-wrap .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .cms-how-it-works .most-loved-wrap .block-title {
    margin-bottom: 24px;
  }
}
.cms-how-it-works .most-loved-wrap .block-title strong {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .most-loved-wrap .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-how-it-works .most-loved-wrap .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cms-how-it-works .most-loved-wrap .block-content .slick-list {
  margin: 0 -12px;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider {
  padding: 0;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-list {
  padding: 0;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-slide {
  margin-bottom: 48px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-slide {
    margin-bottom: 24px;
  }
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-slide .product-item .product-item-info:hover {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-slide .product-item .product-item-info .product-item-photo {
  width: 100%;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow {
  top: auto;
  bottom: -48px;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-left.svg") !important;
  transform: rotate(0deg) translateX(-50%);
  left: calc(50% - 48px);
  height: 48px;
  width: 48px;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev:hover {
  background: url("../images/arrow-left-hover.svg") !important;
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-right.svg") !important;
  height: 48px;
  width: 48px;
  transform: rotate(0deg) translateX(-50%);
  left: calc(50% - -48px);
}
.cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next:hover {
  background: url("../images/arrow-right-hover.svg") !important;
}
@media screen and (max-width: 1023px) {
  .cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 36px);
  }
  .cms-how-it-works .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next {
    left: calc(50% - -36px);
  }
}
.cms-how-it-works .most-loved-wrap .action-bar {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-how-it-works .most-loved-wrap .action-bar {
    margin-top: 28px;
  }
}
.cms-how-it-works .most-loved-wrap .action-bar .block-category-link {
  text-align: center;
}
.cms-how-it-works .most-loved-wrap .action-bar .block-category-link a {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-how-it-works .most-loved-wrap .action-bar .block-category-link a:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.cms-how-it-works .most-loved-wrap .action-bar .block-category-link a[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
/*How It Works page Ends*/
/*Contact us page start*/
.contact-index-index {
  margin: 0 auto;
}
.contact-index-index .page-main #contentarea {
  display: none;
}
.contact-index-index .page-main .page-title-wrapper {
  text-align: center;
  margin-top: 64px;
}
.contact-index-index .page-main .page-title-wrapper .page-title {
  text-align: center;
}
.contact-index-index .page-main .page-title-wrapper .page-title span {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.contact-index-index .page-main .column.main .contactus-wrap {
  display: flex;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap {
  margin-left: 48px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact {
  margin-left: 0px;
  margin-bottom: 80px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset {
  margin-bottom: 24px;
  margin-top: 36px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .legend {
  display: none;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.note.no-label {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required {
  margin-bottom: 24px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .control input[type="text"] {
  max-width: 540px;
  height: 48px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required {
  margin-bottom: 24px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required input[type="email"] {
  max-width: 540px;
  height: 48px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required {
  margin-bottom: 24px;
  display: block;
  max-width: 540px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required select {
  max-width: 100%;
  width: 100%;
  height: 48px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.comment.required .control textarea {
  max-width: 540px;
  height: 96px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .actions-toolbar .primary .action.submit.primary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 540px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .actions-toolbar .primary .action.submit.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .actions-toolbar .primary .action.submit.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap {
  margin-top: 40px;
  max-width: 540px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap span {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .phone-details {
  margin-top: 24px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .phone-details .label .base {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .phone-details .number {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-top: 16px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .phone-details .more-details {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .email-details {
  margin-top: 24px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .email-details .email {
  margin-top: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .visitus-details {
  margin-top: 24px;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .visitus-details .Address {
  margin-top: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap a {
  color: #637381;
}
.contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap a:hover {
  color: #212b36;
}
@media (max-width: 1919px) {
  .contact-index-index {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .contact-index-index {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .contact-index-index {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .contact-index-index {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.contact-index-index .page-title-wrapper {
  margin-top: 32px;
  text-align: center;
}
.contact-index-index .page-title-wrapper .page-title {
  text-align: center;
}
.contact-index-index .page-title-wrapper .page-title .base {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
.contact-index-index .column.main .contactus-wrap {
  display: block;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap {
  margin-top: 24px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .details-wrap span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .phone-details {
  margin-top: 20px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .phone-details .base {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .phone-details .number {
  margin-top: 12px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .phone-details .more-details {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .email-details {
  margin-top: 20px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .email-details .base {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .email-details .email {
  margin-top: 12px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .visitus-details {
  margin-top: 20px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .visitus-details .base {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.contact-index-index .column.main .contactus-wrap .contactus-leftwrap .visitus-details .Address {
  margin-top: 12px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap {
  margin-top: 36px;
  margin-left: 0px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact {
  margin-left: 0px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset {
  margin-top: 0px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.note.no-label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required {
  margin-bottom: 16px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .label span {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .control input[type="text"] {
  max-width: 100%;
  width: 100%;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required {
  margin-bottom: 16px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required {
  margin-bottom: 16px;
}
.contact-index-index .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary .action.submit.primary {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-index-index .page-main {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-index-index .page-main .page-title-wrapper {
    text-align: center;
    margin-top: 48px;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title {
    text-align: center;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title .base {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .contact-index-index .page-main .column.main .contactus-wrap {
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap {
    width: 50%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .number {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .more-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .email {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .Address {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap {
    width: 50%;
    margin-left: 24px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact {
    margin-left: 0px;
    min-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.note.no-label {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .control input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .contact-index-index .page-main {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-index-index .page-main .page-title-wrapper {
    text-align: center;
    margin-top: 54px;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title {
    text-align: center;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title .base {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .contact-index-index .page-main .column.main .contactus-wrap {
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap {
    width: 50%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .number {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .more-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .email {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .Address {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap {
    width: 50%;
    margin-left: auto;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact {
    margin-left: 0px;
    min-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.note.no-label {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .control input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required .control input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required {
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .control {
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .control select {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.comment.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.comment.required .control .input-text {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar {
    max-width: 100%;
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary .action.submit.primary {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .contact-index-index .page-main {
    width: 100%;
  }
  .contact-index-index .page-main .page-title-wrapper {
    text-align: center;
    margin-top: 54px;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title {
    text-align: center;
  }
  .contact-index-index .page-main .page-title-wrapper .page-title .base {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .contact-index-index .page-main .column.main .contactus-wrap {
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap {
    width: 50%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .number {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .phone-details .more-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .email-details .email {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .base {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-leftwrap .details-wrap .visitus-details .Address {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap {
    width: 50%;
    margin-left: auto;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact {
    margin-left: 0px;
    min-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.note.no-label {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.name.required .control input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.email.required .control input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required {
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .control {
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.dropdown.required .control select {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.comment.required .label span {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .fieldset .field.comment.required .control .input-text {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar {
    max-width: 100%;
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary {
    width: 100%;
    max-width: 100%;
  }
  .contact-index-index .page-main .column.main .contactus-wrap .contactus-rightwrap .form.contact .actions-toolbar .primary .action.submit.primary {
    width: 100%;
    max-width: 100%;
  }
}
/*Contact us page end*/
/*faq page start */
.faq-category-categorylist .block.block-reorder {
  display: none;
}
.faq-category-categorylist .page-main {
  max-width: 1128px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 80px;
}
.faq-category-categorylist .page-main .page-title-wrapper {
  margin-top: 64px;
  text-align: center;
}
.faq-category-categorylist .page-main .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.faq-category-categorylist .page-main .column.main {
  margin-bottom: 00px;
}
.faq-category-categorylist .page-main .column.main .styled {
  display: none;
}
.faq-category-categorylist .page-main .column.main .link {
  display: none;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_category {
  display: none;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions {
  margin-top: 38px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper:last-child {
  border-bottom: none;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
  padding-top: 0px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block {
  margin-top: -08px;
  padding-left: 40px;
  padding-bottom: 24px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer a {
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer a:hover {
  color: #212b36;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer h6 {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer ul {
  margin-top: 08px;
  margin-left: 12px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer ul li {
  margin-bottom: 24px;
  list-style: disc;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block .faqpage_answer .inner-que {
  margin-top: 24px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open {
  margin-top: -08px;
  padding-left: 40px;
  padding-bottom: 24px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer a {
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer a:hover {
  color: #212b36;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer h6 {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul {
  margin-top: 08px;
  margin-left: 12px;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul li {
  margin-bottom: 24px;
  list-style: disc;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer .inner-que {
  margin-top: 24px;
}
.faq-category-categorylist .page-main .sidebar.sidebar-main .category {
  display: none;
}
.faq-category-categorylist .page-main .sidebar.sidebar-main .form-group {
  margin-top: 36px;
}
.faq-category-categorylist .page-main .sidebar.sidebar-main .form-group li a {
  background-color: #ffffff;
  border-bottom: 0px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.faq-category-categorylist .page-main .sidebar.sidebar-main .form-group li a.current {
  color: #212b36;
}
@media screen and (max-width: 767px) {
  .faq-category-categorylist .page-main {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 24px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper {
    margin-top: 32px;
    margin-bottom: 36px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .faq-category-categorylist .page-main .column.main {
    margin-bottom: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container {
    order: 3;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions {
    margin-top: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper {
    margin-bottom: 16px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question {
    padding-top: 0px;
    margin-bottom: 16px;
    padding-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question .faq-question {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer {
    margin-bottom: 20px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul {
    padding-left: 16px;
    margin-top: 12px;
    margin-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 20px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer .inner-que {
    margin-top: 40px;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .widget.widget_categories {
    margin-bottom: 32px;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .widget.widget_categories .collapse-faq-content {
    width: 100%;
    min-width: 100%;
    background-color: #f2f9f2;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    position: relative;
    text-align: left;
    border: none;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .widget.widget_categories .collapse-faq-content:after {
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10%;
    left: 88%;
    top: 20%;
    bottom: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq-category-categorylist .page-main {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper {
    margin-top: 36px;
    margin-bottom: 32px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .faq-category-categorylist .page-main .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq-category-categorylist .page-main .columns .column.main {
    order: 2;
    width: 72%;
    margin-bottom: 00px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container {
    margin-left: 0px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions {
    margin-top: 0px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question {
    padding-left: 0px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer {
    margin-bottom: 20px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer .main-que h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer .main-que ul {
    padding-left: 08px;
  }
  .faq-category-categorylist .page-main .columns .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer .main-que ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
    margin-bottom: 20px;
  }
  .faq-category-categorylist .page-main .columns .sidebar.sidebar-main {
    width: 30%;
    flex-basis: 23%;
  }
  .faq-category-categorylist .page-main .columns .sidebar.sidebar-main .form-group {
    margin-top: 00px;
  }
  .faq-category-categorylist .page-main .columns .sidebar.sidebar-main .form-group li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .faq-category-categorylist .page-main {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .faq-category-categorylist .page-main .column.main {
    margin-bottom: 00px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions {
    margin-top: 32px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 24px;
    padding-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open {
    padding-bottom: 00px;
    padding-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer {
    margin-bottom: 20px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul {
    margin-top: 08px;
    padding-left: 08px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    list-style: disc;
    margin-bottom: 20px;
    color: #637381;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .category {
    display: none;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .form-group {
    margin-top: 24px;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .form-group li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .faq-category-categorylist .page-main {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 48px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper {
    margin-top: 56px;
    margin-bottom: 16px;
  }
  .faq-category-categorylist .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .faq-category-categorylist .page-main .column.main {
    margin-bottom: 00px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions {
    margin-top: 40px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 24px;
    padding-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open {
    padding-left: 0px;
    padding-bottom: 00px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer {
    margin-bottom: 24px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul {
    margin-top: 08px;
    padding-left: 20px;
    margin-left: 0px;
  }
  .faq-category-categorylist .page-main .column.main .faqpage_default.faqpage-container .faqpage_questions .faqpage_question_wrapper .faqpage_question_block.open .faqpage_answer ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .category {
    display: none;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .form-group {
    margin-top: 36px;
  }
  .faq-category-categorylist .page-main .sidebar.sidebar-main .form-group li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
}
/*faq page end*/
/*sustainability page start*/
.cms-sustainability .breadcrumbs {
  display: none;
}
.cms-sustainability #contentarea {
  display: none;
}
.cms-sustainability .page-main-full-width {
  max-width: 1128px;
  margin: 0 auto;
}
.cms-sustainability .page-main-full-width .page-title-wrapper {
  margin-top: 64px;
}
.cms-sustainability .page-main-full-width .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
}
.cms-sustainability .page-main-full-width .column.main .contant-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
.cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-bottom: 24px;
}
.cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant .underline {
  border-bottom: none;
}
.cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant .underline a {
  color: #637381;
  border-bottom: 1px solid #cccccc;
}
.cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant .underline a:hover {
  color: #212b36;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cms-sustainability .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper {
    margin-top: 32px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap {
    margin-top: 20px;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-sustainability .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper {
    margin-top: 32px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap {
    margin-top: 24px;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .cms-sustainability .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper {
    margin-top: 40px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap {
    margin-top: 24px;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-sustainability .page-main-full-width {
    padding-left: 72px;
    padding-right: 72px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper {
    margin-top: 48px;
  }
  .cms-sustainability .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap {
    margin-top: 40px;
  }
  .cms-sustainability .page-main-full-width .column.main .contant-wrap .main-contant p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
}
/*sustainability page end*/
/*privacy-policy page start*/
.cms-privacy-policy .breadcrumbs {
  display: none;
}
.cms-privacy-policy #contentarea {
  display: none;
}
.cms-privacy-policy .page-main-full-width {
  max-width: 1128px;
  margin: 0 auto;
}
.cms-privacy-policy .page-main-full-width .page-title-wrapper {
  margin-bottom: 38px;
  margin-top: 64px;
}
.cms-privacy-policy .page-main-full-width .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
}
.cms-privacy-policy .page-main-full-width .column.main {
  margin-bottom: 80px;
}
.cms-privacy-policy .page-main-full-width .column.main div {
  margin-bottom: 28px;
}
.cms-privacy-policy .page-main-full-width .column.main div .page-description {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-privacy-policy .page-main-full-width .column.main .contant-wrap h4 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cms-privacy-policy .page-main-full-width .column.main .contant-wrap h6 {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 08px;
}
.cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list {
  padding-left: 24px;
  margin-bottom: 8px;
}
.cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list li {
  list-style: disc;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-privacy-policy .page-main-full-width .column.main .contant-wrap p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-bottom: 24px;
}
.cms-privacy-policy .page-main-full-width .column.main .contact-wrap h6 {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 08px;
}
.cms-privacy-policy .page-main-full-width .column.main .contact-wrap .contact-details {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
  color: #637381;
}
.cms-privacy-policy .page-main-full-width .column.main .contact-wrap .address {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-privacy-policy .page-main-full-width .column.main a {
  color: #637381;
}
.cms-privacy-policy .page-main-full-width .column.main a:hover {
  color: #212b36;
}
@media screen and (max-width: 767px) {
  .cms-privacy-policy .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper {
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-privacy-policy .page-main-full-width .column.main div {
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main div .page-description {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list {
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .contact-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .address {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-privacy-policy .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-privacy-policy .page-main-full-width .column.main div {
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main div .page-description {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list {
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .contact-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .address {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-privacy-policy .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper {
    margin-top: 48px;
    margin-bottom: 28px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-privacy-policy .page-main-full-width .column.main div {
    margin-bottom: 28px;
  }
  .cms-privacy-policy .page-main-full-width .column.main div .page-description {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list {
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list li {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 0px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .contact-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .address {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-privacy-policy .page-main-full-width {
    padding-left: 72px;
    padding-right: 72px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper {
    margin-top: 54px;
    margin-bottom: 32px;
  }
  .cms-privacy-policy .page-main-full-width .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-privacy-policy .page-main-full-width .column.main div {
    margin-bottom: 32px;
  }
  .cms-privacy-policy .page-main-full-width .column.main div .page-description {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list {
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap .list li {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 0px;
    color: #637381;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contant-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap h6 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .contact-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 20px;
  }
  .cms-privacy-policy .page-main-full-width .column.main .contact-wrap .address {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
}
.cms-authenticity-promise-page .banner-cms {
  margin-bottom: 32px;
}
.cms-authenticity-promise-page .breadcrumbs {
  display: none;
}
.cms-authenticity-promise-page #contentarea {
  display: none;
}
.cms-authenticity-promise-page .page-main-full-width {
  max-width: 1128px;
  margin: 0 auto;
}
.cms-authenticity-promise-page .page-main-full-width .page-title-wrapper {
  margin-bottom: 38px;
  margin-top: 64px;
}
.cms-authenticity-promise-page .page-main-full-width .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
}
.cms-authenticity-promise-page .page-main-full-width .column.main {
  margin-bottom: 80px;
}
.cms-authenticity-promise-page .page-main-full-width .column.main p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-bottom: 24px;
}
.cms-authenticity-promise-page .page-main-full-width .column.main .banner-cms + p {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-authenticity-promise-page .page-main-full-width .column.main a {
  font-family: "David AA";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212b36;
  border-bottom: 1px solid #212b36;
}
.cms-authenticity-promise-page .page-main-full-width .column.main a:hover {
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .cms-authenticity-promise-page .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-authenticity-promise-page .page-main-full-width .page-title-wrapper {
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .cms-authenticity-promise-page .page-main-full-width .page-title-wrapper h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
/*privacy-policy page end*/
/*shipping-return page start*/
.cms-shipping-return .breadcrumbs {
  display: none;
}
.cms-shipping-return #contentarea {
  display: none;
}
.cms-shipping-return .page-main-full-width {
  max-width: 1128px;
  margin: 0 auto;
}
.cms-shipping-return .page-main-full-width .page-title-wrapper {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 38px;
}
.cms-shipping-return .page-main-full-width .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-shipping-return .page-main-full-width .column.main {
  margin-bottom: 80px;
}
.cms-shipping-return .page-main-full-width .column.main .page-description {
  margin-bottom: 24px;
}
.cms-shipping-return .page-main-full-width .column.main .page-description p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.cms-shipping-return .page-main-full-width .column.main .contant-details h4 {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 08px;
}
.cms-shipping-return .page-main-full-width .column.main .contant-details p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cms-shipping-return .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-shipping-return .page-main-full-width .column.main {
    margin-bottom: 72px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description {
    margin-bottom: 20px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 08px;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-shipping-return .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 22px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-shipping-return .page-main-full-width .column.main {
    margin-bottom: 72px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description {
    margin-bottom: 22px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 08px;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-shipping-return .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-shipping-return .page-main-full-width .column.main {
    margin-bottom: 72px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description {
    margin-bottom: 24px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 08px;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-shipping-return .page-main-full-width {
    padding-left: 72px;
    padding-right: 72px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .cms-shipping-return .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .cms-shipping-return .page-main-full-width .column.main {
    margin-bottom: 80px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description {
    margin-bottom: 24px;
  }
  .cms-shipping-return .page-main-full-width .column.main .page-description p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details h4 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 08px;
  }
  .cms-shipping-return .page-main-full-width .column.main .contant-details p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
}
/*shipping-return page end*/
/*Terms&Condition page start*/
.cms-terms-conditions .breadcrumbs {
  display: none;
}
.cms-terms-conditions #contentarea {
  display: none;
}
.cms-terms-conditions .page-main-full-width {
  max-width: 1128px;
  margin: 0 auto;
}
.cms-terms-conditions .page-main-full-width .page-title-wrapper {
  margin-top: 72px;
  text-align: center;
  margin-bottom: 32px;
}
.cms-terms-conditions .page-main-full-width .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-terms-conditions .page-main-full-width .column.main {
  margin-bottom: 64px;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap h5 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 08px;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap .content-details {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
  color: #637381;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-bottom: 24px;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap p .under {
  border-bottom: 1px solid #cccccc;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap ul {
  margin-bottom: 24px;
  padding-left: 20px;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap ul li {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  list-style: disc;
  padding-left: 00px;
}
.cms-terms-conditions .page-main-full-width .column.main .content-wrap h4 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 08px;
}
.cms-terms-conditions .page-main-full-width .column.main a {
  color: #637381;
}
.cms-terms-conditions .page-main-full-width .column.main a:hover {
  color: #212b36;
}
@media screen and (max-width: 767px) {
  .cms-terms-conditions .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper {
    margin-top: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-terms-conditions .page-main-full-width .column.main {
    margin-bottom: 56px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap h5 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 08px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap .content-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
    color: #637381;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
    padding-left: 00px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-terms-conditions .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-terms-conditions .page-main-full-width .column.main {
    margin-bottom: 56px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap h5 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 08px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap .content-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
    color: #637381;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
    padding-left: 00px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-terms-conditions .page-main-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper {
    margin-top: 48px;
    text-align: center;
    margin-bottom: 24px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-terms-conditions .page-main-full-width .column.main {
    margin-bottom: 56px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap h5 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 08px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap .content-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
    color: #637381;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    margin-bottom: 24px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul {
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    list-style: disc;
    padding-left: 00px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-terms-conditions .page-main-full-width {
    padding-left: 72px;
    padding-right: 72px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
  .cms-terms-conditions .page-main-full-width .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-terms-conditions .page-main-full-width .column.main {
    margin-bottom: 56px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap h5 {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 08px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap .content-details {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
    color: #637381;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    margin-bottom: 24px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul {
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .cms-terms-conditions .page-main-full-width .column.main .content-wrap ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
    list-style: disc;
    padding-left: 00px;
  }
}
body {
  font-family: "David AA";
}
* {
  outline: none !important;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.nav-sections {
  margin-bottom: 0;
}
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  color: #212b36;
  cursor: pointer;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.caps-on {
  text-transform: uppercase;
}
.columns .column.main {
  padding-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"] {
  height: 48px;
  max-width: 432px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
input[type="text"]:not([disabled]):focus,
input[type="email"]:not([disabled]):focus,
input[type="tel"]:not([disabled]):focus,
input[type="password"]:not([disabled]):focus,
input[type="search"]:not([disabled]):focus,
input[type="number"]:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
input.mage-error {
  border-color: #f94c43 !important;
}
textarea {
  height: 48px;
  max-width: 432px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
textarea:not([disabled]):focus {
  box-shadow: none;
}
textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
textarea::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
textarea.mage-error {
  border-color: #f94c43 !important;
}
select {
  height: 48px;
  max-width: 352px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
select:not([disabled]):focus {
  box-shadow: none;
}
select:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
select::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.control textarea.mage-error {
  border-color: #f94c43 !important;
}
form .fieldset .field {
  margin-bottom: 16px;
}
form .fieldset .field .label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
input[type="checkbox"] {
  top: 0;
  background: url(../images/default-checkbox.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  height: 24px;
  content: "";
  width: 24px;
  -webkit-appearance: initial;
  display: inline-block;
  margin: 0 8px 0 0;
}
input[type="checkbox"]:hover {
  background: url(../images/default-checkbox-hovered.svg);
}
input[type="checkbox"]:checked {
  background: url(../images/default-checkbox-checked.svg);
}
input[type="checkbox"]:checked:hover {
  background: url(../images/default-checkbox-checked.svg);
}
input[type="checkbox"]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
input[type="radio"] {
  top: 0;
  background: url(../images/default-radio.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  height: 24px;
  content: "";
  width: 24px;
  -webkit-appearance: initial;
  display: inline-block;
  margin: 0 8px 0 0;
}
input[type="radio"]:hover {
  background: url(../images/default-radiohovered.svg);
}
input[type="radio"]:checked {
  background: url(../images/default-radiochecked.svg);
}
input[type="radio"]:checked:hover {
  background: url(../images/default-radiochecked.svg);
}
input[type="radio"]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
form .fieldset:after {
  display: none !important;
}
form .fieldset .field.required .label:after {
  margin: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.product-items .product-item a.product-item-photo {
  display: block;
}
.product-items .product-item .price-box .price-label {
  display: none;
}
.product-items .product-item .price-box span.price {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.product-items .product-item .price-box .special-price span.price {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.product-items .product-item .price-box .old-price {
  margin-left: 8px;
  text-decoration: line-through;
}
.product-items .product-item .price-box .old-price span.price {
  font-family: "David AA";
  color: #a2aa9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-with-filter .columns .column.main {
  width: 100%;
}
.page-with-filter .columns .column.main .toolbar .toolbar-amount {
  display: none;
}
.loading-mask .loader img {
  max-width: 80px;
}
.breadcrumbs {
  padding: 0;
}
.breadcrumbs .items .item strong,
.breadcrumbs .items .item a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.breadcrumbs .items .item:last-child a,
.breadcrumbs .items .item:last-child strong {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: '/';
  margin: 0 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.marketplace-product-add .form.contact fieldset.social-media-promote .magnetoRaw .field.isSide .label {
  font-family: david aa;
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .15px;
}
.account.marketplace-product-add .form.contact fieldset.social-media-promote .magnetoRaw input.checkbox {
  float: left;
}
.catalog-product-view {
  background-color: #f5f6f5;
}
.catalog-product-view .page-main-details {
  width: 100%;
}
.catalog-product-view .product.data.items {
  border: 0;
  margin-bottom: 0;
}
.catalog-product-view .page-main {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .catalog-product-view .page-main {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .catalog-product-view .page-main {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .catalog-product-view .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .catalog-product-view .page-main {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-product-view .page-main .recommend-component {
  display: none;
}
.catalog-product-view .breadcrumbs {
  margin: 24px 0 24px 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .breadcrumbs {
    margin: 24px auto 24px auto;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    display: none;
  }
}
@media (max-width: 1919px) {
  .catalog-product-view .breadcrumbs {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .catalog-product-view .breadcrumbs {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .catalog-product-view .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .catalog-product-view .breadcrumbs {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.catalog-product-view #gallery-prev-area,
.catalog-product-view #contentarea {
  display: none;
}
.catalog-product-view .column.main {
  min-height: auto;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .column.main {
    display: inline-block;
  }
}
.catalog-product-view .column.main .product-info-main {
  width: 40%;
  max-width: 552px;
  padding-left: 24px;
}
.catalog-product-view .column.main .product-info-main .product-label-data {
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.catalog-product-view .column.main .product-info-main .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .product-label {
    display: none;
  }
  .catalog-product-view .column.main .product-info-main .product-label:first-child {
    display: block;
  }
}
.catalog-product-view .column.main .product-info-main .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .product-info-main .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.catalog-product-view .column.main .product-info-main .product-label:not(:first-child) {
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .product-info-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main {
    padding-left: 12px;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product h1 {
  flex-basis: 100%;
  margin-bottom: 10px;
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .sku-custom {
  flex-basis: 70%;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .sku-custom {
    flex-basis: 55%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .sku-custom {
    flex-basis: 50%;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec {
  flex-basis: 30%;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec {
    flex-basis: 40%;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .mobile-share {
    text-align: end;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .mobile-share .share-link {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: transparent;
    border-bottom: 1px solid #212b36;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .mobile-share .share-link:hover {
    border-color: transparent;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec {
    flex-basis: 50%;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove .socialproduct {
  position: relative;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove .socialproduct .product-sharing {
  float: right;
  width: auto;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border: 0;
  border-bottom: 1px solid #212b36;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove .socialproduct .product-sharing:hover {
  cursor: pointer;
  border-color: transparent;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove .socialproduct ul {
  display: none;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  width: 32px;
  background-color: #fff;
  padding: 8px 4px;
  z-index: 15;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul a {
  height: 24px;
  width: 24px;
  display: inline-block;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li.share-facebook {
  content: "";
  background: url(../images/FB.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li.share-twitter {
  content: "";
  background: url(../images/TW.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li.share-pinterest {
  content: "";
  background: url(../images/Pin.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li.share-whatsapp {
  content: "";
  background: url(../images/WP.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li.share-mail {
  content: "";
  background: url(../images/Mail.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec .desktop-share .rollerhove:hover .socialproduct ul li:not(:last-child) {
  margin-bottom: 8px;
}
.catalog-product-view .column.main .product-info-main .no-longer-vailable {
  font-weight: 700;
  color: #f94c43;
  margin-top: 8px;
  display: block;
}
.catalog-product-view .column.main .product-info-main .product-info-price {
  border-bottom: 0;
  margin: 16px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .column.main .product-info-main .product-info-price p.affirm-as-low-as {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
}
.catalog-product-view .column.main .product-info-main .product-info-price p.affirm-as-low-as span {
  padding-left: 2px;
  font-weight: bold !important;
}
.catalog-product-view .column.main .product-info-main .product-info-price p.affirm-as-low-as a,
.catalog-product-view .column.main .product-info-main .product-info-price p.affirm-as-low-as p,
.catalog-product-view .column.main .product-info-main .product-info-price p.affirm-as-low-as span {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .product-info-main .product-info-price {
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .product-info-price {
    margin: 12px 0 16px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box {
    flex-basis: 35%;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price .affirm-logo {
    flex-basis: 55%;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box {
    flex-basis: 30%;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price .affirm-logo {
    flex-basis: 50%;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
  display: none;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box {
    padding-left: 0;
    margin: 0 0 8px 0;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price-wrapper span.price {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .price-wrapper span.price {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .estimate-wrapper {
  display: flex;
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: bold;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .estimate-wrapper .estimate-value-price {
  display: block;
  margin-left: 2px;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price {
  text-decoration: line-through;
  margin-left: 16px;
}
@media screen and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price {
    margin-left: 8px;
    font-family: "David AA";
    color: #a2aa9a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper span.price {
  font-family: "David AA";
  color: #a2aa9a;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper span.price {
    font-family: "David AA";
    color: #a2aa9a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .special-price .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-info-price .price-box .special-price .price-wrapper span.price {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-info-price .price-box .special-price .price-wrapper span.price {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form select {
  height: 48px;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalog-product-view .column.main .product-info-main .product-add-form select:not([disabled]):focus {
  box-shadow: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form select:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form select::placeholder {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text {
  width: -webkit-calc(calc(100% - 32px));
  width: -moz-calc(calc(100% - 32px));
  width: calc(calc(100% - 32px));
  position: relative;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text .tooltip-content {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  display: none;
  text-transform: initial;
  text-transform: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text .icon {
  content: ' ';
  background: url("../images/info.svg") no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text .icon:hover {
  cursor: pointer;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text .icon:hover + .tooltip-content {
  position: absolute;
  top: 20px;
  left: 40px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 8px;
  z-index: 9;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text label:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .inner-field .label-text {
    width: -webkit-calc(calc(100% - 36px));
    width: -moz-calc(calc(100% - 36px));
    width: calc(calc(100% - 36px));
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.ring-sizzing .label-text .icon {
  display: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.ring-sizzing .field {
  flex-basis: 100%;
  margin: 8px 0 8px 32px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.s-ring-size .field,
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.text-engraving .field {
  flex-basis: 100%;
  margin: 8px 0 8px 32px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.s-ring-size .field input,
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.text-engraving .field input,
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.s-ring-size .field select,
.catalog-product-view .column.main .product-info-main .product-add-form .inner-field.text-engraving .field select {
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart {
  display: inline-block;
  width: 100%;
  margin: 16px 0 16px;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  display: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .magnetoaddCart {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  text-align: center;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .magnetoaddCart:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .magnetoaddCart[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1919px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section {
    flex-direction: column;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist {
    flex-basis: 100%;
    margin-bottom: 16px;
    width: 100%;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist {
  flex-basis: -webkit-calc(calc(100% / 2) - 12px);
  flex-basis: -moz-calc(calc(100% / 2) - 12px);
  flex-basis: calc(calc(100% / 2) - 12px);
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  display: block !important;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button {
  flex-basis: -webkit-calc(calc(100% / 2) - 12px);
  flex-basis: -moz-calc(calc(100% / 2) - 12px);
  flex-basis: calc(calc(100% / 2) - 12px);
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist,
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button {
    flex-basis: -webkit-calc(calc(100% / 2) - 8px);
    flex-basis: -moz-calc(calc(100% / 2) - 8px);
    flex-basis: calc(calc(100% / 2) - 8px);
    padding: 4px;
  }
}
.catalog-product-view .column.main .product-info-main .product-add-form .double-col {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.catalog-product-view .column.main .product-info-main .product-add-form .double-col input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.s-ring-size,
.catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-sizzing {
  flex-basis: 52%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.rush-shipping,
.catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-polish {
  flex-basis: 48%;
}
.catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.text-engraving {
  flex-basis: 100%;
}
@media screen and (max-width: 1324px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.s-ring-size,
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.rush-shipping,
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-sizzing,
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-polish,
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.text-engraving {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1325px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.s-ring-size {
    order: 1;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.rush-shipping {
    order: 2;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-sizzing {
    order: 3;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.ring-polish {
    order: 4;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .double-col .inner-field.text-engraving {
    order: 5;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .product.attribute.sku,
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product .socialshare-sec {
    flex-basis: 50%;
  }
}
.catalog-product-view .column.main .product-info-main .product-social-links {
  display: none;
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview {
  margin: 24px 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .product.attribute.overview {
    margin: 24px 0 16px 0;
  }
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview h1 {
  margin-bottom: 8px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview h1 strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview .value p {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  word-break: break-word;
  display: block;
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview .value p:not(:last-child) {
  margin-bottom: 12px;
}
.catalog-product-view .column.main .product-info-main .product.attribute.overview .value a.read-less {
  font-size: 12px;
}
.catalog-product-view .column.main .product.media {
  width: 60%;
  max-width: 864px;
  padding-right: 24px;
}
.catalog-product-view .column.main .product.media .MagicToolboxMainContainer figure a[target=_blank] {
  opacity: 0;
}
.catalog-product-view .column.main .product.media .MagicToolboxMainContainer figure div a[target=_blank] {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product.media {
    padding-right: 12px;
  }
}
.catalog-product-view .column.main .product.media #gallery-prev-area,
.catalog-product-view .column.main .product.media #gallery-next-area {
  display: none;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll {
    margin-bottom: 40px;
  }
}
.catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll a {
  font-size: 0;
}
.catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll .mt-thumb-switcher.active-selector img {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll {
    height: 16px !important;
    margin-top: 16px;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll .mcs-button-arrow {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {
    text-indent: 4px;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .mcs-wrapper .mcs-items-container {
    text-align: left;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    padding-left: 0;
  }
}
.catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container {
  margin-top: -6px;
}
.catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item a[data-zoom-id] img,
.catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item .mz-thumb img {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item {
    height: 8px !important;
    width: 8px !important;
    top: 4px;
    border-radius: 50%;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item:after {
    display: none;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item:not(:last-child) {
    margin-right: 12px;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item a img {
    display: none !important;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item .mz-thumb {
    height: 100%;
    width: 100%;
    background-color: #dae6d5;
    border-radius: 50%;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item .mz-thumb.active-selector {
    background-color: #373432;
  }
}
.catalog-product-view .column.main .tabs-wrapper {
  padding-bottom: 80px;
  margin-top: 96px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-product-view .column.main .tabs-wrapper {
    padding-bottom: 36px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .column.main .tabs-wrapper {
    /* Tab content section */
    /* When active state */
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab {
    display: none;
    width: 100%;
    clear: both;
  }
  .catalog-product-view .column.main .tabs-wrapper .tab.active {
    display: block !important;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #637381;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li:hover {
    border-bottom: 2px solid #a2aa9a;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li:hover a {
    color: #212b36;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li:not(:last-child) {
    margin-right: 40px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li.active {
    display: inline-block !important;
    border-bottom: 2px solid #a2aa9a;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li.active a {
    color: #212b36;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list #tab4 h6 {
    display: none;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab {
    margin-top: 56px;
    text-align: left;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab h6 {
    display: none;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab table {
    width: auto;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab table .label {
    padding: 0 16px 8px 0;
    min-width: 160px;
    margin-right: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab table .value {
    padding: 0 0 8px 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab .data-list:not(:last-child) {
    margin-bottom: 8px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab .data-list .label {
    min-width: 160px;
    margin-right: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab .data-list .value {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-product-view .column.main .tabs-wrapper .tabs-list li:not(:last-child) {
    margin-right: 24px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs-list .tab {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .tabs-wrapper {
    padding: 0 20px;
    margin-top: 0;
    /* When active state */
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs {
    margin-top: 0;
    border-top: 1px solid #cccccc;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 24px 0;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li.active {
    border-bottom: 0;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li.active + .tab {
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li {
    margin-bottom: 0px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li a {
    font-family: "David AA";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212b36;
    width: 100%;
    position: relative;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li a::after {
    content: ' ';
    background-image: url(../images/chevron-down.svg);
    height: 16px;
    width: 16px;
    top: 0;
    right: 8px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tabs-list li.active a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab table {
    width: auto;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab table .label {
    padding: 0 12px 8px 0;
    min-width: 120px;
    margin-right: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab table .value {
    padding: 0 0 8px 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab .data-list {
    margin-bottom: 12px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab .data-list:not(:last-child) {
    margin-bottom: 8px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab .data-list .label {
    min-width: 120px;
    margin-right: 16px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab .data-list .value {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #637381;
  }
  .catalog-product-view .column.main .tabs-wrapper .tabs .tab {
    display: none;
    width: 100%;
    clear: both;
  }
  .catalog-product-view .column.main .tabs-wrapper .tab.active {
    display: block !important;
  }
}
.catalog-product-view .column.main .block.related {
  margin-top: 0;
}
.catalog-product-view .column.main .block.upsell {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .block.upsell {
    margin-bottom: 32px !important;
  }
}
.catalog-product-view .column.main .block.related,
.catalog-product-view .column.main .block.upsell {
  padding: 68px 0 4px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .block.related,
  .catalog-product-view .column.main .block.upsell {
    padding: 32px 12px 36px 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .column.main .block.related,
  .catalog-product-view .column.main .block.upsell {
    padding: 40px 0 24px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .catalog-product-view .column.main .block.related,
  .catalog-product-view .column.main .block.upsell {
    padding: 48px 0 36px 0;
  }
}
.catalog-product-view .column.main .block.related .block-title,
.catalog-product-view .column.main .block.upsell .block-title {
  text-align: center;
  margin-bottom: 40px;
}
.catalog-product-view .column.main .block.related .block-title strong,
.catalog-product-view .column.main .block.upsell .block-title strong {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .block.related .block-title,
  .catalog-product-view .column.main .block.upsell .block-title {
    margin-bottom: 24px;
  }
  .catalog-product-view .column.main .block.related .block-title strong,
  .catalog-product-view .column.main .block.upsell .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.catalog-product-view .column.main .block.related .block-content .products-related,
.catalog-product-view .column.main .block.upsell .block-content .products-related,
.catalog-product-view .column.main .block.related .block-content .products-upsell,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell {
  margin: 0;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -22px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items {
    margin: 0 -16px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items {
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  margin-bottom: 40px;
  padding: 0 22px;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-image-photo,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-image-photo,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-image-photo,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-image-photo,
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-image-container,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-image-container,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-image-container,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-image-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 1223px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover {
    display: none !important;
  }
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .back-action-layer,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .back-action-layer,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .back-action-layer,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .back-action-layer {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
    margin-left: 0;
    margin-bottom: 32px;
  }
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item:not(:last-child),
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item:not(:last-child),
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item:not(:last-child),
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item:not(:last-child) {
    margin-right: 0;
  }
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label-data,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label-data,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label-data,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label-data {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label {
    display: none;
  }
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label:first-child,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label:first-child,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label:first-child,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label:first-child {
    display: block;
  }
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label .tag-images,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label .tag-images,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label .tag-images,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label .tag-images img,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label .tag-images img,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label .tag-images img,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label:not(:first-child),
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-label:not(:first-child),
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label:not(:first-child),
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-label:not(:first-child) {
  margin-left: 12px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 4px 0 11px 0;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-left: 0;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-details,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-details,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-details,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-details {
  position: relative;
  z-index: 0;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-details:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-details:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-details:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-details:hover {
  z-index: 1;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-details:hover .back-action-layer,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-details:hover .back-action-layer,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-details:hover .back-action-layer,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-details:hover .back-action-layer {
  display: flex;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-details:hover .product-item-inner,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-details:hover .product-item-inner,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-details:hover .product-item-inner,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-details:hover .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: initial;
  height: auto;
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-details:hover .product-item-inner:before,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-details:hover .product-item-inner:before,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-details:hover .product-item-inner:before,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-details:hover .product-item-inner:before {
  display: none;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .back-action-layer,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .back-action-layer,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .back-action-layer,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .back-action-layer {
  position: absolute;
  z-index: -1;
  background: #FFF;
  top: -8px;
  left: -8px;
  padding: 8px;
  box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07000000000000001);
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: -webkit-calc(100% + 72px);
  height: -moz-calc(100% + 72px);
  height: calc(100% + 72px);
  display: none;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: transparent;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  max-width: 216px;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
  margin: 0 auto;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled],
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled],
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled],
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .mquickview-hover .mquickview-link .m-quickview-icon {
  display: none;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label-data,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label-data,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label-data,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label-data {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label {
    display: none;
  }
  .catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label:first-child,
  .catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label:first-child,
  .catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label:first-child,
  .catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label:first-child {
    display: block;
  }
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images img,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images img,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images img,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label:not(:first-child),
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-photo .product-label:not(:first-child),
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label:not(:first-child),
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-photo .product-label:not(:first-child) {
  margin-left: 12px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 4px 0 11px 0;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form {
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary[disabled],
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary[disabled],
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary[disabled],
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist {
  height: 48px;
  width: 48px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist span,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist span,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist span,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist span {
  display: none;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist::before,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist::before,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist::before,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist::before {
  content: ' ';
  background: url(../images/Wishlist-Default.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist:hover::before,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist:hover::before,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist:hover::before,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist:hover::before {
  background: url(../images/Wishlist-Hovered.svg);
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist::before,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist::before,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist::before,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist:hover::before,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist:hover::before,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist:hover::before,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist.already-in-wishlist:hover::before {
  background: url(../images/Wishlist-Favorite.svg);
}
.catalog-product-view .column.main .block.related .block-content .products-related .product-items .product-item .product-item-info:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-related .product-items .product-item .product-item-info:hover,
.catalog-product-view .column.main .block.related .block-content .products-upsell .product-items .product-item .product-item-info:hover,
.catalog-product-view .column.main .block.upsell .block-content .products-upsell .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
}
/*------------popup-form design start---------*/
.catalog-product-view.magnetobodypopup {
  position: relative;
  background-color: rgba(51, 51, 51, 0.55);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup {
  max-width: 700px;
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  z-index: 9999;
  display: block;
  left: 50%;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 50%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup {
    padding: 16px;
    max-width: 90%;
  }
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popuptitle {
  position: relative;
  padding-top: 16px;
  margin-bottom: 16px;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popuptitle p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popuptitle .mageclose {
  background-image: url(../images/close.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 0;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
}
@media (max-width: 991px) {
  .catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody {
    margin: 0;
    display: block;
  }
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field {
  margin-bottom: 12px;
  width: calc(100% / 2);
  flex-basis: 50%;
  align-items: self-start;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
    align-items: center;
  }
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field .label-text {
  margin-top: 2px;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field:last-child {
  margin-bottom: 0;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field .field {
  max-width: 352px;
  width: 100%;
  margin: 8px 0 0 0;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .magnetobody .inner-field .field input {
  width: 100%;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter {
  margin-top: 16px;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magskip {
  position: relative;
  color: #212b36;
  padding-bottom: 1px;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magskip:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #212b36;
  visibility: visible;
  transition: all 200ms ease-in;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magskip:hover:before {
  visibility: hidden;
  width: 100%;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magcontinue {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-left: 16px;
  text-align: center;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magcontinue:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .magnetopopup .popupfooter .magcontinue[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.catalog-product-view.magnetobodypopup .page-wrapper .page-main .columns .column.main .product-info-main .product-add-form form .custom-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.55);
  z-index: 999;
}
/*------------popup-form design end---------*/
/*Message Seller Popup Starts*/
@media screen and (max-width: 767px) {
  .catalog-product-view .modal-popup.msg-modal {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .catalog-product-view .modal-popup.msg-modal {
    left: 0;
    right: 0;
  }
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap {
  width: 100%;
  max-width: 1008px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap {
    max-width: 100%;
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap {
    max-width: 85%;
    min-height: auto !important;
    background-color: #ffffff !important;
    margin: 5rem auto;
  }
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-header {
  border-bottom: 0;
  padding: 0 0 48px 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-header {
    padding: 0 0 46px 0;
  }
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  top: 24px;
  right: 48px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-header .action-close:before {
  content: "";
  background: url(../images/close.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-header .action-close {
    top: 16px;
    right: 16px;
  }
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content {
  border-bottom: 0;
  box-shadow: none;
  padding: 0 48px 48px 48px;
  border-top: 0;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .legend {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .legend h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .legend p {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field {
  margin-bottom: 24px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field .control input,
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field .control textarea {
  max-width: 100%;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field .control input.disabled-input,
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field .control textarea.disabled-input {
  border-color: #f94c43;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field .control textarea {
  height: 96px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field p#alert_message {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #f94c43;
  margin-top: 4px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .actions-toolbar .primary .action.submit.primary {
  margin-right: 0;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .actions-toolbar .primary .action.submit.primary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .actions-toolbar .primary .action.submit.primary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content {
    padding: 0 20px 20px 20px;
  }
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .legend h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .legend p {
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .field:last-child {
    margin-bottom: 16px;
  }
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .actions-toolbar .primary {
    width: 100%;
  }
  .catalog-product-view .modal-popup.msg-modal .modal-inner-wrap .modal-content .actions-toolbar .primary .action.submit.primary {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .column.main .tabs-wrapper .tabs .tabs-list .tab h6 {
    display: none;
  }
}
/*Message Seller Popup Ends*/
/*Detail Page New Accordion Design Starts*/
.catalog-product-view .product.attribute.overview .value a {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  border-bottom: 1px solid #212b36;
}
.catalog-product-view .product.attribute.overview .value a:hover {
  border-color: transparent;
}
.catalog-product-view .placemagaccodian {
  border: 0;
  border-top: 1px solid #212b36;
  margin-top: 16px;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  background-color: transparent;
  padding: 16px 12px 16px 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion:hover,
.catalog-product-view .placemagaccodian .magaccordian button.accordion:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion:focus {
  border: 0;
  border-bottom: 1px solid #cccccc;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion:after {
  content: ' ';
  background-image: url(../images/chevron-down.svg);
  height: 16px;
  width: 16px;
  top: 21px;
  right: 8px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion.active {
  border-bottom: 0;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-product-view .placemagaccodian .magaccordian .accordion-item:last-child button.accordion {
  border-bottom: 0;
}
.catalog-product-view .placemagaccodian .magaccordian button.accordion.active + .panel {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin: 4px 0 0 0;
}
.catalog-product-view .placemagaccodian .magaccordian .panel {
  padding: 0;
  margin: 4px 0 12px 0;
}
.catalog-product-view .placemagaccodian .magaccordian .panel table {
  background-color: #ffffff;
}
/*Detail Page New Accordion Design Ends*/
/*video section desing changes*/
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container {
    margin-top: 0px;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item.video-selector-parent {
    height: 50px !important;
    width: 50px !important;
    object-fit: contain;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item.video-selector-parent a.video-selector {
    width: 50px;
    height: auto;
    background: unset;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item.video-selector-parent a.video-selector img {
    display: block !important;
    height: 45px;
    width: 45px;
    text-align: center;
    margin: auto;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item.video-selector-parent a.video-selector::before {
    z-index: 100;
    width: 20px !important;
    height: 20px !important;
  }
  .catalog-product-view .column.main .product.media .MagicToolboxContainer.selectorsLeft .mcs-wrapper .mcs-items-container .mcs-item.video-selector-parent a.video-selector::after {
    border-top: 8px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.7);
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 1920px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .action.towishlist {
    flex-basis: calc(50% - 78px) !important;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .button-section .custom-button {
    flex-basis: calc(50% + 62px) !important;
  }
}
.page-footer {
  background: #a2aa9a;
  padding-bottom: 27px;
}
.page-footer .footer-section .custom-container .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0 68px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-section .custom-container .footer-top {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-section .custom-container .footer-top {
    padding: 64px 0 48px 0;
  }
}
.page-footer .footer-section .custom-container .footer-top .footer-part {
  width: -webkit-calc((calc(100% / 4) - 66px));
  width: -moz-calc((calc(100% / 4) - 66px));
  width: calc((calc(100% / 4) - 66px));
}
@media screen and (max-width: 767px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part {
    width: -webkit-calc((calc(100% / 2) - 8px));
    width: -moz-calc((calc(100% / 2) - 8px));
    width: calc((calc(100% / 2) - 8px));
  }
  .page-footer .footer-section .custom-container .footer-top .footer-part:first-child,
  .page-footer .footer-section .custom-container .footer-top .footer-part:last-child {
    width: 100%;
    flex-basis: 100%;
  }
  .page-footer .footer-section .custom-container .footer-top .footer-part:first-child {
    margin-bottom: 40px;
  }
  .page-footer .footer-section .custom-container .footer-top .footer-part:last-child {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part {
    width: -webkit-calc((calc(100% / 4) - 20px));
    width: -moz-calc((calc(100% / 4) - 20px));
    width: calc((calc(100% / 4) - 20px));
  }
}
.page-footer .footer-section .custom-container .footer-top .footer-part h3 {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
.page-footer .footer-section .custom-container .footer-top .footer-part .logo-txt {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-footer .footer-section .custom-container .footer-top .footer-part .logo-txt:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part .logo-txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-logo img {
  max-width: 144px;
  margin-bottom: 25px;
}
.page-footer .footer-section .custom-container .footer-top .footer-part ul li {
  margin-bottom: 0;
}
.page-footer .footer-section .custom-container .footer-top .footer-part ul li:not(:last-child) {
  margin-bottom: 12px;
}
.page-footer .footer-section .custom-container .footer-top .footer-part ul li a,
.page-footer .footer-section .custom-container .footer-top .footer-part ul li p {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 12px;
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links {
    margin-top: 42px;
  }
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links li {
  margin-bottom: 0;
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links li:not(:last-child) {
  margin-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links li:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links li:not(:last-child) {
    margin-right: 20px;
  }
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .social-links li a {
  margin-bottom: 0;
}
.page-footer .footer-section .custom-container .footer-top .footer-part.footer-contact .address-par {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support {
    flex-direction: column;
  }
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support {
    order: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support a {
    margin-right: 0 !important;
  }
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
    margin-bottom: 12px;
  }
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .made-by {
    order: 3;
    margin: 12px auto 0 auto;
  }
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .copy-text {
    order: 2;
    padding-right: 0;
    margin: 28px auto 0 auto;
  }
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support p {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 58px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support p {
    padding-right: 36px;
  }
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
  margin-right: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .copyright-and-support .support a:not(:last-child) {
    margin-right: 20px;
  }
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .made-by {
  margin-left: auto;
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .made-by p,
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .made-by a {
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 0;
}
.page-footer .footer-section .custom-container .copyright-wrap .copyright-innr .made-by a:hover {
  color: #212b36;
}
/*Account Page Design By MA1135 Starts*/
.account.wishlist-index-index .wishlist-toolbar,
.account.wishlist-index-index .actions-toolbar {
  display: none;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item {
  margin-left: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
  display: flex;
  margin: 8px 0 0 0;
  border: unset;
  background: #ffffff;
  top: 0;
  position: initial;
  height: auto;
  overflow: auto;
  width: 100%;
  padding: 0;
  box-shadow: none;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0px;
  width: 100%;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
  display: block;
  margin-top: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary {
  width: 100%;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .delete {
  margin-top: 0;
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .comment-box {
  display: none;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .field.qty {
  display: none;
}
@media screen and (max-width: 359px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
    flex-direction: column;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -8px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item {
    padding: 0 8px;
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    margin-bottom: 36px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name,
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box {
    margin-left: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
    justify-content: space-between;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    margin-right: 0;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    width: 100%;
    padding: 8px;
    min-width: auto;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -10px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item {
    padding: 0 10px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name,
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box {
    margin-left: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner {
    justify-content: space-between;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    margin-right: 0;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    width: 100%;
    padding: 8px;
    min-width: auto;
    font-size: 12px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin-top: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions .action.delete::before {
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -16px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item {
    padding: 0 16px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin-top: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    padding: 8px;
    min-width: auto;
  }
}
/*Account Page Design By MA1135 Ends*/
.page-wrapper .header.top.links {
  padding: 10px 0;
  background-color: #ffffff;
}
.page-wrapper .header.top.links .custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-wrapper .header.top.links .custom-container .tag-desc,
.page-wrapper .header.top.links .custom-container .need-help {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.page-wrapper .header.top.links .custom-container .tag-desc a,
.page-wrapper .header.top.links .custom-container .need-help a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .header.top.links .custom-container .tag-desc a,
  .page-wrapper .header.top.links .custom-container .need-help a {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .header.top.links .custom-container .tag-desc,
  .page-wrapper .header.top.links .custom-container .need-help {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .header.top.links .custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-wrapper .header.top.links .custom-container .tag-desc {
    display: none;
  }
}
.page-wrapper .page-header {
  background-color: #f2f9f2;
}
.page-wrapper .page-header .header.content {
  position: relative;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1919px) {
  .page-wrapper .page-header .header.content {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .page-wrapper .page-header .header.content {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header .header.content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .page-wrapper .page-header .header.content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .page-wrapper .page-header .header.content {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.page-wrapper .page-header .header.content .header-left {
  max-width: 352px;
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-wrapper .page-header .header.content .header-left {
    max-width: 300px;
  }
}
.page-wrapper .page-header .header.content .header-left #algoliaAutocomplete input {
  padding-right: 40px;
}
.page-wrapper .page-header .header.content .header-left #algoliaAutocomplete .aa-SubmitButton {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 12px;
}
.page-wrapper .page-header .header.content .header-left #algoliaAutocomplete .aa-LoadingIndicator {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #f5f6f5a8;
}
.page-wrapper .page-header .header.content .header-left .block-search {
  float: left;
  width: 100%;
  padding: 0;
}
.page-wrapper .page-header .header.content .header-left .block-search .block-content .control input {
  padding-right: 40px;
}
.page-wrapper .page-header .header.content .header-left .block-search .block-content .control input:focus {
  box-shadow: none;
}
.page-wrapper .page-header .header.content .header-left .block-search .block-content .actions {
  position: relative;
}
.page-wrapper .page-header .header.content .header-left .block-search .block-content .actions button {
  opacity: 1;
}
.page-wrapper .page-header .header.content .header-left .block-search .block-content .actions button:before {
  content: "";
  background: url(../images/search.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  right: 0;
}
.page-wrapper .page-header .header.content .header-rightside {
  float: right;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul li .wishlist {
  content: "";
  height: 32px;
  width: 32px;
  background: url(../images/Heart.svg);
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul li .user {
  content: "";
  height: 32px;
  width: 32px;
  background: url(../images/user.svg);
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul li .messages {
  position: relative;
  content: "";
  height: 32px;
  width: 32px;
  background: url(../images/message.svg);
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.page-wrapper .page-header .header.content .header-rightside .header-links ul li .messages .msgCounts {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  position: absolute;
  right: -4px;
  top: -4px;
  border-radius: 50%;
  background-color: #373432;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.page-wrapper .page-header .header.content .header-rightside .minicart-wrapper {
  margin: 0;
  max-height: 32px;
}
.page-wrapper .page-header .header.content .header-rightside .minicart-wrapper .action.showcart {
  background-image: url(../images/bag.svg);
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  display: inline-block;
}
.page-wrapper .page-header .header.content .header-rightside .minicart-wrapper .action.showcart::before {
  display: none;
}
.page-wrapper .page-header .header.content .header-rightside .minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: 0;
  min-width: unset;
  padding: 0;
  position: absolute;
  top: -8px;
  right: -2px;
  border: 0;
  background-color: #373432;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper .page-header .header.content .ammenu-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .page-wrapper .page-header .header.content {
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .page-wrapper .page-header .header.content .ammenu-button.-hamburger {
    margin: 0;
    border: 0;
    content: "";
    background: url(../images/menu.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .page-wrapper .page-header .header.content .header-links.show-1024 {
    display: block;
  }
  .page-wrapper .page-header .header.content .header-links.show-1024 .user-icn,
  .page-wrapper .page-header .header.content .header-links.show-1024 .wl-icn {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-links.show-1024 .msg-icn {
    margin-right: 9px;
  }
  .page-wrapper .page-header .header.content .header-links.show-1024 .msg-icn .messages {
    height: 24px;
    width: 24px;
    background-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .page-header .header.content .header-rightside .minicart-wrapper {
    max-height: 25px;
  }
  .page-wrapper .page-header .header.content .header-rightside .minicart-wrapper .action.showcart {
    height: 24px;
    width: 24px;
    background-size: 24px;
  }
  .page-wrapper .page-header .header.content .header-left {
    max-width: initial;
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .page-wrapper .page-header .header.content .header-left #algoliaAutocomplete {
    margin-bottom: 0;
    clear: both;
  }
  .page-wrapper .page-header .header.content .header-left #algoliaAutocomplete.block-search input {
    padding-left: 44px;
    max-width: 100%;
    left: inherit;
    position: relative;
    margin: 0px;
  }
  .page-wrapper .page-header .header.content .header-left #algoliaAutocomplete .aa-SubmitButton {
    left: 0;
    text-align: left;
    padding: 0 0 0 12px;
    z-index: 2;
    width: 32px;
  }
  .page-wrapper .page-header .header.content .header-left #algoliaAutocomplete .aa-InputWrapperSuffix .aa-ClearButton {
    padding: 0;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block !important;
    height: 24px;
    max-width: 24px;
  }
  .page-wrapper .page-header .header.content .header-left #algoliaMobileAutocomplete {
    margin-right: 16px;
  }
  .page-wrapper .page-header .header.content .header-left .upper-search {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 6;
    top: 48px;
  }
  .page-wrapper .page-header .header.content .header-left .block-search .block-content .label:before {
    content: "";
    background: url(../images/search.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .page-wrapper .page-header .header.content .header-left .block-search.toggle {
    display: none;
  }
  .page-wrapper .page-header .header.content .header-left .search-icon {
    content: "";
    background: url(../images/search.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1223px) {
  .page-wrapper .page-header .header.content .header-left {
    max-width: 288px;
  }
}
.aa-Panel {
  border-top-color: #373432 !important;
  border-color: #cccccc;
  min-width: 20% !important;
  max-width: 32% !important;
  width: 100% !important;
}
.aa-Panel.hide {
  display: none;
}
.aa-Panel .aa-PanelLayout {
  width: 100%;
}
.aa-Panel .aa-PanelLayout .aa-SourceFooter #autocomplete-products-footer {
  background-color: #f2f9f2;
  width: 100%;
  left: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.aa-Panel .aa-PanelLayout .aa-SourceFooter #autocomplete-products-footer a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
}
.aa-Panel .aa-PanelLayout .aa-SourceFooter #autocomplete-products-footer a:hover {
  border-color: transparent;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .info {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .info mark {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .info .algoliasearch-autocomplete-category {
  font-family: "David AA";
  color: #637381;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .info .algoliasearch-autocomplete-price .after_special.promotion {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .info .algoliasearch-autocomplete-price .before_special {
  padding-left: 4px;
  text-decoration: line-through;
  font-family: "David AA";
  color: #a2aa9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item:hover {
  background-color: #f2f9f2;
}
@media screen and (max-width: 991px) {
  .aa-Panel {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: flex !important;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item .algoliasearch-autocomplete-hit {
    padding-left: 0;
    padding-right: 0;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item .algoliasearch-autocomplete-hit .thumb img {
    width: 56px;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item .algoliasearch-autocomplete-hit .info {
    padding-left: 8px;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-SourceFooter #autocomplete-products-footer {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .aa-Panel .aa-PanelLayout .aa-Source {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .aa-Panel {
    min-width: 45% !important;
    max-width: 45% !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: flex;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List li {
    width: 100% !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  .aa-Panel {
    min-width: 45% !important;
    max-width: 45% !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: flex;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List li {
    width: 100% !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1699px) {
  .aa-Panel {
    min-width: 40% !important;
    max-width: 40% !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: flex;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List li {
    width: 100%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1919px) {
  .aa-Panel {
    min-width: 40% !important;
    max-width: 40% !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: flex;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List {
    width: 100%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List li {
    width: 100%;
  }
}
/* minicart page starts*/
.header-rightside .minicart-wrapper .block-minicart li:hover {
  cursor: auto;
}
.header-rightside .block-minicart {
  border: 1px solid #cccccc;
  padding: 24px;
  right: -8px;
}
.header-rightside .block-minicart .minicart-widgets {
  display: none;
}
.header-rightside .block-minicart .block-content .action.close {
  right: 4px;
  top: 10px;
  opacity: 1;
}
.header-rightside .block-minicart .block-content .action.close:before {
  color: #212b36;
}
.header-rightside .block-minicart .block-content .items-total,
.header-rightside .block-minicart .block-content .subtotal {
  margin: 0;
}
.header-rightside .block-minicart .block-content .items-total span {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.header-rightside .block-minicart .block-content .subtotal {
  margin-top: 8px;
}
.header-rightside .block-minicart .block-content .subtotal .label {
  display: none;
}
.header-rightside .block-minicart .block-content .amount.price-container .price {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.header-rightside .block-minicart .block-content .actions {
  margin-top: 16px;
}
.header-rightside .block-minicart .block-content .actions .primary {
  margin: 0;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-multi-step-checkout g.i {
  display: none;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-multi-step-checkout g.b {
  fill: #373432 !important;
}
.header-rightside .block-minicart .block-content .actions .primary .action.primary.checkout {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-rightside .block-minicart .block-content .actions .primary .action.primary.checkout:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.header-rightside .block-minicart .block-content .actions .primary .action.primary.checkout[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-checkout-button {
  width: 100% !important;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-checkout-button div[role="button"] {
  border: 1px solid #373432 !important;
  padding: 13px !important;
  min-width: 160px !important;
  background-color: #373432 !important;
  font-family: "David AA" !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  height: auto !important;
  padding: 13px 0 !important;
  margin: 0 0px 12px 0px !important;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-checkout-button div[role="button"]:hover {
  transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -webkit-transition: all 200ms ease-in !important;
  -ms-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  border-color: #a2aa9a !important;
  background-color: #a2aa9a !important;
  color: #212b36 !important;
}
.header-rightside .block-minicart .block-content .actions .primary .bolt-checkout-button div[role="button"][disabled] {
  background-color: #f5f6f5 !important;
  color: #919eab !important;
}
.header-rightside .block-minicart .block-content .actions .secondary {
  margin-top: -8px;
}
.header-rightside .block-minicart .block-content .actions .secondary .action.viewcart {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
}
.header-rightside .block-minicart .block-content .actions .secondary .action.viewcart:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.header-rightside .block-minicart .block-content .actions .secondary .action.viewcart[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper {
  max-height: 450px;
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 6px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #373432;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item {
  width: 100%;
  padding-bottom: 16px;
  padding-top: 0;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item #processing-fee-item .product-item-details {
  width: 100%;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item:not(:first-child) {
  border-top: 0;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-photo {
  max-width: 88px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-photo .product-image-container {
  width: 100% !important;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details {
  width: -webkit-calc(100% - 104px);
  width: -moz-calc(100% - 104px);
  width: calc(100% - 104px);
  float: right;
  padding-left: 0;
  position: relative;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product-item-name {
  margin-bottom: 8px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product-item-name a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  margin: 0;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product-item-pricing .price-container .price-excluding-tax .minicart-price .price {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .item-qty.cart-item-qty {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 4px;
  pointer-events: none;
  cursor: not-allowed;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .update-cart-item {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #212b36;
  border-radius: 0;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .update-cart-item:hover {
  border-color: transparent;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.actions {
  margin: 0;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.actions .primary {
  display: none;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.actions .secondary {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.actions .secondary .action.delete:before {
  content: "";
  background: url(../images/Delete.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.actions .secondary:hover .action.delete:before {
  opacity: 1;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.options .toggle {
  padding: 0 0 8px 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.options .content .product.options.list {
  margin-bottom: 12px;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.options .content .product.options.list .label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .product.options .content .product.options.list .values {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 319px) {
  .header-rightside .block-minicart {
    padding: 8px;
    width: 270px;
  }
  .header-rightside .block-minicart .block-content .subtotal {
    margin-top: 16px;
  }
  .header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .update-cart-item {
    margin-left: 4px;
  }
}
@media screen and (max-width: 991px) {
  .header-rightside .block-minicart {
    padding: 16px;
    width: 300px;
  }
  .header-rightside .block-minicart .block-content .subtotal {
    margin-top: 16px;
  }
  .header-rightside .block-minicart .block-content .minicart-items-wrapper .minicart-items li.item .product .product-item-details .details-qty.qty .update-cart-item {
    margin-left: 8px;
  }
}
.modal-popup.confirm .modal-header {
  padding: 24px;
  border: 0;
}
.modal-popup.confirm .modal-header .action-close {
  padding: 12px;
}
.modal-popup.confirm .modal-header .modal-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  border-color: #cccccc;
}
.modal-popup.confirm .modal-content {
  box-shadow: none;
  border: 0;
  padding: 0 24px;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.modal-popup.confirm .modal-footer {
  padding: 24px;
  border: 0;
}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss {
  margin-right: 8px;
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  .modal-popup.confirm .modal-footer .action-secondary.action-dismiss {
    min-width: auto;
  }
  .modal-popup.confirm .modal-footer .action-primary.action-accept {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header .header.content .header-rightside .header-links ul li .messages .msgCounts {
    top: -8px;
    font-size: 10px;
    line-height: 14px;
    height: 20px;
    width: 20px;
  }
}
.page-wrapper .page-header .header.content .header-rightside .minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  top: -8px;
  font-size: 10px;
  line-height: 14px;
  height: 20px;
  width: 20px;
}
/*Logo SVG Update Code Starts*/
@media screen and (max-width: 767px) {
  .page-wrapper .page-header .header.content .ammenu-logo {
    background: url(../images/logo.svg);
    width: 107.89px;
    height: 36px;
    min-width: unset;
    min-width: auto;
  }
  .page-wrapper .page-header .header.content .ammenu-logo img {
    display: none;
  }
}
/*Logo SVG Update Code Ends*/
.cms-home #contentarea {
  display: none;
}
.cms-home .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-home .hero-banner-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.cms-home .hero-banner-wrap .ban-img {
  background-color: #f2f9f2;
}
@media screen and (max-width: 767px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  .cms-home .hero-banner-wrap .ban-img img {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 364px;
  }
}
@media screen and (min-width: 1200px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 440px;
  }
}
@media screen and (min-width: 1366px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 502px;
  }
}
@media screen and (min-width: 1440px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 530px;
  }
}
@media screen and (min-width: 1500px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 586px;
  }
}
@media screen and (min-width: 1700px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 622px;
  }
}
@media screen and (min-width: 1800px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 658px;
  }
}
@media screen and (min-width: 1900px) {
  .cms-home .hero-banner-wrap .ban-img {
    height: 696px;
  }
}
.cms-home .hero-banner-wrap .custom-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc {
  height: 100%;
  padding-left: 108px;
  padding-right: 108px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap {
  max-width: 792px;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h1 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h4 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h4 {
    text-align: center;
  }
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap p {
  margin-top: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar {
  margin-top: 24px;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn {
  text-align: center;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 216px;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar span {
  margin: 0 16px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc {
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
    margin-top: 36px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap {
    max-width: 100%;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap p {
    font-family: "David AA";
    color: #637381;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn {
    width: 100%;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 359px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap p {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #637381;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap {
    max-width: 70%;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap p {
    max-width: 70%;
    margin-top: 8px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar {
    margin-top: 8px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar span {
    margin: 0 8px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap .banner-action-bar .primary-btn {
    width: 200px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1365px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc {
    padding-left: 71px;
    padding-right: 71px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap {
    max-width: 520px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap h1 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-home .hero-banner-wrap .custom-container .ban-desc {
    padding-left: 71px;
    padding-right: 71px;
    max-width: 1366px;
  }
  .cms-home .hero-banner-wrap .custom-container .ban-desc .desc-inner-wrap {
    max-width: 600px;
  }
}
.cms-home .loup-expi-wrap {
  background-color: #f2f9f2;
  padding: 84px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .loup-expi-wrap {
    padding: 64px 0;
  }
}
.cms-home .loup-expi-wrap .tle-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-title h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point {
  max-width: 240px;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point img {
  height: 32px;
  width: 32px;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point:not(:first-child) {
  margin-left: 88px;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-title {
  margin-top: 18px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-content {
  margin-top: 16px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 767px) {
  .cms-home .loup-expi-wrap {
    padding: 32px 0 40px 0;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap {
    flex-direction: column;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-title h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content {
    flex-direction: column;
    max-width: 272px;
    margin: 24px auto 0 auto;
    width: 100%;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point:not(:first-child) {
    margin-left: 0;
    margin-top: 24px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-content {
    display: none;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-title {
    margin-left: 24px;
    margin-top: 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .loup-expi-wrap {
    padding: 48px 0;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-title h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content {
    margin-left: 12px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point:not(:first-child) {
    margin-left: 36px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-content {
    display: none;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-title h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content {
    margin-left: 36px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point:not(:first-child) {
    margin-left: 48px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-title h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content {
    margin-left: 40px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point:not(:first-child) {
    margin-left: 56px;
  }
  .cms-home .loup-expi-wrap .tle-inner-wrap .sec-content .sell-point .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.cms-home .buy-louped-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0 74px 0;
}
@media (min-width: 1920px) {
  .cms-home .buy-louped-wrap .content-part {
    padding-top: 8px;
    max-width: -webkit-calc(100% - 856px);
    max-width: -moz-calc(100% - 856px);
    max-width: calc(100% - 856px);
  }
}
.cms-home .buy-louped-wrap .content-part h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-home .buy-louped-wrap .content-part .sec-tagline {
  max-width: 696px;
  margin-top: 20px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-home .buy-louped-wrap .content-part .buy-points {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cms-home .buy-louped-wrap .content-part .buy-points .inner-p {
  flex-basis: -webkit-calc(50% - 44px);
  flex-basis: -moz-calc(50% - 44px);
  flex-basis: calc(50% - 44px);
}
@media screen and (min-width: 1024px) {
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(1),
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p:nth-child(2) {
    margin-bottom: 40px;
  }
}
.cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
  margin-top: 18px;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
  margin-top: 16px;
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc a.openpopups {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  border-bottom: 1px solid #212b36;
}
.cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc a.openpopups:hover {
  border-color: transparent;
}
.cms-home .buy-louped-wrap .content-part .buy-points img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cms-home .buy-louped-wrap {
    padding: 32px 0 36px 0;
    flex-direction: column;
  }
  .cms-home .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .cms-home .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 10px;
    margin-bottom: 24px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
    gap: 24px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    margin-top: 0;
    margin-left: 24px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    flex-basis: 100%;
    margin: 8px 0 0 0;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .buy-louped-wrap {
    flex-direction: column;
    padding: 40px 0 24px 0;
  }
  .cms-home .buy-louped-wrap .img-part,
  .cms-home .buy-louped-wrap .content-part {
    max-width: 100%;
  }
  .cms-home .buy-louped-wrap .content-part {
    margin-top: 24px;
  }
  .cms-home .buy-louped-wrap .content-part h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-home .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 16px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points {
    margin-top: 20px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 24px;
    flex-basis: -webkit-calc(calc(100% / 2) - 12px);
    flex-basis: -moz-calc(calc(100% / 2) - 12px);
    flex-basis: calc(calc(100% / 2) - 12px);
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p .sub-desc {
    margin-top: 8px;
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-home .buy-louped-wrap.sell {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .buy-louped-wrap {
    padding: 64px 0;
  }
  .cms-home .buy-louped-wrap .img-part {
    width: 55%;
  }
  .cms-home .buy-louped-wrap .content-part {
    width: 45%;
  }
  .cms-home .buy-louped-wrap .content-part .sec-tagline {
    margin-top: 12px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points {
    margin-top: 24px;
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p {
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    max-width: -webkit-calc(50% - 12px);
    max-width: -moz-calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-bottom: 12px;
  }
  .cms-home .buy-louped-wrap.sell .inner-p:nth-child(3) .sub-title,
  .cms-home .buy-louped-wrap.sell .inner-p:nth-child(4) .sub-title {
    min-height: 56px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-home .buy-louped-wrap {
    padding: 80px 0 64px 0;
  }
  .cms-home .buy-louped-wrap .img-part,
  .cms-home .buy-louped-wrap .content-part {
    width: -webkit-calc(calc(100% / 2) - 8px);
    width: -moz-calc(calc(100% / 2) - 8px);
    width: calc(calc(100% / 2) - 8px);
  }
  .cms-home .buy-louped-wrap .content-part .buy-points .inner-p {
    margin-bottom: 12px;
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }
}
.cms-home .shop-now {
  text-align: center;
}
.cms-home .shop-now a {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-home .shop-now a:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-home .shop-now a[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-home .shop-category-wrap {
  padding: 68px 0 80px 0;
}
.cms-home .shop-category-wrap h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row .ct-point a {
  display: block;
  position: relative;
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row .ct-point .cat-name {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  font-family: "David AA";
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.23), 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.13), 0px 0px 2px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1023px) {
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row .ct-point .cat-name {
    width: 100%;
    text-align: center;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    bottom: 12px;
  }
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point {
  width: -webkit-calc(calc(100% / 2) - 24px);
  width: -moz-calc(calc(100% / 2) - 24px);
  width: calc(calc(100% / 2) - 24px);
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two {
  margin-top: 48px;
}
.cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point {
  width: -webkit-calc(calc(100% / 3) - 32px);
  width: -moz-calc(calc(100% / 3) - 32px);
  width: calc(calc(100% / 3) - 32px);
}
@media screen and (max-width: 767px) {
  .cms-home .shop-category-wrap {
    padding: 32px 0 40px 0;
  }
  .cms-home .shop-category-wrap h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row {
    flex-direction: column;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point,
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point {
    width: 100%;
    margin-bottom: 16px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point:nth-child(2),
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point:nth-child(2) {
    order: 3;
    margin-bottom: 0;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .shop-category-wrap {
    padding: 40px 0;
  }
  .cms-home .shop-category-wrap h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point {
    width: -webkit-calc(calc(100% / 2) - 8px);
    width: -moz-calc(calc(100% / 2) - 8px);
    width: calc(calc(100% / 2) - 8px);
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two {
    margin-top: 16px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point {
    width: -webkit-calc(calc(100% / 3) - 12px);
    width: -moz-calc(calc(100% / 3) - 12px);
    width: calc(calc(100% / 3) - 12px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .shop-category-wrap {
    padding: 64px 0;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point {
    width: -webkit-calc(calc(100% / 2) - 12px);
    width: -moz-calc(calc(100% / 2) - 12px);
    width: calc(calc(100% / 2) - 12px);
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two {
    margin-top: 24px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point {
    width: -webkit-calc(calc(100% / 3) - 16px);
    width: -moz-calc(calc(100% / 3) - 16px);
    width: calc(calc(100% / 3) - 16px);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.one .ct-point {
    width: -webkit-calc(calc(100% / 2) - 16px);
    width: -moz-calc(calc(100% / 2) - 16px);
    width: calc(calc(100% / 2) - 16px);
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two {
    margin-top: 32px;
  }
  .cms-home .shop-category-wrap .inner-sbc-wrap .custom-row.two .ct-point {
    width: -webkit-calc(calc(100% / 3) - 20px);
    width: -moz-calc(calc(100% / 3) - 20px);
    width: calc(calc(100% / 3) - 20px);
  }
}
.cms-home .most-loved-wrap {
  padding: 64px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .cms-home .most-loved-wrap {
    padding: 32px 0 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .most-loved-wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .most-loved-wrap {
    padding: 64px 0;
  }
}
.cms-home .most-loved-wrap .products-grid.grid .slick-list li.product-item {
  opacity: 1;
}
.cms-home .most-loved-wrap .products-grid.grid li.product-item {
  opacity: 0;
}
.cms-home .most-loved-wrap .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .cms-home .most-loved-wrap .block-title {
    margin-bottom: 24px;
  }
}
.cms-home .most-loved-wrap .block-title strong {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cms-home .most-loved-wrap .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .most-loved-wrap .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cms-home .most-loved-wrap .block-content .slick-list {
  margin: 0 -12px;
}
.cms-home .most-loved-wrap .block-content .slick-slider {
  padding: 0;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-list {
  padding: 0;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-slide {
  margin-bottom: 48px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .cms-home .most-loved-wrap .block-content .slick-slider .slick-slide {
    margin-bottom: 24px;
  }
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-slide .product-item .product-item-info:hover {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-slide .product-item .product-item-info .product-item-photo {
  width: 100%;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow {
  top: auto;
  bottom: -48px;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-left.svg") !important;
  transform: rotate(0deg) translateX(-50%);
  left: calc(50% - 48px);
  height: 48px;
  width: 48px;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev:hover {
  background: url("../images/arrow-left-hover.svg") !important;
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-right.svg") !important;
  height: 48px;
  width: 48px;
  transform: rotate(0deg) translateX(-50%);
  left: calc(50% - -48px);
}
.cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next:hover {
  background: url("../images/arrow-right-hover.svg") !important;
}
@media screen and (max-width: 1023px) {
  .cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 36px);
  }
  .cms-home .most-loved-wrap .block-content .slick-slider .slick-arrow.slick-next {
    left: calc(50% - -36px);
  }
}
.cms-home .most-loved-wrap .action-bar {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-home .most-loved-wrap .action-bar {
    margin-top: 28px;
  }
}
.cms-home .most-loved-wrap .action-bar .block-category-link {
  text-align: center;
}
.cms-home .most-loved-wrap .action-bar .block-category-link a {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-home .most-loved-wrap .action-bar .block-category-link a:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-home .most-loved-wrap .action-bar .block-category-link a[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-home .testimonial-wrap {
  background-color: #f2f9f2;
  padding: 68px 0 86px 0;
}
@media screen and (max-width: 767px) {
  .cms-home .testimonial-wrap {
    padding: 31px 0 38px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .testimonial-wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .testimonial-wrap {
    padding: 64px 0;
  }
}
.cms-home .testimonial-wrap .slick-list .twidget-item {
  opacity: 1;
}
.cms-home .testimonial-wrap .twidget-item {
  opacity: 0;
}
.cms-home .testimonial-wrap .widget-title {
  display: none;
}
.cms-home .testimonial-wrap .slick-slider {
  padding: 0;
  margin-bottom: 0;
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide {
  text-align: center;
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item {
  margin: 0 auto;
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .quote-desc p {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .quote-desc p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .quote-desc p {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .user-name {
  margin-top: 22px;
  margin-bottom: 32px;
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .user-name p {
  display: inline-block;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  position: relative;
}
.cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .user-name p:before {
  position: absolute;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .cms-home .testimonial-wrap .testimonialslider .slick-slide .twidget-item .user-name {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-home .testimonial-wrap .testimonialslider .slick-dots {
    bottom: 0;
  }
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li {
  height: 12px;
  width: 12px;
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li:not(:last-child) {
  margin-right: 22px;
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li button {
  border: 0;
  padding: 0;
  background: transparent;
  height: 12px;
  width: 12px;
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li button:hover {
  border: 0;
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li button:before {
  content: ' ';
  background: url("../images/fill-testimonial.svg") center no-repeat;
  height: 12px;
  width: 12px;
  background-size: 8px;
  display: inline-block;
  opacity: 1;
}
.cms-home .testimonial-wrap .testimonialslider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: url("../images/empty-testimonial.svg") center no-repeat;
  background-size: 12px;
}
.cms-home .vip-service-wrap {
  padding: 80px 0;
}
.cms-home .vip-service-wrap .custom-row {
  background-color: #f5f6f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-home .vip-service-wrap .custom-row .vip-content {
  width: calc(100% - 864px);
  text-align: center;
}
.cms-home .vip-service-wrap .custom-row .vip-content h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 14px;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-tagline {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar {
  margin-top: 26px;
  max-width: 352px;
  margin: 26px auto 0 auto;
  flex-direction: column;
  display: flex;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar .border-btn {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar .border-btn:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar .border-btn[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar .border-btn:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cms-home .vip-service-wrap {
    padding: 40px 0;
  }
  .cms-home .vip-service-wrap .custom-row {
    flex-direction: column-reverse;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content {
    width: 100%;
    padding: 32px 16px 40px 16px;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content .vip-tagline {
    font-family: "David AA";
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .vip-service-wrap {
    padding: 40px 0;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content,
  .cms-home .vip-service-wrap .custom-row .vip-img {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .cms-home .vip-service-wrap .custom-row .vip-content {
    padding-left: 24px;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content h2 {
    margin-bottom: 8px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar {
    margin: 16px auto 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .vip-service-wrap {
    padding: 64px 0;
  }
  .cms-home .vip-service-wrap .custom-row .vip-content,
  .cms-home .vip-service-wrap .custom-row .vip-img {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar {
    margin: 16px auto 0 auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cms-home .vip-service-wrap .custom-row .vip-content,
  .cms-home .vip-service-wrap .custom-row .vip-img {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .cms-home .vip-service-wrap .custom-row .vip-content .vip-action-bar {
    margin: 16px auto 0 auto;
  }
}
.cms-home .pressroom-wrap {
  padding: 68px 0 80px 0;
}
.cms-home .pressroom-wrap h2 {
  text-align: center;
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cms-home .pressroom-wrap {
    padding: 31px 0 40px 0;
  }
  .cms-home .pressroom-wrap h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .cms-home .pressroom-wrap .pressroom-home {
    margin-top: 24px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .pressroom-wrap {
    padding: 40px 0;
  }
  .cms-home .pressroom-wrap h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .pressroom-wrap {
    padding: 64px 0;
  }
}
.cms-home .pressroom-wrap .pressroom-home {
  margin-top: 40px;
}
.cms-home .pressroom-wrap .pressroom-home .pressarticle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cms-home .pressroom-wrap .pressroom-home .pressarticle .pressroom-list-item {
  width: -webkit-calc(calc(100% / 6) - 24px);
  width: -moz-calc(calc(100% / 6) - 24px);
  width: calc(calc(100% / 6) - 24px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cms-home .pressroom-wrap .pressroom-home .pressarticle .pressroom-list-item {
    width: -webkit-calc(calc(100% / 2) - 8px);
    width: -moz-calc(calc(100% / 2) - 8px);
    width: calc(calc(100% / 2) - 8px);
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .pressroom-wrap .pressroom-home .pressarticle .pressroom-list-item {
    width: -webkit-calc(calc(100% / 4) - 20px);
    width: -moz-calc(calc(100% / 4) - 20px);
    width: calc(calc(100% / 4) - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .pressroom-wrap .pressroom-home .pressarticle .pressroom-list-item {
    width: -webkit-calc(calc(100% / 6) - 20px);
    width: -moz-calc(calc(100% / 6) - 20px);
    width: calc(calc(100% / 6) - 20px);
    margin-bottom: 16px;
  }
}
.cms-home .pressroom-wrap .pressroom-home .allpress {
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cms-home .pressroom-wrap .pressroom-home .allpress {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .pressroom-wrap .pressroom-home .allpress {
    margin-top: 16px;
  }
}
.cms-home .pressroom-wrap .pressroom-home .allpress a {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-home .pressroom-wrap .pressroom-home .allpress a:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-home .pressroom-wrap .pressroom-home .allpress a[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-home .blog-wrap {
  padding: 68px 0 80px 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list {
  padding: 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-title {
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -24px;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 0 24px;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item .post-image {
  margin-bottom: 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item .post-title,
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item .short-description {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item .post-title {
  margin: 18px 0 12px 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .post-items .post-item .short-description {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cms-home .blog-wrap {
    padding: 32px 0 40px 0;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item {
    width: 100%;
    padding: 0;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home .blog-wrap {
    padding: 40px 0;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items {
    margin: 0 -12px;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .cms-home .blog-wrap {
    padding: 64px 0;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items {
    margin: 0 -16px;
  }
  .cms-home .blog-wrap .widget.amblog-post-list.amblog-element-block .amblog-list .post-items .post-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 16px;
  }
}
.cms-home .blog-wrap .action-bar {
  margin-top: 34px;
  text-align: center;
}
.cms-home .blog-wrap .action-bar .read-all-link {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-home .blog-wrap .action-bar .read-all-link:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.cms-home .blog-wrap .action-bar .read-all-link[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.cms-index-index .page-header .panel.wrapper {
  display: none;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 50%;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border-bottom: 1px solid #cccccc;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: 0;
  padding: 24px;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popmainhead {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popupmainbody {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  padding: 24px;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.cms-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-height: auto;
    height: auto;
  }
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  border-bottom: none;
  background: #ffffff;
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding: 24px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 16px;
    padding-top: 0;
  }
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popmainhead {
  font-family: "Cirka";
  color: #212b36;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popmainhead {
    font-family: "Cirka";
    color: #212b36;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popupmainbody {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
@media (max-width: 767px) {
  .cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #magnetopopup-modal .popupmagsmain .popupmainbody {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
.cms-home .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-footer {
  display: none;
}
#wpn-lightbox-content {
  max-width: 600px;
  width: 600px;
  left: 0 !important;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #wpn-lightbox-content {
    max-width: 90%;
    padding: 0;
  }
}
#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-7 {
  width: 100%;
  text-align: left;
  padding: 24px;
}
#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-7 .title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-7 p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-7 p:not(:last-child) {
  margin-bottom: 10px;
}
.cms-home .modals-wrapper .modal-popup.readmore-home._inner-scroll {
  margin: auto;
  width: 95%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cms-home .modals-wrapper .modal-popup.readmore-home._inner-scroll .modal-inner-wrap .modal-content {
  padding: 16px 16px 48px 16px;
}
.ammenu-menu-wrapper {
  margin-bottom: 0;
  background-color: #f2f9f2;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items.-root {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item {
  padding: 10px 0;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item:not(:last-child) {
  margin-right: 48px;
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item:not(:last-child) {
    margin-right: 20px;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-link {
  padding: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-link:hover {
  border-color: #212b36;
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-link {
    font-size: 13px;
    line-height: 18px;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
  margin: 0 auto;
  top: 40px;
  max-height: 680px;
  box-shadow: none !important;
  background-color: transparent !important;
}
@media (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block {
  background-color: #ffffff;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu {
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc {
  max-width: -webkit-calc(100% - 1264px);
  max-width: -moz-calc(100% - 1264px);
  max-width: calc(100% - 1264px);
  width: 20%;
  padding-top: 20px;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc h2 {
  margin-bottom: 20px;
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc .all-shop-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  border-bottom: 1px solid #212b36;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc .all-shop-link:hover {
  border-color: transparent;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc .inner-jelelinks {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc .inner-jelelinks .jl-linkwrap {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc .inner-jelelinks .jl-linkwrap:not(:last-child) {
  margin-bottom: 8px;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section {
  max-width: -webkit-calc(100% - 400px);
  max-width: -moz-calc(100% - 400px);
  max-width: calc(100% - 400px);
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.jewl-submenu .image-section a {
    position: relative;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.jewl-submenu .image-section a span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 16px 0;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.watch-submenu .image-section a {
    position: relative;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.watch-submenu .image-section a span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 16px 0;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.wband-submenu .image-section a {
    position: relative;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu.wband-submenu .image-section a span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 16px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc {
    max-width: 30%;
    width: 30%;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section {
    max-width: 70%;
    width: 70%;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section a {
    width: calc(calc(100% / 2) - 12px);
    width: -webkit-calc(calc(100% / 2) - 12px);
    width: -moz-calc(calc(100% / 2) - 12px);
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .shopall-desc {
    max-width: 25%;
    width: 25%;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section {
    max-width: 75%;
    width: 75%;
  }
  .ammenu-menu-wrapper .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-item .ammenu-submenu-wrapper.-full .ammenu-submenu-block .custom-innermenu .image-section a {
    width: calc(calc(100% / 2) - 16px);
    width: -webkit-calc(calc(100% / 2) - 16px);
    width: -moz-calc(calc(100% / 2) - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .ammenu-tabs-list {
    display: none;
  }
  .ammenu-nav-sections.-sidebar {
    background: #ffffff !important;
    width: 70%;
    max-width: 70%;
    padding-bottom: 0;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link {
    font-family: "David AA" !important;
    color: #212b36 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.15px !important;
    margin: 0;
    border-bottom: 1px solid #cccccc !important;
    padding: 24px 20px !important;
    min-height: auto !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link .ammenu-icon-block svg {
    display: none;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link .ammenu-icon-block.-toggle {
    right: 12px;
    height: 16px;
    width: 16px;
    background: url("../images/chevron-down.svg");
    transform: rotate(0deg);
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link.-active {
    border-bottom: 0 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link.-active .ammenu-icon-block.-toggle {
    transform: rotate(180deg);
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-items {
    padding: 0 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-items .ammenu-item:first-child .ammenu-link {
    padding: 16px 20px !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-items .ammenu-item .ammenu-link.-mobile.-all-link {
    display: block;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-items .ammenu-item .ammenu-link {
    padding: 12px 20px !important;
    font-family: "David AA" !important;
    color: #637381 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.25px !important;
    border-bottom: 0 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item.category-item.-active {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px;
  }
  .ammenu-nav-sections.-sidebar .ammenu-menu-title {
    padding: 16px 20px;
  }
  .ammenu-nav-sections.-sidebar .ammenu-menu-title .logo-menu {
    max-width: 108px;
    width: 100%;
    height: 36px;
    background-image: url("../images/logo.svg");
  }
  .ammenu-nav-sections.-sidebar .ammenu-menu-title .ammenu-button.-close {
    content: "";
    background: url(../images/close.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .ammenu-nav-sections.-sidebar .ammenu-menu-title .ammenu-button.-close:after,
  .ammenu-nav-sections.-sidebar .ammenu-menu-title .ammenu-button.-close:before {
    display: none;
  }
  .ammenu-nav-sections.-sidebar .ui-custom-menu {
    background-color: #f2f9f2;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .ammenu-nav-sections.-sidebar .ui-custom-menu li {
    margin-bottom: 0;
  }
  .ammenu-nav-sections.-sidebar .ui-custom-menu li a {
    padding: 16px 20px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header .header.content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .ammenu-nav-sections.-sidebar {
    background: #ffffff !important;
    width: 100%;
    max-width: 100%;
  }
}
.catalog-category .filter-clear {
  position: relative;
  font-size: 0px;
}
.catalog-category .filter-clear span:before {
  content: '\f00d';
  display: inline-block;
  font-family: "FontAwesome";
  height: 24px;
  width: 24px;
  position: absolute;
}
@media (max-width: 767px) {
  .show-768 {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-767 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-992 {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-991 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-1024 {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-1023 {
    display: none;
  }
}
@media (min-width: 576px) {
  .show-576 {
    display: none;
  }
}
@media (max-width: 575px) {
  .hide-575 {
    display: none;
  }
}
.custom-container {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .custom-container {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .custom-container {
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .custom-container {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.vipbuyer-index-index div#brief_description-error,
.vipservices-index-index div#brief_description-error {
  margin-top: 0;
}
.vipbuyer-index-index .page.messages,
.vipservices-index-index .page.messages {
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .page.messages,
  .vipservices-index-index .page.messages {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .page.messages,
  .vipservices-index-index .page.messages {
    padding: 0 40px;
  }
}
.vipbuyer-index-index .page.messages .message.success,
.vipservices-index-index .page.messages .message.success {
  margin: 0 0 24px;
}
.vipbuyer-index-index .page-main,
.vipservices-index-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.vipbuyer-index-index .page-main #contentarea,
.vipservices-index-index .page-main #contentarea {
  display: none;
}
.vipbuyer-index-index .page-main .page-title-wrapper,
.vipservices-index-index .page-main .page-title-wrapper {
  max-width: 1128px;
  margin: 0 auto;
  text-align: center;
}
.vipbuyer-index-index .page-main .page-title-wrapper .page-title,
.vipservices-index-index .page-main .page-title-wrapper .page-title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  padding: 68px 0 34px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .page-main .page-title-wrapper .page-title,
  .vipservices-index-index .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    padding: 31px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vipbuyer-index-index .page-main .page-title-wrapper .page-title,
  .vipservices-index-index .page-main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    padding: 40px 0 20px;
  }
}
.vipbuyer-index-index .columns .cust-container,
.vipservices-index-index .columns .cust-container {
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container,
  .vipservices-index-index .columns .cust-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container,
  .vipservices-index-index .columns .cust-container {
    padding: 0 40px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-tab,
.vipservices-index-index .columns .cust-container .vip-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vipbuyer-index-index .columns .cust-container .vip-tab li,
.vipservices-index-index .columns .cust-container .vip-tab li {
  margin-bottom: 0;
}
.vipbuyer-index-index .columns .cust-container .vip-tab li a,
.vipservices-index-index .columns .cust-container .vip-tab li a {
  background: #ffffff;
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #919eab;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}
.vipbuyer-index-index .columns .cust-container .vip-tab li a.current,
.vipservices-index-index .columns .cust-container .vip-tab li a.current {
  color: #212b36;
  border-bottom: 2px solid #a2aa9a;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-tab li a,
  .vipservices-index-index .columns .cust-container .vip-tab li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-tab li:not(:last-child),
.vipservices-index-index .columns .cust-container .vip-tab li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-tab li:not(:last-child),
  .vipservices-index-index .columns .cust-container .vip-tab li:not(:last-child) {
    margin-right: 32px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services,
.vipservices-index-index .columns .cust-container .vip-buy-services {
  background: #f5f6f5;
  margin: 48px 0 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services,
  .vipservices-index-index .columns .cust-container .vip-buy-services {
    margin: 32px 0 38px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services,
  .vipservices-index-index .columns .cust-container .vip-buy-services {
    margin: 40px 0;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content,
.vipservices-index-index .columns .cust-container .vip-buy-services .vip-content {
  padding: 50px 0 42px 48px;
  max-width: 491px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content,
  .vipservices-index-index .columns .cust-container .vip-buy-services .vip-content {
    padding: 14px 16px 31px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content,
  .vipservices-index-index .columns .cust-container .vip-buy-services .vip-content {
    padding: 20px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content span,
.vipservices-index-index .columns .cust-container .vip-buy-services .vip-content span {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-bottom: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content span,
  .vipservices-index-index .columns .cust-container .vip-buy-services .vip-content span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-bottom: 11px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content ul,
.vipservices-index-index .columns .cust-container .vip-buy-services .vip-content ul {
  padding-left: 27px;
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content ul li,
.vipservices-index-index .columns .cust-container .vip-buy-services .vip-content ul li {
  list-style: disc;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin: 0;
}
.vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content ul li:not(:last-child),
.vipservices-index-index .columns .cust-container .vip-buy-services .vip-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buy-services .vip-content ul li,
  .vipservices-index-index .columns .cust-container .vip-buy-services .vip-content ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services,
.vipservices-index-index .columns .cust-container .vip-sell-services {
  background: #f5f6f5;
  margin: 48px 0 46px;
  padding: 50px 48px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services,
  .vipservices-index-index .columns .cust-container .vip-sell-services {
    padding: 14px 16px 18px;
    max-width: 100%;
    margin: 32px 0 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services,
  .vipservices-index-index .columns .cust-container .vip-sell-services {
    margin: 40px 0;
    padding: 20px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .vip-title,
.vipservices-index-index .columns .cust-container .vip-sell-services .vip-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-bottom: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .vip-title,
  .vipservices-index-index .columns .cust-container .vip-sell-services .vip-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-bottom: 11px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap {
    flex-wrap: wrap;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt {
  width: -webkit-calc(100% / 2 - 3px);
  width: -moz-calc(100% / 2 - 3px);
  width: calc(100% / 2 - 3px);
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt {
    width: -webkit-calc(100% / 2 - 1px);
    width: -moz-calc(100% / 2 - 1px);
    width: calc(100% / 2 - 1px);
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt .vip-sell-top,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt .vip-sell-top {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
  color: #637381;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt .vip-sell-top,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt .vip-sell-top {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    padding-bottom: 8px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul {
  padding-left: 27px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul {
    padding-bottom: 21px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li {
  list-style: disc;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin: 0;
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li:not(:last-child),
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt ul li {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p,
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p:not(:last-child),
.vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p,
  .vipservices-index-index .columns .cust-container .vip-sell-services .sell-txt-wrap .vip-sell-txt p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form,
.vipservices-index-index .columns .cust-container .vip-buyer-form {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form,
  .vipservices-index-index .columns .cust-container .vip-buyer-form {
    padding-bottom: 40px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .form-title,
.vipservices-index-index .columns .cust-container .vip-buyer-form .form-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 18px;
  display: block;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .vip-buy-top,
.vipservices-index-index .columns .cust-container .vip-buyer-form .vip-buy-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control,
.vipservices-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: -webkit-calc(49% - 1px);
  width: -moz-calc(49% - 1px);
  width: calc(49% - 1px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control {
    width: 100%;
    margin-bottom: 16px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control input,
.vipservices-index-index .columns .cust-container .vip-buyer-form .vip-buy-top .control input {
  width: 100%;
  max-width: 100%;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form label,
.vipservices-index-index .columns .cust-container .vip-buyer-form label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  display: block;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .control,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .control {
    margin-bottom: 16px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control textarea,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control textarea {
  height: 96px;
  max-width: 100%;
  resize: none;
  overflow: hidden;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control textarea:focus,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input {
  height: 48px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input:not([disabled]):focus,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input:not([disabled]):focus {
  box-shadow: none;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input:focus,
.vipservices-index-index .columns .cust-container .vip-buyer-form .control.desired-budget input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary,
.vipservices-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary {
  text-align: left;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button,
.vipservices-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 24px;
  width: 256px;
  text-align: center;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button:hover,
.vipservices-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button[disabled],
.vipservices-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .actions-toolbar .primary button {
    width: 100%;
    margin-top: 16px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview {
  margin-top: 47px;
  border-top: 1px solid #cccccc;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview {
    margin-top: 27px;
    padding-top: 27px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview h5,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview h5 {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 19px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview #upload_images,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview #upload_images {
  margin-bottom: 12px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap {
  position: relative;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap #upload-error,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap #upload-error {
  margin-top: 8px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap #upload-error b,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap #upload-error b {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #f94c43;
  display: block;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader {
  border: 0;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .upload-text,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .upload-text {
  max-width: 432px;
  height: 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  display: block;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded {
  padding: 0;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded .uploaded-image i,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded .uploaded-image i {
  display: none;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded .uploaded-image .delete-image,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader .uploaded .uploaded-image .delete-image {
  top: 4px;
  right: 2px;
  line-height: normal;
  display: block;
  background-image: url('../images/close-r-2.svg');
  height: 16px;
  width: 16px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: inherit;
  background-color: initial;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files {
  display: flex;
  flex-direction: column;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .upload-text,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .upload-text {
  position: initial;
  position: inherit;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  order: 1;
  margin-bottom: 16px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .uploaded,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .uploaded {
  order: 2;
  margin: 0 -0.5rem;
}
@media screen and (max-width: 450px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .uploaded,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader.has-files .uploaded {
    margin: 0 -0.2rem;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap div#filerror,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap div#filerror {
  margin-top: 4px;
  color: #f94c43;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .btn-choose,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .btn-choose {
  max-width: 432px;
  height: 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  display: block;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap input,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap input {
  max-width: 432px;
  height: 48px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip {
  margin-top: 8px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img,
  .vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip img {
    width: 100px;
    height: 100px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip .remove::before,
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .pip .remove::before {
  content: "";
  position: absolute;
  background-image: url('../images/close-r-2.svg');
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .upload-images,
.vipservices-index-index .columns .cust-container .vip-buyer-form .upload-images {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 24px 0 47px;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .upload-images:hover,
.vipservices-index-index .columns .cust-container .vip-buyer-form .upload-images:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .upload-images[disabled],
.vipservices-index-index .columns .cust-container .vip-buyer-form .upload-images[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .upload-images,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .upload-images {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .upload-images,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .upload-images {
    margin: 24px 0;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement,
.vipservices-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement {
  border-top: 1px solid #cccccc;
  padding-top: 19px;
  margin-top: 17px;
  margin-bottom: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement,
  .vipservices-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement {
    margin-top: 0px;
    margin-bottom: 7px;
  }
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement label,
.vipservices-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement label {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  cursor: pointer;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement label span,
.vipservices-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement label span {
  border-bottom: 1px solid #212b36;
}
.vipbuyer-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement input,
.vipservices-index-index .columns .cust-container .vip-buyer-form .agreement-wrap .agreement input {
  margin-right: 11px;
}
.vipbuyer-index-index .columns .buyer-seller-wrap,
.vipservices-index-index .columns .buyer-seller-wrap {
  background: #f2f9f2;
  padding: 52px 0 60px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap,
  .vipservices-index-index .columns .buyer-seller-wrap {
    padding: 32px 0 27px;
  }
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn {
  max-width: 1128px;
  margin: 0 auto;
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content {
    flex-wrap: wrap;
  }
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt {
  max-width: 807px;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt {
    max-width: 100%;
  }
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .buy-sell-txt h2 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us {
    width: 100%;
  }
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a:hover,
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a[disabled],
.vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a,
  .vipservices-index-index .columns .buyer-seller-wrap .buy-sell-inn .buy-sell-content .contact-us a {
    margin-top: 29px;
    width: 100%;
  }
}
.vipbuyer-index-index .columns .recently-acquired,
.vipservices-index-index .columns .recently-acquired {
  padding: 68px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .recently-acquired,
  .vipservices-index-index .columns .recently-acquired {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vipbuyer-index-index .columns .recently-acquired,
  .vipservices-index-index .columns .recently-acquired {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .vipbuyer-index-index .columns .recently-acquired,
  .vipservices-index-index .columns .recently-acquired {
    padding: 64px 0;
  }
}
.vipbuyer-index-index .columns .recently-acquired .products-grid.grid .slick-list li.product-item,
.vipservices-index-index .columns .recently-acquired .products-grid.grid .slick-list li.product-item {
  opacity: 1;
}
.vipbuyer-index-index .columns .recently-acquired .block-title,
.vipservices-index-index .columns .recently-acquired .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .vipbuyer-index-index .columns .recently-acquired .block-title,
  .vipservices-index-index .columns .recently-acquired .block-title {
    margin-bottom: 24px;
  }
}
.vipbuyer-index-index .columns .recently-acquired .block-title strong,
.vipservices-index-index .columns .recently-acquired .block-title strong {
  font-family: "Cirka";
  color: #212b36;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .recently-acquired .block-title strong,
  .vipservices-index-index .columns .recently-acquired .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vipbuyer-index-index .columns .recently-acquired .block-title strong,
  .vipservices-index-index .columns .recently-acquired .block-title strong {
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-list,
.vipservices-index-index .columns .recently-acquired .block-content .slick-list {
  margin: 0 -12px;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider {
  padding: 0;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-list,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-list {
  padding: 0;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide {
  margin-bottom: 48px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide,
  .vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide {
    margin-bottom: 24px;
  }
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item .product-item-info:hover,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item .product-item-info:hover {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item .product-item-info .product-item-photo,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-slide .product-item .product-item-info .product-item-photo {
  width: 100%;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow {
  top: auto;
  bottom: -48px;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-left.svg") !important;
  transform: rotate(0deg) translateX(-50%);
  left: -webkit-calc(50% - 48px);
  left: -moz-calc(50% - 48px);
  left: calc(50% - 48px);
  height: 48px;
  width: 48px;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev:hover,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev:hover {
  background: url("../images/arrow-left-hover.svg") !important;
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-right.svg") !important;
  height: 48px;
  width: 48px;
  transform: rotate(0deg) translateX(-50%);
  left: -webkit-calc(50% - -48px);
  left: -moz-calc(50% - -48px);
  left: calc(50% - -48px);
}
.vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next:hover,
.vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next:hover {
  background: url("../images/arrow-right-hover.svg") !important;
}
@media screen and (max-width: 1023px) {
  .vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev,
  .vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-prev {
    left: -webkit-calc(50% - 36px);
    left: -moz-calc(50% - 36px);
    left: calc(50% - 36px);
  }
  .vipbuyer-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next,
  .vipservices-index-index .columns .recently-acquired .block-content .slick-slider .slick-arrow.slick-next {
    left: -webkit-calc(50% - -36px);
    left: -moz-calc(50% - -36px);
    left: calc(50% - -36px);
  }
}
.vipbuyer-index-index .columns .recently-acquired .action-bar,
.vipservices-index-index .columns .recently-acquired .action-bar {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vipbuyer-index-index .columns .recently-acquired .action-bar,
  .vipservices-index-index .columns .recently-acquired .action-bar {
    margin-top: 28px;
  }
}
.vipbuyer-index-index .columns .recently-acquired .action-bar .block-category-link,
.vipservices-index-index .columns .recently-acquired .action-bar .block-category-link {
  text-align: center;
}
.vipbuyer-index-index .columns .recently-acquired .action-bar .block-category-link a,
.vipservices-index-index .columns .recently-acquired .action-bar .block-category-link a {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vipbuyer-index-index .columns .recently-acquired .action-bar .block-category-link a:hover,
.vipservices-index-index .columns .recently-acquired .action-bar .block-category-link a:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.vipbuyer-index-index .columns .recently-acquired .action-bar .block-category-link a[disabled],
.vipservices-index-index .columns .recently-acquired .action-bar .block-category-link a[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
.vipservices-index-index .columns .cust-container .vip-buyer-form #preview .field .btn-choose-wrap .image-uploader div.mage-error ~ .upload-text {
  border-color: #f94c43 !important;
}
/*Consignment Agreement Pop up Design Start*/
.vipservices-index-index .agreement-modal .modal-inner-wrap {
  width: 100%;
  max-width: 1008px;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  border-top: none;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal {
  padding-bottom: 24px;
  padding-left: 18px;
  padding-right: 18px;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 08px;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header {
  padding-left: 48px;
  padding-right: 48px;
  background-color: #ffffff;
  border-bottom: none;
  padding-bottom: 24px;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header .action-close {
  margin-top: 24px;
  margin-right: 24px;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header .action-close:before {
  max-width: 16px;
  color: #212b36;
}
.vipservices-index-index .agreement-modal .modal-inner-wrap .modal-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .vipservices-index-index .agreement-modal {
    left: 0;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal {
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header {
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 16px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header .modal-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vipservices-index-index .agreement-modal {
    left: 0;
    right: 0;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap {
    max-width: 85%;
    min-height: auto;
    background-color: #ffffff;
    margin: 5rem auto;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal {
    padding-bottom: 16px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-content #popup-modal p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header {
    background-color: #ffffff;
    padding-bottom: 16px;
  }
  .vipservices-index-index .agreement-modal .modal-inner-wrap .modal-header .modal-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .vipservices-index-index .agreement-modal .modal-content #popup-modal {
    padding-bottom: 20px;
  }
  .vipservices-index-index .agreement-modal .modal-content #popup-modal p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .vipservices-index-index .agreement-modal .modal-header {
    background-color: #ffffff;
    padding-bottom: 24px;
  }
  .vipservices-index-index .agreement-modal .modal-header .modal-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .vipservices-index-index .agreement-modal .modal-content #popup-modal {
    padding-bottom: 24px;
  }
  .vipservices-index-index .agreement-modal .modal-content #popup-modal p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .vipservices-index-index .agreement-modal .modal-header {
    background-color: #ffffff;
    padding-bottom: 24px;
  }
  .vipservices-index-index .agreement-modal .modal-header .modal-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
}
/*Consignment Agreement Pop up Design Ends*/
.account .page-main {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .account .page-main {
    margin-bottom: 40px;
  }
  .account .page-main .page.messages {
    margin: 36px 0 8px;
  }
}
@media (max-width: 1919px) {
  .account .page-main {
    max-width: 1416px;
  }
}
@media (min-width: 1920px) {
  .account .page-main {
    max-width: 1920px;
    padding-left: 252px;
    padding-right: 252px;
  }
}
@media screen and (max-width: 767px) {
  .account .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
  .account .page-main {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .account .page-main {
    padding-left: 71px;
    padding-right: 71px;
  }
}
.account .page-main .columns {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .account .page-main .columns {
    margin-top: 35px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .account .page-main .columns {
    margin-top: 0;
    padding-top: 35px;
  }
}
.account .page-main .columns .sidebar-main {
  width: -webkit-calc(100% - 1112px);
  width: -moz-calc(100% - 1112px);
  width: calc(100% - 1112px);
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .sidebar-main {
    -webkit-flex-grow: 1;
    /* flex-grow: 1; */
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .page-main .columns .sidebar-main {
    width: 30%;
    float: left;
    max-width: 30%;
    order: 0;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account .page-main .columns .sidebar-main {
    width: 30%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .account .page-main .columns .sidebar-main {
    width: 25%;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
  }
  .account .page-main .columns .sidebar-main .block-collapsible-nav .title {
    border: none;
    padding: 12px 16px;
    background: #f2f9f2;
    margin-top: 24px;
    display: block;
  }
  .account .page-main .columns .sidebar-main .block-collapsible-nav .title strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .account .page-main .columns .sidebar-main .block-collapsible-nav .title:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav {
    position: unset;
  }
  .account .page-main .columns .sidebar-main .block-collapsible-nav .title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav {
    position: absolute;
  }
  .account .page-main .columns .sidebar-main .block-collapsible-nav .title {
    display: block;
  }
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content {
  padding: 22px 24px 18px 24px;
  background: #f2f9f2;
  border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav .content {
    padding: 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav .content {
    padding: 0px 16px 16px 16px;
  }
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item {
  margin-top: 0;
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item .delimiter {
  display: none;
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item a {
  border: none;
  padding: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item a:hover {
  background: none;
  color: #212b36;
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .account .page-main .columns .sidebar-main .block-collapsible-nav .content .item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.account .page-main .columns .sidebar-main .block-collapsible-nav .content .item.current strong {
  font-family: "David AA";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212b36;
  border: none;
  padding: 0;
}
.account .page-main .columns .sidebar-additional {
  display: none;
}
.account .page-main .columns .column.main {
  width: -webkit-calc(100% - 304px);
  width: -moz-calc(100% - 304px);
  width: calc(100% - 304px);
  padding-right: 0;
  margin-bottom: 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .page-main .columns .column.main {
    width: 68%;
    float: right;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account .page-main .columns .column.main {
    width: 70%;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .account .page-main .columns .column.main {
    width: 73%;
    padding-left: 24px;
  }
}
.account .page-main .columns .column.main .page-title-wrapper {
  position: relative;
}
.account .page-main .columns .column.main .page-title-wrapper .page-title {
  margin-right: 0;
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  padding-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding-bottom: 24px;
  }
}
.account .page-main .columns .column.main .block {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .block {
    margin-bottom: 26px;
  }
}
.account .page-main .columns .column.main .block a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.account .page-main .columns .column.main .block a:hover {
  text-decoration: none;
}
.account .page-main .columns .column.main .block .block-title {
  padding-top: 18px;
  padding-bottom: 16px;
  border-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .block .block-title {
    padding-top: 22px;
  }
}
.account .page-main .columns .column.main .block .block-title strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .block .block-title strong {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.account .page-main .columns .column.main .block .block-title .action {
  margin-left: 11px;
}
.account .page-main .columns .column.main .block .block-content .box-title {
  margin-bottom: 11px;
}
.account .page-main .columns .column.main .block .block-content .box-title span {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .block .block-content .box-title span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.account .page-main .columns .column.main .block .block-content .box-content p,
.account .page-main .columns .column.main .block .block-content .box-content address {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-bottom: 12px;
}
.account .page-main .columns .column.main .block .block-content .box-newsletter,
.account .page-main .columns .column.main .block .block-content .box-billing-address {
  display: none;
}
.account .page-main .columns .column.main .block .block-content .box.box-shipping-address {
  float: left;
}
.account .page-main .columns .column.main .block .block-content .box-actions {
  margin-top: 0;
}
.account .page-main .columns .column.main .block .block-content .box-actions .action:after {
  height: 16px;
  margin: 0 16px;
  border-left: 1px solid #cccccc;
}
.account .page-main .columns .column.main .block-dashboard-orders {
  display: none;
}
.account .page-main .columns .column.main .actions-toolbar .primary button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
}
.account .page-main .columns .column.main .actions-toolbar .primary button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account .page-main .columns .column.main .actions-toolbar .primary button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account .page-main .columns .column.main .legend span {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main .legend span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.account .page-main .columns .column.main form {
  border-top: 1px solid #cccccc;
  padding-top: 18px;
}
.account .page-main .columns .column.main form .fieldset .legend {
  margin-bottom: 18px;
  padding-bottom: 0;
  border: none;
}
.account .page-main .columns .column.main form .fieldset .field {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main form .fieldset .field {
    margin-bottom: 16px;
  }
}
.account .page-main .columns .column.main form .fieldset .field.company {
  display: none;
}
.account .page-main .columns .column.main form .fieldset .field .nested {
  display: none;
}
.account .page-main .columns .column.main form .fieldset .field select {
  max-width: 100%;
}
.account .page-main .columns .column.main form .fieldset .field.street .primary {
  display: none;
}
.account .page-main .columns .column.main form .fieldset .field.shipping,
.account .page-main .columns .column.main form .fieldset .field.billing {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main form .fieldset .field.shipping,
  .account .page-main .columns .column.main form .fieldset .field.billing {
    margin-bottom: 8px;
  }
}
.account .page-main .columns .column.main form .fieldset .field.shipping .label,
.account .page-main .columns .column.main form .fieldset .field.billing .label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  cursor: pointer;
}
.account .page-main .columns .column.main form.form-edit-account input[type="text"],
.account .page-main .columns .column.main form.form-edit-account input[type="email"],
.account .page-main .columns .column.main form.form-edit-account input[type="tel"],
.account .page-main .columns .column.main form.form-edit-account input[type="password"],
.account .page-main .columns .column.main form.form-edit-account input[type="search"],
.account .page-main .columns .column.main form.form-edit-account input[type="number"] {
  max-width: 100%;
}
.account .page-main .columns .column.main form.form-edit-account div#password-strength-meter-container {
  display: none;
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.info {
  max-width: 456px;
  margin-bottom: 24px;
  padding-right: 24px;
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.info .field.choice {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.info .field.choice label.label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main form.form-edit-account .fieldset.info {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .page-main .columns .column.main form.form-edit-account .fieldset.info {
    max-width: 48%;
    width: 48%;
    margin-bottom: 24px;
    padding-right: 12px;
    float: left;
  }
  .account .page-main .columns .column.main form.form-edit-account .fieldset.info .legend span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.password {
  max-width: 456px;
  margin-bottom: 48px;
  padding-left: 24px;
  float: left;
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.password .field.choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account .page-main .columns .column.main form.form-edit-account .fieldset.password .field.choice:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .account .page-main .columns .column.main form.form-edit-account .fieldset.password {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }
  .account .page-main .columns .column.main form.form-edit-account .fieldset.password .field.confirmation.password {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .page-main .columns .column.main form.form-edit-account .fieldset.password {
    max-width: 48%;
    margin-bottom: 24px;
    width: 48%;
    float: right;
    padding-left: 12px;
  }
  .account .page-main .columns .column.main form.form-edit-account .fieldset.password .legend span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .page-main .columns .column.main form.form-edit-account .actions-toolbar {
    max-width: 240px;
  }
}
.account .page-main .columns .column.main form.form-edit-account .additional_info {
  margin-bottom: 0;
}
.account.sales-order-history .order-products-toolbar .toolbar-number,
.account.sales-order-history .order-products-toolbar .limiter-label,
.account.sales-order-history .order-products-toolbar .limiter-text {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-history .table-wrapper thead tr {
  border-top: 1px solid #cccccc;
}
.account.sales-order-history .table-wrapper thead tr th {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding: 9px 0 10px;
}
@media screen and (min-width: 1366px) {
  .account.sales-order-history .table-wrapper thead tr th {
    padding: 9px 12px 10px;
  }
  .account.sales-order-history .table-wrapper thead tr th:first-child {
    padding-left: 0;
  }
  .account.sales-order-history .table-wrapper thead tr th:last-child {
    padding-right: 0;
  }
}
.account.sales-order-history .table-wrapper thead tr th.actions {
  display: none;
}
.account.sales-order-history .table-wrapper tbody tr td {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 14px 0 17px;
}
@media screen and (min-width: 1366px) {
  .account.sales-order-history .table-wrapper tbody tr td {
    padding: 14px 12px 17px;
  }
  .account.sales-order-history .table-wrapper tbody tr td:first-child {
    padding-left: 0;
  }
  .account.sales-order-history .table-wrapper tbody tr td:last-child {
    padding-right: 0;
  }
}
.account.sales-order-history .table-wrapper tbody tr td.actions a {
  color: #212b36;
  text-decoration: underline;
}
.account.sales-order-history .table-wrapper tbody tr td.actions a:hover {
  text-decoration: unset;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .page-title {
  position: relative;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .page-title::before {
  content: '';
  background-image: url(../images/arrow-leftt.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30%;
  left: -23px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .box-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  min-width: 133px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-status {
  display: none;
  border: unset;
  text-transform: capitalize;
  padding: 0;
  margin-top: 0;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-status-detail {
  border-top: 1px solid #cccccc;
  padding-top: 17px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-status-detail .order-status-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-status-detail .order-status-main .order-status {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: block;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-status-detail .order-date {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-top: 0;
  margin-bottom: 0;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .custom-info-orderpage {
  padding-bottom: 12px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .custom-info-orderpage .box-title {
  margin-right: 16px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .custom-info-orderpage .info-contact {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .payment-mode-wrapp {
  display: inline-flex;
  line-height: unset;
  font-size: unset;
  padding-bottom: 18px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .payment-mode-wrapp .box-content .payment-method {
  margin-bottom: 0;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .payment-mode-wrapp .box-content .payment-method .title {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .box-order-shipping-address {
  display: flex;
  line-height: unset;
  font-size: unset;
  padding: 17px 0 18px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .box-order-shipping-address .box-content address {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .page-title-wrapper .box-order-shipping-address .box-content address a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .actions-toolbar.order-actions-toolbar {
  margin-bottom: 0;
}
.account.sales-order-view .page-main .columns .column.main .order-links {
  padding: 26px 0 0px;
}
.account.sales-order-view .page-main .columns .column.main .order-links li strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  border: 0;
  padding: 0;
  background: unset;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items {
  border: 0;
  padding: 0;
  overflow: unset;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper {
  overflow-x: unset;
  border-bottom: none;
  margin-bottom: 0;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items thead {
  display: none;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody:last-child {
  border-bottom: 1px solid #cccccc;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  width: calc(25%);
  display: inline-block;
  padding: 15px 0;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.custimg {
  width: 16.5%;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.name {
  width: 45.5%;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.name .product-item-name a {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-bottom: 7px;
  padding-left: 16px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.qty,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.subtotal {
  width: 19%;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td a .product-image-container .product-image-wrapper {
  width: 120px;
  height: 120px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td a .product-image-container .product-image-wrapper img {
  width: 100%;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.subtotal .price-excluding-tax .cart-price .price {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .items-qty .item .content {
  display: inline-flex;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td .items-qty .item .content .qty-txt {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-right: 4px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.price,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tbody tr td.sku {
  display: none;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot {
  background: unset;
  border-top: 1px solid #cccccc;
  padding-top: 26px;
  display: block;
  width: 100%;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr {
  display: block;
  margin-left: auto;
  max-width: 400px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr td.ord-summry {
  padding: 0 0 17px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: block;
  margin-bottom: 17px;
  background: unset;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr td.ord-summry span {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.subtotal,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.shipping,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.discount,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.fee {
  display: flex;
  justify-content: space-between;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.subtotal th,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.shipping th,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.discount th,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.fee th {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: left;
  padding: 6px 0;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.subtotal td,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.shipping td,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.discount td,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.fee td {
  padding: 6px 0;
  background: unset;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.subtotal td span,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.shipping td span,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.discount td span,
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.fee td span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.grand_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.grand_total th {
  padding: 11px 0 0;
  text-align: left;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.grand_total th strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.grand_total td {
  padding: 11px 0 0;
  background: unset;
}
.account.sales-order-view .page-main .columns .column.main .order-details-items .table-wrapper .table-order-items tfoot tr.grand_total td strong span {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.account.sales-order-view .page-main .columns .column.main .block-order-details-view {
  display: none;
}
.account.customer-address-form .column.main {
  position: relative;
}
.account.customer-address-form .column.main .actions-toolbar .secondary .action.back {
  content: ' ';
  position: absolute;
  background-image: url(../images/arrow-leftt.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 4px;
  margin-top: 0;
  left: 0;
  font-size: 0;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.customer-address-form .column.main .actions-toolbar .secondary .action.back {
    left: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.customer-address-form .column.main .actions-toolbar .secondary .action.back {
    left: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .account.customer-address-form .column.main .actions-toolbar .secondary .action.back {
    left: -24px;
  }
}
.account.customer-address-form .column.main fieldset.fieldset {
  max-width: 456px;
  margin-bottom: 32px;
  padding-right: 24px;
}
.account.customer-address-form .column.main fieldset.fieldset:nth-child(2) {
  max-width: 456px;
  margin-bottom: 48px;
  padding-left: 24px;
  float: left;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .account.customer-address-form .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 36px;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.customer-address-form .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 32px;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset {
    max-width: 49%;
    width: 49%;
    float: left;
    padding-right: 12px;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset:nth-child(2) {
    padding-left: 12px;
    float: right;
    padding-right: 0;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset .legend span {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset .field.billing,
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset .field.shipping {
    justify-content: space-between;
  }
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset .field.billing .label,
  .account.customer-address-form .page-main .columns .column.main fieldset.fieldset .field.shipping .label {
    max-width: -webkit-calc(100% - 36px);
    max-width: -moz-calc(100% - 36px);
    max-width: calc(100% - 36px);
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
  .account.customer-address-form .page-main .columns .column.main .actions-toolbar {
    max-width: 240px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.customer-address-form .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-add .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.marketplace-product-add .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.marketplace-product-add .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-left: 32px;
  }
}
.account.marketplace-product-add .column.main {
  position: relative;
  margin-bottom: 0;
}
.account.marketplace-product-add .form.contact fieldset.for-product-title {
  margin-bottom: 8px;
}
.account.marketplace-product-add .form.contact fieldset.for-categories {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw .field {
  width: 100%;
  max-width: -webkit-calc(calc(100% / 2) - 24px);
  max-width: -moz-calc(calc(100% / 2) - 24px);
  max-width: calc(calc(100% / 2) - 24px);
}
.account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw .field input,
.account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw .field select {
  max-width: 100%;
}
.account.marketplace-product-add .form.contact fieldset.for-center-stone {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetotitlesec .section-subtitle {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw .field {
  width: 100%;
  max-width: -webkit-calc(calc(100% / 2) - 24px);
  max-width: -moz-calc(calc(100% / 2) - 24px);
  max-width: calc(calc(100% / 2) - 24px);
}
.account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw .field input,
.account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw .field select {
  max-width: 100%;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw {
  align-items: flex-start;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide label[for="isSide"] {
  flex-basis: 100%;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide .control:not(:last-child) {
  margin-right: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide .control label {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide .control label::after {
  display: none;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide #isSide-error {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -24px;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field {
  width: 100%;
  max-width: -webkit-calc(calc(100% / 2) - 24px);
  max-width: -moz-calc(calc(100% / 2) - 24px);
  max-width: calc(calc(100% / 2) - 24px);
}
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field input,
.account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field select {
  max-width: 100%;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field {
  width: 100%;
  max-width: -webkit-calc(calc(100% / 2) - 24px);
  max-width: -moz-calc(calc(100% / 2) - 24px);
  max-width: calc(calc(100% / 2) - 24px);
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field input,
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field select {
  max-width: 100%;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus label[for="isstatus"] {
  flex-basis: 100%;
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus .control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus .control:not(:last-child) {
  margin-right: 52px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus .control label {
  margin-bottom: 0;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus .control label::after {
  display: none;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus #isstatus-error {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -24px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue {
  position: relative;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue label {
  display: inline-block;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue label:after {
  display: none;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue .tooltip-content {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  display: none;
  text-transform: initial;
  text-transform: none;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue .icon {
  padding: 0 2px;
  display: inline-block;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue .icon:hover {
  cursor: pointer;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.estimatedretailValue .icon:hover + .tooltip-content {
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px;
  width: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .sub-tagline {
  margin-bottom: 24px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .sub-tagline p {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .with-textarea .field {
  max-width: 100%;
}
.account.marketplace-product-add .form.contact fieldset.for-prod-desc .with-textarea textarea {
  max-width: 100%;
  height: 96px;
}
.account.marketplace-product-add .form.contact fieldset.for-files {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-files .infor-sec .sub-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .infor-sec .sub-line {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages label {
  margin-bottom: 8px;
  display: block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control {
  position: relative;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .btn-choose {
  max-width: 432px;
  height: 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  display: block;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control input {
  max-width: 432px;
  height: 48px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip {
  margin-top: 8px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #cccccc;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip .editwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip .editwrap .imageorder {
  height: 24px;
  width: 48px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip .editwrap .imageordertext {
  height: 24px;
  width: 48px;
  position: initial;
  max-width: initial;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip {
    margin-right: 15px;
  }
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip img {
    width: 100px;
    height: 100px;
  }
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .pip .remove::before {
  content: "";
  position: absolute;
  background-image: url('../images/close-r-2.svg');
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages #upload-error {
  margin-top: 8px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages #upload-error b {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #f94c43;
  display: block;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader {
  border: 0;
  min-height: 5rem;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .upload-text {
  max-width: 432px;
  height: 48px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 14px 16px;
  display: block;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded {
  padding: 0;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded .uploaded-image i {
  display: none;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded .uploaded-image .delete-image {
  top: 4px;
  right: 2px;
  line-height: normal;
  display: block;
  background-image: url('../images/close-r-2.svg');
  height: 16px;
  width: 16px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: inherit;
  background-color: initial;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader {
  display: flex;
  flex-direction: column;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .upload-text {
  order: 2;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader div.mage-error {
  order: 4;
  margin-top: 4px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded {
  order: 3;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .upload-text {
  position: initial;
  position: inherit;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-bottom: 16px;
}
.account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded {
  margin: 0 -0.5rem;
}
@media screen and (max-width: 450px) {
  .account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .image-uploader .uploaded {
    margin: 0 -0.2rem;
  }
}
.account.marketplace-product-add .form.contact fieldset.for-files div#imagesValue-error {
  margin-top: -65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-add .form.contact fieldset.for-categories {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw {
    flex-wrap: wrap;
  }
  .account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw .field {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetotitlesec {
    display: none;
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw {
    flex-wrap: wrap;
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw .field {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct {
    flex-wrap: wrap;
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field.sidestonecolor {
    margin-bottom: 0;
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw .field.isSide label[for="isSide"] {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw {
    flex-wrap: wrap;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus label[for="isstatus"] {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .sub-tagline {
    margin-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-files {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.marketplace-product-add .form.contact fieldset.for-categories {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-categories .magnetoRaw .field {
    max-width: -webkit-calc(calc(100% / 2) - 12px);
    max-width: -moz-calc(calc(100% / 2) - 12px);
    max-width: calc(calc(100% / 2) - 12px);
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-center-stone .magnetoRaw .field {
    max-width: -webkit-calc(calc(100% / 2) - 12px);
    max-width: -moz-calc(calc(100% / 2) - 12px);
    max-width: calc(calc(100% / 2) - 12px);
  }
  .account.marketplace-product-add .form.contact fieldset.for-engag-ring .magnetoRaw.sideproduct .field {
    max-width: -webkit-calc(calc(100% / 2) - 12px);
    max-width: -moz-calc(calc(100% / 2) - 12px);
    max-width: calc(calc(100% / 2) - 12px);
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field {
    max-width: -webkit-calc(calc(100% / 2) - 12px);
    max-width: -moz-calc(calc(100% / 2) - 12px);
    max-width: calc(calc(100% / 2) - 12px);
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.isstatus {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-prod-desc .magnetoRaw .field.description {
    max-width: 100%;
  }
  .account.marketplace-product-add .form.contact fieldset.for-files {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact fieldset.for-files .field.addImages .control .btn-choose {
    max-width: 100%;
    margin-right: 0;
  }
}
.account.marketplace-product-add .form.contact .actions-toolbar button.action.submit.primary {
  margin-right: 24px;
}
.account.marketplace-product-add .form.contact .actions-toolbar a.action.submit.primary {
  border: 1px solid #637381;
  padding: 13px;
  min-width: 160px;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
}
.account.marketplace-product-add .form.contact .actions-toolbar a.action.submit.primary:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.account.marketplace-product-add .form.contact .actions-toolbar a.action.submit.primary[disabled] {
  color: #919eab;
  border-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-add .form.contact .actions-toolbar {
    margin-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact .actions-toolbar button.action.submit.primary {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .account.marketplace-product-add .form.contact .actions-toolbar a.action.submit.primary,
  .account.marketplace-product-add .form.contact .actions-toolbar button.action.submit.primary {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .account.marketplace-product-add .form.contact .actions-toolbar div.primary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .account.marketplace-product-add .form.contact .actions-toolbar button.action.submit.primary {
    margin-right: 0;
    margin-bottom: 0;
  }
  .account.marketplace-product-add .form.contact .actions-toolbar a.action.submit.primary,
  .account.marketplace-product-add .form.contact .actions-toolbar button.action.submit.primary {
    width: -webkit-calc(calc(100% / 2) - 12px);
    width: -moz-calc(calc(100% / 2) - 12px);
    width: calc(calc(100% / 2) - 12px);
    max-width: -webkit-calc(calc(100% / 2) - 12px);
    max-width: -moz-calc(calc(100% / 2) - 12px);
    max-width: calc(calc(100% / 2) - 12px);
    min-width: auto;
  }
}
.account.marketplace-product-add .form.contact .actions-toolbar .secondary .action.back {
  content: ' ';
  position: absolute;
  background-image: url(../images/arrow-leftt.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 4px;
  margin-top: 0;
  left: 0;
  font-size: 0;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.marketplace-product-add .form.contact .actions-toolbar .secondary .action.back {
    left: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.marketplace-product-add .form.contact .actions-toolbar .secondary .action.back {
    left: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .account.marketplace-product-add .form.contact .actions-toolbar .secondary .action.back {
    left: -24px;
  }
}
.account.marketplace-product-add .form.contact .field label {
  display: block;
  margin-bottom: 8px;
}
.account.marketplace-product-add .form.contact .field.required label::after {
  content: '*';
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.account.marketplace-product-add .form.contact .field.productTitle label {
  display: block;
  margin-bottom: 8px;
}
.account.marketplace-product-add .form.contact .field.productTitle input {
  max-width: 100%;
}
.account.marketplace-product-listitems {
  /*Particular Page Title Changes Starts*/
  /*Particular Page Title Changes Ends*/
}
.account.marketplace-product-listitems .admin__data-grid-filters-wrap._show {
  margin-top: 16px;
  top: 16px;
}
.account.marketplace-product-listitems .admin__form-field {
  margin-bottom: 16px;
}
.account.marketplace-product-listitems .admin__form-field label,
.account.marketplace-product-listitems .admin__form-field legend {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.account.marketplace-product-listitems .admin__data-grid-filters-current._show {
  margin-top: 16px;
}
.account.marketplace-product-listitems .admin__current-filters-actions-wrap button.action-tertiary.action-clear {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.account.marketplace-product-listitems .admin__current-filters-actions-wrap button.action-tertiary.action-clear:hover {
  text-decoration: none;
}
.account.marketplace-product-listitems .admin__footer-main-actions button.action-tertiary {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.account.marketplace-product-listitems .admin__footer-main-actions button.action-tertiary:hover {
  text-decoration: none;
}
.account.marketplace-product-listitems .admin__footer-main-actions button.action-secondary {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.account.marketplace-product-listitems .admin__footer-main-actions button.action-secondary:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.marketplace-product-listitems .admin__footer-main-actions button.action-secondary[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.marketplace-product-listitems .admin__current-filters-list-wrap ul.admin__current-filters-list li {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.account.marketplace-product-listitems .admin__current-filters-list-wrap ul.admin__current-filters-list button.action-remove:before {
  content: "";
  background: url(../images/close.svg);
  height: 16px;
  width: 16px;
  background-size: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}
.account.marketplace-product-listitems .column.main {
  position: relative;
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn {
  width: 48.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.account.marketplace-product-listitems .page-main .columns .column.main .page-title-wrapper .page-title {
  padding-bottom: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.marketplace-product-listitems .page-main .columns .column.main .page-title-wrapper .page-title {
    padding-bottom: 20px;
  }
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 15px;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default::after {
  display: none;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default::before {
  content: ' ';
  background: url(../images/Filter_2.svg);
  height: 16px;
  width: 16px;
  background-size: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .data-grid-filters-actions-wrap .data-grid-filters-action-wrap .action-default:hover::before {
  color: #212b36;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-header .admin__data-grid-header-row .admin__data-grid-pager-wrap .selectmenu-value input[type=text] {
  width: 70px;
  padding: 0;
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-header .admin__data-grid-pager {
    margin-top: 20px;
  }
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-header button:not(.primary) {
  border: none;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-pager .admin__control-text {
  height: 28px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap fieldset.admin__fieldset.admin__data-grid-filters {
    padding: 0 20px;
  }
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field {
  padding-left: 8px;
  padding-right: 8px;
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field .admin__form-field-control {
    margin-left: 0;
  }
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field .admin__form-field-control input[type="text"],
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field .admin__form-field-control select {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field {
    padding-left: 0;
    padding-right: 0;
  }
}
.account.marketplace-product-listitems .page-main .columns .column.main .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__form-field-legend {
  margin: 0 0 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn a {
    width: 100% !important;
    padding: 13px 24px !important;
  }
}
.account.marketplace-product-listitems .message-error.error.message {
  word-break: break-all;
}
.account.marketplace-product-listitems .toolbar.bottom .pager .pages {
  position: initial;
  margin-top: 0;
}
.account.marketplace-product-listitems .page-main {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .page-main {
    margin-bottom: 32px;
  }
}
.account.marketplace-product-listitems .column.main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .column.main .table-wrapper {
    padding-top: 104px;
  }
}
.account.marketplace-product-listitems .column.main thead tr th {
  padding: 8px 12px;
  border-color: #cccccc;
  text-align: center;
  background-color: #373432;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #ffffff;
}
.account.marketplace-product-listitems .column.main tbody tr td {
  padding: 16px 12px;
  border-color: #cccccc;
}
.account.marketplace-product-listitems .column.main tbody td.col.id img {
  max-width: 80px;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
.account.marketplace-product-listitems .column.main tbody td.col.product,
.account.marketplace-product-listitems .column.main tbody td.col.title,
.account.marketplace-product-listitems .column.main tbody td.col.amount,
.account.marketplace-product-listitems .column.main tbody td.col.expiry,
.account.marketplace-product-listitems .column.main tbody td.col.status {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.account.marketplace-product-listitems .column.main tbody td.col.amount ul li {
  margin-bottom: 8px;
}
.account.marketplace-product-listitems .column.main tbody td.col.amount ul li a {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  border-bottom: 1px solid #212b36;
}
.account.marketplace-product-listitems .column.main tbody td.col.amount ul li a:hover {
  border-bottom: 1px solid transparent;
}
.account.marketplace-product-listitems .column.main .order-products-toolbar.toolbar.bottom {
  margin-bottom: 12px;
}
.account.marketplace-product-listitems .column.main .listedbutton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn button {
  vertical-align: top;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 288px;
  text-align: center;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn .socialmedia-promo {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn .socialmedia-promo:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn .socialmedia-promo[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn .socialmedia-promo .tooltip-content {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  display: none;
  text-transform: initial;
  text-transform: none;
}
.account.marketplace-product-listitems .column.main .listedbutton .leftbtn .socialmedia-promo:hover .icon + .tooltip-content {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px;
  width: 95%;
  z-index: 9;
  transform: translateX(-50%);
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn button {
  vertical-align: top;
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn a,
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
  text-align: center;
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn a:hover,
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn a[disabled],
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.marketplace-product-listitems .column.main .listedbutton .rightbtn a {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn a {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .account.marketplace-product-listitems .column.main .listedbutton {
    flex-wrap: wrap;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn,
  .account.marketplace-product-listitems .column.main .listedbutton #btnbulk {
    margin-bottom: 16px;
    margin-right: 0 !important;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn,
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn {
    width: 100%;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn a,
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn a,
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn button,
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn button {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn {
    top: 58px;
    right: 0;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn {
    text-align: right;
    flex-direction: column;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn #btnbulk {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .account.marketplace-product-listitems .column.main .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    float: right;
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px);
  }
  .account.marketplace-product-listitems .column.main .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .account.marketplace-product-listitems .column.main .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child ul li:first-child {
    margin-right: 8px;
  }
  .account.marketplace-product-listitems .column.main tbody tr {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .account.marketplace-product-listitems .column.main tbody tr td {
    border-bottom: 0 !important;
  }
  .account.marketplace-product-listitems .column.main tbody tr td.col.title {
    padding-top: 12px !important;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.id {
    display: block !important;
    width: 80px;
    float: left;
    padding-right: 0;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.id::before {
    display: none !important;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.amount:last-child:before {
    display: none !important;
  }
  .account.marketplace-product-listitems .column.main tbody td.col {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    float: right;
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px);
  }
  .account.marketplace-product-listitems .column.main tbody td.col::before {
    content: attr(data-th);
    font-family: "David AA" !important;
    color: #212b36 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.25px !important;
    width: 40%;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.product,
  .account.marketplace-product-listitems .column.main tbody td.col.title,
  .account.marketplace-product-listitems .column.main tbody td.col.amount,
  .account.marketplace-product-listitems .column.main tbody td.col.expiry,
  .account.marketplace-product-listitems .column.main tbody td.col.status {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.amount ul li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.marketplace-product-listitems .column.main thead tr th {
    vertical-align: middle;
  }
  .account.marketplace-product-listitems .column.main tbody tr td {
    padding: 12px 8px;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.product,
  .account.marketplace-product-listitems .column.main tbody td.col.title,
  .account.marketplace-product-listitems .column.main tbody td.col.amount,
  .account.marketplace-product-listitems .column.main tbody td.col.expiry,
  .account.marketplace-product-listitems .column.main tbody td.col.status {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.marketplace-product-listitems .column.main tbody td.col.amount ul li a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn,
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn {
    width: 100%;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn a,
  .account.marketplace-product-listitems .column.main .listedbutton .rightbtn a {
    min-width: auto;
    width: 100%;
    padding: 13px 8px;
    color: #ffffff;
  }
  .account.marketplace-product-listitems .column.main .listedbutton .leftbtn a {
    padding: 0;
  }
}
/*Account Page Design By MA1135 Starts*/
.account .toolbar.bottom .pager .toolbar-amount,
.account .toolbar.bottom .pager .limiter {
  display: none;
}
.account .toolbar.bottom .pager .pages {
  margin: 16px 0;
}
.account .toolbar.bottom .pager .pages .pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account .toolbar.bottom .pager .pages .pages-items li {
  margin: 0;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f9f2;
}
.account .toolbar.bottom .pager .pages .pages-items li.current {
  background-color: #373432;
}
.account .toolbar.bottom .pager .pages .pages-items li.current a,
.account .toolbar.bottom .pager .pages .pages-items li.current strong {
  background-color: #373432;
  color: #ffffff;
}
.account .toolbar.bottom .pager .pages .pages-items li.disabled {
  opacity: 0.3;
}
.account .toolbar.bottom .pager .pages .pages-items li:not(:last-child) {
  margin-right: 8px;
}
.account .toolbar.bottom .pager .pages .pages-items li a,
.account .toolbar.bottom .pager .pages .pages-items li strong {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .account .toolbar.bottom .pager .pages .pages-items li.pages-item-next {
    position: initial;
  }
}
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous {
    position: initial;
  }
}
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f9f2;
}
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next a,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous a,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next strong,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous strong {
  background-color: #f2f9f2;
  border: 0;
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next a::before,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous a::before,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-next strong::before,
.account .toolbar.bottom .pager .pages .pages-items li.pages-item-previous strong::before {
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.wishlist-index-index .wishlist-toolbar,
.account.wishlist-index-index .actions-toolbar {
  display: none;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items {
  padding-top: 24px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid {
  margin-bottom: 32px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .action.edit {
  display: none;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
  margin: 0 -24px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 0 24px;
  margin-bottom: 40px;
  margin-left: 0;
  max-width: 360px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-details {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1224px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-details:hover {
    z-index: 1;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-details:hover .back-action-layer {
    display: flex;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-details:hover .product-item-inner {
    background: transparent;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
    position: initial;
    height: auto;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-details:hover .product-item-inner:before {
    display: none;
  }
}
@media screen and (min-width: 1224px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .back-action-layer {
    position: absolute;
    z-index: -1;
    background: #FFF;
    top: -8px;
    left: -8px;
    padding: 8px;
    box-shadow: 0px 2px 16px 4px rgba(40, 44, 63, 0.07000000000000001);
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    height: -webkit-calc(100% + 72px);
    height: -moz-calc(100% + 72px);
    height: calc(100% + 72px);
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .back-action-layer .back-action-layer {
    position: inherit;
    z-index: auto;
    background: transparent;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    display: block;
    transition: none;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .back-action-layer .product-item-actions {
    width: 100%;
    margin: 0;
  }
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info {
  width: 100%;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label-data {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label {
  padding: 2px 8px;
  font-family: "David AA";
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label:first-child {
    display: block;
  }
}
@media screen and (max-width: 1365px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label {
    display: none;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label {
    padding: 2px 4px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label:not(:first-child) {
    margin-left: 8px;
  }
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label .tag-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label .tag-images img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-photo .product-label:not(:first-child) {
  margin-left: 12px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .price-box {
  margin: 4px 0 11px 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: initial;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner {
  display: flex;
  margin: 8px 0 0 0;
  border: unset;
  background: #ffffff;
  top: 0;
  position: initial;
  height: auto;
  overflow: auto;
  width: 100%;
  padding: 0;
  box-shadow: none;
  align-items: center;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart {
  margin-bottom: 0px;
  width: 100%;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions {
  display: block;
  margin-top: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary {
  width: 100%;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .delete {
  margin-top: 0;
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info:hover {
  z-index: 1;
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -16px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 32px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1919px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -20px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 32px;
    margin-left: 0;
  }
}
@media screen and (max-width: 359px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    flex-direction: column;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .box-tocart {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    text-align: center;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.delete {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -8px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item {
    padding: 0 8px;
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    margin-bottom: 36px;
    border: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name,
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .price-box {
    margin-left: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner {
    justify-content: space-between;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart {
    margin-right: 0;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-right: auto;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    width: 100%;
    padding: 8px;
    min-width: auto;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-actions {
    margin-top: 0;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-actions .action.delete {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -10px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item {
    padding: 0 10px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-name,
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .price-box {
    margin-left: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner {
    justify-content: space-between;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart {
    margin-right: 0;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    width: 100%;
    padding: 8px;
    min-width: auto;
    font-size: 12px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-actions {
    margin-top: 0;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-actions .action.delete {
    margin-top: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items li.product-item .product-item-info .product-item-details .product-item-actions .action.delete::before {
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items {
    margin: 0 -16px;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item {
    padding: 0 16px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin-top: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
    padding: 8px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td:not(:first-child) {
    padding-top: 0;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td.actions {
    padding-bottom: 24px;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td.actions .action {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td.actions .action::after {
    display: none;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td.actions .action:not(:last-child) {
    margin-right: 24px;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper.orders-history tbody tr td[data-th]::before {
    content: attr(data-th);
    min-width: 25%;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.sales-order-history .page-main .column.main .table-wrapper thead tr th {
    padding: 8px;
    vertical-align: middle;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper tbody tr td {
    font-family: "David AA";
    color: #212b36;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    word-break: break-all;
    padding: 8px;
    vertical-align: middle;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper tbody tr td.actions .action {
    width: 100%;
    display: block;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper tbody tr td.actions .action::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.sales-order-history .page-main .column.main .table-wrapper thead tr th {
    padding: 8px;
    vertical-align: middle;
  }
  .account.sales-order-history .page-main .column.main .table-wrapper tbody tr td {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    word-break: break-all;
    padding: 8px;
    vertical-align: middle;
  }
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-default {
  margin-bottom: 16px;
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses {
  margin-bottom: 0;
  border-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 24px;
  padding: 0 12px;
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .user-name,
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .user-addr {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .user-region {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 16px;
}
.account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .actions-section .action.edit::after {
  content: '|';
  margin-left: 16px;
  padding-right: 16px;
  display: inline-block;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #cccccc;
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-default {
    margin-bottom: 24px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-default .block-content .box.box-address-billing {
    margin-bottom: 32px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list {
    margin-bottom: 32px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses {
    border-top: 0;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry {
    width: 100%;
    margin-bottom: 24px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .user-region {
    margin-bottom: 8px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses {
    margin-left: -8px;
    margin-right: -8px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry .actions-section .action.edit::after {
    margin-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses {
    margin-left: -8px;
    margin-right: -8px;
  }
  .account.customer-address-index .page-main .columns .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses .add-entry {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 8px;
  }
}
.modal-popup.bulk-import {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .modal-popup.bulk-import {
    left: 0;
  }
}
.modal-popup.bulk-import .modal-inner-wrap {
  max-width: 528px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  top: 50%;
  min-height: 432px;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-header {
  padding: 28px 0;
  border-bottom: 0;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-header .action-close {
  margin: 24px;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-header .action-close:before {
  content: "";
  background: url(../images/close.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content {
  border: 0;
  padding: 0 48px 48px 48px;
  box-shadow: none;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content .legend {
  border-color: #cccccc;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content .legend .title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  display: block;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .modal-popup.bulk-import .modal-inner-wrap .modal-content .legend .title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content .edit-link {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #212b36;
  background: transparent;
  width: auto;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
  margin-top: 16px;
  text-align: center;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content .edit-link:hover {
  border-color: transparent;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn {
  order: 1;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form #csv-file-import-error,
.modal-popup.bulk-import .modal-inner-wrap .modal-content form #zip-file-import-error {
  order: 3;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form button {
  order: 2;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 124px;
  padding: 10px;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn {
  max-width: 65%;
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn::file-selector-button {
  border: 1px solid #637381;
  padding: 10px 8px;
  min-width: auto;
  background-color: transparent;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn:hover::file-selector-button {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}
.modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn:not([disabled]):focus {
  box-shadow: none;
}
@media screen and (max-width: 399px) {
  .modal-popup.bulk-import .modal-inner-wrap .modal-content form {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .modal-popup.bulk-import .modal-inner-wrap .modal-content form .file-btn {
    max-width: 100%;
  }
  .modal-popup.bulk-import .modal-inner-wrap .modal-content form button {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .modal-popup.bulk-import .modal-inner-wrap .modal-content {
    padding: 0 20px 24px 20px;
    height: 100%;
  }
}
.modal-popup.bulk-import .modal-inner-wrap .modal-footer {
  display: none;
}
@media screen and (max-width: 991px) {
  .modal-popup.bulk-import .modal-inner-wrap {
    max-width: 100%;
    height: 100% !important;
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media {
    left: 0;
  }
}
.modal-popup.social-media .modal-inner-wrap {
  max-width: 528px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  top: 50%;
}
.modal-popup.social-media .modal-inner-wrap .modal-header {
  padding: 28px 0;
  border-bottom: 0;
}
.modal-popup.social-media .modal-inner-wrap .modal-header .action-close {
  margin: 24px;
}
.modal-popup.social-media .modal-inner-wrap .modal-header .action-close:before {
  content: "";
  background: url(../images/close.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.modal-popup.social-media .modal-inner-wrap .modal-content {
  border: 0;
  padding: 0 48px 48px 48px;
  box-shadow: none;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .legend {
  border-color: #cccccc;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .legend .title {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 16px;
  display: block;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media .modal-inner-wrap .modal-content .legend .title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.modal-popup.social-media .modal-inner-wrap .modal-content .legend .sub-title {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media .modal-inner-wrap .modal-content .legend .sub-title {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
.modal-popup.social-media .modal-inner-wrap .modal-content .field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .field.dropdown {
  flex-direction: column;
  margin-bottom: 24px;
  align-items: flex-start;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .field.dropdown label {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .field label {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .field select {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media .modal-inner-wrap .modal-content .field select {
    padding-right: 32px;
  }
}
.modal-popup.social-media .modal-inner-wrap .modal-content .add-to-bag-btn {
  margin-top: 16px;
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 240px;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .add-to-bag-btn:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.modal-popup.social-media .modal-inner-wrap .modal-content .add-to-bag-btn[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media .modal-inner-wrap .modal-content {
    padding: 0 20px 24px 20px;
    height: 100%;
  }
  .modal-popup.social-media .modal-inner-wrap .modal-content form {
    height: 100%;
    position: relative;
  }
  .modal-popup.social-media .modal-inner-wrap .modal-content form .add-to-bag-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.modal-popup.social-media .modal-inner-wrap .modal-footer {
  display: none;
}
@media screen and (max-width: 991px) {
  .modal-popup.social-media .modal-inner-wrap {
    max-width: 100%;
    height: 100% !important;
    background-color: #ffffff !important;
  }
}
/*Account Page Design By MA1135 Ends*/
/*Listed Item Page LEFT-RIGHT Button Design Starts*/
.admin__data-grid-pager button.action-previous {
  height: 30px;
  border: 0;
}
.admin__data-grid-pager button.action-previous::before {
  content: '';
  background-image: url("../images/Single_Left.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
}
.admin__data-grid-pager button.action-next {
  height: 30px;
  border: 0;
}
.admin__data-grid-pager button.action-next::before {
  content: '';
  background-image: url("../images/Single_Right.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .admin__data-grid-pager-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.admin__data-grid-pager-wrap .selectmenu {
  margin-right: 4px;
}
.admin__data-grid-pager-wrap .selectmenu .selectmenu-item-edit button.action-save::before {
  content: '';
  background-image: url("../images/Single_Right.svg");
  height: 12px;
  width: 12px;
  background-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-listitems .data-grid-th._draggable {
    pointer-events: none;
  }
  .marketplace-product-listitems .column.main tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .marketplace-product-listitems .column.main tr th,
  .marketplace-product-listitems .column.main tr td {
    width: 160px;
    display: inline-block;
    text-align: center;
    border: 0;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .marketplace-product-listitems .column.main tr th:first-child,
  .marketplace-product-listitems .column.main tr td:first-child {
    width: 120px;
  }
  .marketplace-product-listitems .column.main tr th a,
  .marketplace-product-listitems .column.main tr td a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .marketplace-product-listitems .column.main tr .data-grid-thumbnail-cell img {
    width: 72px;
  }
  .marketplace-product-listitems .column.main tr td.data-grid-actions-cell a {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .marketplace-product-listitems .column.main tr td.data-grid-actions-cell .action-select-wrap .action-select {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .marketplace-product-listitems .column.main tr td.data-grid-actions-cell .action-select-wrap .action-select:after {
    margin: 0 0 0 0.7rem;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    border-color: #212b36 transparent transparent transparent;
  }
  .marketplace-product-listitems tr._odd-row {
    background-color: #f5f5f5;
  }
}
/*Listed Item Page LEFT-RIGHT Button Design Ends*/
@media screen and (max-width: 767px) {
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .maglisticol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemnamecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitempricecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemexpirycol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemstatuscol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemvipcol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemvipnamecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemactioncol {
    min-width: max-content;
    margin-right: 12px;
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .maglisticol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemnamecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitempricecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemexpirycol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemstatuscol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemvipcol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemvipnamecol,
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .magitemactioncol {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td button.action-select {
    display: none;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .action-menu {
    display: flex;
    position: initial;
    border: 0;
    box-shadow: none;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .action-menu li {
    margin: 0;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .action-menu li:first-child a {
    padding-left: 0;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody td .action-menu li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody tr td {
    width: 100%;
    text-align: left;
    padding: 4px 0;
    display: flex;
    align-items: center;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody tr td:first-child {
    padding-top: 16px;
  }
  .marketplace-product-listitems .page-main .columns .admin__data-grid-outer-wrap .data-grid tbody tr td:last-child {
    padding-bottom: 12px;
  }
}
.block .input_link input#input-link-text {
  margin-top: 20px;
}
.block .input_link button.button.affiliate_button#copy-button-link.action.primary {
  border: 1px solid #373432;
  padding: 13px;
  background-color: #373432;
  font-family: david aa;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1074px) {
  .block .input_link button.button.affiliate_button#copy-button-link.action.primary {
    float: none;
    width: 100% !important;
    max-width: 432px;
  }
}
.block .input_link button.button.affiliate_button#copy-button-link.action.primary:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.block .input_link button.button.affiliate_button#copy-button-link.copied {
  border: 1px solid #373432;
  padding: 13px;
  background-color: #373432;
  font-family: david aa;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .account .page-main .columns .column.main form {
    width: 100%;
  }
  .account .page-main .columns .column.main form .actions-toolbar {
    float: none;
    width: 100%;
    max-width: 432px;
  }
}
.account .page-main .columns .column.main form .fieldset .field {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .account .page-main .columns .column.main form .fieldset .field {
    margin-right: 0;
  }
}
.account .page-main .columns .column.main form .fieldset .field.choice label.label {
  vertical-align: bottom;
}
.account .page-main .columns .column.main form .fieldset .field.choice label.label a {
  padding-top: 5px;
}
.account .page-main .columns .column.main form .fieldset .field.choice .checkbox {
  float: left;
}
@media (max-width: 767px) {
  #form-validate fieldset.fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  #form-validate fieldset.fieldset .actions-toolbar {
    float: none;
    width: 100%;
    max-width: 432px;
  }
}
#form-validate fieldset.fieldset.affiliate-widget .field label {
  display: flex;
  align-items: center;
}
#affiliate-widget .affiliate-additional {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}
#affiliate-widget .affiliate-additional .widget-product {
  text-align: center;
  margin-bottom: 15px;
}
#affiliate-widget .affiliate-additional .widget-product .product-image {
  margin-bottom: 8px;
}
#copy-button button.button.affiliate_button#copy-widget {
  border: 1px solid #373432;
  padding: 13px;
  background-color: #373432;
  font-family: david aa;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
}
#copy-button button.button.affiliate_button#copy-widget.action.primary {
  border: 1px solid #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.modal-popup.modal-slide .action-close:before {
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 10px;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  width: 100%;
  max-width: 500px;
}
.modal-popup.modal-slide._inner-scroll .modal-content {
  width: 80%;
  margin: auto;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.modal-popup.modal-slide._inner-scroll .modal-content .primary {
  width: 100%;
}
.modal-popup.modal-slide._inner-scroll .modal-content .primary input#upload-button {
  border: 1px solid #373432;
  padding: 13px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
}
.modal-popup.modal-slide._inner-scroll .modal-content .primary input#upload-button:hover {
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.modal-popup.modal-slide._inner-scroll .modal-content .fieldset {
  margin: 0 0 20px;
}
.modal-popup.modal-slide._inner-scroll .modal-content .fieldset .legend {
  display: none;
}
.modal-popup.modal-slide._inner-scroll .modal-content .fieldset .field.required input {
  width: 100%;
}
.modal-popup.modal-slide._inner-scroll .modal-content .fieldset .field.required input::file-selector-button {
  border: 1px solid #ccc;
  width: 50%;
  height: 48px;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.modal-popup.modal-slide._inner-scroll header.modal-header {
  border: none;
}
.modal-popup.modal-slide._inner-scroll .modal-footer {
  display: none;
}
@media (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 20px;
  }
  .modal-popup.modal-slide .action-close:before {
    top: 5px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 94.5%;
    min-height: auto;
    background-color: #fff;
    margin-top: 50px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content {
    width: 90%;
  }
  .modal-popup.modal-slide._inner-scroll header.modal-header {
    padding: 18px 14px 10px 14px;
  }
}
.pip.col-sm-3.col-4.boxDiv {
  height: 190px;
  width: 130px;
  float: left;
}
@media (max-width: 1100px) {
  .pip.col-sm-3.col-4.boxDiv {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .pip.col-sm-3.col-4.boxDiv {
    height: 150px;
  }
}
.pip.col-sm-3.col-4.boxDiv:last-child {
  float: none;
}
video.prescriptions {
  margin-top: 45px;
}
@media (max-width: 1100px) {
  video.prescriptions {
    margin-top: 39px;
  }
}
@media (max-width: 767px) {
  video.prescriptions {
    margin-top: 30px;
  }
}
/*Message Listing Page Start*/
.messenger-index-index .page-main {
  padding-left: 252px;
  padding-right: 252px;
}
.messenger-index-index .page-main .column.main .page-title-wrapper {
  border-bottom: 1px solid #cccccc;
}
.messenger-index-index .page-main .column.main .page-title-wrapper .page-title {
  margin-top: 0px;
  padding-bottom: 0px;
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
.messenger-index-index .page-main .column.main hr {
  margin-top: 16px;
  margin-bottom: 08px;
}
.messenger-index-index .page-main .column.main table table,
.messenger-index-index .page-main .column.main table th,
.messenger-index-index .page-main .column.main table tr {
  border-bottom: 1px solid #cccccc;
}
.messenger-index-index .page-main .column.main table thead tr th {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.messenger-index-index .page-main .column.main table tbody tr td {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.messenger-index-index .page-main .column.main table tbody tr td .reply {
  color: #212b36;
  border-bottom: 1px solid #212b36;
}
.messenger-index-index .page-main .column.main table tbody tr td .reply:hover {
  border-bottom: none;
}
.messenger-index-index .page-main .column.main table tbody tr.message-tree-viewed td {
  color: #919eab;
}
.messenger-index-index .page-main .column.main table tbody tr.message-tree-viewed td .reply {
  color: #919eab;
  border-bottom: 1px solid #919eab;
}
.messenger-index-index .page-main .column.main table tbody tr.message-tree-viewed td .reply:hover {
  color: #212b36;
  border-bottom: none;
  border-bottom: 1px solid #212b36;
}
@media screen and (max-width: 767px) {
  .messenger-index-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .messenger-index-index .page-main .column.main {
    padding-left: 0px;
  }
  .messenger-index-index .page-main .column.main .page-title-wrapper .page-title {
    margin-top: 20px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .messenger-index-index .page-main .column.main table thead {
    display: none;
  }
  .messenger-index-index .page-main .column.main table tbody {
    display: block;
    vertical-align: middle;
    margin-top: 0px;
  }
  .messenger-index-index .page-main .column.main table tbody tbody,
  .messenger-index-index .page-main .column.main table tbody tr,
  .messenger-index-index .page-main .column.main table tbody td {
    display: block;
    padding: 10px 8px;
  }
  .messenger-index-index .page-main .column.main table tbody tr {
    vertical-align: inherit;
    display: block;
    padding: 0px;
    margin-top: 24px;
  }
  .messenger-index-index .page-main .column.main table tbody tr td {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .messenger-index-index .page-main .column.main table tbody tr td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
  }
  .messenger-index-index .page-main .column.main table tbody tr .action {
    padding-bottom: 16px;
  }
  .messenger-index-index .page-main .column.main table tbody tr .action:before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .messenger-index-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .messenger-index-index .page-main .column.main table thead tr th {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .column.main table tbody tr td {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .column.main table tbody tr .action .reply {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .messenger-index-index .page-main {
    padding-left: 70px;
    padding-right: 70px;
  }
  .messenger-index-index .page-main .column.main table thead tr th {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .column.main table tbody tr td {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .column.main table tbody tr .action .reply {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .messenger-index-index .page-main {
    padding-left: 72px;
    padding-right: 72px;
  }
  .messenger-index-index .page-main .columns .column.main .page-title-wrapper .page-title {
    margin-top: 08px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
  }
  .messenger-index-index .page-main .columns table thead tr th {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .columns table tbody tr td {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 0px;
  }
  .messenger-index-index .page-main .columns table tbody tr td a {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
/*Message Listing Page Ends*/
/*Message Details Page Start*/
.messenger-index-reply .page-main {
  padding-left: 252px;
  padding-right: 252px;
}
.messenger-index-reply .page-main .column.main .page-title-wrapper {
  display: none;
}
.messenger-index-reply .page-main .column.main .sellername {
  position: relative;
}
.messenger-index-reply .page-main .column.main .sellername:before {
  content: "";
  background-image: url("../images/arrow-left.png");
  position: absolute;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 20px;
}
.messenger-index-reply .page-main .column.main .sellername h4 {
  font-family: "Cirka";
  color: #212b36;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  padding-top: 16px;
}
.messenger-index-reply .page-main .column.main hr {
  margin-bottom: 16px;
}
.messenger-index-reply .page-main .column.main h2 {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-top: 0px;
}
.messenger-index-reply .page-main .column.main p.legend {
  font-family: "David AA";
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding-bottom: 12px;
  padding-top: 4px;
}
.messenger-index-reply .page-main .column.main .message-detail {
  border-bottom: 1px solid #cccccc;
  margin-top: 16px;
}
.messenger-index-reply .page-main .column.main .message-detail span {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.messenger-index-reply .page-main .column.main .message-detail p {
  font-family: "David AA";
  color: #212b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  word-break: break-word;
}
.messenger-index-reply .page-main .column.main .message-detail .inner-msg {
  text-align: right;
  margin-bottom: 16px;
}
.messenger-index-reply .page-main .column.main .message-detail .inner-msg .date {
  color: #637381;
}
.messenger-index-reply .page-main .column.main #sellerreply {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}
.messenger-index-reply .page-main .column.main #sellerreply input[type="text"] {
  max-width: calc(100% - 184px);
  max-height: 48px;
  order: 1;
}
.messenger-index-reply .page-main .column.main #sellerreply .mage-error {
  margin-top: 4px;
  order: 3;
}
.messenger-index-reply .page-main .column.main #sellerreply button {
  border: 1px solid #373432;
  padding: 13px;
  min-width: 160px;
  background-color: #373432;
  font-family: "David AA";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  max-width: 160px;
  max-height: 48px;
  margin-left: 24px;
  order: 2;
}
.messenger-index-reply .page-main .column.main #sellerreply button:hover {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  border-color: #a2aa9a;
  background-color: #a2aa9a;
  color: #212b36;
}
.messenger-index-reply .page-main .column.main #sellerreply button[disabled] {
  background-color: #f5f6f5;
  color: #919eab;
}
@media screen and (max-width: 767px) {
  .messenger-index-reply .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .messenger-index-reply .page-main .columns {
    padding-top: 0px;
    margin-bottom: 64px;
  }
  .messenger-index-reply .page-main .columns .column.main .sellername {
    position: relative;
  }
  .messenger-index-reply .page-main .columns .column.main .sellername:before {
    left: 0px;
    top: 44px;
  }
  .messenger-index-reply .page-main .columns .column.main .sellername h4 {
    margin-top: 24px;
    padding-left: 32px;
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .messenger-index-reply .page-main .columns .column.main hr {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .messenger-index-reply .page-main .columns .column.main h2 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-top: 16px;
    padding-top: 0px;
  }
  .messenger-index-reply .page-main .columns .column.main .message-detail {
    display: block;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .messenger-index-reply .page-main .columns .column.main .message-detail span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .messenger-index-reply .page-main .columns .column.main .message-detail p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .messenger-index-reply .page-main .columns .column.main .message-detail .inner-msg {
    margin-bottom: 32px;
  }
  .messenger-index-reply .page-main .columns .column.main .message-detail .inner-msg .date {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
    float: left;
  }
  .messenger-index-reply .page-main .columns .column.main #sellerreply {
    margin-top: 24px;
    display: block;
  }
  .messenger-index-reply .page-main .columns .column.main #sellerreply input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
  .messenger-index-reply .page-main .columns .column.main #sellerreply button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
  }
  .messenger-index-reply .page-main .columns .column.main #sellerreply button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .messenger-index-reply .page-main .columns .column.main #sellerreply button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .messenger-index-reply .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .messenger-index-reply .page-main .column.main h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .messenger-index-reply .page-main .column.main hr {
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main h2 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-top: 0px;
  }
  .messenger-index-reply .page-main .column.main .message-detail {
    border-bottom: 1px solid #cccccc;
    margin-top: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main .message-detail p {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg {
    text-align: right;
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg .date {
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main #sellerreply {
    display: flex;
    margin-top: 24px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply input[type="text"] {
    max-height: 48px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: 48px;
    margin-left: 16px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .messenger-index-reply .page-main {
    padding-left: 40px;
  }
  .messenger-index-reply .page-main .column.main h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
  }
  .messenger-index-reply .page-main .column.main hr {
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main h2 {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-top: 0px;
  }
  .messenger-index-reply .page-main .column.main .message-detail {
    border-bottom: 1px solid #cccccc;
    margin-top: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main .message-detail p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg {
    text-align: right;
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg .date {
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main #sellerreply {
    display: flex;
    margin-top: 24px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply input[type="text"] {
    max-height: 48px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: 48px;
    margin-left: 16px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .messenger-index-reply .page-main {
    padding-left: 72px;
    padding-right: 72px;
  }
  .messenger-index-reply .page-main .column.main h4 {
    font-family: "Cirka";
    color: #212b36;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
  }
  .messenger-index-reply .page-main .column.main hr {
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main h2 {
    font-family: "David AA";
    color: #212b36;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
  .messenger-index-reply .page-main .column.main .message-detail {
    border-bottom: 1px solid #cccccc;
    margin-top: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail span {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main .message-detail p {
    font-family: "David AA";
    color: #212b36;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg {
    text-align: right;
    margin-bottom: 16px;
  }
  .messenger-index-reply .page-main .column.main .message-detail .inner-msg .date {
    color: #637381;
  }
  .messenger-index-reply .page-main .column.main #sellerreply {
    display: flex;
    margin-top: 24px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply input[type="text"] {
    max-height: 48px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button {
    border: 1px solid #373432;
    padding: 13px;
    min-width: 160px;
    background-color: #373432;
    font-family: "David AA";
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: 48px;
    margin-left: 24px;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button:hover {
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    border-color: #a2aa9a;
    background-color: #a2aa9a;
    color: #212b36;
  }
  .messenger-index-reply .page-main .column.main #sellerreply button[disabled] {
    background-color: #f5f6f5;
    color: #919eab;
  }
}
/*Message Details Page Ends*/
/*Order Details Page*/
.sales-order-view .page-main .column.main .order-status-detail .order-status-main .box-title {
  margin-right: 32px;
}
.sales-order-view .page-main .column.main .payment-mode-wrapp .box-title {
  margin-right: 32px;
}
.sales-order-view .page-main .column.main .payment-mode-wrapp .box-content .payment-method .title {
  font-family: "David AA";
  color: #212b36;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.sales-order-view .page-main .column.main .payment-mode-wrapp .box-content .payment-method .content .data.table tbody tr th {
  border-top: 0px;
  padding: 0px;
  padding-top: 08px;
  padding-right: 16px;
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.sales-order-view .page-main .column.main .payment-mode-wrapp .box-content .payment-method .content .data.table tbody tr td {
  font-family: "David AA";
  color: #212b36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-top: 0px;
  padding-top: 08px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.sales-order-view .page-main .column.main .custom-info-orderpage .box-title {
  margin-right: 0px !important;
  padding-right: 48px;
}
.sales-order-view .page-main .column.main .custom-info-orderpage .box-title .info-contact {
  margin-left: 32px;
  padding-left: 0px;
}
.sales-order-view .page-main .column.main .box.box-order-shipping-address .box-title {
  margin-right: 32px;
}
.sales-order-view .page-main .column.main .block.block-order-details-comments .block-title {
  padding-top: 24px;
  padding-bottom: 0px;
}
.sales-order-view .page-main .column.main .block.block-order-details-comments .items.order-links {
  display: none;
}
.sales-order-view .page-main .column.main .items.order-links .nav.item {
  display: none;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .order-title {
  display: block;
  padding-bottom: 0px;
  border-bottom: none;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.custimg {
  max-width: 120px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .product.name.product-item-name {
  margin-bottom: 08px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .product.name.product-item-name a {
  padding-left: 16px;
  border-bottom: none;
  text-decoration: none;
  padding-bottom: 0px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .item-options {
  padding-left: 16px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .item-options .label {
  display: flex;
  margin-bottom: 08px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .item-options .label dt {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tbody tr .col.name .item-options .label dd {
  font-family: "David AA";
  color: #212b36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
  padding-left: 08px;
}
.sales-order-view .page-main .column.main .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items tfoot .grand_total {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .sales-order-view .page-main .column.main .page-title-wrapper .page-title {
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 32px;
  }
  .sales-order-view .page-main .column.main .page-title-wrapper .page-title:before {
    left: 08px !important;
    top: 16px !important;
  }
  .sales-order-view .page-main .column.main .order-status-detail {
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
  }
  .sales-order-view .page-main .column.main .order-status-detail .order-status-main {
    order: 2;
  }
  .sales-order-view .page-main .column.main .order-status-detail .order-status-main .box-title {
    margin-right: 08px !important;
  }
  .sales-order-view .page-main .column.main .order-status-detail .order-status-main .order-status {
    margin-bottom: 0px;
  }
  .sales-order-view .page-main .column.main .order-status-detail .order-date {
    order: 1;
  }
  .sales-order-view .page-main .column.main .custom-info-orderpage {
    display: flex;
  }
  .sales-order-view .page-main .column.main .custom-info-orderpage .box-title {
    padding-right: 20px;
  }
  .sales-order-view .page-main .column.main .custom-info-orderpage .info-contact {
    padding-left: 08px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .sales-order-view .page-main .column.main .payment-mode-wrapp .box-title {
    margin-right: 08px;
  }
  .sales-order-view .page-main .column.main .payment-mode-wrapp .content .data.table tbody tr {
    margin-bottom: 0px;
  }
  .sales-order-view .page-main .column.main .box.box-order-shipping-address .box-title {
    margin-right: 24px;
  }
  .sales-order-view .page-main .column.main .block.block-order-details-comments .block-title {
    display: none;
  }
  .sales-order-view .page-main .column.main .order-details-items.ordered .order-title {
    border-bottom: none;
    padding-bottom: 16px;
    padding-top: 24px;
  }
  .sales-order-view .page-main .column.main .items.order-links {
    display: none;
  }
  .sales-order-view .page-main .column.main tbody tr {
    width: 100%;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg {
    width: auto !important;
    height: auto;
    float: left;
    padding-bottom: 0px !important;
    max-height: 104px;
    padding-top: 0px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg:before {
    display: none;
    content: none;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg a {
    max-width: 104px;
    max-height: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg span {
    max-width: 104px;
    max-height: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg .new-product-image-photo {
    width: 98%;
    max-width: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name {
    width: calc(100% - 120px) !important;
    display: grid;
    text-align: left;
    padding-bottom: 00px !important;
    padding-top: 0px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name:before {
    display: none;
    content: none;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name .product.name.product-item-name {
    display: inline-table;
    overflow: unset;
    text-overflow: unset;
    text-align: left;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name .product.name.product-item-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty {
    width: calc(100% - 120px) !important;
    text-align: left;
    margin-left: 16px;
    padding: 0px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty:before {
    display: none;
    content: none;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty .items-qty {
    vertical-align: top;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.subtotal {
    width: calc(100% - 120px) !important;
    text-align: left;
    margin-left: 16px;
    padding-top: 04px !important;
    padding-bottom: 04px !important;
    margin-bottom: 08px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.subtotal::before {
    display: none;
    content: none;
  }
  .sales-order-view .page-main .column.main .table-order-items tfoot {
    width: 95% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sales-order-view .page-main .column.main .page-title-wrapper .page-title {
    padding-left: 12px !important;
  }
  .sales-order-view .page-main .column.main .page-title-wrapper .page-title:before {
    left: -8px !important;
  }
  .sales-order-view .page-main .column.main .items.order-links {
    padding-top: 08px !important;
  }
  .sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    display: none;
  }
  .sales-order-view .page-main .column.main .order-details-items.ordered .order-title {
    border-bottom: none;
    font-family: "Cirka";
    color: #212b36;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding-bottom: 0px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg {
    display: inline-block;
    width: 70% !important;
    max-width: 70%;
    max-width: 104px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg a {
    text-decoration: none;
    display: inline-block;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg a .product-image-container {
    display: inline-block;
    max-width: 100%;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg a .product-image-container .product-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 70%;
    max-width: 104px;
    max-height: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.custimg a .product-image-container .product-image-wrapper .new-product-image-photo {
    width: 100%;
    max-width: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name {
    width: 47%;
    padding-left: 16px !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name .product.name.product-item-name {
    display: inline-table;
    overflow: unset;
    text-overflow: unset;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.name .product.name.product-item-name a {
    display: inline-table;
    text-align: left;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty {
    width: 15% !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty .items-qty {
    margin: 0;
    padding: 0;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty .items-qty .content {
    display: inline-flex;
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.qty .items-qty .content .qty-txt {
    font-family: "David AA";
    color: #212b36;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.subtotal {
    width: 15% !important;
  }
  .sales-order-view .page-main .column.main tbody tr td.col.subtotal .price-excluding-tax {
    display: block;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .sales-order-view .page-main .column.main tbody tr .col.custimg {
    max-width: 104px !important;
  }
  .sales-order-view .page-main .column.main tbody tr .col.custimg .product-image-container {
    max-width: 90%;
  }
  .sales-order-view .page-main .column.main tbody tr .col.custimg .product-image-container .product-image-wrapper {
    width: 90%;
    max-width: 104px !important;
    max-height: 104px;
  }
  .sales-order-view .page-main .column.main tbody tr .col.custimg .product-image-container .product-image-wrapper .new-product-image-photo {
    width: 100% !important;
    max-width: 104px !important;
  }
  .sales-order-view .page-main .column.main tbody tr .col.name {
    padding-left: 24px !important;
  }
  .sales-order-view .page-main .column.main tbody tr .col.name .product.name.product-item-name a {
    padding-left: 0px !important;
  }
}
.customer-account-index .page-main .columns,
.marketplace-product-listitems .page-main .columns,
.messenger-index-index .page-main .columns,
.sales-order-history .page-main .columns,
.wishlist-index-index .page-main .columns,
.customer-address-index .page-main .columns,
.customer-account-edit .page-main .columns {
  padding-top: 30px;
}
.customer-account-index .page-main .columns .column.main .page-title-wrapper .page-title,
.marketplace-product-listitems .page-main .columns .column.main .page-title-wrapper .page-title,
.messenger-index-index .page-main .columns .column.main .page-title-wrapper .page-title,
.sales-order-history .page-main .columns .column.main .page-title-wrapper .page-title,
.wishlist-index-index .page-main .columns .column.main .page-title-wrapper .page-title,
.customer-address-index .page-main .columns .column.main .page-title-wrapper .page-title,
.customer-account-edit .page-main .columns .column.main .page-title-wrapper .page-title {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .page-header .header-left .block-search .label.active + .control input {
    position: absolute;
    left: 50%;
    top: -12px;
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .page-header .header-left .search-autocomplete {
    left: 0;
    margin-top: 36px;
  }
}
