/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
  color: #fcb800;
}
.abs-revert-to-action-secondary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.mgz__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: "\e939";
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.abs-field-date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
.cms-home-onecolumn .main-slider-full {
  margin-bottom: 15px;
}
/* ============================================ *
 * Blog
 * ============================================ */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !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.
 */
.blog-post-item-title {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-top: 0;
  margin-top: 0;
}
.blog-post-item-title a {
  text-decoration: none;
}
.blog-post-item-meta {
  margin-bottom: 1.1rem;
}
.tag-items {
  margin: 0;
  padding: 0;
}
.tag-items .tag-item {
  list-style: none;
  display: inline-block;
}
.tag-items .tag-item .tag-item-link {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: block;
  height: 28px;
  line-height: 26px;
  padding: 0 18px 0 21px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tag-items .tag-item .tag-item-link::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 8px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag-items .tag-item .tag-item-link::after {
  background: #fff;
  border-bottom: 14px solid transparent;
  border-left: 12px solid #eee;
  border-top: 15px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tag-items .tag-item .tag-item-link:hover {
  background-color: crimson;
  color: white;
}
.tag-items .tag-item .tag-item-link:hover::after {
  border-left-color: crimson;
}
.author-details {
  list-style-type: none;
  display: flex;
  background-color: rgba(246, 246, 246, 0.4);
  background: rgba(246, 246, 246, 0.4);
  padding: 8px;
}
.blog-post-list {
  list-style: none;
  padding: 0;
}
.blog-post-list .blog-post-list-item {
  margin-bottom: 2.2rem;
}
.blog-post-list .blog-post-list-item .blog-post-item-image {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-post-list .blog-post-list-item .blog-post-item-image .post-image {
  max-width: 100%;
}
.blog-post-list .blog-post-list-item .blog-post-item-short-content {
  display: block;
  overflow: hidden;
  max-height: 150px;
}
.blog-post-list .blog-post-list-item .blog-post-item-meta {
  color: #7a7a7a;
}
.blog-post-list .blog-post-list-item .read-more .post-link {
  color: #EB384B;
}
.post-items-widget-post-grid .blog-post-list-item {
  margin-bottom: 2.2rem;
}
.blog-post-info {
  padding: 0;
  margin-bottom: 1.1rem;
}
.blog-post-info li {
  list-style: none;
  display: inline-block;
}
.post-items {
  margin-top: 1rem;
  padding: 0 14px;
}
.post-detail-title h1 {
  margin-bottom: 10px;
}
.post-detail-content {
  margin-bottom: 1.5rem;
}
.topic-items {
  padding: 0;
}
.topic-items .topic-item {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.topic-items .topic-item a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #666;
  text-transform: capitalize;
  padding-right: 10px;
}
.topic-items .topic-item a:hover {
  color: #272727;
  background: #e8e8e8;
}
.author-images {
  box-sizing: border-box;
  max-width: 200px;
}
.author-images .author-image {
  max-width: 150px;
}
.author-description {
  margin-left: 20px;
}
.author-description strong.author-full-name {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-transform: capitalize;
}
.toolbar.review-toolbar {
  border: none;
}
.author-link .author-name {
  text-transform: capitalize;
  font-weight: 500;
}
@font-face {
  font-family: 'svgicons';
  src: url('../ForaStudio_AppleSignin/fonts/svgicons.woff2') format('woff2'), url('../ForaStudio_AppleSignin/fonts/svgicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.clr {
  width: 100%;
  float: left;
}
.modal-inner-wrap.fs-social-popup {
  width: 80%;
  border: 0;
  border-radius: 8px;
  max-width: 650px;
  background: none;
  min-height: auto;
}
.modal-inner-wrap.fs-social-popup .modal-header {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  background: #000;
  margin: 16px 16px 0 0;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.fs-social-popup .modal-header .action-close:before {
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.modal-inner-wrap.fs-social-popup .modal-header .modal-title {
  background: #e7e7e7;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0px 0px;
  display: block;
  padding: 14px 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content {
  background: #fff;
  padding: 18px 40px 20px;
  border-radius: 0px 0px 4px 4px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list .login-label,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list .input-text,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list label.required:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box label.required:after {
  color: red;
  content: " *";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register #fs-forgot-password {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register #fs-AppleSignin-create {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .actions-toolbar .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .fs-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .secondary .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 116px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user:after {
  top: 100px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-form-popup .password-strength-meter {
  padding: 0 5px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list .login-label,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list .input-text,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list label.required:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box label.required:after {
  color: red;
  content: " *";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register #fs-forgot-password {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register #fs-AppleSignin-create {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .actions-toolbar .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .fs-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .secondary .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 200px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple {
  float: right;
  width: 42%;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-h3 {
  border: 0;
  margin: 8px 0 12px;
  padding: 0 0 4px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li {
  padding: 0 12px 0px 0;
  width: 220px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button:hover {
  opacity: .9;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span {
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span .fa {
  width: 32px;
  background: #b7b7b7;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px 0 0 3px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span span {
  padding: 0 0 0 14px;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100% !important;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li {
  display: block;
  margin: 0;
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button {
  border-radius: 2px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button:hover {
  opacity: .9;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span {
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span .fa {
  width: 32px;
  height: 32px;
  background: #b7b7b7;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-login-h3 {
  color: #666;
  font-family: "tahoma", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 4px;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  margin: 8px 0 12px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 6px 10px;
  min-width: 110px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#fs-login-apple {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 27%;
  box-sizing: border-box;
}
#fs-login-apple .fs-login-h3 {
  border-bottom: #ddd solid 1px;
  margin: 20px 0 20px 0;
  padding: 0 0 12px;
}
#fs-login-apple .fs-login-apple {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px;
}
#fs-login-apple .fs-login-apple li {
  padding: 0 5px;
  float: left;
  margin: 0;
  width: 50%;
  box-sizing: border-box;
}
#fs-login-apple .fs-login-apple li button {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 45px;
  color: #333;
  height: 45px;
  padding: 0;
}
#fs-login-apple .fs-login-apple li button:hover {
  opacity: .9;
}
#fs-login-apple .fs-login-apple li button span {
  padding: 0;
}
#fs-login-apple .fs-login-apple li button span .fa {
  width: 50px;
  height: 45px;
  color: #333;
  background: #b7b7b7;
  font-size: 22px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 45px;
  border-radius: 3px 0 0 3px;
}
#fs-login-apple .fs-login-apple li button span span {
  padding: 0 0 0 20px;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#fs-login-apple .fs-login-apple-btn,
#fs-login-apple .fs-login-apple-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100%;
  float: left;
}
#fs-login-apple .fs-login-apple-btn li,
#fs-login-apple .fs-login-apple-all li {
  display: block;
  margin: 0;
  padding: 0;
}
#fs-login-apple .fs-login-apple-btn li button,
#fs-login-apple .fs-login-apple-all li button {
  border-radius: 3px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
#fs-login-apple .fs-login-apple-btn li button:hover,
#fs-login-apple .fs-login-apple-all li button:hover {
  opacity: .9;
}
#fs-login-apple .fs-login-apple-btn li button:not(.primary),
#fs-login-apple .fs-login-apple-all li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
#fs-login-apple .fs-login-apple-btn li button span,
#fs-login-apple .fs-login-apple-all li button span {
  padding: 0;
}
#fs-login-apple .fs-login-apple-btn li button span .fa,
#fs-login-apple .fs-login-apple-all li button span .fa {
  width: 32px;
  height: 32px;
  color: #333;
  background: #b7b7b7;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
#fs-login-apple .fs-login-apple-btn li button span span,
#fs-login-apple .fs-login-apple-all li button span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
#fs-login-apple #fs-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  display: block;
  margin: 0 0 0px 0;
  font-weight: bold;
  clear: both;
  padding: 6px 10px;
  min-width: 110px;
}
#fs-login-apple #fs-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#fs-login-apple #fs-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-apple {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0 0 26px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form {
  width: 52%;
  padding: 0 0 0 40px;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-login-user,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-forgot-user {
  min-height: 324px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-forgot-user:after {
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user {
  width: 52%;
  padding: 0 0 26px 40px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple {
  width: 48%;
  float: left;
  border-top: 0;
  border-bottom: 0px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .social-popup.modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup {
    min-height: auto;
    border-radius: 4px;
    margin: 14px;
    max-width: 740px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple {
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user {
    border-left: 0;
    padding: 0 0 26px;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content {
    padding: 18px 26px 20px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form {
    border: 0;
    padding: 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user:after,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .AppleSignin-input-box,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .AppleSignin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .AppleSignin-input-box .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .AppleSignin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user {
    border: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 16px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple .fs-login-apple {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple .fs-login-apple-all {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple #fs-more-less {
    clear: both;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple:after {
    left: 50%;
    text-align: center;
    position: absolute;
    line-height: 28px;
    top: -16px;
    margin: 0 0 0 -15px;
    border-radius: 100px;
    background: #fff;
    width: 30px;
    height: 30px;
    content: "or";
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #666;
    display: inline-block;
  }
}
#apple_btn {
  border: 1px solid #507cbe;
}
#google_btn {
  border: 1px solid #de4b39;
}
#google_btn .fa {
  background: #de4b39 url('../images/gplus.png') no-repeat center center !important;
}
#remember-me-box {
  margin-top: 20px;
  width: 100%;
  float: left;
}
#remember-me-box .label {
  box-sizing: border-box;
  padding-right: 0;
}
#remember-me-box .label span {
  font-size: 15px;
  color: #333;
}
#remember-me-box .label:before {
  background: #fff;
}
.customer-account-create #fs-login-apple {
  padding-right: 0;
}
.customer-account-create #fs-login-apple .fs-login-apple {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1300px) {
  #fs-login-apple,
  .info-safe {
    padding-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  #fs-login-apple .fs-login-apple li {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.customer-account-login #fs-login-apple {
  display: block !important;
}
.product-discount-label-container {
  background: #FBAF43;
  font-size: 18px;
  -webkit-border-radius: 5px;
  line-height: 20px;
  font-weight: 700;
  padding: 2px 10px;
  display: block;
  width: 100px;
  color: #383838;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
.buy-now-btn {
  margin-right: 1%;
  width: 49%;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.faq-collection {
  margin-bottom: 20px;
}
.faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.faq-collection .ui-state-default,
.faq-collection .ui-widget-content .ui-state-default,
.faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.faq-collection .ui-state-hover a,
.faq-collection .ui-state-hover a:hover,
.faq-collection .ui-state-hover a:link,
.faq-collection .ui-state-hover a:visited,
.faq-collection .ui-state-focus a,
.faq-collection .ui-state-focus a:hover,
.faq-collection .ui-state-focus a:link,
.faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.faq-collection .ui-state-active,
.faq-collection .ui-widget-content .ui-state-active,
.faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.faq-collection .ui-state-active a,
.faq-collection .ui-state-active a:link,
.faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #198dd3;
  font-weight: bold;
}
.faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.faq-collection .faq-group {
  display: inline-block;
}
.faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
#faq-loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.discount-percent-label-pdp {
  display: none;
}
.product-info-main .discount-percent-label-pdp {
  background: #fbaf44;
  margin-left: 10px;
  padding: 5px;
  display: inherit;
  border-radius: 5px;
  font-weight: 700;
  position: absolute;
  margin-top: 2px;
}
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
.billing-section-together {
  float: right;
  width: 48%;
}
.shipping-section-together {
  float: left;
  width: 48%;
  position: relative;
  z-index: 99999;
}
@media (min-width: 320px) and (max-width: 768px) {
  .billing-section-together {
    float: none;
    width: 100%;
  }
  .shipping-section-together {
    float: none;
    width: 100%;
    position: relative;
    z-index: 99999;
  }
}
li#opc-shipping_method {
  float: left;
  width: 100%;
}
.payment-method-billing-address {
  display: none;
}
.checkout-shipping-method .step-title {
  display: none;
}
div#onepage-checkout-shipping-method-additional-load {
  display: none;
}
div#checkout-shipping-method-load {
  display: none;
}
.remove-cashback-btn {
  background-color: #ea3b4b;
  border-radius: 5px;
  padding: 0px 5px;
  color: #FFF;
  display: none;
}
.apply-cashback-alert .message.success {
  background-color: #d5ffcc;
  /* Green background */
  color: #389c3c;
  /* Darker green text color */
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #26722e;
  /* Darker green border */
  text-align: center;
}
.apply-cashback-alert .message.error {
  background-color: #ffccd5;
  color: #c92a48;
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #b11b34;
  text-align: center;
}
.message.success > *:first-child:before {
  content: "" !important;
}
.message.error > *:first-child:before {
  content: "" !important;
}
.available_cashback {
  color: #c92a48;
}
.wowvoucher-alert .message.success {
  background-color: #d5ffcc;
  /* Green background */
  color: #389c3c;
  /* Darker green text color */
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #26722e;
  /* Darker green border */
  text-align: center;
}
.wowvoucher-alert .message.error {
  background-color: #ffccd5;
  color: #c92a48;
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #b11b34;
  text-align: center;
}
.wowcashback-input input[type="number"] {
  padding: 7.5px 20px !important;
  border: 1px solid #C7C7C7 !important;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.rely-payment.payment-method .payment-method-title {
  display: flex;
}
.rely-payment.payment-method .payment-method-title input[type="radio"] {
  margin: auto 5px auto 0;
}
.rely-payment.payment-method .payment-method-title label.label {
  display: flex;
  margin: auto auto auto 3px;
}
.rely-payment.payment-method .payment-method-title span#logo {
  width: 105px;
  margin-right: 28px;
  display: flex;
}
.rely-payment.payment-method .payment-method-title .checkout-payment-method .payment-method-title {
  display: flex;
}
.rely-payment.payment-method .payment-method-title span#logo img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 3px #cde5ff;
  padding: 10px;
}
.rely-payment.payment-method .payment-method-title #logo span {
  margin: auto;
  vertical-align: middle;
  display: flex;
  margin-top: 11px;
}
.rely-payment.payment-method .payment-method-title .label span {
  margin: auto;
}
.rely-payment.payment-method .payment-method-billing-address {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #cde5ff;
}
.rely-payment.payment-method .payment-method-billing-address .billing-address-details {
  width: 600px;
  word-wrap: break-word;
}
.rely-payment.payment-method .primary {
  width: 100%;
}
.rely-payment.payment-method .primary button.action.primary.checkout {
  width: 100%;
}
.rely-payment.payment-method .primary button.action.primary.checkout {
  background: #ea3b4b;
  width: 35%;
  transition: 0.5s all ease-in;
  border: 0;
}
.rely-payment.payment-method .primary button.action.primary.checkout:hover {
  background: #303ff9;
  transition: 0.5s all ease-in;
}
.rely-payment.payment-method .rely-overlay-container {
  display: none;
}
.rely-payment.payment-method .rely-overlay-container.active {
  position: fixed;
  top: 0;
  bottom: 0;
  flex-direction: column;
  right: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #131313 7d, #3a3a3a);
  cursor: pointer;
  display: flex;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  flex-direction: column;
  right: 0;
  left: 0;
  z-index: 500;
  background: linear-gradient(180deg, #6b6868, #3a3a3c);
  opacity: 0.8;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container-close {
  position: fixed;
  right: 7px;
  top: 7px;
  font-size: x-large;
  background: none;
  color: white;
  padding: 0 13px 4px 13px;
  align-items: center;
  border-radius: 37px;
  display: flex;
  z-index: 1001;
  transition: 1s all;
  vertical-align: middle;
  box-shadow: 0 0 black;
  text-shadow: 4px 3px 5px black;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container-close:hover {
  transition: 1s all;
  color: black;
  text-shadow: none;
  background: #a9a9a9b8;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container {
  display: flex;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content {
  margin: auto;
  display: flex;
  padding: 10px;
  border-radius: 52px;
  flex-direction: column;
  align-items: center;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-logo {
  display: flex;
  padding: 10px;
  border-radius: 38px;
  box-shadow: 1px 1px 8px #333333;
  background: #ffffff;
  width: 206px;
  margin-bottom: 41px;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text {
  display: flex;
  margin: auto;
  padding: 0 10px;
  flex-direction: column;
  text-align: center;
  color: white;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text .rely-overlay-medium-text {
  font-size: xx-large;
  font-style: initial;
  font-weight: 300;
  text-shadow: 3px 3px 9px black;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text .rely-overlay-small-text {
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 9px black;
}
@media only screen and (max-width: 900px) {
  .rely-payment.payment-method .payment-method-billing-address .billing-address-details {
    width: 400px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 600px) {
  .rely-payment.payment-method .rely-overlay-content {
    flex-direction: column;
  }
  .rely-payment.payment-method .rely-overlay-content .rely-overlay-text {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .rely-payment.payment-method .payment-method-billing-address .billing-address-details {
    width: 300px;
    word-wrap: break-word;
  }
}
div#rely-popup-modal {
  position: fixed;
  right: 50%;
  left: 50%;
  bottom: 100%;
  display: flex;
  width: 0;
  height: 0;
  top: 50%;
  opacity: 0;
  transition: 0.5s all, 2s z-index;
}
div#rely-popup-modal.active {
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  z-index: 102;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all, 2s z-index;
  opacity: 100%;
}
.rely-popup-model-container {
  height: 62%;
  display: flex;
  width: 40%;
  z-index: 104;
  position: relative;
  background: white;
  border-radius: 18px;
  box-shadow: 1px 1px 4px #00000045;
  margin: auto;
}
.rely-logo img {
  width: 155px;
  margin: 33px auto;
}
.rely-logo {
  display: flex;
}
.rely-popup-modal-body {
  display: flex;
  overflow-y: scroll;
  height: 100%;
  box-shadow: 1px 1px 4px #00000045;
  float: left;
  border-radius: 18px;
}
.rely-popup-modal-header {
  /* display: flex; */
  position: absolute;
  right: 0;
}
.rely-popup-modal-header button.close-button {
  position: relative;
  margin-right: 0;
  margin-top: 0;
  border-radius: 39px;
  right: 0;
  border: 0;
  transition: .5s all;
  font-size: x-large;
  color: #353434;
  background: none;
}
.rely-popup-image img {
  height: 100%;
  width: 100%;
}
.rely-popup-content {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
p.rely-popup-content-text {
  letter-spacing: 1px;
  display: flex;
  margin: 35px 50px 44px 7px;
}
.rely-popup-modal .rely-popup-modal-header button.close-button {
  display: none;
}
.rely-popup-modal.active .rely-popup-modal-header button.close-button {
  display: unset;
}
.rely-popup-modal.active .rely-popup-modal-header button.close-button:hover {
  color: #5a5858;
  transition: .5s all;
}
.rely-popup-modal-body::-webkit-scrollbar {
  width: 3px;
}
.rely-popup-modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}
.rely-popup-modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #00adff, #38479c);
}
div#rely-popup-overlay.active {
  position: fixed;
  background: #00000063;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 103;
  opacity: 1;
  transition: 1s opacity;
}
div#rely-popup-overlay {
  transition: 1s opacity;
  opacity: 0;
}
.overlay-click {
  opacity: 0;
  z-index: 103;
  display: none;
}
.strip-widget-title {
  text-align: center;
  width: 50%;
  margin: auto;
}
.rely-popup-content-icon {
  width: 158px;
  height: 45px;
}
svg.rely-popup-content-icon {
  padding: 0 14px;
}
svg.rely-popup-content-icon.heart {
  padding: 0 19px;
}
svg.rely-popup-content-icon.cart {
  padding-left: 7px;
  padding-right: 0;
}
p.rely-popup-content-notice {
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .rely-popup-modal-body {
    flex-direction: column;
  }
  .rely-popup-model-container {
    width: 80%;
  }
}
.strip-image img {
  height: 27px;
  /* background: #fff; */
  padding: 10px;
}
.container .content {
  display: flex;
  margin: auto;
}
.strip-text {
  display: flex;
  flex-direction: row;
}
span.main-text {
  display: flex;
  margin: auto;
  font-size: medium;
  font-weight: 600;
  color: black;
}
.rely-banner-strip .container {
  display: flex;
}
.rely-banner-strip.container {
  display: flex;
}
.strip-image {
  display: flex;
}
.rely-banner-strip {
  cursor: pointer;
  background: #f9f9f9;
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  position: relative;
  top: 0;
  width: 100%;
}
.strip-text-tagline {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .strip-image img {
    padding-left: 0;
  }
  .strip-text-tagline {
    display: flex;
  }
  .strip-text {
    flex-direction: column;
  }
}
.strip-title div {
  margin: auto 0;
}
.strip-widget {
  cursor: pointer;
}
.strip-title {
  display: flex;
  flex-direction: column;
}
.strip-logo {
  background: white;
  padding: 10px;
  display: flex;
  border-radius: 5px;
}
.strip-main-heading {
  margin: auto;
  font-size: x-large;
  margin-left: 10px;
  font-weight: bolder;
}
.strip-widget-content-text {
  font-size: small;
}
.strip-widget-content-text img {
  width: 91px;
  vertical-align: middle;
}
.strip-logo img {
  height: 20px;
}
.strip-widget-text {
  margin-right: 10px;
}
.strip-widget-content-text .learn-more {
  text-decoration: underline;
  margin-left: 4px;
  font-weight: 800;
}
.block-mgk-bestseller .block-content .tab-links {
  overflow: hidden;
}
.block-mgk-bestseller .block-content .tab-title {
  display: inline-block;
  margin-right: 11px;
}
.block-mgk-bestseller .block-content .tab-title a {
  color: #000;
}
.block-mgk-bestseller .block-content .tab-title.active:hover a {
  color: #fff;
}
.block-mgk-bestseller .block-content .tab-title.active a {
  color: #fff;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 11px 0 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 5.5px 11px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.5px;
  }
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .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,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .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;
  }
  .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 + .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 .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 {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-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 {
    margin-top: -27.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: 'mbicon';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .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: 5.5px 11px;
  }
  .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: 0 0 15px;
  }
  .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 #d1d1d1;
  }
  .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 .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .notPc {
    display: none;
  }
  .notmobile {
    display: block;
  }
  .bgBox {
    width: 100%;
    height: 254px;
    overflow: hidden;
    border: 1px solid #e2e2e7;
  }
  .bgBox .txtBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    margin-top: 0;
    padding: 30px 0 0;
    border: 0;
    vertical-align: middle;
  }
  .textBox {
    padding: 30px 50px;
  }
  .bgBox .aboutTxt {
    padding-right: 60%;
  }
  .bgBox p {
    margin-left: 50px;
  }
  .bgBox p img {
    width: 100%;
  }
  .bgBox h4 {
    font-size: 28px;
    margin-left: 50px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  /**
     * @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;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .discount-percent1 {
    right: 18%;
  }
  .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-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    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 10px;
  }
  .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 22px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    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: 11px;
    padding-top: 11px;
    text-align: center;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .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: 11px;
    position: static;
  }
  .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%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .customer-main-child .opc-progress-bar-item {
    width: 70px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 11px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper .form-shipping-address {
    float: left;
    width: 100%;
  }
  .modal-inner-wrap .form-shipping-address {
    max-width: 100% !important;
    float: left;
    width: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    /**-ms-flex: 0 0 50%;
            flex: 0 0 50%;**/
    width: 100%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-wrapper #billing-address-container {
    float: left;
    width: 100%;
    margin-left: 6px;
  }
  .shipping-header {
    float: left;
    width: 100%;
  }
  #billing-new-address-form > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    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;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 30px;
  }
  .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 22px 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;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .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: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    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 5.5px;
    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: 700;
  }
  .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: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: 11px;
  }
  .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.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    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: 28px;
    line-height: 14px;
    content: '\e618';
    font-family: 'mbicon';
    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-message .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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: 22px;
    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 {
    padding: 22px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: "\e93a";
    font-family: 'mbicon';
    margin: 0 0 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .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: 27.5px;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 0 0 -1px;
  }
  .order-links .item:first-child {
    margin-left: 0;
  }
  .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: 33.33333333%;
  }
  .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;
  }
  .order-details-items .col {
    width: auto;
  }
  .order-details-items .col.name {
    padding-left: 10px;
  }
  .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%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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 .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 11px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .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 {
  .discount-percent1 {
    right: 55%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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 {
  .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;
  }
  .discount-percent1 {
    right: 55%;
  }
}
.tvschedule-box {
  width: 250px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #bbbbbb ;
  margin: 10px;
  min-width: 250px;
  min-height: 250px;
  vertical-align: top;
  height: 250px;
}
.live_video {
  display: none;
}
.live-video-box {
  margin: 0 auto;
  max-width: 550px;
}
.close-live-video {
  padding: 1px;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  display: block;
  position: relative;
  top: -250px;
  left: 94%;
  z-index: 99999;
  background-color: red;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.tvschedule-section-boxes-container {
  text-align: center;
  display: none;
}
.airing-product-image {
  width: 230px;
  height: 230px;
}
.onair-product-name {
  font-weight: bold;
  color: #00b2ff;
  font-size: 20px;
  text-align: left;
  height: 80px;
  overflow: hidden;
}
.onair-discount-container {
  min-width: 100%;
  display: flex;
}
.discount-percent-display {
  width: 50px;
  height: 50px;
  background: #ffa800;
  border-radius: 25px;
  padding: 6px;
  padding-top: 10px;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.discount-text-round {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.onair-price-display {
  width: 70%;
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}
.new-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 0;
}
.old-price {
  color: #939393;
  font-size: 14px;
  line-height: 0;
}
.onair-product-details-button-contain {
  margin-top: 15px;
}
.btn.btn-default.viewdetails-onair-product-btn {
  padding: 5px 20px;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  border-width: 0px;
  border-radius: 0;
}
.onair-timer-countdown-container {
  position: absolute;
  bottom: 20px;
}
.timer-box-onair {
  min-height: 40px;
  min-width: 230px;
  background: #ea3b4b;
  text-align: center;
  padding: 10px;
}
.timer-label-dicplay {
  color: #ffffff;
  font-size: 18px;
}
.count-down-timer-time {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 18px;
}
.onair-live-data-onimage {
  position: absolute;
  z-index: 999999;
  display: flex;
}
.onair-tag {
  background: #ea3b4b;
  border-radius: 5px;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
}
.timde-duration {
  font-weight: bold;
  padding: 2px 5px;
}
.live-play-button {
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  position: absolute;
  bottom: 20px;
  border-radius: 25px;
  padding: 10px 12px;
  cursor: pointer;
}
.play-button-div {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ea3b4b;
}
.onair-row-product-name .onair-product-name {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  text-align: left;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.scroll-timer {
  padding: 5px;
  background-color: #ffa800;
}
.onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 5px 10px;
  z-index: 10;
  border-radius: 5px;
}
#onair-previously-aired-productlist,
#onair-next-airing-productlist {
  margin: 20px 0;
}
.channel-label-home {
  font-size: 12px;
  font-weight: 600;
  vertical-align: bottom;
}
.channel-label-page {
  height: 75px;
  line-height: 75px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .channel-label-page {
    height: 100%;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    display: block;
  }
}
.shop-on-apps {
  position: relative;
  display: inline-block;
}
.shop-on-app-content {
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  -moz-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.trackorder-content {
  min-width: 315px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  -moz-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.shop-on-app-content a,
.trackorder a {
  color: black;
  padding: 0 16px;
  text-decoration: none;
  display: block;
}
.trackorder {
  position: relative;
  display: inline-block;
}
.forward-go {
  color: #fff;
  font-weight: 800;
  background-color: red;
  position: absolute;
  right: 15px;
  padding: 7px;
}
.shop-on-apps:hover .shop-on-app-content,
.trackorder:hover .trackorder-content {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.shopon-mob {
  display: none;
}
.shopon-pc {
  display: block;
}
@media (max-width: 767px) {
  .shopon-mob {
    display: block;
  }
  .shopon-pc {
    display: none;
  }
}
.top-link-wrap > div:before {
  content: none;
}
