body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #41362f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 84.61538462%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #00a9e0;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #00a9e0;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e0e0e0;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #41362f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 42px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #004c97;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
  border: #f7f7f7;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #666666;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #666666;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #666666;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 42px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #004c97;
}
select:disabled {
  opacity: 0.5;
  border: #f7f7f7;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #004c97;
}
textarea:disabled {
  opacity: 0.5;
  border: #f7f7f7;
}
textarea::-moz-placeholder {
  color: #666666;
}
textarea::-webkit-input-placeholder {
  color: #666666;
}
textarea:-ms-input-placeholder {
  color: #666666;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #f3a79b;
}
div.mage-error[generated] {
  color: #e9573f;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #e9573f;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li {
  margin: 0;
}
.abs-action-addto-product,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.table-wrapper.mylisting-main .item-options dt,
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.table-wrapper.mylisting-main .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.table-wrapper.mylisting-main .item-options dd,
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.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: 12px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  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: 12px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: 'RB-Vendor-Theme-Icons';
  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;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 47px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "\e616";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #41362f;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #41362f;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #41362f;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #41362f;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.toolbar-wrapper .block-search .label,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.table-wrapper.mylisting-main .item-options:before,
.table-wrapper.mylisting-main .item-options:after,
.admin__data-grid-filters:before,
.admin__data-grid-filters:after,
.admin__data-grid-filters-footer:before,
.admin__data-grid-filters-footer:after,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:before,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after,
.admin__data-grid-header-row:before,
.admin__data-grid-header-row:after,
.vendor.table-wrapper .vendor-action:before,
.vendor.table-wrapper .vendor-action:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.header.content:before,
.header.content:after,
.page-main > .page-title-wrapper:before,
.page-main > .page-title-wrapper:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.table-wrapper.mylisting-main .item-options:after,
.admin__data-grid-filters:after,
.admin__data-grid-filters-footer:after,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after,
.admin__data-grid-header-row:after,
.vendor.table-wrapper .vendor-action:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.header.content:after,
.page-main > .page-title-wrapper:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.search-autocomplete,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.field.date .control,
.field.date .control,
.field .control._with-tooltip,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  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,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  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: "\e621";
  font-family: 'RB-Vendor-Theme-Icons';
  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 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;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
}
.abs-action-remove,
.data-grid .action-delete,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #00a9e0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.data-grid .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited {
  color: #00a9e0;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.data-grid .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.data-grid .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show: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,
.data-grid .action-delete:hover,
.data-grid .action-delete:active,
.data-grid .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show: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,
.data-grid .action-delete.disabled,
.data-grid .action-delete[disabled],
fieldset[disabled] .data-grid .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #00a9e0;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.data-grid .action-delete:active,
.data-grid .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: "\e621";
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621";
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.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: "\e61c";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e617";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e603";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control,
.field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date input,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input,
.field .control._with-tooltip select,
.field .control._with-tooltip textarea,
.field .control._with-tooltip .mce-tinymce {
  margin-right: 10px;
  width: calc(100% - 36px) !important;
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip .mce-tinymce {
  margin-right: 10px;
  width: 90% !important;
}
html.rtl-layout .field .control._with-tooltip input,
html.rtl-layout .field .control._with-tooltip select,
html.rtl-layout .field .control._with-tooltip textarea {
  margin-right: 0;
  margin-left: 10px;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #656d77;
  padding-bottom: 10px;
  color: #41362f;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-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,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e621";
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e0e0e0;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title {
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: "\e617";
}
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
* {
  box-sizing: inherit;
}
*:before,
*:after {
  box-sizing: inherit;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.fnone {
  float: none !important;
}
.bgn {
  background: none !important;
}
.bn {
  border: none !important;
}
.btn {
  border-top: none !important;
}
.brn {
  border-right: none !important;
}
.bbn {
  border-bottom: none !important;
}
.bln {
  border-left: none !important;
}
.pn {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.minh100 {
  min-height: 100px;
}
.minh125 {
  min-height: 125px;
}
.minh150 {
  min-height: 150px;
}
.minh175 {
  min-height: 175px;
}
.minh200 {
  min-height: 200px;
}
.bg-alert {
  background: #a992e2;
}
.bg-info {
  background: #3bafda;
}
.bg-danger {
  background: #e57373;
}
.bg-warning {
  background: #ffa726;
}
.bg-success {
  background: #81c784;
}
.text-alert {
  color: #a992e2;
}
.text-info {
  color: #3bafda;
}
.text-danger {
  color: #e57373;
}
.text-warning {
  color: #ffa726;
}
.text-success {
  color: #81c784;
}
.mage-success {
  color: #81c784;
  margin-top: 8px;
}
.w10 {
  width: 10rem !important;
}
.w11 {
  width: 11rem !important;
}
.w12 {
  width: 12rem !important;
}
.w13 {
  width: 13rem !important;
}
.w14 {
  width: 14rem !important;
}
.w15 {
  width: 15rem !important;
}
.w16 {
  width: 16rem !important;
}
.w17 {
  width: 17rem !important;
}
.w18 {
  width: 18rem !important;
}
.w19 {
  width: 19rem !important;
}
.w20 {
  width: 20rem !important;
}
.w25 {
  width: 25rem !important;
}
.w30 {
  width: 30rem !important;
}
.status.pending {
  color: #00a9e0;
}
.status.approved {
  color: #3bafda;
}
.status.processing {
  color: #f6bb42;
}
.status.canceled {
  color: #e9573f;
}
.status.completed {
  color: #70ca63;
}
.value.neutral {
  color: #333333;
}
.value.positive {
  color: #81c784;
}
.value.negative {
  color: #e57373;
}
.note {
  padding: 10px;
}
.tooltil-help {
  display: inline-block;
  text-decoration: none;
}
.tooltil-help:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #333333;
  content: "\e913";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -8px 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.tooltil-help:hover:before {
  color: #000000;
}
.tooltil-help > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-2columns-left .page-main {
  background: #f5f5f5;
}
.page-layout-1column .main,
.page-layout-2columns-left .main {
  border: none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-top: 0px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.rbpanel {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.rbpanel .rbpanel-heading {
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 10px 20px;
  font-weight: 600;
}
.rbpanel .rbpanel-heading .rbpanel-title {
  font-size: 1.4rem;
}
.rbpanel .rbpanel-heading .rbpanel-title.heading-l {
  font-size: 1.8rem;
  font-weight: 700;
}
.rbpanel .rbpanel-body {
  padding: 20px;
}
.rbpanel .rbpanel-body .rbpanel .rbpanel-body {
  background: #f5f5f5;
  min-height: inherit;
}
.rbpanel .rbpanel-body .rbpanel .rbpanel-body select {
  height: 42px;
}
.rbpanel .rbpanel-body .table > tbody > tr:nth-child(odd) > td,
.rbpanel .rbpanel-body .table > tbody > tr:nth-child(odd) > th {
  background: transparent;
}
.rbpanel .rbpanel-body .table > tbody > tr:nth-child(odd):hover td,
.rbpanel .rbpanel-body .table > tbody > tr:nth-child(odd):hover th {
  background: #ffffcc;
}
.rbpanel:after {
  clear: both;
  content: '';
  display: table;
}
/*.rbpanel .rbpanel-heading{
    background-color: red;
}*/
.datatables-filter {
  float: right;
}
div.datatables-filter {
  text-align: right;
}
.toolbar-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.toolbar-wrapper .topbar-left {
  display: table;
}
.toolbar-wrapper .topbar-left .actions {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-wrapper .topbar-right {
  float: right;
  text-align: right;
}
.toolbar-wrapper .block-search {
  width: 100%;
  padding-left: 0px;
}
.toolbar-wrapper .block-search .control {
  padding: 0;
  margin: 0;
}
.toolbar-wrapper .block-search .content {
  position: relative;
}
.toolbar-wrapper .block-search .label {
  margin-left: 0;
}
.toolbar-wrapper .block-search .actions {
  display: table-cell;
  vertical-align: top;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 0px;
}
.rtl-layout .toolbar-wrapper .block-search .actions {
  left: 1px;
  right: auto;
}
.toolbar-wrapper .block-search .action {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 3px;
  padding: 7px 20px 7px 20px;
  width: 40px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.toolbar-wrapper .block-search .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar-wrapper .block-search .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 38px;
  color: #333333;
  content: "\e615";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-wrapper .block-search .action:hover:before {
  color: #004c97;
}
.toolbar-wrapper .block-search .action:active:before {
  color: inherit;
}
.toolbar-wrapper .block-search .action:focus,
.toolbar-wrapper .block-search .action:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.toolbar-wrapper .block-search .action:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.toolbar-wrapper .block-search .action.disabled,
.toolbar-wrapper .block-search .action[disabled],
fieldset[disabled] .toolbar-wrapper .block-search .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.toolbar-wrapper .block-search .action:focus,
.toolbar-wrapper .block-search .action:active {
  background: none;
  border: none;
}
.toolbar-wrapper .block-search .action:hover {
  background: none;
  border: none;
}
.toolbar-wrapper .block-search .action.disabled,
.toolbar-wrapper .block-search .action[disabled],
fieldset[disabled] .toolbar-wrapper .block-search .action {
  pointer-events: none;
  opacity: 0.5;
}
.toolbar-wrapper .block-actions {
  margin: 0;
  padding: 0;
}
.toolbar-wrapper .block-actions a.status.active {
  font-weight: 700;
}
.toolbar-wrapper .block-actions span.seperator {
  padding: 0 5px 0 7px;
}
.toolbar-wrapper .data-grid-filters-action-wrap {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-wrapper .data-grid-filters-action-wrap .clear-filters {
  margin-right: 20px;
}
.toolbar-wrapper .data-grid-filters-action-wrap fieldset {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.toolbar-wrapper .data-grid-filters-action-wrap fieldset .field span {
  display: block;
}
.toolbar-wrapper .data-grid-filters-action-wrap fieldset .field .inputfile-1 + label {
  max-width: 100%;
}
.toolbar-wrapper .data-grid-filters-action-wrap form .control {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-wrapper .data-grid-filters-action-wrap form .control span {
  display: block;
  text-align: left;
}
.mass-unlist-live,
.mass-list-live {
  /*max-width: 250px;*/
  max-width: 100%;
  margin-right: 10px;
}
html.rtl-layout .mrn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr5 {
  margin-left: 5px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr10 {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr15 {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr20 {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr25 {
  margin-left: 25px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr30 {
  margin-left: 30px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr35 {
  margin-left: 35px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr40 {
  margin-left: 40px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr45 {
  margin-left: 45px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mr50 {
  margin-left: 50px !important;
  margin-right: 0 !important;
}
html.rtl-layout .mln {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml5 {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml10 {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml15 {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml25 {
  margin-right: 25px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml30 {
  margin-right: 30px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml35 {
  margin-right: 35px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml40 {
  margin-right: 40px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml45 {
  margin-right: 45px !important;
  margin-left: 0 !important;
}
html.rtl-layout .ml50 {
  margin-right: 50px !important;
  margin-left: 0 !important;
}
html.rtl-layout .prn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr5 {
  padding-left: 5px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr10 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr15 {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr20 {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr25 {
  padding-left: 25px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr30 {
  padding-left: 30px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr35 {
  padding-left: 35px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr40 {
  padding-left: 40px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr45 {
  padding-left: 45px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pr50 {
  padding-left: 50px !important;
  padding-right: 0 !important;
}
html.rtl-layout .pln {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl5 {
  padding-right: 5px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl10 {
  padding-right: 10px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl15 {
  padding-right: 15px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl20 {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl25 {
  padding-right: 25px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl30 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl35 {
  padding-right: 35px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl40 {
  padding-right: 40px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl45 {
  padding-right: 45px !important;
  padding-left: 0 !important;
}
html.rtl-layout .pl50 {
  padding-right: 50px !important;
  padding-left: 0 !important;
}
html.rtl-layout .text-left {
  text-align: right !important;
}
html.rtl-layout .text-right {
  text-align: left !important;
}
html.rtl-layout .fleft {
  float: right !important;
}
html.rtl-layout .fright {
  float: left !important;
}
html.rtl-layout .toolbar-wrapper .topbar-right {
  float: left;
  text-align: left;
}
.popup-rbpanel-heading {
  border-bottom: 1px solid #e1e1e1 !important;
  background: #fff;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
}
.table-wrapper {
  background: #ffffff;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.table th {
  text-align: left;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
}
.table > thead > tr > th,
.table > thead > tr > td {
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 11px 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid #e3e3e3;
}
.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.table > tbody > tr:nth-child(even):hover > td,
.table > tbody > tr:nth-child(even):hover > th {
  background: #ffffcc;
}
.table > tbody > tr:nth-child(odd):hover > td,
.table > tbody > tr:nth-child(odd):hover > th {
  background: #ffffcc;
}
.table > thead {
  background: #333333;
}
.table > tfoot {
  background: #ffffff;
}
.table > tbody > tr > td {
  background: #ffffff;
}
.table > tbody > tr > th {
  background: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #ffffff;
  font-weight: 600;
}
.table thead tr th {
  border-color: #666666;
}
.table thead tr th.actions,
.table thead tr th.action {
  text-align: center;
}
.table thead tr th.mass-action {
  text-align: center;
}
.table thead tr th.status {
  text-align: center;
}
.table thead tr th.sort-order-field,
.table thead tr th.sortable {
  cursor: pointer;
  position: relative;
}
.table thead tr th.sort-order-field.sort-asc,
.table thead tr th.sortable.sort-asc,
.table thead tr th.sort-order-field.ascend,
.table thead tr th.sortable.ascend {
  padding-right: 27px;
  display: table-cell;
  text-decoration: none;
}
.table thead tr th.sort-order-field.sort-asc:after,
.table thead tr th.sortable.sort-asc:after,
.table thead tr th.sort-order-field.ascend:after,
.table thead tr th.sortable.ascend:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e633";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0px 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table thead tr th.sort-order-field.sort-asc:after,
.table thead tr th.sortable.sort-asc:after,
.table thead tr th.sort-order-field.ascend:after,
.table thead tr th.sortable.ascend:after {
  position: absolute;
  right: 10px;
  top: 12px;
}
.table thead tr th.sort-order-field.sort-desc,
.table thead tr th.sortable.sort-desc,
.table thead tr th.sort-order-field.descend,
.table thead tr th.sortable.descend {
  padding-right: 27px;
  display: table-cell;
  text-decoration: none;
}
.table thead tr th.sort-order-field.sort-desc:after,
.table thead tr th.sortable.sort-desc:after,
.table thead tr th.sort-order-field.descend:after,
.table thead tr th.sortable.descend:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e626";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0px 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table thead tr th.sort-order-field.sort-desc:after,
.table thead tr th.sortable.sort-desc:after,
.table thead tr th.sort-order-field.descend:after,
.table thead tr th.sortable.descend:after {
  position: absolute;
  right: 10px;
  top: 13px;
}
.table thead tr th a {
  color: #ffffff;
}
.table thead tr th a:hover {
  text-decoration: none;
}
.table thead tr th:hover {
  background: #0d0d0d;
}
.table tbody tr th {
  color: #333333;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr td.productimage,
.table tbody tr td.product-thumb {
  width: 15rem;
  text-align: center;
}
.table tbody tr td.productimage img,
.table tbody tr td.product-thumb img {
  border: 1px solid #e0e0e0;
  padding: 1px;
  width: 9rem;
  background: #ffffff;
}
.table tbody tr td.data-grid-checkbox-cell {
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
.table tbody tr td.data-grid-thumbnail-cell {
  text-align: center;
  width: 12rem;
}
.table tbody tr td.data-grid-thumbnail-cell img {
  border: 1px solid #e0e0e0;
  max-width: 100px;
  padding: 2px;
}
.table tbody tr td.data-grid-id-cell {
  text-align: left;
  width: 11rem;
}
.table tbody tr td.data-grid-name-cell {
  text-align: left;
  width: 11rem;
}
.table tbody tr td.data-grid-date-cell {
  text-align: left;
  width: 18rem;
}
.table tbody tr td.data-grid-sku-cell {
  text-align: left;
  width: 15rem;
}
.table tbody tr td.data-grid-qty-cell {
  text-align: left;
  width: 7rem;
}
.table tbody tr td.data-grid-price-cell {
  text-align: left;
  width: 10rem;
}
.table tbody tr td.data-grid-special-price-cell {
  text-align: left;
  width: 12rem;
}
.table tbody tr td.data-grid-status-cell {
  text-align: center;
  width: 15rem;
}
.table tbody tr td.data-grid-status-cell .data-grid-cell-content {
  display: block;
}
.table tbody tr td.data-grid-email-cell {
  width: 20rem;
  white-space: nowrap;
}
.table tbody tr td.data-grid-product-name-cell {
  width: 18rem;
}
.table tbody tr td.data-grid-category-cell {
  white-space: nowrap;
}
.table tbody tr td.data-grid-actions-cell {
  text-align: center;
  width: 10rem;
}
.table tbody tr td.data-grid-actions-cell a.action {
  background-image: none;
  background: #004c97;
  border: 1px solid #004c97;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin: 2px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  white-space: nowrap;
  width: 100%;
}
.table tbody tr td.data-grid-actions-cell a.action:focus,
.table tbody tr td.data-grid-actions-cell a.action:active {
  background: #ffffff;
  border: 1px solid #004c97;
  color: #004c97;
}
.table tbody tr td.data-grid-actions-cell a.action:hover {
  background: #ffffff;
  border: 1px solid #004c97;
  color: #004c97;
}
.table tbody tr td.data-grid-actions-cell a.action.disabled,
.table tbody tr td.data-grid-actions-cell a.action[disabled],
fieldset[disabled] .table tbody tr td.data-grid-actions-cell a.action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.table tbody tr td.data-grid-actions-cell a.action:hover {
  text-decoration: none;
}
.table tbody tr td.data-grid-actions-cell a.action.delete {
  background-image: none;
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 0 0 0 #666666 inset;
  transition-duration: 0.7s;
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table tbody tr td.data-grid-actions-cell a.action.delete:focus,
.table tbody tr td.data-grid-actions-cell a.action.delete:active {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}
.table tbody tr td.data-grid-actions-cell a.action.delete:hover {
  background: #ffffff;
  border: 1px solid #666666;
  color: #666666;
}
.table tbody tr td.data-grid-actions-cell a.action.delete.disabled,
.table tbody tr td.data-grid-actions-cell a.action.delete[disabled],
fieldset[disabled] .table tbody tr td.data-grid-actions-cell a.action.delete {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.table tbody tr td.data-grid-actions-cell a.action.delete:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.table tbody tr td.data-grid-actions-cell button.action,
.table tbody tr td.data-grid-actions-cell .cart.table-wrapper .actions-toolbar > .action.action {
  margin: 5px;
  font-size: 1.1rem;
  padding: 4px 8px;
  text-transform: none;
  line-height: 12px;
  border-width: 1px;
}
.table tbody tr td.data-grid-actions-cell button.action.button-s,
.table tbody tr td.data-grid-actions-cell .cart.table-wrapper .actions-toolbar > .action.action.button-s {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  min-width: 70px;
}
.table tbody tr td.data-grid-actions-multiple-cell {
  width: 18rem;
}
.table tbody tr td.data-grid-actions-multiple-cell .seperator {
  margin: 0px 2px;
  display: none;
}
.table tbody tr td.data-grid-product-name-cell {
  text-align: left;
  width: 20rem;
}
.table tbody tr td.data-grid-category-cell {
  text-align: left;
  white-space: nowrap;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs {
  margin: 0 0 20px;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs .items {
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs .item {
  margin: 0;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs a:hover {
  color: #004c97;
  text-decoration: underline;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs strong {
  font-weight: 600;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.table tbody tr td.data-grid-category-cell .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table tbody tr td.data-grid-customer-name {
  width: 20rem;
}
.table tbody tr td.data-grid-rating-cell {
  width: 10rem;
}
.table tbody tr td.col-action {
  vertical-align: top;
  width: 4.2rem;
  text-align: center;
}
.table tbody tr td.col-vendor-sku {
  text-align: left;
  width: 25rem;
}
.table tbody tr td.col-condition {
  vertical-align: top;
  width: 15rem;
  vertical-align: middle;
}
.table tbody tr td.col-price,
.table tbody tr td.col-special-price {
  text-align: left;
  width: 12rem;
}
.table tbody tr td.col-special-from-date,
.table tbody tr td.col-special-to-date {
  text-align: left;
  width: 15rem;
}
.table tbody tr td.col-warranty-type {
  text-align: left;
  width: 15rem;
}
.table tbody tr td.col-warranty-description {
  text-align: left;
  width: 25rem;
}
.table tbody tr td.col-neutral {
  color: #333333;
  font-weight: 700;
}
.table tbody tr td.col-negative {
  color: #e57373;
  font-weight: 700;
}
.table tbody tr td.col-positive {
  color: #81c784;
  font-weight: 700;
}
.table tbody tr td div.data-grid-cell-content {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.table tbody tr td div.data-grid-cell-content input[type="text"],
.table tbody tr td div.data-grid-cell-content input[type="number"] {
  min-width: 150px;
}
.table tbody tr td div.data-grid-cell-content select {
  min-width: 150px;
}
.table tbody tr td div.data-grid-cell-content div.mage-error:empty {
  display: none;
}
.table tbody tr td span.status {
  color: #ffffff;
  border-radius: 2px;
  padding: 2px 10px;
  display: inline-block;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background: #666666;
}
.table tbody tr td span.status.pending {
  background: #00a9e0;
}
.table tbody tr td span.status.canceled {
  background: #e9573f;
}
.table tbody tr td span.status.completed,
.table tbody tr td span.status.processed {
  background: #70ca63;
}
.table.variant-table-grid > tbody > tr > td .remove-row {
  background: #666666;
  border: 2px solid #666666;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin: 8px 0 0 0 ;
}
.table.variant-table-grid > tbody > tr > td .remove-row > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table.variant-table-grid > tbody > tr > td .remove-row:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e918";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table.variant-table-grid > tbody > tr > td .remove-row:hover:before {
  color: inherit;
}
.table.variant-table-grid > tbody > tr > td .remove-row:active:before {
  color: inherit;
}
.table.variant-table-grid > tbody > tr > td .remove-row:focus,
.table.variant-table-grid > tbody > tr > td .remove-row:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.table.variant-table-grid > tbody > tr > td .remove-row:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.table.variant-table-grid > tbody > tr > td .remove-row.disabled,
.table.variant-table-grid > tbody > tr > td .remove-row[disabled],
fieldset[disabled] .table.variant-table-grid > tbody > tr > td .remove-row {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.table.variant-table-grid > tbody > tr > td .remove-row:focus,
.table.variant-table-grid > tbody > tr > td .remove-row:active {
  background: none;
  border: none;
}
.table.variant-table-grid > tbody > tr > td .remove-row:hover {
  background: none;
  border: none;
}
.table.variant-table-grid > tbody > tr > td .remove-row.disabled,
.table.variant-table-grid > tbody > tr > td .remove-row[disabled],
fieldset[disabled] .table.variant-table-grid > tbody > tr > td .remove-row {
  pointer-events: none;
  opacity: 0.5;
}
.table.variant-table-grid > tbody > tr > td .remove-row:focus {
  color: #333333;
}
html.rtl-layout .table thead tr th.mass-action {
  text-align: center;
}
html.rtl-layout .table thead tr th.mass-action [type="checkbox"]:not(:checked) + label,
html.rtl-layout .table thead tr th.mass-action [type="checkbox"]:checked + label {
  padding-left: 0px;
  margin-left: 0;
  padding-right: 16px;
  margin-right: 0;
}
html.rtl-layout .table thead tr th.sort-order-field.sort-asc:after,
html.rtl-layout .table thead tr th.sortable.sort-asc:after,
html.rtl-layout .table thead tr th.sort-order-field.ascend:after,
html.rtl-layout .table thead tr th.sortable.ascend:after {
  right: auto;
  left: 10px;
}
html.rtl-layout .table thead tr th.sort-order-field.sort-desc:after,
html.rtl-layout .table thead tr th.sortable.sort-desc:after,
html.rtl-layout .table thead tr th.sort-order-field.descend:after,
html.rtl-layout .table thead tr th.sortable.descend:after {
  right: auto;
  left: 10px;
}
html.rtl-layout .table tbody tr td.data-grid-checkbox-cell {
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
html.rtl-layout .table tbody tr td.data-grid-checkbox-cell [type="checkbox"]:not(:checked) + label,
html.rtl-layout .table tbody tr td.data-grid-checkbox-cell [type="checkbox"]:checked + label {
  padding-left: 0;
  margin-left: 0;
  padding-right: 16px;
  margin-right: 0;
}
html.rtl-layout .table tbody tr td.data-grid-id-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-date-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-sku-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-qty-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-price-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-special-price-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-product-name-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.data-grid-category-cell {
  text-align: right;
}
html.rtl-layout .table tbody tr td.col-vendor-sku {
  text-align: right;
}
html.rtl-layout .table tbody tr td.col-price,
html.rtl-layout .table tbody tr td.col-special-price {
  text-align: right;
}
html.rtl-layout .table tbody tr td.col-special-from-date,
html.rtl-layout .table tbody tr td.col-special-to-date {
  text-align: right;
}
html.rtl-layout .table tbody tr td.col-warranty-type {
  text-align: right;
}
html.rtl-layout .table tbody tr td.col-warranty-description {
  text-align: right;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:after {
  clear: both;
  content: '';
  display: table;
}
.col-xs-1, .col-m-1, .col-l-1, .col-xl-1, .col-xs-2, .col-m-2, .col-l-2, .col-xl-2, .col-xs-3, .col-m-3, .col-l-3, .col-xl-3, .col-xs-4, .col-m-4, .col-l-4, .col-xl-4, .col-xs-5, .col-m-5, .col-l-5, .col-xl-5, .col-xs-6, .col-m-6, .col-l-6, .col-xl-6, .col-xs-7, .col-m-7, .col-l-7, .col-xl-7, .col-xs-8, .col-m-8, .col-l-8, .col-xl-8, .col-xs-9, .col-m-9, .col-l-9, .col-xl-9, .col-xs-10, .col-m-10, .col-l-10, .col-xl-10, .col-xs-11, .col-m-11, .col-l-11, .col-xl-11, .col-xs-12, .col-m-12, .col-l-12, .col-xl-12 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.row-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row-gutter > [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #00a9e0;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e9573f;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #00a9e0;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e918';
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #00a9e0;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #00a9e0;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffffff;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #00a9e0;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e906';
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
html.rtl-layout .message.info {
  padding: 12px 25px 12px 20px;
  padding-right: 45px;
}
html.rtl-layout .message.info > *:first-child:before {
  left: auto;
  right: 0;
}
html.rtl-layout .message.info > *:first-child:after {
  left: auto;
  right: 0;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .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;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 42px;
  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;
}
.fieldset > .field .addon .addbefore:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #004c97;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
  border: #f7f7f7;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #666666;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #666666;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #666666;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e9573f;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
  box-shadow: none;
}
.hasDatepicker + .ui-datepicker-trigger,
._has-datepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
._has-datepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active,
._has-datepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover,
._has-datepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
._has-datepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
._has-datepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger,
fieldset[disabled] ._has-datepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span,
._has-datepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before,
._has-datepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: "\e612";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
._has-datepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'RB-Vendor-Theme-Icons';
  src: url('../../../fonts/RB-Vendor-Theme-Icons.woff2') format('woff2'), url('../../../fonts/RB-Vendor-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="rbvt-icon-"],
[class*=" rbvt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'RB-Vendor-Theme-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.rbvt-icon-wishlist-full:before {
  content: "\e600";
}
.rbvt-icon-wishlist-empty:before {
  content: "\e601";
}
.rbvt-icon-warning:before {
  content: "\e602";
}
.rbvt-icon-update:before {
  content: "\e603";
}
.rbvt-icon-trash:before {
  content: "\e604";
}
.rbvt-icon-star:before {
  content: "\e605";
}
.rbvt-icon-setting:before {
  content: "\e606";
}
.rbvt-icon-pointer-down:before {
  content: "\e607";
}
.rbvt-icon-next:before {
  content: "\e608";
}
.rbvt-icon-menu:before {
  content: "\e609";
}
.rbvt-icon-location:before {
  content: "\e60a";
}
.rbvt-icon-list:before {
  content: "\e60b";
}
.rbvt-icon-info:before {
  content: "\e60c";
}
.rbvt-icon-grid:before {
  content: "\e60d";
}
.rbvt-icon-comment-reflected:before {
  content: "\e60e";
}
.rbvt-icon-collapse:before {
  content: "\e60f";
}
.rbvt-icon-checkmark:before {
  content: "\e610";
}
.rbvt-icon-cart:before {
  content: "\e611";
}
.rbvt-icon-calendar:before {
  content: "\e612";
}
.rbvt-icon-arrow-up:before {
  content: "\e613";
}
.rbvt-icon-arrow-down:before {
  content: "\e614";
}
.rbvt-icon-search:before {
  content: "\e615";
}
.rbvt-icon-remove:before {
  content: "\e616";
}
.rbvt-icon-prev:before {
  content: "\e617";
}
.rbvt-icon-pointer-up:before {
  content: "\e618";
}
.rbvt-icon-pointer-right:before {
  content: "\e619";
}
.rbvt-icon-pointer-left:before {
  content: "\e61a";
}
.rbvt-icon-flag:before {
  content: "\e61b";
}
.rbvt-icon-expand:before {
  content: "\e61c";
}
.rbvt-icon-envelop:before {
  content: "\e61d";
}
.rbvt-icon-compare-full:before {
  content: "\e61e";
}
.rbvt-icon-compare-empty:before {
  content: "\e61f";
}
.rbvt-icon-comment:before {
  content: "\e620";
}
.rbvt-icon-up:before {
  content: "\e621";
}
.rbvt-icon-down:before {
  content: "\e622";
}
.rbvt-icon-help:before {
  content: "\e623";
}
.rbvt-icon-arrow-right-thin:before {
  content: "\e624";
}
.rbvt-icon-arrow-left-thin:before {
  content: "\e625";
}
.rbvt-icon-arrow-down-thin:before {
  content: "\e626";
}
.rbvt-icon-account:before {
  content: "\e627";
}
.rbvt-icon-gift-registry:before {
  content: "\e628";
}
.rbvt-icon-present:before {
  content: "\e629";
}
.rbvt-icon-arrow-up-thin:before {
  content: "\e633";
}
.rbvt-icon-bell-empty:before {
  content: "\e900";
}
.rbvt-icon-dashboard:before {
  content: "\e901";
}
.rbvt-icon-promotions:before {
  content: "\e902";
}
.rbvt-icon-tag:before {
  content: "\e903";
}
.rbvt-icon-info-full:before {
  content: "\e904";
}
.rbvt-icon-download:before {
  content: "\e905";
}
.rbvt-icon-ok:before {
  content: "\e906";
}
.rbvt-icon-arrow-long-down1:before {
  content: "\e907";
}
.rbvt-icon-arrow-long-up1:before {
  content: "\e908";
}
.rbvt-icon-arrow-long-left1:before {
  content: "\e909";
}
.rbvt-icon-arrow-long-right1:before {
  content: "\e90a";
}
.rbvt-icon-calendar1:before {
  content: "\e90b";
}
.rbvt-icon-camera:before {
  content: "\e90c";
}
.rbvt-icon-cart1:before {
  content: "\e90d";
}
.rbvt-icon-chevron-down:before {
  content: "\e90e";
}
.rbvt-icon-chevron-up:before {
  content: "\e90f";
}
.rbvt-icon-chevron-left:before {
  content: "\e910";
}
.rbvt-icon-chevron-right:before {
  content: "\e911";
}
.rbvt-icon-edit:before {
  content: '\e912';
}
.rbvt-icon-help-full:before {
  content: "\e913";
}
.rbvt-icon-ok-full:before {
  content: "\e914";
}
.rbvt-icon-ok-empty:before {
  content: "\e915";
}
.rbvt-icon-plus-full:before {
  content: "\e916";
}
.rbvt-icon-plus-thick:before {
  content: "\e917";
}
.rbvt-icon-remove-full:before {
  content: "\e918";
}
.rbvt-icon-remove-empty:before {
  content: "\e919";
}
.rbvt-icon-minus-full:before {
  content: "\e91a";
}
.rbvt-icon-minus-thick:before {
  content: "\e91b";
}
.rbvt-icon-move:before {
  content: "\e91c";
}
.rbvt-icon-star-empty1:before {
  content: "\e91d";
}
.rbvt-icon-star-full1:before {
  content: "\e91e";
}
.rbvt-icon-star-half:before {
  content: "\e91f";
}
.rbvt-icon-financial:before {
  content: "\e922";
}
.rbvt-icon-taxes:before {
  content: "\e922";
}
.rbvt-icon-vendor-services:before {
  content: "\e926";
}
.rbvt-icon-deals:before {
  content: "\e921";
}
.rbvt-icon-size-chart:before {
  content: "\e931";
}
.rbvt-icon-testimonials:before {
  content: "\e933";
}
.rbvt-icon-bundle-promotions:before {
  content: "\e920";
}
.rbvt-icon-helpdesk:before {
  content: "\e924";
}
.rbvt-icon-gift-wrapper:before {
  content: "\e923";
}
.rbvt-icon-permission:before {
  content: "\f0c0";
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.secondary,
.action-primary {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1.5rem;
  padding: 7px 20px 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff inset;
  transition-duration: 0.7s;
}
.action.secondary:focus,
.action-primary:focus,
.action.secondary:active,
.action-primary:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.secondary:hover,
.action-primary:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.action.secondary.disabled,
.action-primary.disabled,
.action.secondary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.secondary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.secondary:hover,
.action-primary:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.action.primary {
  background-image: none;
  background: #004c97;
  border: 2px solid #004c97;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #fff inset;
  transition-duration: 0.7s;
}
.action.primary:focus,
.action.primary:active {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
.action.primary:hover {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.action.button-l {
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
}
.action.button-s {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.action.button-xs {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.button-xs:focus,
.action.button-xs:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.button-xs:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.action.button-xs.disabled,
.action.button-xs[disabled],
fieldset[disabled] .action.button-xs {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.back {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  box-shadow: none;
}
.action.back:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
  content: "\e625";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.back:hover:before {
  color: inherit;
}
.action.back:active:before {
  color: inherit;
}
.action.back:focus,
.action.back:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.back:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.action.back.disabled,
.action.back[disabled],
fieldset[disabled] .action.back {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.back:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.action.back:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.action.back:visited {
  color: #00a9e0;
  text-decoration: none;
}
.action.back:hover {
  color: #000000;
  text-decoration: underline;
}
.action.back:active {
  color: #ff5501;
  text-decoration: underline;
}
.action.back:hover,
.action.back:active,
.action.back:focus {
  background: none;
  border: 0;
}
.action.back.disabled,
.action.back[disabled],
fieldset[disabled] .action.back {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action.back:hover {
  box-shadow: none;
  text-decoration: none;
}
.action.back:before {
  padding-right: 0;
}
.action.cancel {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 0 0 0 #666666 inset;
  transition-duration: 0.7s;
}
.action.cancel:focus,
.action.cancel:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.cancel:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #666666;
}
.action.cancel.disabled,
.action.cancel[disabled],
fieldset[disabled] .action.cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.cancel:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.action.export {
  background-image: none;
  background: #004c97;
  border: 2px solid #004c97;
  color: #666666;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1.5rem;
  padding: 7px 20px 7px 20px;
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
  padding: 3px 20px;
  line-height: normal;
  margin: 0 0 0 10px;
  letter-spacing: 2px;
  box-shadow: 0 0 0 0 #fff inset;
  transition-duration: 0.7s;
}
.action.export:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.export:hover:before {
  color: inherit;
}
.action.export:active:before {
  color: inherit;
}
.action.export:focus,
.action.export:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.export:hover {
  background: #004c97;
  border: 2px solid #004c97;
  color: #004c97;
}
.action.export.disabled,
.action.export[disabled],
fieldset[disabled] .action.export {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.export:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.action.import {
  background-image: none;
  background: #004c97;
  border: 2px solid #004c97;
  color: #666666;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
  padding: 3px 20px;
  line-height: normal;
  margin: 0 0 0 10px;
  letter-spacing: 2px;
  box-shadow: 0 0 0 0 #fff inset;
  transition-duration: 0.7s;
  border-radius: 0;
  vertical-align: top;
}
.action.import:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
  content: "\e935";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.import:hover:before {
  color: inherit;
}
.action.import:active:before {
  color: inherit;
}
.action.import:focus,
.action.import:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.action.import:hover {
  background: #004c97;
  border: 2px solid #004c97;
  color: #004c97;
}
.action.import.disabled,
.action.import[disabled],
fieldset[disabled] .action.import {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.import:hover {
  box-shadow: 0 100px 0 0 #fff inset;
}
.toolbar-filter-wrapper {
  float: right;
}
.toolbar-filter-wrapper .data-grid-filters-actions-wrap {
  display: inline-block;
  vertical-align: middle;
}
.rtl-layout .toolbar-filter-wrapper {
  float: left;
}
html.rtl-layout .action.back:before {
  content: "\e624";
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.3rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.pages {
  float: left;
  padding-top: 5px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 600;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 4px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  border: 1px solid #e0e0e0;
  color: #00a9e0;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #00a9e0;
}
.pages a.page:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
}
.pages .action {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #ffffff;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e617";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages a.page.jump {
  border: none;
}
.pages .action {
  width: 30px;
  text-align: center;
}
.pages .action.previous {
  margin-right: 5px;
}
.pages .action.next {
  margin-left: 5px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
  margin-bottom: 0;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #004c97;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 600;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: "\e616";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
html.rtl-layout .col-xs-1,
html.rtl-layout .col-xs-2,
html.rtl-layout .col-xs-3,
html.rtl-layout .col-xs-4,
html.rtl-layout .col-xs-5,
html.rtl-layout .col-xs-6,
html.rtl-layout .col-xs-7,
html.rtl-layout .col-xs-8,
html.rtl-layout .col-xs-9,
html.rtl-layout .col-xs-10,
html.rtl-layout .col-xs-11,
html.rtl-layout .col-xs-12 {
  float: right;
}
html.rtl-layout .col-xs-12 {
  width: 100%;
}
html.rtl-layout .col-xs-11 {
  width: 91.66666667%;
}
html.rtl-layout .col-xs-10 {
  width: 83.33333333%;
}
html.rtl-layout .col-xs-9 {
  width: 75%;
}
html.rtl-layout .col-xs-8 {
  width: 66.66666667%;
}
html.rtl-layout .col-xs-7 {
  width: 58.33333333%;
}
html.rtl-layout .col-xs-6 {
  width: 50%;
}
html.rtl-layout .col-xs-5 {
  width: 41.66666667%;
}
html.rtl-layout .col-xs-4 {
  width: 33.33333333%;
}
html.rtl-layout .col-xs-3 {
  width: 25%;
}
html.rtl-layout .col-xs-2 {
  width: 16.66666667%;
}
html.rtl-layout .col-xs-1 {
  width: 8.33333333%;
}
html.rtl-layout .col-xs-pull-12 {
  left: 100%;
}
html.rtl-layout .col-xs-pull-11 {
  left: 91.66666667%;
}
html.rtl-layout .col-xs-pull-10 {
  left: 83.33333333%;
}
html.rtl-layout .col-xs-pull-9 {
  left: 75%;
}
html.rtl-layout .col-xs-pull-8 {
  left: 66.66666667%;
}
html.rtl-layout .col-xs-pull-7 {
  left: 58.33333333%;
}
html.rtl-layout .col-xs-pull-6 {
  left: 50%;
}
html.rtl-layout .col-xs-pull-5 {
  left: 41.66666667%;
}
html.rtl-layout .col-xs-pull-4 {
  left: 33.33333333%;
}
html.rtl-layout .col-xs-pull-3 {
  left: 25%;
}
html.rtl-layout .col-xs-pull-2 {
  left: 16.66666667%;
}
html.rtl-layout .col-xs-pull-1 {
  left: 8.33333333%;
}
html.rtl-layout .col-xs-pull-0 {
  left: auto;
}
html.rtl-layout .col-xs-push-12 {
  right: 100%;
}
html.rtl-layout .col-xs-push-11 {
  right: 91.66666667%;
}
html.rtl-layout .col-xs-push-10 {
  right: 83.33333333%;
}
html.rtl-layout .col-xs-push-9 {
  right: 75%;
}
html.rtl-layout .col-xs-push-8 {
  right: 66.66666667%;
}
html.rtl-layout .col-xs-push-7 {
  right: 58.33333333%;
}
html.rtl-layout .col-xs-push-6 {
  right: 50%;
}
html.rtl-layout .col-xs-push-5 {
  right: 41.66666667%;
}
html.rtl-layout .col-xs-push-4 {
  right: 33.33333333%;
}
html.rtl-layout .col-xs-push-3 {
  right: 25%;
}
html.rtl-layout .col-xs-push-2 {
  right: 16.66666667%;
}
html.rtl-layout .col-xs-push-1 {
  right: 8.33333333%;
}
html.rtl-layout .col-xs-push-0 {
  right: auto;
}
html.rtl-layout .col-xs-offset-12 {
  margin-right: 100%;
}
html.rtl-layout .col-xs-offset-11 {
  margin-right: 91.66666667%;
}
html.rtl-layout .col-xs-offset-10 {
  margin-right: 83.33333333%;
}
html.rtl-layout .col-xs-offset-9 {
  margin-right: 75%;
}
html.rtl-layout .col-xs-offset-8 {
  margin-right: 66.66666667%;
}
html.rtl-layout .col-xs-offset-7 {
  margin-right: 58.33333333%;
}
html.rtl-layout .col-xs-offset-6 {
  margin-right: 50%;
}
html.rtl-layout .col-xs-offset-5 {
  margin-right: 41.66666667%;
}
html.rtl-layout .col-xs-offset-4 {
  margin-right: 33.33333333%;
}
html.rtl-layout .col-xs-offset-3 {
  margin-right: 25%;
}
html.rtl-layout .col-xs-offset-2 {
  margin-right: 16.66666667%;
}
html.rtl-layout .col-xs-offset-1 {
  margin-right: 8.33333333%;
}
html.rtl-layout .col-xs-offset-0 {
  margin-right: 0%;
}
@media (min-width: 768px) {
  html.rtl-layout .col-md-1,
  html.rtl-layout .col-md-2,
  html.rtl-layout .col-md-3,
  html.rtl-layout .col-md-4,
  html.rtl-layout .col-md-5,
  html.rtl-layout .col-md-6,
  html.rtl-layout .col-md-7,
  html.rtl-layout .col-md-8,
  html.rtl-layout .col-md-9,
  html.rtl-layout .col-md-10,
  html.rtl-layout .col-md-11,
  html.rtl-layout .col-md-12 {
    float: right;
  }
  html.rtl-layout .col-md-12 {
    width: 100%;
  }
  html.rtl-layout .col-md-11 {
    width: 91.66666667%;
  }
  html.rtl-layout .col-md-10 {
    width: 83.33333333%;
  }
  html.rtl-layout .col-md-9 {
    width: 75%;
  }
  html.rtl-layout .col-md-8 {
    width: 66.66666667%;
  }
  html.rtl-layout .col-md-7 {
    width: 58.33333333%;
  }
  html.rtl-layout .col-md-6 {
    width: 50%;
  }
  html.rtl-layout .col-md-5 {
    width: 41.66666667%;
  }
  html.rtl-layout .col-md-4 {
    width: 33.33333333%;
  }
  html.rtl-layout .col-md-3 {
    width: 25%;
  }
  html.rtl-layout .col-md-2 {
    width: 16.66666667%;
  }
  html.rtl-layout .col-md-1 {
    width: 8.33333333%;
  }
  html.rtl-layout .col-md-pull-12 {
    left: 100%;
  }
  html.rtl-layout .col-md-pull-11 {
    left: 91.66666667%;
  }
  html.rtl-layout .col-md-pull-10 {
    left: 83.33333333%;
  }
  html.rtl-layout .col-md-pull-9 {
    left: 75%;
  }
  html.rtl-layout .col-md-pull-8 {
    left: 66.66666667%;
  }
  html.rtl-layout .col-md-pull-7 {
    left: 58.33333333%;
  }
  html.rtl-layout .col-md-pull-6 {
    left: 50%;
  }
  html.rtl-layout .col-md-pull-5 {
    left: 41.66666667%;
  }
  html.rtl-layout .col-md-pull-4 {
    left: 33.33333333%;
  }
  html.rtl-layout .col-md-pull-3 {
    left: 25%;
  }
  html.rtl-layout .col-md-pull-2 {
    left: 16.66666667%;
  }
  html.rtl-layout .col-md-pull-1 {
    left: 8.33333333%;
  }
  html.rtl-layout .col-md-pull-0 {
    left: auto;
  }
  html.rtl-layout .col-md-push-12 {
    right: 100%;
  }
  html.rtl-layout .col-md-push-11 {
    right: 91.66666667%;
  }
  html.rtl-layout .col-md-push-10 {
    right: 83.33333333%;
  }
  html.rtl-layout .col-md-push-9 {
    right: 75%;
  }
  html.rtl-layout .col-md-push-8 {
    right: 66.66666667%;
  }
  html.rtl-layout .col-md-push-7 {
    right: 58.33333333%;
  }
  html.rtl-layout .col-md-push-6 {
    right: 50%;
  }
  html.rtl-layout .col-md-push-5 {
    right: 41.66666667%;
  }
  html.rtl-layout .col-md-push-4 {
    right: 33.33333333%;
  }
  html.rtl-layout .col-md-push-3 {
    right: 25%;
  }
  html.rtl-layout .col-md-push-2 {
    right: 16.66666667%;
  }
  html.rtl-layout .col-md-push-1 {
    right: 8.33333333%;
  }
  html.rtl-layout .col-md-push-0 {
    right: auto;
  }
  html.rtl-layout .col-md-offset-12 {
    margin-right: 100%;
  }
  html.rtl-layout .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  html.rtl-layout .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  html.rtl-layout .col-md-offset-9 {
    margin-right: 75%;
  }
  html.rtl-layout .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  html.rtl-layout .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  html.rtl-layout .col-md-offset-6 {
    margin-right: 50%;
  }
  html.rtl-layout .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  html.rtl-layout .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  html.rtl-layout .col-md-offset-3 {
    margin-right: 25%;
  }
  html.rtl-layout .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  html.rtl-layout .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  html.rtl-layout .col-md-offset-0 {
    margin-right: 0%;
  }
}
@media (min-width: 1024px) {
  html.rtl-layout .col-lg-1,
  html.rtl-layout .col-lg-2,
  html.rtl-layout .col-lg-3,
  html.rtl-layout .col-lg-4,
  html.rtl-layout .col-lg-5,
  html.rtl-layout .col-lg-6,
  html.rtl-layout .col-lg-7,
  html.rtl-layout .col-lg-8,
  html.rtl-layout .col-lg-9,
  html.rtl-layout .col-lg-10,
  html.rtl-layout .col-lg-11,
  html.rtl-layout .col-lg-12 {
    float: right;
  }
  html.rtl-layout .col-lg-12 {
    width: 100%;
  }
  html.rtl-layout .col-lg-11 {
    width: 91.66666667%;
  }
  html.rtl-layout .col-lg-10 {
    width: 83.33333333%;
  }
  html.rtl-layout .col-lg-9 {
    width: 75%;
  }
  html.rtl-layout .col-lg-8 {
    width: 66.66666667%;
  }
  html.rtl-layout .col-lg-7 {
    width: 58.33333333%;
  }
  html.rtl-layout .col-lg-6 {
    width: 50%;
  }
  html.rtl-layout .col-lg-5 {
    width: 41.66666667%;
  }
  html.rtl-layout .col-lg-4 {
    width: 33.33333333%;
  }
  html.rtl-layout .col-lg-3 {
    width: 25%;
  }
  html.rtl-layout .col-lg-2 {
    width: 16.66666667%;
  }
  html.rtl-layout .col-lg-1 {
    width: 8.33333333%;
  }
  html.rtl-layout .col-lg-pull-12 {
    left: 100%;
  }
  html.rtl-layout .col-lg-pull-11 {
    left: 91.66666667%;
  }
  html.rtl-layout .col-lg-pull-10 {
    left: 83.33333333%;
  }
  html.rtl-layout .col-lg-pull-9 {
    left: 75%;
  }
  html.rtl-layout .col-lg-pull-8 {
    left: 66.66666667%;
  }
  html.rtl-layout .col-lg-pull-7 {
    left: 58.33333333%;
  }
  html.rtl-layout .col-lg-pull-6 {
    left: 50%;
  }
  html.rtl-layout .col-lg-pull-5 {
    left: 41.66666667%;
  }
  html.rtl-layout .col-lg-pull-4 {
    left: 33.33333333%;
  }
  html.rtl-layout .col-lg-pull-3 {
    left: 25%;
  }
  html.rtl-layout .col-lg-pull-2 {
    left: 16.66666667%;
  }
  html.rtl-layout .col-lg-pull-1 {
    left: 8.33333333%;
  }
  html.rtl-layout .col-lg-pull-0 {
    left: auto;
  }
  html.rtl-layout .col-lg-push-12 {
    right: 100%;
  }
  html.rtl-layout .col-lg-push-11 {
    right: 91.66666667%;
  }
  html.rtl-layout .col-lg-push-10 {
    right: 83.33333333%;
  }
  html.rtl-layout .col-lg-push-9 {
    right: 75%;
  }
  html.rtl-layout .col-lg-push-8 {
    right: 66.66666667%;
  }
  html.rtl-layout .col-lg-push-7 {
    right: 58.33333333%;
  }
  html.rtl-layout .col-lg-push-6 {
    right: 50%;
  }
  html.rtl-layout .col-lg-push-5 {
    right: 41.66666667%;
  }
  html.rtl-layout .col-lg-push-4 {
    right: 33.33333333%;
  }
  html.rtl-layout .col-lg-push-3 {
    right: 25%;
  }
  html.rtl-layout .col-lg-push-2 {
    right: 16.66666667%;
  }
  html.rtl-layout .col-lg-push-1 {
    right: 8.33333333%;
  }
  html.rtl-layout .col-lg-push-0 {
    right: auto;
  }
  html.rtl-layout .col-lg-offset-12 {
    margin-right: 100%;
  }
  html.rtl-layout .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  html.rtl-layout .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  html.rtl-layout .col-lg-offset-9 {
    margin-right: 75%;
  }
  html.rtl-layout .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  html.rtl-layout .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  html.rtl-layout .col-lg-offset-6 {
    margin-right: 50%;
  }
  html.rtl-layout .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  html.rtl-layout .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  html.rtl-layout .col-lg-offset-3 {
    margin-right: 25%;
  }
  html.rtl-layout .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  html.rtl-layout .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  html.rtl-layout .col-lg-offset-0 {
    margin-right: 0%;
  }
}
@media (min-width: 1280px) {
  html.rtl-layout .col-xl-1,
  html.rtl-layout .col-xl-2,
  html.rtl-layout .col-xl-3,
  html.rtl-layout .col-xl-4,
  html.rtl-layout .col-xl-5,
  html.rtl-layout .col-xl-6,
  html.rtl-layout .col-xl-7,
  html.rtl-layout .col-xl-8,
  html.rtl-layout .col-xl-9,
  html.rtl-layout .col-xl-10,
  html.rtl-layout .col-xl-11,
  html.rtl-layout .col-xl-12 {
    float: right;
  }
  html.rtl-layout .col-xl-12 {
    width: 100%;
  }
  html.rtl-layout .col-xl-11 {
    width: 91.66666667%;
  }
  html.rtl-layout .col-xl-10 {
    width: 83.33333333%;
  }
  html.rtl-layout .col-xl-9 {
    width: 75%;
  }
  html.rtl-layout .col-xl-8 {
    width: 66.66666667%;
  }
  html.rtl-layout .col-xl-7 {
    width: 58.33333333%;
  }
  html.rtl-layout .col-xl-6 {
    width: 50%;
  }
  html.rtl-layout .col-xl-5 {
    width: 41.66666667%;
  }
  html.rtl-layout .col-xl-4 {
    width: 33.33333333%;
  }
  html.rtl-layout .col-xl-3 {
    width: 25%;
  }
  html.rtl-layout .col-xl-2 {
    width: 16.66666667%;
  }
  html.rtl-layout .col-xl-1 {
    width: 8.33333333%;
  }
  html.rtl-layout .col-xl-pull-12 {
    left: 100%;
  }
  html.rtl-layout .col-xl-pull-11 {
    left: 91.66666667%;
  }
  html.rtl-layout .col-xl-pull-10 {
    left: 83.33333333%;
  }
  html.rtl-layout .col-xl-pull-9 {
    left: 75%;
  }
  html.rtl-layout .col-xl-pull-8 {
    left: 66.66666667%;
  }
  html.rtl-layout .col-xl-pull-7 {
    left: 58.33333333%;
  }
  html.rtl-layout .col-xl-pull-6 {
    left: 50%;
  }
  html.rtl-layout .col-xl-pull-5 {
    left: 41.66666667%;
  }
  html.rtl-layout .col-xl-pull-4 {
    left: 33.33333333%;
  }
  html.rtl-layout .col-xl-pull-3 {
    left: 25%;
  }
  html.rtl-layout .col-xl-pull-2 {
    left: 16.66666667%;
  }
  html.rtl-layout .col-xl-pull-1 {
    left: 8.33333333%;
  }
  html.rtl-layout .col-xl-pull-0 {
    left: auto;
  }
  html.rtl-layout .col-xl-push-12 {
    right: 100%;
  }
  html.rtl-layout .col-xl-push-11 {
    right: 91.66666667%;
  }
  html.rtl-layout .col-xl-push-10 {
    right: 83.33333333%;
  }
  html.rtl-layout .col-xl-push-9 {
    right: 75%;
  }
  html.rtl-layout .col-xl-push-8 {
    right: 66.66666667%;
  }
  html.rtl-layout .col-xl-push-7 {
    right: 58.33333333%;
  }
  html.rtl-layout .col-xl-push-6 {
    right: 50%;
  }
  html.rtl-layout .col-xl-push-5 {
    right: 41.66666667%;
  }
  html.rtl-layout .col-xl-push-4 {
    right: 33.33333333%;
  }
  html.rtl-layout .col-xl-push-3 {
    right: 25%;
  }
  html.rtl-layout .col-xl-push-2 {
    right: 16.66666667%;
  }
  html.rtl-layout .col-xl-push-1 {
    right: 8.33333333%;
  }
  html.rtl-layout .col-xl-push-0 {
    right: auto;
  }
  html.rtl-layout .col-xl-offset-12 {
    margin-right: 100%;
  }
  html.rtl-layout .col-xl-offset-11 {
    margin-right: 91.66666667%;
  }
  html.rtl-layout .col-xl-offset-10 {
    margin-right: 83.33333333%;
  }
  html.rtl-layout .col-xl-offset-9 {
    margin-right: 75%;
  }
  html.rtl-layout .col-xl-offset-8 {
    margin-right: 66.66666667%;
  }
  html.rtl-layout .col-xl-offset-7 {
    margin-right: 58.33333333%;
  }
  html.rtl-layout .col-xl-offset-6 {
    margin-right: 50%;
  }
  html.rtl-layout .col-xl-offset-5 {
    margin-right: 41.66666667%;
  }
  html.rtl-layout .col-xl-offset-4 {
    margin-right: 33.33333333%;
  }
  html.rtl-layout .col-xl-offset-3 {
    margin-right: 25%;
  }
  html.rtl-layout .col-xl-offset-2 {
    margin-right: 16.66666667%;
  }
  html.rtl-layout .col-xl-offset-1 {
    margin-right: 8.33333333%;
  }
  html.rtl-layout .col-xl-offset-0 {
    margin-right: 0%;
  }
}
html.rtl-layout body {
  direction: rtl;
}
html.rtl-layout body.page-layout-2columns-left .column.main,
html.rtl-layout body.page-layout-2columns-right .sidebar-main {
  float: left;
}
html.rtl-layout body.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
html.rtl-layout body.page-layout-2columns-right .column.main,
html.rtl-layout body.page-layout-2columns-left .sidebar-main {
  float: right;
}
html.rtl-layout body.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
html.rtl-layout .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: auto;
  right: 0;
}
html.rtl-layout body .pull-right {
  float: left !important;
}
html.rtl-layout body .pull-left {
  float: right !important;
}
html.rtl-layout body.page-layout-2columns-left .column.main,
html.rtl-layout body.page-layout-2columns-right .sidebar-main {
  float: left;
}
html.rtl-layout body.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
html.rtl-layout body.page-layout-2columns-right .column.main,
html.rtl-layout body.page-layout-2columns-left .sidebar-main {
  float: right;
}
html.rtl-layout body.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
html.rtl-layout body table th {
  text-align: right;
}
html.rtl-layout body input[type="radio"] {
  margin: 2px 0 0 5px;
}
html.rtl-layout body .field-tooltip {
  right: auto;
  left: 0;
  /*.field-tooltip-content {
				left: auto;
				right: 38px;
			}*/
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 10rem auto;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 0.8rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 5px;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 26px;
  color: #8f8f8f;
  content: "\e616";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .fieldset .actions-toolbar,
.modal-popup .fieldset .actions-toolbar,
.modal-slide .fieldset .actions-toolbar {
  text-align: right;
  margin-top: 20px;
}
.modal-custom .fieldset .actions-toolbar .primary,
.modal-popup .fieldset .actions-toolbar .primary,
.modal-slide .fieldset .actions-toolbar .primary,
.modal-custom .fieldset .actions-toolbar .secondary,
.modal-popup .fieldset .actions-toolbar .secondary,
.modal-slide .fieldset .actions-toolbar .secondary {
  float: none;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 2rem;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 75%;
}
.modal-slide .action-close {
  padding: 1.1rem 1rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.sticky-status-message {
  background: #faf3a2;
  border: none;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  padding: 21px 20px 21px 20px;
  font-weight: bold;
  top: 0px;
  color: #333333;
  /*          @_shadow: 0 5px 5px 0 rgba(0, 0, 0, .30);
          .lib-css(box-shadow, @_shadow, 1); */
  z-index: 100;
  margin: 0px auto;
  z-index: 800;
}
.sticky-status-message .close {
  font-size: 0rem;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.sticky-status-message .close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sticky-status-message .close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e616";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0px 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sticky-status-message .close:before {
  position: absolute;
  top: 18px;
  right: 10px;
}
.page-layout-vendor-1column .page-wrapper,
.page-layout-vendor-2columns-left .page-wrapper {
  /*    width: ~'calc(100% - @{menu__width})';
     margin-left: @menu__width;*/
  background-color: #f5f5f5 !important;
}
.page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper,
.page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper {
  padding: 25px;
  margin-left: 230px;
}
.page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper .columns,
.page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper .columns {
  width: 100%;
}
.page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper .page-title-wrapper,
.page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper .page-title-wrapper {
  padding: 0px;
}
.page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper .page-title-wrapper .page-title,
.page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper .page-title-wrapper .page-title {
  margin: 0 0 20px 0;
}
.page-layout-vendor-1column .page-wrapper:after,
.page-layout-vendor-2columns-left .page-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.page-layout-vendor-1column .page-footer,
.page-layout-vendor-2columns-left .page-footer {
  background-color: #ffffff;
  margin-left: 8.800000000000001rem;
}
.page-layout-vendor-1column .page-footer:after,
.page-layout-vendor-2columns-left .page-footer:after {
  clear: both;
  content: '';
  display: table;
}
.vendor-content-top {
  margin: 30px 0 30px 0;
}
.vendor-content-top:after {
  content: '';
  clear: both;
  display: table;
}
html.rtl-layout .page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper,
html.rtl-layout .page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper {
  margin-left: 0;
  margin-right: 8.800000000000001rem;
}
html.rtl-layout .page-layout-vendor-1column .page-footer,
html.rtl-layout .page-layout-vendor-2columns-left .page-footer {
  margin-left: 0;
  margin-right: 8.800000000000001rem;
}
@font-face {
  font-family: 'RB-Vendor-Theme-Icons';
  src: url('../Magedelight_Vendor/fonts/RB-Vendor-Theme-Icons.woff2') format('woff2'), url('../Magedelight_Vendor/fonts/RB-Vendor-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="rbvt-icon-"],
[class*=" rbvt-icon-"] {
  font-family: 'RB-Vendor-Theme-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rbvt-font-icon:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-font-icon:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.rbvt-icon:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon:before:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon:before:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon:after:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon:after:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rbvt-icon-wishlist-full:before {
  content: "\e600";
}
.rbvt-icon-wishlist-empty:before {
  content: "\e601";
}
.rbvt-icon-warning:before {
  content: "\e602";
}
.rbvt-icon-update:before {
  content: "\e603";
}
.rbvt-icon-trash:before {
  content: "\e604";
}
.rbvt-icon-star:before {
  content: "\e605";
}
.rbvt-icon-setting:before {
  content: "\e606";
}
.rbvt-icon-pointer-down:before {
  content: "\e607";
}
.rbvt-icon-next:before {
  content: "\e608";
}
.rbvt-icon-menu:before {
  content: "\e609";
}
.rbvt-icon-location:before {
  content: "\e60a";
}
.rbvt-icon-list:before {
  content: "\e60b";
}
.rbvt-icon-info:before {
  content: "\e60c";
}
.rbvt-icon-grid:before {
  content: "\e60d";
}
.rbvt-icon-comment-reflected:before {
  content: "\e60e";
}
.rbvt-icon-collapse:before {
  content: "\e60f";
}
.rbvt-icon-checkmark:before {
  content: "\e610";
}
.rbvt-icon-cart:before {
  content: "\e611";
}
.rbvt-icon-calendar:before {
  content: "\e612";
}
.rbvt-icon-arrow-up:before {
  content: "\e613";
}
.rbvt-icon-arrow-down:before {
  content: "\e614";
}
.rbvt-icon-search:before {
  content: "\e615";
}
.rbvt-icon-remove:before {
  content: "\e616";
}
.rbvt-icon-prev:before {
  content: "\e617";
}
.rbvt-icon-pointer-up:before {
  content: "\e618";
}
.rbvt-icon-pointer-right:before {
  content: "\e619";
}
.rbvt-icon-pointer-left:before {
  content: "\e61a";
}
.rbvt-icon-flag:before {
  content: "\e61b";
}
.rbvt-icon-expand:before {
  content: "\e61c";
}
.rbvt-icon-envelop:before {
  content: "\e61d";
}
.rbvt-icon-compare-full:before {
  content: "\e61e";
}
.rbvt-icon-compare-empty:before {
  content: "\e61f";
}
.rbvt-icon-comment:before {
  content: "\e620";
}
.rbvt-icon-up:before {
  content: "\e621";
}
.rbvt-icon-down:before {
  content: "\e622";
}
.rbvt-icon-help:before {
  content: "\e623";
}
.rbvt-icon-arrow-right-thin:before {
  content: "\e624";
}
.rbvt-icon-arrow-left-thin:before {
  content: "\e625";
}
.rbvt-icon-arrow-down-thin:before {
  content: "\e626";
}
.rbvt-icon-account:before {
  content: "\e627";
}
.rbvt-icon-gift-registry:before {
  content: "\e628";
}
.rbvt-icon-present:before {
  content: "\e629";
}
.rbvt-icon-arrow-up-thin:before {
  content: "\e633";
}
.rbvt-icon-bell-empty:before {
  content: "\e900";
}
.rbvt-icon-dashboard:before {
  content: "\e901";
}
.rbvt-icon-promotions:before {
  content: "\e902";
}
.rbvt-icon-tag:before {
  content: "\e903";
}
.rbvt-icon-deal:before {
  content: "\e921";
}
.rbvt-icon-financial:before {
  content: "\e922";
}
.rbvt-icon-helpdesk:before {
  content: "\e924";
}
.rbvt-icon-returns:before {
  content: "\e929";
}
.rbvt-icon-shipping-method:before {
  content: "\e92a";
}
.rbvt-icon-info-full:before {
  content: "\e904";
}
.rbvt-icon-download:before {
  content: "\e905";
}
.rbvt-icon-ok:before {
  content: "\e906";
}
.rbvt-icon-arrow-long-down1:before {
  content: "\e907";
}
.rbvt-icon-arrow-long-up1:before {
  content: "\e908";
}
.rbvt-icon-arrow-long-left1:before {
  content: "\e909";
}
.rbvt-icon-arrow-long-right1:before {
  content: "\e90a";
}
.rbvt-icon-calendar1:before {
  content: "\e90b";
}
.rbvt-icon-camera:before {
  content: "\e90c";
}
.rbvt-icon-cart1:before {
  content: "\e90d";
}
.rbvt-icon-chevron-down:before {
  content: "\e90e";
}
.rbvt-icon-chevron-up:before {
  content: "\e90f";
}
.rbvt-icon-chevron-left:before {
  content: "\e910";
}
.rbvt-icon-chevron-right:before {
  content: "\e911";
}
.rbvt-icon-edit:before {
  content: "\e912";
}
.rbvt-icon-help-full:before {
  content: "\e913";
}
.rbvt-icon-ok-full:before {
  content: "\e914";
}
.rbvt-icon-ok-empty:before {
  content: "\e915";
}
.rbvt-icon-plus-full:before {
  content: "\e916";
}
.rbvt-icon-plus-thick:before {
  content: "\e917";
}
.rbvt-icon-remove-full:before {
  content: "\e918";
}
.rbvt-icon-remove-empty:before {
  content: "\e919";
}
.rbvt-icon-minus-full:before {
  content: "\e91a";
}
.rbvt-icon-minus-thick:before {
  content: "\e91b";
}
.rbvt-icon-move:before {
  content: "\e91c";
}
.rbvt-icon-star-empty1:before {
  content: "\e91d";
}
.rbvt-icon-star-full1:before {
  content: "\e91e";
}
.rbvt-icon-star-half:before {
  content: "\e91f";
}
.rbvt-icon-profile:before {
  content: "\f007";
}
.rbvt-icon-microsite:before {
  content: "\e939";
}
.rbvt-icon-logout:before {
  content: "\f011";
}
.rbvt-icon-users:before {
  content: "\f0c0";
}
.rbvt-icon-import:before {
  content: "\e935";
}
.rbvt-icon-export:before {
  content: "\e936";
}
.rbvt-icon-money:before {
  content: '\e92f';
}
.icon-demo-user:before {
  content: '\e937';
}
.icon-demo-password:before {
  content: '\e938';
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0 10px 0 0 !important;
  padding: 7px 0 0;
  vertical-align: middle;
  font-weight: 600;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.sorter {
  padding: 13px 0;
  margin: 0px 0 0px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 32px;
  color: #004c97;
  content: "\e908";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.sorter-action:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.sorter-action.sort-desc:before {
  content: "\e907";
}
.modes {
  display: none;
}
.limiter {
  float: right;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.rtl-layout .limiter {
  float: left;
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
}
.page-header.vendor-page-header {
  background: #ffffff;
}
.page-header.vendor-page-header .header.panel {
  padding: 0 0 0px 8.800000000000001rem;
  border-bottom: 1px solid #e0e0e0;
  max-width: 100%;
}
.page-header.vendor-page-header .header.panel:before,
.page-header.vendor-page-header .header.panel:after {
  content: '';
  display: table;
}
.page-header.vendor-page-header .header.panel:after {
  clear: both;
}
.page-header.vendor-page-header .header.panel .vendor-sales-notification {
  padding: 27px 0 27px 20px;
}
.page-header.vendor-page-header .header.panel .vendor-sales-notification strong {
  color: #e9573f;
}
.page-header.vendor-page-header .header.panel .nav {
  float: right;
  margin: 0 0 0 0;
}
.page-header.vendor-page-header .header.panel .nav.navbar-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.page-header.vendor-page-header .header.panel .nav > li {
  position: relative;
  display: block;
  float: left;
  margin: 0px;
}
.page-header.vendor-page-header .header.panel .nav > li a {
  position: relative;
  display: block;
  padding: 17px 15px;
  height: 74px;
  max-height: 74px;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
}
.page-header.vendor-page-header .header.panel .nav > li a.profile {
  padding: 20px 15px;
}
.page-header.vendor-page-header .header.panel .nav > li a .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
}
.page-header.vendor-page-header .header.panel .nav > li a span.rbvt-icon.rbvt-icon-help {
  display: inline-block;
  text-decoration: none;
}
.page-header.vendor-page-header .header.panel .nav > li a span.rbvt-icon.rbvt-icon-help:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: "\e623";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 8px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header.vendor-page-header .header.panel .nav > li a span.rbvt-icon.rbvt-icon-bell-empty {
  display: inline-block;
  text-decoration: none;
}
.page-header.vendor-page-header .header.panel .nav > li a span.rbvt-icon.rbvt-icon-bell-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: "\e900";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header.vendor-page-header .header.panel .nav > li a.dropdown-toggle span.rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.page-header.vendor-page-header .header.panel .nav > li a.dropdown-toggle span.rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e607";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header.vendor-page-header .header.panel .nav > li a:hover {
  background: #f6f6f6;
  text-decoration: none;
  color: #333333;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-top: 3px solid #004c97;
}
.rtl-layout .page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #004c97;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu li {
  margin-bottom: 10px;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu li a {
  padding: 10px 10px;
  height: auto;
  font-size: 1.4rem;
}
.page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu li a .fa:before {
  font-size: 1.8rem;
}
.page-header.vendor-page-header .header.panel .nav > li.open .dropdown-menu {
  display: block;
}
.page-header.vendor-page-header .nav-bar-logo {
  width: 8.800000000000001rem;
  float: left;
  position: relative;
  z-index: 800;
  background-color: transparent !important;
}
.page-header.vendor-page-header .nav-bar-logo .logo {
  display: block;
  height: 32px;
  padding: 20px 0 20px 20px;
  position: relative;
  text-align: left;
  float: none;
  background: #ffffff;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
._keyfocus .page-header.vendor-page-header .nav-bar-logo .logo:focus {
  box-shadow: none;
}
.page-header.vendor-page-header .nav-bar-logo .logo:hover .logo-img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.page-header.vendor-page-header .nav-bar-logo .logo:active .logo-img {
  transform: scale(0.95);
}
.page-header.vendor-page-header .nav-bar-logo .logo .logo-img {
  height: auto;
  transition: -webkit-filter 0.2s linear, filter 0.2s linear, transform 0.1s linear;
  width: 166px;
  margin: -10px 0 0 0;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 10px;
  position: absolute;
  top: 13px;
  z-index: 701;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ffffff;
  content: "\e609";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle:hover:before {
  color: #000000;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle:active:before {
  color: #ffffff;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.page-header.vendor-page-header .nav-bar-logo .nav-toggle.active {
  color: #004c97;
}
.page-header.vendor-page-header .nav-bar-logo.active {
  width: 88px;
}
.page-header.vendor-page-header .nav-bar-logo.active .nav-toggle.active {
  transform: rotate(90deg);
  left: 50%;
  margin-left: -15px;
}
.page-header.vendor-page-header .nav-bar-logo.active .logo_container .logo-img {
  display: none !important;
}
html.rtl-layout .page-header.vendor-page-header .nav-bar-logo {
  float: right;
}
html.rtl-layout .page-header.vendor-page-header .nav-bar-logo .logo {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
}
html.rtl-layout .page-header.vendor-page-header .header.panel {
  padding: 0 8.800000000000001rem 0 0;
}
html.rtl-layout .page-header.vendor-page-header .header.panel .vendor-sales-notification {
  float: right;
  padding: 20px 20px 20px 0;
}
html.rtl-layout .page-header.vendor-page-header .header.panel .nav {
  float: left;
}
html.rtl-layout .page-header.vendor-page-header .header.panel .nav > li {
  float: right;
}
html.rtl-layout .page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu {
  left: 10px;
  right: auto;
  text-align: right;
}
html.rtl-layout .page-header.vendor-page-header .header.panel .nav > li.dropdown .dropdown-menu:before {
  left: 11px;
  right: auto;
}
html.rtl-layout .page-header .switcher {
  float: left;
}
html.rtl-layout .page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
html.rtl-layout .page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.textalignleft {
  text-align: left;
}
.textalignright {
  text-align: right;
}
ul.country-list.hide {
  display: none;
}
.panel .page-title-wrapper {
  margin-bottom: 50px;
}
.selling-steps-sections {
  background: #ffffff;
}
.success-stories-sections {
  background-color: #f5f5f5;
}
.success-stories {
  padding: 50px 65px 50px 65px;
}
.success-stories-video-item-column {
  text-align: center;
  float: left;
  font-size: 16px;
}
.success-stories-video-item-content {
  margin-bottom: 10px;
  text-align: left;
}
.success-stories-item-columns {
  margin-top: 50px;
}
.success-stories-video-item-column a {
  color: #333;
  text-decoration: underline;
}
.success-stories-video-detail-item-column {
  float: left;
}
.success-stories-video-detail-item-column .sellers-name {
  margin-bottom: 10px;
}
.success-stories-video-detail-item-column h3 {
  margin: 0px;
  color: #333;
  font-weight: 600;
  font-size: 2rem;
}
.success-stories-video-detail-item-column .required-documents {
  color: #333;
  font-size: 1.5rem;
}
.success-stories-video-detail-item-column .required-documents p {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  min-width: 94px;
  padding: 0px 20px;
  text-align: center;
}
.success-stories-video-detail-item-column .required-documents p.last {
  line-height: 15px;
  padding-top: 4px;
}
.success-stories-video-detail-item-column .register-notes {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  clear: both;
}
.selling-steps {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pos-rel {
  position: relative;
}
.selling-setpes {
  float: left;
  min-height: 270px;
  width: 100%;
}
.verti-line {
  height: 100%;
  left: 0;
  margin: 4px auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 0;
}
.vl-step-01 {
  background: #a774bd;
}
.vl-step-02 {
  background: #d8660a;
}
.vl-step-03 {
  background: #7a9812;
}
.cus-pd {
  padding: 10px 0 30px 0px;
  margin-bottom: 0;
}
.middleImageSteps {
  text-align: center;
}
.leftright-image-steps {
  padding-top: 30px;
}
.sellingText {
  font-size: 1.6rem;
  color: #333;
}
.sellingText h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #333;
  margin-top: 0;
}
.sellingText ul li {
  margin-bottom: 12px;
  list-style: none;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.sellingText ul li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #a774bd;
}
.vendor-static-menu-sections {
  background: #f4f4f4;
}
.vendor-static-menu .header.content {
  padding: 0;
}
.vendor-static-menu a {
  transition: all 0.15s ease-in-out 0s;
}
.vendor-login-logo-container {
  float: left;
  margin-top: 10px;
}
.vendor-login-form-container {
  float: right;
}
.vendor-login-header-sections {
  padding: 10px 0px 5px 0px;
  background: #ffffff;
}
.vendor-login-header-sections:before,
.vendor-login-header-sections:after {
  content: '';
  display: table;
}
.vendor-login-header-sections:after {
  clear: both;
}
/*.page-title-wrapper h2.page-title {
    text-align: center;
    font-size: @font-size__xl * 2;
    font-weight:@font-weight__semibold;
    margin:0px 0px 0px 0px;
    color:#333;
}*/
.action.primary.button-l,
.action.secondary.button-l {
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
}
.action.primary.button-m,
.action.secondary.button-m {
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
  padding: 9px 26px 9px 28px;
}
.action.primary.button-s,
.action.secondary.button-s {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
input::-moz-placeholder {
  color: #666666;
  font-size: 10px;
}
input::-webkit-input-placeholder {
  color: #666666;
  font-size: 10px;
  line-height: 2.2;
}
input:-ms-input-placeholder {
  color: #666666;
  font-size: 10px;
}
.sections:before,
.sections:after {
  content: '';
  display: table;
}
.sections:after {
  clear: both;
}
.sections .section-items .section-item-content {
  color: #333333;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.sections .section-items .section-item-content:before,
.sections .section-items .section-item-content:after {
  content: '';
  display: table;
}
.sections .section-items .section-item-content:after {
  clear: both;
}
.sections .section-items .section-item-content .login-form:before,
.sections .section-items .section-item-content .login-form:after {
  content: '';
  display: table;
}
.sections .section-items .section-item-content .login-form:after {
  clear: both;
}
.sections .section-items .section-item-content .login-form .formdivouter {
  float: left;
  width: 50%;
  padding: 15px;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container {
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .selected-flag {
  margin: 1px;
  padding: 6px 6px 6px 6px;
  height: auto;
  width: 60px;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .selected-flag .selected-dial-code {
  width: 35px;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .selected-flag .iti-arrow {
  top: 14px;
  position: absolute;
  left: auto;
  right: 15px;
  width: 4px;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-y: scroll;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  position: absolute;
  top: 29px;
  width: 330px;
  max-height: 200px;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.sections .section-items .section-item-content .login-form .formdivouter .flag-container .country-list .country {
  line-height: 16px;
  padding: 4px 10px;
}
.sections .section-items .section-item-content .block {
  text-align: left;
}
.login-banner-sections {
  text-align: center;
}
.login-banner-sections:before,
.login-banner-sections:after {
  content: '';
  display: table;
}
.login-banner-sections:after {
  clear: both;
}
.login-banner-sections .login-banner-section-items .login-banner-section-item-content .login-form.panel .formdivouter {
  display: block;
}
html.rtl-layout .sections:before,
html.rtl-layout .sections:after {
  content: '';
  display: table;
}
html.rtl-layout .sections:after {
  clear: both;
}
html.rtl-layout .sections .section-items .section-item-content .login-form .formdivouter {
  float: right;
}
html.rtl-layout .sections .section-items .section-item-content .login-form .formdivouter .flag-container .selected-flag .iti-arrow {
  left: 15px;
  right: auto;
}
html.rtl-layout .sections .section-items .section-item-content .block {
  text-align: right;
}
/*.signup-steps-sections {
  .fieldset {
    > .field {
      &:not(.choice) {
        .label {
          width: 250px;
        }
        .control,
        .info {
          width: calc(~'100% - 250px');
        }
      }
      &.installation-fee-wrapper {
        .control {
          padding: 10px;
          background-color: #d3f4ff;
          border: 1px solid #00A9E0;

        }
      }
    }
  }
  .profile-steps {
    form {
      .fieldset {
        .field {
          &.actions-toolbar {
            padding-left: 250px;
            text-align: left;
          }
        }
      }
    }
  }
}*/
.rbvendor-index-index.page-layout-1column .page-wrapper {
  background-image: url('../Magedelight_Vendor/images/login-bg.jpg');
}
.rbvendor-index-index .main {
  background: transparent;
}
.rbvendor-index-index .messages {
  max-width: 1140px;
  margin: 0 auto;
}
.rbvendor-index-index .page-header {
  background-color: transparent;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 0 0;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  border: none;
  box-shadow: none;
}
.rbvendor-index-index .page-header .switcher.switcher-language {
  color: #fff;
  margin: 0px 15px 10px 20px;
  /*  display: none;*/
}
.rbvendor-index-index .page-header .switcher.switcher-language strong {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}
.rbvendor-index-index .page-header .switcher.switcher-language .action.toggle.switcher-trigger:after {
  line-height: 24px;
}
.rbvendor-index-index .page-header .header-vendor {
  padding: 0 15px;
  clear: both;
}
.rbvendor-index-index .page-header .nav-bar-logo {
  width: 30%;
  float: left;
  text-align: left;
  padding-top: 20px;
}
.rbvendor-index-index .page-header .nav-bar-logo .logo {
  max-width: 244px;
}
.rbvendor-index-index .page-header .header-link-right {
  float: right;
  font-size: 15px;
  color: #ffffff;
  margin: 20px 0 0;
}
.rbvendor-index-index .page-header .header-link-right a {
  color: #ffffff;
}
.rbvendor-index-index .page-header .header-link-right a:hover {
  text-decoration: none;
}
.rbvendor-index-index .page-header .header-link-right a:before {
  content: "\e627";
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 18px;
  color: #ffffff;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.rbvendor-index-index .page-header .rb-vendor-login-form {
  float: right;
  margin: 0;
  background: #fff;
  padding: 15px 30px 15px;
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
}
.rtl-layout .rbvendor-index-index .page-header .rb-vendor-login-form {
  float: left;
}
.rbvendor-index-index .page-header .rb-vendor-login-form .sign-in-title {
  color: #302f2f;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form .top-forgot-pass-link {
  float: right;
  font-weight: normal;
  text-transform: none;
  line-height: 15px;
  margin: 15px 0 0 0;
}
.rtl-layout .rbvendor-index-index .page-header .rb-vendor-login-form .top-forgot-pass-link {
  float: left;
}
.rbvendor-index-index .page-header .rb-vendor-login-form .top-forgot-pass-link a:hover {
  color: #f37021;
  text-decoration: none;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset {
  display: inline-block;
  width: 100%;
  /*>.field.password {
                    margin-left: 1px;
                    &:not(.choice) {
                        .control {
                            width: 165px;
                        }
                    }
                }*/
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset div.mage-error[generated] {
  margin-top: 5px;
  line-height: 15px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field {
  display: inline-block;
  margin: 0 0 20px 0;
  vertical-align: top;
  width: 100%;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field:not(.choice) .control {
  width: 100%;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input {
  border: 0;
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #d8d7d7;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field input.mage-error {
  border: 1px solid #f3a79b;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action {
  background-image: none;
  background: #f37021;
  border: 1px solid #d28c61;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 17px 15px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  /*&:focus,
                        &:active {
                            border: 0;
                            box-shadow: none;
                        }*/
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action:focus,
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action:active {
  background: #ffffff;
  border: 1px solid #d28c61;
  color: #004c97;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action:hover {
  background: #ffffff;
  border: 1px solid #d28c61;
  color: #004c97;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action.disabled,
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action[disabled],
fieldset[disabled] .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rbvendor-index-index .page-layout-1column .column.main {
  background: transparent;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px 0;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container:before,
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container:after {
  content: '';
  display: table;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container:after {
  clear: both;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info {
  width: 50%;
  float: left;
  padding: 0px 0 0;
}
.rtl-layout .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info {
  float: right;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info h2 {
  font-size: 20px;
  color: #f37021;
  font-weight: 600;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul {
  margin: 0;
  padding: 0;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul li {
  list-style-type: none;
  font-size: 18px;
  color: #ffffff;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul li:before {
  content: "\e610";
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 18px;
  color: #ffffff;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info .md-demo-login-detail-box {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 20px 20px;
  margin: 35px 0 20px 0;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info .md-demo-login-detail-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul.md-demo-login-detail li {
  font-size: 16px;
  margin-bottom: 3px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul.md-demo-login-detail li:before {
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 19px;
  color: #ffffff;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul.md-demo-login-detail li.email:before {
  content: '\e937';
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info ul.md-demo-login-detail li.password:before {
  content: '\e938';
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-form {
  width: 50%;
  float: right;
  text-align: right;
}
.rtl-layout .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-form {
  float: left;
  text-align: left;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .form-wrapper {
  max-width: 480px;
  display: inline-block;
  position: relative;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .form-wrapper:after {
  content: '';
  max-width: 300px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.75);
  margin: auto;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form {
  background-color: #ffffff;
  max-width: 480px;
  padding: 23px 30px 23px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  display: inline-block;
  z-index: 12;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .block-title strong {
  color: #302f2f;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  line-height: 32px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field:not(.choice) .control {
  float: none;
  width: 100%;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control {
  position: relative;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input {
  font-size: 14px;
  color: #999898;
  height: 46px;
  border: solid 1px #d8d7d7;
  border-radius: 2px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999898;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input::-moz-placeholder {
  font-size: 14px;
  color: #999898;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input::-ms-input-placeholder {
  font-size: 14px;
  color: #999898;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input::-moz-placeholder {
  font-size: 14px;
  color: #999898;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input.otp-submit,
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input.show-pwd {
  font-size: 14px;
  color: #999898;
  background-color: #ffffff;
  border: 0;
  border-left: solid 1px #c4c3c3;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 44px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field .control input.show-pwd {
  padding: 0 30px;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form > .field.login-here {
  text-align: right;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar > .primary {
  float: none;
  width: 100%;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action {
  background-image: none;
  background: #f37021;
  border: 1px solid #d28c61;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 17px 0;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: right;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action:focus,
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action:active {
  background: #ffffff;
  border: 1px solid #d28c61;
  color: #004c97;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action:hover {
  background: #ffffff;
  border: 1px solid #d28c61;
  color: #004c97;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action.disabled,
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action[disabled],
fieldset[disabled] .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rbvendor-index-index .intl-tel-input .flag-container {
  top: 7px;
}
.rbvendor-index-index .testimonial-container,
.rbvendor-index-index .selling-container {
  background: #fff;
}
.rbvendor-index-index .testimonial-container .block-wrapper,
.rbvendor-index-index .selling-container .block-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 15px;
}
.rbvendor-index-index .testimonial-container .inner-title,
.rbvendor-index-index .selling-container .inner-title {
  text-align: center;
}
.rbvendor-index-index .testimonial-container .inner-title h3,
.rbvendor-index-index .selling-container .inner-title h3 {
  font-size: 16px;
  color: #898989;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.rbvendor-index-index .testimonial-container .inner-title h2,
.rbvendor-index-index .selling-container .inner-title h2 {
  font-size: 26px;
  color: #302f2f;
  font-weight: 700;
  margin: 0 0 50px;
  padding: 0;
}
.rbvendor-index-index .testimonial-container {
  background-color: #f1f0f0;
}
.rbvendor-index-index .testimonial-container .testmonial-listing:before,
.rbvendor-index-index .testimonial-container .testmonial-listing:after {
  content: '';
  display: table;
}
.rbvendor-index-index .testimonial-container .testmonial-listing:after {
  clear: both;
}
.rbvendor-index-index .testimonial-container ul {
  margin: 0;
  padding: 0;
}
.rbvendor-index-index .testimonial-container ul li {
  list-style-type: none;
  background-color: #ffffff;
  width: 31.5%;
  float: left;
  text-align: center;
  padding: 15px 15px 48px;
  margin: 0 8px 0;
}
.rbvendor-index-index .testimonial-container ul li .aurther-avtar {
  padding: 32px 0 0;
  margin-bottom: 9px;
}
.rbvendor-index-index .testimonial-container ul li .aurther-avtar img {
  border-radius: 100%;
}
.rbvendor-index-index .testimonial-container ul li .aurther-name {
  font-size: 14px;
  color: #828080;
  margin-bottom: 22px;
}
.rbvendor-index-index .testimonial-container ul li .aurther-name strong {
  font-size: 18px;
  color: #070707;
  display: block;
}
.rbvendor-index-index .testimonial-container ul li .aurther-detail {
  font-size: 14px;
  color: #828080;
  font-style: italic;
  padding: 0 15px 40px;
  position: relative;
}
.rbvendor-index-index .testimonial-container ul li .aurther-detail p {
  margin: 0;
}
.rbvendor-index-index .testimonial-container ul li .aurther-detail:before {
  content: '';
  width: 147px;
  height: 1px;
  background-color: #a5a4a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.rbvendor-index-index .testimonial-container ul li .aurther-detail:after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #f37021;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.rbvendor-index-index .selling-container .step-content:before,
.rbvendor-index-index .selling-container .step-content:after {
  content: '';
  display: table;
}
.rbvendor-index-index .selling-container .step-content:after {
  clear: both;
}
.rbvendor-index-index .selling-container .step-content .inner-title {
  text-align: left;
}
.rtl-layout .rbvendor-index-index .selling-container .step-content .inner-title {
  text-align: right;
}
.rbvendor-index-index .selling-container .step-content .inner-title h2 {
  margin-bottom: 29px;
}
.rbvendor-index-index .selling-container .step-content .left-block {
  width: 30%;
  float: left;
}
.rtl-layout .rbvendor-index-index .selling-container .step-content .left-block {
  float: right;
}
.rbvendor-index-index .selling-container .step-content .left-block .video-block .videoWrapper169 {
  padding-top: 81%;
}
.rbvendor-index-index .selling-container .step-content .left-block .video-block .videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
}
.rbvendor-index-index .selling-container .step-content .left-block .video-block #videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.rbvendor-index-index .selling-container .step-content .left-block .video-block button.videoPoster,
.rbvendor-index-index .selling-container .step-content .left-block .video-block .cart.table-wrapper .actions-toolbar > .action.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-image: url('../Magedelight_Vendor/images/seller-video-bg.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.rbvendor-index-index .selling-container .step-content .left-block .video-block .videoWrapperActive button.videoPoster,
.rbvendor-index-index .selling-container .step-content .left-block .video-block .videoWrapperActive .cart.table-wrapper .actions-toolbar > .action.videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.rbvendor-index-index .selling-container .step-content .right-block {
  width: 65%;
  float: right;
}
.rtl-layout .rbvendor-index-index .selling-container .step-content .right-block {
  float: left;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info {
  margin: 50px 0 0;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 42%;
  vertical-align: top;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info ul:first-child {
  margin-right: 50px;
}
.rtl-layout .rbvendor-index-index .selling-container .step-content .right-block .rb-info ul:first-child {
  margin-right: 0px;
  margin-left: 50px;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info ul li {
  list-style-type: none;
  min-height: 95px;
  margin-bottom: 30px;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info ul li strong {
  font-size: 18px;
  color: #464646;
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
.rbvendor-index-index .selling-container .step-content .right-block .rb-info ul li strong:before {
  content: '';
  background-color: #fa6a47;
  width: 4px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.rbvendor-index-index .modal-popup.login-popup .modal-inner-wrap {
  width: 30%;
  max-height: 100%;
  border-radius: 8px;
}
.rbvendor-index-index .modal-popup.login-popup .modal-inner-wrap .modal-header .modal-title {
  color: #302f2f;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
.rbvendor-index-index {
  background: #494b4d;
}
.rbvendor-index-index .login-form .logmod {
  max-width: 45rem;
  margin: 0 auto;
}
.rbvendor-index-index .page-footer {
  margin: 0;
  background: #494b4d;
}
.rbvendor-index-index .page-footer .footer.content {
  padding-left: 15px;
}
.rbvendor-index-index .footer {
  background: none;
  width: 100%;
}
.rbvendor-index-index .footer .footer-links-container .panel {
  margin: 0;
  color: #ffffff;
  border: none;
}
.rbvendor-index-index .footer .footer-links-container .panel .footer-links {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
  margin-bottom: 10px;
}
.rbvendor-index-index .footer .footer-links-container .panel .footer-links ul li a:hover {
  color: #00a9e0;
}
.rbvendor-index-index .footer .footer-links-container .panel .copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
}
.rbvendor-index-index .flag-container {
  position: absolute;
  top: 40px;
  z-index: 1;
  cursor: pointer;
}
.rbvendor-index-index .flag-container .selected-flag {
  margin: 1px;
  padding: 6px 6px 6px 6px;
  height: auto;
  width: 70px;
}
.rbvendor-index-index .flag-container .selected-flag .selected-dial-code {
  width: 35px;
}
.rbvendor-index-index .flag-container .selected-flag .iti-arrow {
  top: 14px;
  position: absolute;
  left: auto;
  right: 15px;
  width: 4px;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
.rtl-layout .rbvendor-index-index .flag-container .selected-flag .iti-arrow {
  right: auto;
  left: 15px;
}
.rbvendor-index-index .flag-container .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-y: auto;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  position: absolute;
  top: 29px;
  width: 330px;
  max-height: 200px;
}
.rbvendor-index-index .flag-container .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.rbvendor-index-index .flag-container .country-list .country {
  line-height: 16px;
  padding: 4px 10px;
}
.rbvendor-index-index .intl-tel-input input {
  padding-left: 70px !important;
}
.rtl-layout .rbvendor-index-index .intl-tel-input input {
  padding-left: 9px !important;
  padding-right: 70px;
}
.rbvendor-index-index .intl-tel-input .flag-container .selected-flag {
  width: 70px;
}
.logmod .logo {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 0px;
  text-align: center;
}
.forgot-password-form .logo {
  float: none;
  display: inline-block;
  width: auto;
  /*margin: 30px auto;*/
  margin: 0px auto 10px auto;
  box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.2);
  /*padding: 0px 0 30px;*/
  padding: 0px 0 0px;
  text-align: center;
  max-width: 100%;
}
.logmod {
  /*display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;*/
}
.logmod:after {
  clear: both;
  content: "";
  display: table;
}
.logmod__wrapper {
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.logmod__close {
  display: block;
  position: absolute;
  right: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  top: -72px;
  margin-right: -24px;
  width: 48px;
  height: 48px;
}
.logmod__container {
  overflow: hidden;
  width: 100%;
}
.logmod__container:after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tab {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.logmod__tab.show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs:after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tabs li.current a {
  background: #004c97;
  color: #ffffff;
  opacity: 1;
}
.logmod__tabs li.current a:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 100%;
  left: 50%;
  border-top: 9px solid #004c97;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
  margin-left: -9px;
}
.logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #004c97;
  opacity: 0.5;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 48px;
}
.logmod__form {
  margin: 25px 0;
}
.logmod__alter {
  display: block;
  position: relative;
  margin-top: 7px;
}
.logmod__alter:after {
  clear: both;
  content: "";
  display: table;
}
.simform {
  position: relative;
}
.simform__actions {
  padding: 15px;
  font-size: 14px;
}
.simform__actions:after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .sumbit {
  background-image: none;
  background: #f37021;
  border: 2px solid #f37021;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  float: right;
}
.simform__actions .sumbit:focus,
.simform__actions .sumbit:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.simform__actions .sumbit:hover {
  background: #ffffff;
  border: 2px solid #f37021;
  color: #004c97;
}
.simform__actions .sumbit.disabled,
.simform__actions .sumbit[disabled],
fieldset[disabled] .simform__actions .sumbit {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.simform__actions-sidetext {
  float: left;
  padding: 0 10px;
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
}
.simform__actions-sidetext:after {
  clear: both;
  content: "";
  display: table;
}
.sminputs {
  margin: 0 0 20px;
}
.sminputs:after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sminputs .input.active {
  background: #eee;
}
.sminputs .input.active .hide-password {
  background: #eee;
}
.sminputs .input.full {
  width: 100%;
  padding: 0;
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  padding: 0px 0px 5px;
  text-align: left;
}
.sminputs .input input {
  postion: relative;
  display: inline-block;
  height: 42px;
  font-size: 15px;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 10px;
  cursor: pointer;
  background: transparent !important;
  color: rgba(75, 89, 102, 0.85) !important;
}
.hide-password {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 13px 15px;
  font-size: 14px;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  margin-top: 0;
  min-width: 70px;
  text-align: center;
  border-left: 1px solid #d8d7d7;
}
.rtl-layout .hide-password {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid #d8d7d7;
}
.pass-help-note {
  color: #252525;
  line-height: 15px;
  font-size: 12px;
  font-style: italic;
  padding: 5px;
  border: 1px solid #c6e3f3;
  margin: 3px 0 0 0;
  background: #f0faff;
  letter-spacing: 0.2px;
}
.pass-help-note strong {
  font-weight: 600;
  font-size: 11px;
  color: #000000;
}
.modal-popup.login-popup .logmod__form {
  margin-bottom: 0;
}
.modal-popup.login-popup .sminputs .input {
  border: 0;
}
.modal-popup.login-popup .sminputs .input input {
  border: 1px solid #e5e5e5;
}
.modal-popup.login-popup .sminputs .input .hide-password {
  padding-top: 12px;
  padding-bottom: 11px;
}
/*@import url("@{baseUrl}css/email-fonts.css");*/
.header {
  background-color: #f5f5f5;
  padding: 20px;
}
.footer {
  background-color: #f5f5f5;
  padding: 20px;
}
.footer table {
  width: 100%;
}
.footer table td {
  padding-bottom: 20px;
  width: 33%;
}
.footer table td p {
  margin-bottom: 0;
}
.footer table td p.phone {
  font-size: 16px;
}
.footer table td p.phone a {
  color: inherit;
}
.main {
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.main-content {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.radio,
.checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
}
.radio:after,
.checkbox:after {
  display: none;
}
.radio + label,
.checkbox + label {
  cursor: pointer;
  display: inline-block;
}
.radio + label:before,
.checkbox + label:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.radio + label:after,
.checkbox + label:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.radio + label:before,
.checkbox + label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.rtl-layout .radio + label:before,
.rtl-layout .checkbox + label:before {
  float: right;
}
.radio + .label,
.checkbox + .label {
  padding-left: 2.6rem;
}
.radio + .label:before,
.checkbox + .label:before {
  margin: 1px 1rem 0 -2.6rem;
}
.radio:checked + label:before,
.checkbox:checked + label:before {
  color: #514943;
}
.radio.disabled + label,
.checkbox.disabled + label,
.radio[disabled] + label,
.checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.radio.disabled + label:before,
.checkbox.disabled + label:before,
.radio[disabled] + label:before,
.checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .radio:not([disabled]):focus + label:before,
._keyfocus .checkbox:not([disabled]):focus + label:before,
._keyfocus .radio:not(.disabled):focus + label:before,
._keyfocus .checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.radio:not([disabled]):hover + label:before,
.checkbox:not([disabled]):hover + label:before,
.radio:not(.disabled):hover + label:before,
.checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.radio.radio + label:before {
  line-height: 140%;
}
.radio:checked + label {
  position: relative;
}
.radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.radio:checked:not([disabled]):hover,
.radio:checked:not(.disabled):hover {
  cursor: default;
}
.radio:checked:not([disabled]):hover + label,
.radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.radio:checked:not([disabled]):hover + label:before,
.radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.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;
}
.checkbox:checked + label:before {
  content: "\e906";
  font-size: 1.1rem;
  line-height: 125%;
}
.checkbox:not(:checked)._indeterminate + label:before,
.checkbox:not(:checked):indeterminate + label:before {
  color: #514943;
  content: '-';
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
input[type='checkbox'].checkbox,
input[type='radio'].checkbox {
  margin: 0;
  position: absolute;
  top: auto;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  text-align: left;
  /* style 1 */
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  padding: 0;
}
.fieldset > .field.terms-accept,
.fieldset > .fields > .field.terms-accept {
  padding-left: 40px;
}
.fieldset > .field.status-info .info span,
.fieldset > .fields > .field.status-info .info span {
  color: #8bc34a;
  font-weight: 600;
}
.fieldset > .field.special-price .special-price-date-range,
.fieldset > .fields > .field.special-price .special-price-date-range {
  width: 100%;
  float: left;
}
.fieldset > .field.special-price .special-price-date-range label,
.fieldset > .fields > .field.special-price .special-price-date-range label {
  margin-top: 35px;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .inputfile,
.fieldset > .fields > .field .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fieldset > .field .inputfile + label,
.fieldset > .fields > .field .inputfile + label,
.fieldset > .field .image-upload label,
.fieldset > .fields > .field .image-upload label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* 10px 20px */
}
.fieldset > .field .no-js .inputfile + label,
.fieldset > .fields > .field .no-js .inputfile + label {
  display: none;
}
.fieldset > .field .inputfile:focus + label,
.fieldset > .fields > .field .inputfile:focus + label,
.fieldset > .field .inputfile.has-focus + label,
.fieldset > .fields > .field .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.fieldset > .field .inputfile + label *,
.fieldset > .fields > .field .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.fieldset > .field .inputfile + label svg,
.fieldset > .fields > .field .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
.fieldset > .field .inputfile-1 + label,
.fieldset > .fields > .field .inputfile-1 + label {
  color: #ffffff;
  background-color: #666666;
}
.fieldset > .field .inputfile-1:focus + label,
.fieldset > .fields > .field .inputfile-1:focus + label,
.fieldset > .field .inputfile-1.has-focus + label,
.fieldset > .fields > .field .inputfile-1.has-focus + label,
.fieldset > .field .inputfile-1 + label:hover,
.fieldset > .fields > .field .inputfile-1 + label:hover {
  background-color: #666666;
}
.fieldset > .field .image-upload label,
.fieldset > .fields > .field .image-upload label {
  color: #ffffff;
  background-color: #666666;
}
.fieldset > .field input::-moz-placeholder,
.fieldset > .fields > .field input::-moz-placeholder {
  color: #666666;
}
.fieldset > .field input::-webkit-input-placeholder,
.fieldset > .fields > .field input::-webkit-input-placeholder {
  color: #666666;
}
.fieldset > .field input:-ms-input-placeholder,
.fieldset > .fields > .field input:-ms-input-placeholder {
  color: #666666;
}
.fieldset input:focus,
.fieldset select:focus,
.fieldset textarea:focus {
  box-shadow: none;
  outline: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  height: 40px;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  padding-right: 40px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
select.multiple {
  min-height: 150px;
  height: auto;
  max-height: 250px;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  resize: both;
  vertical-align: baseline;
  background: none;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.date-field-container {
  position: relative;
}
.date-field-container .hasDatepicker,
.date-field-container ._has-datepicker,
.date-field-container .mage-error {
  padding-left: 40px !important;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger,
.date-field-container ._has-datepicker + .ui-datepicker-trigger,
.date-field-container .mage-error + .ui-datepicker-trigger {
  position: absolute;
  left: 1px;
  top: 1px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block !important;
  text-decoration: none !important;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:focus,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:focus,
.date-field-container .mage-error + .ui-datepicker-trigger:focus,
.date-field-container .hasDatepicker + .ui-datepicker-trigger:active,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:active,
.date-field-container .mage-error + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:hover,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:hover,
.date-field-container .mage-error + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger.disabled,
.date-field-container ._has-datepicker + .ui-datepicker-trigger.disabled,
.date-field-container .mage-error + .ui-datepicker-trigger.disabled,
.date-field-container .hasDatepicker + .ui-datepicker-trigger[disabled],
.date-field-container ._has-datepicker + .ui-datepicker-trigger[disabled],
.date-field-container .mage-error + .ui-datepicker-trigger[disabled],
fieldset[disabled] .date-field-container .hasDatepicker + .ui-datepicker-trigger,
fieldset[disabled] .date-field-container ._has-datepicker + .ui-datepicker-trigger,
fieldset[disabled] .date-field-container .mage-error + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger > span,
.date-field-container ._has-datepicker + .ui-datepicker-trigger > span,
.date-field-container .mage-error + .ui-datepicker-trigger > span {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:before,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:before,
.date-field-container .mage-error + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 23px !important;
  line-height: 23px !important;
  color: #7d7d7d !important;
  content: "\e612" !important;
  font-family: 'RB-Vendor-Theme-Icons' !important;
  vertical-align: middle !important;
  display: inline-block !important;
  font-weight: normal !important;
  overflow: hidden !important;
  speak: none !important;
  text-align: center !important;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:hover:before,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:hover:before,
.date-field-container .mage-error + .ui-datepicker-trigger:hover:before {
  color: #000000 !important;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:before,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:before,
.date-field-container .mage-error + .ui-datepicker-trigger:before {
  height: 40px;
  line-height: 40px !important;
  padding: 0 5px;
  background: #f4f4f4;
  border-right: 1px solid #e0e0e0;
}
.date-field-container .hasDatepicker + .ui-datepicker-trigger:focus,
.date-field-container ._has-datepicker + .ui-datepicker-trigger:focus,
.date-field-container .mage-error + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.date-field-container .hasDatepicker input[type="text"]:disabled,
.date-field-container ._has-datepicker input[type="text"]:disabled,
.date-field-container .mage-error input[type="text"]:disabled {
  border: 1px solid #f7f7f7 !important;
}
.date-field-container:disabled {
  border: 1px solid #f7f7f7 !important;
}
.date-field-container .field-tooltip {
  margin-right: -15px;
}
.date-field-container .hasDatepicker,
.date-field-container ._has-datepicker {
  width: 82%;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.form.contact .actions-toolbar {
  max-width: 730px;
  float: left;
  margin-left: 25% !important;
}
.rtl-layout .form.contact .actions-toolbar {
  float: right;
  margin-left: 0 !important;
  margin-right: 25% !important;
}
.form.contact .actions-toolbar .primary {
  float: right;
}
.form.contact .actions-toolbar .primary .action:last-child {
  margin-right: 0;
}
html.rtl-layout {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}
html.rtl-layout .fieldset > .field,
html.rtl-layout .fieldset > .fields > .field {
  text-align: right;
}
html.rtl-layout [type="checkbox"]:not(:checked),
html.rtl-layout [type="checkbox"]:checked {
  right: -9999px;
  left: auto;
}
html.rtl-layout [type="checkbox"]:not(:checked) + label,
html.rtl-layout [type="checkbox"]:checked + label {
  padding-left: 0;
  padding-right: 25px;
}
html.rtl-layout [type="checkbox"]:not(:checked) + label:before,
html.rtl-layout [type="checkbox"]:checked + label:before {
  right: 0;
  left: auto;
}
html.rtl-layout [type="checkbox"]:not(:checked) + label:after,
html.rtl-layout [type="checkbox"]:checked + label:after {
  left: auto;
  right: 0px;
}
.category-list .category-ul [type="checkbox"]:indeterminate + label:before {
  content: "\e60f";
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #85d27a !important;
  transition: all .2s;
  border: 1px solid #85d27a;
  font-weight: bold;
}
#vendorRoleForm .field .control .radio {
  position: static;
  width: auto;
  opacity: 1;
  overflow: visible;
  display: table;
  margin: 0 auto;
}
.field .control._with-tooltip .rb-ms-banner-image img {
  display: inline-block;
  vertical-align: middle;
}
.field .control._with-tooltip .rb-ms-banner-image .banner-delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.field .control._with-tooltip .rb-ms-banner-image .banner-delete input[type="checkbox"] {
  width: auto !important;
}
.microsite-microsite-index #microsite-information-form .actions-toolbar .primary button.btn-reset,
.microsite-microsite-index #microsite-information-form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.btn-reset {
  margin-left: 15px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.3rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
section #invoice_item_container {
  padding: 20px;
}
#invoice_item_container .admin__page-section {
  margin-bottom: 20px;
}
#invoice_item_container .admin__page-section-title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 17px;
  padding: 30px 0px;
}
#invoice_item_container .admin__page-section-title .title {
  float: left;
  margin: 0;
  color: #41362f;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2rem;
}
#invoice_item_container .admin__page-section-content .order-comments-history {
  float: left;
  width: 48%;
}
#invoice_item_container .admin__page-section-content .order-comments-history .admin__page-section-item-title {
  border-bottom: 0;
  margin-bottom: 15px;
  padding: 0;
}
#invoice_item_container .admin__page-section-content .order-comments-history .admin__page-section-item-title .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
#invoice_item_container .admin__page-section-content .order-comments-history .order-history-form {
  margin-bottom: 0;
}
#invoice_item_container .admin__page-section-content .order-comments-history .order-history-form .admin__field-label {
  display: block;
  line-height: 14px;
  margin-bottom: 0.86rem;
  margin-top: -14px;
  text-align: left;
  width: auto;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  word-wrap: break-word;
  color: #303030;
}
#invoice_item_container .admin__page-section-content .order-totals {
  float: right;
  width: 48%;
}
#invoice_item_container .admin__page-section-content .order-totals .admin__page-section-item-title {
  border-bottom: 0;
  margin-bottom: 15px;
  padding: 0;
}
#invoice_item_container .admin__page-section-content .order-totals .admin__page-section-item-title .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions {
  margin-top: 10px;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions .admin__table-secondary {
  width: 100%;
  background-color: transparent;
  color: #303030;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions .admin__field-option {
  padding-top: .8rem;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions .admin__field-option.field-append {
  padding-top: .8rem;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions .admin__field-option.field-email {
  margin-top: .9rem;
}
#invoice_item_container .admin__page-section-content .order-totals .order-totals-actions .actions {
  margin-top: 10px;
  text-align: right;
  margin-bottom: 10px;
}
.actions-toolbar.top-bar-action .primary .action {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00a9e0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin: 0 0px 0 20px;
  float: none;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.actions-toolbar.top-bar-action .primary .action:focus,
.actions-toolbar.top-bar-action .primary .action:active {
  background: none;
  border: none;
}
.actions-toolbar.top-bar-action .primary .action:hover {
  background: none;
  border: none;
}
.actions-toolbar.top-bar-action .primary .action.disabled,
.actions-toolbar.top-bar-action .primary .action[disabled],
fieldset[disabled] .actions-toolbar.top-bar-action .primary .action {
  pointer-events: none;
  opacity: 0.5;
}
.actions-toolbar.top-bar-action .primary .action:visited {
  color: #00a9e0;
  text-decoration: none;
}
.actions-toolbar.top-bar-action .primary .action:hover {
  color: #000000;
  text-decoration: underline;
}
.actions-toolbar.top-bar-action .primary .action:active {
  color: #ff5501;
  text-decoration: underline;
}
.actions-toolbar.top-bar-action .primary .action:hover,
.actions-toolbar.top-bar-action .primary .action:active,
.actions-toolbar.top-bar-action .primary .action:focus {
  background: none;
  border: 0;
}
.actions-toolbar.top-bar-action .primary .action.disabled,
.actions-toolbar.top-bar-action .primary .action[disabled],
fieldset[disabled] .actions-toolbar.top-bar-action .primary .action {
  color: #00a9e0;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.actions-toolbar.top-bar-action .primary .action:last-child {
  margin-right: 0;
}
html.rtl-layout .actions-toolbar.top-bar-action .primary .action {
  margin: 0 20px 0 0;
}
html.rtl-layout .actions-toolbar.top-bar-action .primary .action:last-child {
  margin-left: 0;
  margin-right: inherit;
}
/*@import 'module/_requested_categories.less'; */
.block-vendor-account-nav {
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.block-vendor-account-nav .block-title {
  background: #666666;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.block-vendor-account-nav .block-title strong {
  font-weight: 600;
}
.block-vendor-account-nav .block-content .item {
  border-top: 1px solid #e0e0e0;
  padding: 10px 15px;
  margin-bottom: 0;
}
.block-vendor-account-nav .block-content .item a {
  color: #666666;
  font-size: 1.3rem;
  font-weight: 600;
}
.block-vendor-account-nav .block-content .item a:hover {
  text-decoration: none;
}
.block-vendor-account-nav .block-content .item:hover,
.block-vendor-account-nav .block-content .item.active {
  background: #f5f5f5;
}
.block-vendor-account-nav .block-content .item:hover a,
.block-vendor-account-nav .block-content .item.active a {
  color: #333333;
}
.block-vendor-account-nav .block-content .item:hover.active a,
.block-vendor-account-nav .block-content .item.active.active a {
  color: #333333;
  font-weight: 700;
}
/**Forgot Password**/
.sections.forgot-password-sections {
  background-image: url('../Magedelight_Vendor/images/login-bg.jpg');
}
.sections.forgot-password-sections .forgot-password-section-items {
  background: transparent;
}
.rbvendor-account-register .page-wrapper {
  width: 100%;
}
.sections .signup-steps {
  padding-top: 50px;
}
.sections .signup-steps .rb-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.sections .signup-steps .rb-container .signup-step-progress {
  margin-bottom: 25px;
}
.sections .signup-steps .rb-container .signup-step-progress ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.sections .signup-steps .rb-container .signup-step-progress ul li {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: relative;
  text-align: center;
  float: left;
  width: 33.3333%;
}
.sections .signup-steps .rb-container .signup-step-progress ul li strong {
  font-size: 16px;
  color: #00a9e0;
  font-weight: 400;
}
.sections .signup-steps .rb-container .signup-step-progress ul li span:before {
  content: "1.";
  font-size: 16px;
  color: #656d77;
  font-weight: 600;
}
.sections .signup-steps .rb-container .signup-step-progress ul li:nth-child(2) span:before {
  content: "2.";
  font-size: 16px;
  color: #656d77;
  font-weight: 600;
}
.sections .signup-steps .rb-container .signup-step-progress ul li:nth-child(3) span:before {
  content: "3.";
  font-size: 16px;
  color: #656d77;
  font-weight: 600;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.completed {
  position: relative;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.completed:before {
  content: "\e610";
  font-size: 19px;
  color: #00a9e0;
  font-family: 'RB-Vendor-Theme-Icons';
  font-weight: bold;
  bottom: -3px;
  left: 20px;
  position: absolute;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.completed strong {
  color: #00a9e0;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.completed span:before {
  color: #00a9e0;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.completed:after {
  content: "";
  background: #00a9e0;
  height: 5px;
  width: 100%;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.sections .signup-steps .rb-container .signup-step-progress ul li:after {
  content: "";
  background: #656d77;
  height: 5px;
  width: 100%;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.active strong {
  color: #00a9e0;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.active span:before {
  color: #00a9e0;
}
.sections .signup-steps .rb-container .signup-step-progress ul li.active:after {
  content: "";
  background: #00a9e0;
  height: 5px;
  width: 100%;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.sections .signup-steps .rb-container .signup-step-content {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 20px 15px 20px 15px;
}
.sections .signup-steps .rb-container .signup-step-content #register-step-2 .fieldset > .field:not(.choice).membership-price,
.sections .signup-steps .rb-container .signup-step-content #register-step-2 .fieldset > .field:not(.choice).compare {
  margin-bottom: 0;
}
.sections .signup-steps .rb-container .signup-step-content #register-step-2 .fieldset > .field:not(.choice).compare .label {
  text-align: left;
  padding-top: 0;
}
.sections .signup-steps .rb-container .signup-step-content #register-step-2 .fieldset > .field:not(.choice).compare .label a {
  text-decoration: underline;
}
ul.category-ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  text-align: left;
}
ul.category-ul input[type="checkbox"]:disabled {
  opacity: 0;
}
ul.category-ul.level-3 {
  padding-left: 25px;
}
ul.category-ul.level-4 {
  padding-left: 30px;
}
ul.category-ul.level-5 {
  padding-left: 20px;
}
ul.category-ul li.item {
  margin: 8px 0 8px 0;
  padding: 0px 10px 0 10px;
}
ul.category-ul li.item:not(.level0) {
  padding-left: 40px;
}
ul.category-ul li.item .label.selectall-subcat {
  display: inline-block;
  margin-top: 5px;
}
ul.category-ul li.item .label.selectall-subcat strong {
  font-weight: 600;
  color: #00a9e0;
  text-decoration: underline;
  text-transform: uppercase;
}
ul.category-ul li.item .label.selectall-subcat strong:hover {
  text-decoration: none;
  color: #000000;
}
ul.category-ul li.item.base {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px 0;
}
ul.category-ul li.item.base > label:first-child {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  margin-left: 0;
}
ul.category-ul li.item.base > label:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #000000;
  content: "\e621";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -3px 0 0 6px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.category-ul li.item.base > label:first-child:hover:after {
  color: #00a9e0;
}
ul.category-ul li.item.base > label:first-child:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
ul.category-ul li.item.base > label:first-child:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
ul.category-ul li.item.base > label:first-child:after {
  right: 25px;
  top: 12px;
  position: absolute;
}
ul.category-ul li.item.base > label:first-child:hover {
  background: #f5f5f5;
}
ul.category-ul li.item.base > label.selectall-subcat {
  margin-left: 10px;
}
ul.category-ul li.item.base > label.selectall-subcat:after {
  display: none;
}
ul.category-ul li.item.base.expand > label:after {
  content: "\e622";
}
ul.category-ul li.item.has-children:not(.base) {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px 0;
  font-weight: 600;
}
ul.category-ul li.item.has-children:not(.base):last-child {
  border-bottom: none;
  padding-bottom: 0;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 5px 10px 5px 55px;
  cursor: pointer;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #000000;
  content: "\e91b";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:hover:after {
  color: #00a9e0;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:after {
  left: 30px;
  top: 7px;
  position: absolute;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label:first-child:hover {
  background: #f5f5f5;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent > label.selectall-subcat {
  margin-left: 40px;
}
ul.category-ul li.item.has-children:not(.base).sub-cat-parent.expand > label:first-child:after {
  content: "\e917";
}
ul.category-ul li.item.has-children:not(.base):first-child + .label {
  font-weight: 600;
}
ul.category-ul li.item:not(.has-children) {
  display: inline-block;
  width: 100%;
}
ul.category-ul li.item:not(.has-children) a {
  text-transform: none;
  font-weight: 600;
}
.vendor-dashboard-container .dashboard-sales-summary .rbpanel .rbpanel-body {
  padding: 10px;
}
.vendor-dashboard-container .table-wrapper {
  margin-bottom: 0;
}
.vendor-dashboard-container .table-wrapper .table-caption-heading {
  background: #96d099;
  padding: 13px 10px;
  display: table;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
}
.vendor-dashboard-container .table-wrapper .table-caption-heading a {
  color: #ffffff;
}
.vendor-dashboard-container .table-wrapper .summary-table {
  background: #ffffff;
  border: none;
  border: 1px solid #81c784;
  border-collapse: separate;
}
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr:nth-child(odd) > td,
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.vendor-dashboard-container .table-wrapper .summary-table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vendor-dashboard-container .table-wrapper .summary-table > thead > tr > th,
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > th,
.vendor-dashboard-container .table-wrapper .summary-table > tfoot > tr > th {
  color: #000000;
  font-weight: 600;
}
.vendor-dashboard-container .table-wrapper .summary-table > thead {
  background: #c8e6c9;
}
.vendor-dashboard-container .table-wrapper .summary-table > tfoot {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > td {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > th {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper .summary-table > thead > tr > th,
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > th,
.vendor-dashboard-container .table-wrapper .summary-table > tfoot > tr > th,
.vendor-dashboard-container .table-wrapper .summary-table > thead > tr > td,
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > td,
.vendor-dashboard-container .table-wrapper .summary-table > tfoot > tr > td {
  border: none;
}
.vendor-dashboard-container .table-wrapper .summary-table > caption {
  background: #81c784;
  padding: 11px 10px;
}
.vendor-dashboard-container .table-wrapper .summary-table > caption a {
  color: #ffffff;
}
.vendor-dashboard-container .table-wrapper .summary-table > tbody > tr > td {
  border-top: 1px solid #e0e0e0;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .table-caption-heading {
  background: #4e4e4e;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table {
  border: 1px solid #cecece;
  border-collapse: separate;
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(odd) > td,
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(even):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(even):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(odd):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr:nth-child(odd):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > thead {
  background: #cecece;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tfoot {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr > td {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table > tbody > tr > th {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-gray .summary-table thead > tr > th:hover {
  background: none;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .table-caption-heading {
  background: #e57373;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table {
  border: 1px solid #f5c9c9;
  border-collapse: separate;
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(odd) > td,
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(even):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(even):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(odd):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr:nth-child(odd):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > thead {
  background: #f5c9c9;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tfoot {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr > td {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table > tbody > tr > th {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-red .summary-table thead > tr > th:hover {
  background: none;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .table-caption-heading {
  background: #81c784;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table {
  border: 1px solid #c8e6c9;
  border-collapse: separate;
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(odd) > td,
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(odd) > th {
  background: #f6f6f6;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(even):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(even):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(odd):hover > td,
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr:nth-child(odd):hover > th {
  background: #ffffcc;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > thead {
  background: #c8e6c9;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tfoot {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr > td {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table > tbody > tr > th {
  background: #ffffff;
}
.vendor-dashboard-container .table-wrapper.table-bg-green .summary-table thead > tr > th:hover {
  background: none;
}
.vendor-dashboard-container .summary-wrapper {
  text-align: center;
}
.vendor-dashboard-container .summary-wrapper h2 {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: #666666;
}
.vendor-dashboard-container .summary-wrapper h6 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vendor-dashboard-container .summary-wrapper .view-detail a {
  color: #ffffff;
  text-decoration: underline;
}
.vendor-dashboard-container .summary-wrapper .rating-summary {
  margin: 0 0 10px 0;
}
.vendor-dashboard-container .summary-wrapper.balance h2,
.vendor-dashboard-container .summary-wrapper.balance h6 {
  color: #ffffff;
}
.vendor-dashboard-container .bg-white {
  padding-top: 40px !important;
}
.vendor-dashboard-container .bg-white .summary-wrapper.balance h2,
.vendor-dashboard-container .bg-white .summary-wrapper.balance h6 {
  color: #666666;
}
.vendor-dashboard-container select {
  font-size: 1.2rem;
}
/**Progressbar**/
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress.raised-progress {
  margin-left: 0;
  height: 22px;
  border-radius: 20px;
}
.progress.raised-progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #263238;
  transition: width .3s linear;
  min-width: 30px;
}
.progress.raised-progress .white-text {
  color: #ffffff;
  font-size: 15px;
}
.progress.raised-progress .right {
  float: right;
}
.progress.raised-progress .funds-raised {
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}
/****/
/*.rating-summary{
    &.rating-summary-box{
        .rating-result{
            .lib-css(width, 100px);
            .lib-css(margin-bottom, 5px);
            &:before{
                font-size: 20px;
                height: 20px;
                line-height: 20px;
            }
        }
        .rating-result-text{
            span{
                .lib-css(display, block);
                .lib-css(color, #666666);
                text-transform: uppercase;
                .lib-font-size(11);
                &.rating-amount{
                   .lib-font-size(25);
                   font-weight: @font-weight__semibold;
                }
            }
        }
    }
}*/
.rating-summary .rating-result {
  margin-left: -5px;
  width: 74px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc960;
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*@menu-item__color: @color-gray82;
@menu-item__font-size: 1rem;
@menu-item__hover__background-color: @color-red1;
@menu-item__active__background-color: darken(@menu-item__hover__background-color, 3%);
@menu-item__active__color: @color-red10;
@menu-item-icon__height: 2.2rem;

@menu-line-before__background-color: @color-orange-red1;
@menu-line-before__height: 1px;

@menu-overlay__z-index: @menu__z-index - 3;

@submenu__background-color: @menu-item__active__background-color;
@submenu__padding-horizontal: 1.5rem;
@submenu__padding-vertical: 2rem;
@submenu__z-index: @menu__z-index - 2;
@submenu-column__width: 23.8rem;
@submenu-column__width__l: 19.8rem;
@submenu-title__color: @color-white;
@submenu-link__color: @color-very-light-gray;
@submenu-link__padding-vertical: 1.25rem;
@submenu-link__active__background-color: darken(@submenu-link__focus__background-color, 5%);
@submenu-link__focus__background-color: @color-black4-almost;
@submenu-section-label__color: @color-yellow-light1;
@submenu-heading-group__indent-bottom: 3.8rem;
@submenu-action-close__indent-right: 2.8rem;*/
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 10px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  background-color: #26323C;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #ffffff;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.track1 {
  background: transparent;
  width: 7px;
  cursor: pointer;
  height: 100% !important;
}
.handle1 {
  background: #ffffff;
  margin-left: 0;
  width: 5px;
}
.vendor-menu-wrapper .sidebar-menu-container.mCustomScrollbar ~ div {
  bottom: 0;
  z-index: 777 !important;
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li {
  /*a {
                  span:nth-child(2) {
                      padding-left: 10px;
                      padding-right: 15px;
                  }
                }*/
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a {
  padding-right: 50px;
  padding-left: 0;
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a:hover:before {
  left: auto;
  right: 0;
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a.accordion-toggle span.caret:after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li.active a:before {
  left: auto;
  right: 0;
}
html.rtl-layout .vendor-menu-wrapper .sidebar-menu-container.mCustomScrollbar ~ div {
  right: auto !important;
  left: 0 !important;
}
.catalog-search-container .control {
  position: relative;
  display: block !important;
  display: inline-block;
  text-decoration: none;
}
.catalog-search-container .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: "\e615";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0px 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-search-container .control:before {
  position: absolute;
  left: 0;
  height: 41px;
  width: 41px;
  padding-top: 5px;
}
.catalog-search-container .control input {
  padding-left: 35px;
}
/*.action-reset.search {
      .lib-link-as-button();
      .lib-button();
      height: 42px;
      line-height: 22px;
      text-transform: uppercase;
      text-align: center;
    }*/
.not-catalogue-link a {
  text-decoration: underline;
  font-weight: 600;
}
.template-for-catalogue-link {
  margin-top: 40px;
  font-weight: 600;
}
.template-for-catalogue-link .rbvt-icon-download {
  display: inline-block;
  text-decoration: none;
}
.template-for-catalogue-link .rbvt-icon-download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: "\e905";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -3px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#category_browse {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  overflow-y: hidden;
}
.a-box.card {
  float: left;
}
.a-box.card .card-container {
  float: left;
  position: relative;
  padding: 0 0 25px 50px;
}
.a-box.card .card-container .a-box-inner {
  border: 1px solid #e0e0e0;
  height: 350px;
  overflow-y: scroll;
  float: left;
  width: 300px;
}
.a-box.card .card-container .card-seperator {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  margin-top: -18px;
  height: 36px;
  text-align: center;
}
.a-box.card .card-container .card-seperator span.rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.a-box.card .card-container .card-seperator span.rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.a-box.card a {
  padding: 5px 20px;
  display: block;
  cursor: pointer;
  position: relative;
}
.a-box.card a.active {
  font-weight: 700;
  color: #000000;
  background: #eaeaea;
}
.a-box.card a .arrow_right {
  position: absolute;
  right: 10px;
  display: inline-block;
  text-decoration: none;
}
.a-box.card a .arrow_right:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.a-box.card a .arrow_right:hover:after {
  color: #000000;
}
.a-box.card a .arrow_right:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.a-box.card a .arrow_right:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.a-box.card .cat-selection {
  padding-top: 150px;
}
.a-box.card .cat-selection .category-name {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.a-box.card .cat-selection .actions-toolbar {
  text-align: center;
}
.a-box.card .cat-selection .actions-toolbar .primary {
  float: none;
  margin: 0px 0 0 0;
}
.a-box.card:nth-child(2) .card-container {
  padding-left: 0;
}
#browse_category_picker .a-box.card .a-box-inner {
  position: relative;
}
#browse_category_picker .a-box.card .a-box-inner a {
  padding: 10px 20px;
  background: #ececec;
  margin: 0 0 1px 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
#browse_category_picker .a-box.card .a-box-inner a:hover {
  text-decoration: none;
}
#browse_category_picker .a-box.card .a-box-inner a.active {
  background: #dcdcdc;
}
#browse_category_picker .a-box-inner {
  position: relative;
}
#browse_category_picker .slider-wrapper {
  position: relative;
  padding: 0px 0px;
  min-height: 350px;
}
#browse_category_picker .slider-wrapper #category_browse_card_slider {
  width: 1500px;
}
#browse_category_picker .slider-wrapper .a-box.card .card-container .a-box-inner {
  height: 300px;
}
#browse_category_picker .cat-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
#browse_category_picker .cat-controls-direction a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#browse_category_picker .cat-controls-direction a:hover:before {
  color: #004c97;
}
#browse_category_picker .cat-controls-direction a:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
#browse_category_picker .cat-controls-direction a:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
#browse_category_picker .cat-controls-direction a.ctrl-prev {
  left: 0;
}
#browse_category_picker .cat-controls-direction a.ctrl-prev:before {
  content: "\e910";
}
#browse_category_picker .cat-controls-direction a.ctrl-next {
  right: 0;
}
#browse_category_picker .cat-controls-direction a.ctrl-next:before {
  content: "\e911";
}
#browse_category_picker .cat-controls-direction a.disabled:before {
  color: #bbbbbb;
}
#browse_category_picker .actions-toolbar {
  text-align: center;
  margin-top: 20px;
}
#browse_category_picker .actions-toolbar .primary {
  float: none;
}
#browse_category_picker .slider-wrapper #category_browse_card_slider {
  /*width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;*/
  width: auto;
}
#browse_category_picker .slider-wrapper #category_browse_card_slider .a-box.card {
  float: none;
  display: table-cell;
}
.fieldset .field .variant-control {
  width: 100% !important;
}
.fieldset .field.variant-container:nth-child(odd) .variant-control .variant-group {
  background: #f5f5f5;
}
.fieldset .field .variant-control .variant-group {
  float: left;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 10px;
  list-style: none;
  /*.lib-css(background, #f5f5f5);*/
  margin: 0 0 10px 0;
}
.fieldset .field .variant-control .variant-group li {
  float: left;
  width: 25%;
}
.fieldset .field .variant-control .variant-group label.parent-label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: #e8e8e8;
  font-weight: bold;
  padding: 5px 10px;
}
.page-layout-vendor-1column .breadcrumbs {
  margin: 0 0 20px;
  margin: 0;
  padding: 5px 0 0;
}
.page-layout-vendor-1column .breadcrumbs .items {
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.page-layout-vendor-1column .breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.page-layout-vendor-1column .breadcrumbs .item {
  margin: 0;
}
.page-layout-vendor-1column .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.page-layout-vendor-1column .breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.page-layout-vendor-1column .breadcrumbs a:hover {
  color: #004c97;
  text-decoration: underline;
}
.page-layout-vendor-1column .breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.page-layout-vendor-1column .breadcrumbs strong {
  font-weight: 600;
}
.page-layout-vendor-1column .breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.page-layout-vendor-1column .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0px 3px 0px 3px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-layout-vendor-1column .breadcrumbs .page-main {
  background: none;
  padding: 0;
}
.select-category {
  display: inline-block;
  text-align: right;
  min-width: 300px;
}
.rbpanel-body-top-container {
  margin: -20px -20px 20px -20px;
  padding: 10px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.rbpanel-body-top-container .actions-toolbar {
  padding: 0 !important;
}
.rbpanel-body-top-container .actions-toolbar .primary {
  padding: 0 !important;
  float: right;
}
.rtl-layout .rbpanel-body-top-container .actions-toolbar .primary {
  float: left;
}
.rbpanel-body-top-container .actions-toolbar .primary .action {
  margin-right: 5px;
}
.rbpanel-body-top-container .actions-toolbar .primary .action:last-child {
  margin-right: 0;
}
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary {
  padding: 10px 10px 10px !important;
  float: left;
}
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary {
  background-image: none;
  background: #004c97;
  border: 2px solid #004c97;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 7px 20px 7px 20px !important;
  float: left;
}
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary:focus,
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary:active {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary:hover {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary.disabled,
.rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary[disabled],
fieldset[disabled] .rbpanel-body-top-container .actions-toolbar.offers-actions-toolbars .primary .primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rbpanel-body-top-container.rbpanel-body-bottombar-container {
  padding: 10px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.field-label {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.dashboard-or {
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}
.dashboard-or span {
  height: 60px;
  width: 60px;
  line-height: 56px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 2px #fff inset;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}
.column:not(.sidebar-additional) form .variant-tab-content .fieldset {
  margin-bottom: 20px;
}
.column:not(.sidebar-additional) form .variant-tab-content .fieldset .checkbox + label {
  line-height: 16px;
}
.rtl-layout .column:not(.sidebar-additional) form .variant-tab-content .fieldset .checkbox + label {
  padding-right: 0;
}
.column:not(.sidebar-additional) form .variant-tab-content .fieldset .checkbox + label:before {
  margin-right: 7px;
}
.rtl-layout .column:not(.sidebar-additional) form .variant-tab-content .fieldset .checkbox + label:before {
  margin-right: 0px;
  margin-left: 7px;
}
.column:not(.sidebar-additional) form .variant-tab-content .fieldset .checkbox + label .swatch-option.color {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 3px -3px 3px;
  box-shadow: 0px 0px 4px #ccc;
}
.column:not(.sidebar-additional) form .variant-tab-content .fieldset:last-child {
  margin-bottom: 0;
}
.column:not(.sidebar-additional) form .variant-tab-content .actions-toolbar {
  margin-left: 0;
  padding: 0 80px 0px 20px;
  clear: left;
}
.column:not(.sidebar-additional) form .variant-tab-content .actions-toolbar .primary:not(button) {
  padding-left: 35%;
}
.column:not(.sidebar-additional) form .variant-tab-content .product-variants-content .fieldset:first-child .field:not(.choice) .label {
  padding-top: 3px;
  padding-bottom: 25px;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content:after {
  clear: both;
  content: '';
  display: table;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content:before,
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content:after {
  content: '';
  display: table;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content:after {
  clear: both;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .fieldset .variant-container {
  max-width: none;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .actions-toolbar {
  padding: 0px;
  margin-bottom: 10px;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .actions-toolbar > .primary {
  text-align: left;
}
.column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .actions-toolbar > .primary .notes {
  display: block;
  clear: both;
}
.column:not(.sidebar-additional) form .variant-tab-content .tab-content:after {
  clear: both;
  content: '';
  display: table;
}
.image-style-guideline ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  list-style-position: outside;
}
.image-style-guideline ul li {
  display: inline-block;
  text-decoration: none;
  list-style-position: outside;
  padding-left: 10px;
  text-indent: -5px;
  margin-left: 10px;
  width: 100%;
}
.image-style-guideline ul li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #333333;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image-style-guideline ul li:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.image-style-guideline ul li:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.table-wrapper.mylisting-main .item-options {
  font-size: 13px;
  margin: 10px 0;
  border-top: 1px dashed #b1b1b1;
  padding: 10px 10px 0 10px;
  margin-top: 10px;
}
.product-offers-content {
  margin-top: 0;
}
.product-offers-content .fieldset > .field {
  margin: 0 0 0 0;
  padding: 10px;
}
.product-offers-content .fieldset > .field:nth-child(odd) {
  /*.lib-css(background, #f2f2f2);*/
}
.variant-table-grid > tbody > tr > td .control.date-control {
  position: relative;
}
.variant-table-grid > tbody > tr > td.col {
  padding: 10px 10px;
  background: #f5f5f5;
}
.variant-table-grid > tbody > tr > td.col-action {
  vertical-align: middle;
}
.variant-table-grid > tbody > tr > td.col-action .remove-row {
  margin: 0 0 0 0;
}
.variant-table-grid > tbody > tr > td.col-vendor-sku {
  width: 150px;
}
.variant-table-grid > tbody > tr > td.col-vendor-sku input[type="text"] {
  min-width: 150px;
  width: 150px;
}
.variant-table-grid > tbody > tr > td.col-condition-note input[type="text"] {
  min-width: 280px;
}
.variant-table-grid > tbody > tr > td.col-price,
.variant-table-grid > tbody > tr > td.col-special-price,
.variant-table-grid > tbody > tr > td.col-you-will-get {
  width: 100px;
}
.variant-table-grid > tbody > tr > td.col-price input[type="text"],
.variant-table-grid > tbody > tr > td.col-special-price input[type="text"],
.variant-table-grid > tbody > tr > td.col-you-will-get input[type="text"] {
  min-width: 100px;
  width: 100px;
}
.variant-table-grid > tbody > tr > td.col-special-from-date,
.variant-table-grid > tbody > tr > td.col-special-to-date {
  min-width: 125px;
}
.variant-table-grid > tbody > tr > td.col-special-from-date input[type="text"],
.variant-table-grid > tbody > tr > td.col-special-to-date input[type="text"] {
  min-width: 125px;
}
.variant-table-grid > tbody > tr > td.col-special-from-date .ui-datepicker-trigger,
.variant-table-grid > tbody > tr > td.col-special-to-date .ui-datepicker-trigger {
  display: inline-block !important;
  text-decoration: none !important;
}
.variant-table-grid > tbody > tr > td.col-special-from-date .ui-datepicker-trigger:before,
.variant-table-grid > tbody > tr > td.col-special-to-date .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #7d7d7d !important;
  content: "\e612" !important;
  font-family: 'RB-Vendor-Theme-Icons' !important;
  vertical-align: middle !important;
  display: inline-block !important;
  font-weight: normal !important;
  overflow: hidden !important;
  speak: none !important;
  text-align: center !important;
}
.variant-table-grid > tbody > tr > td.col-special-from-date .ui-datepicker-trigger:hover:before,
.variant-table-grid > tbody > tr > td.col-special-to-date .ui-datepicker-trigger:hover:before {
  color: #000000 !important;
}
.variant-table-grid > tbody > tr > td.col-special-from-date .ui-datepicker-trigger:before,
.variant-table-grid > tbody > tr > td.col-special-to-date .ui-datepicker-trigger:before {
  height: 30px;
  padding: 5px 5px 0px 5px;
}
.variant-table-grid > tbody > tr > td.col-qty,
.variant-table-grid > tbody > tr > td.col-reorder-level {
  width: 60px;
}
.variant-table-grid > tbody > tr > td.col-qty input[type="text"],
.variant-table-grid > tbody > tr > td.col-reorder-level input[type="text"] {
  min-width: 60px;
  width: 60px;
}
.variant-table-grid > tbody > tr > td.col-warranty-type select {
  min-width: 140px;
}
.variant-table-grid > tbody > tr > td.col-warranty-type select {
  min-width: 140px;
}
.variant-table-grid > tbody > tr > td.col input[type="text"] {
  height: 32px;
}
.variant-table-grid > tbody > tr > td.col textarea {
  min-width: 280px;
  min-height: 32px;
  height: 32px;
  overflow: hidden;
  padding: 5px;
  font-size: 1.2rem;
}
.variant-table-grid > tbody > tr > td.col select {
  max-width: 100%;
  min-width: 115px;
  height: 32px;
}
html.rtl-layout .a-box.card {
  float: right;
}
html.rtl-layout .a-box.card .card-container {
  float: right;
  padding: 0 50px 25px 0;
}
html.rtl-layout .a-box.card .card-container .a-box-inner {
  float: right;
}
html.rtl-layout .a-box.card .card-container .card-seperator {
  left: auto;
  right: 0;
}
html.rtl-layout .a-box.card .card-container .card-seperator span.rbvt-icon.rbvt-icon-arrow-long-right1:before {
  content: "\e909";
}
html.rtl-layout .a-box.card a .arrow_right {
  right: auto;
  left: 10px;
}
html.rtl-layout .a-box.card a .arrow_right:after {
  content: "\e617";
}
html.rtl-layout .a-box.card:nth-child(2) .card-container {
  padding-right: 0;
}
html.rtl-layout .a-box.card {
  float: right;
}
html.rtl-layout .a-box.card::nth-child(2) .card-container {
  padding-right: 0;
}
html.rtl-layout .a-box.card .card-container {
  float: right;
  padding: 0 50px 25px 0;
}
html.rtl-layout .column:not(.sidebar-additional) form .variant-tab-content .actions-toolbar .primary:not(button) {
  padding-left: 0;
  padding-right: 35%;
}
html.rtl-layout .column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .actions-toolbar {
  padding: 0px;
  margin-bottom: 10px;
}
html.rtl-layout .column:not(.sidebar-additional) form .variant-tab-content #product-variants-content .actions-toolbar > .primary {
  text-align: right;
}
html:not(.rtl-layout) .field-tooltip {
  right: 10px;
}
html:not(.rtl-layout) .field-tooltip .field-tooltip-content {
  left: auto;
  right: 28px;
  top: -2px;
}
html:not(.rtl-layout) .field-tooltip .field-tooltip-content:before,
html:not(.rtl-layout) .field-tooltip .field-tooltip-content:after {
  right: -20px;
  left: auto;
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
html:not(.rtl-layout) .field-tooltip .field-tooltip-content:before {
  border-right-color: transparent;
  border-left-color: #666;
  right: -21px;
}
.rb-transaction-history .table.rb-table-transaction-items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.rb-transaction-history .table.rb-table-transaction-items th {
  text-align: left;
}
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > td,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > td {
  vertical-align: top;
}
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > td {
  vertical-align: bottom;
}
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > td,
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > td,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > td {
  padding: 11px 10px;
}
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > td,
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > td,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > td {
  padding: 10px 10px 10px 10px;
}
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tbody > tr > th,
.rb-transaction-history .table.rb-table-transaction-items > tfoot > tr > th {
  padding: 10px 10px 10px 10px;
}
.rb-transaction-history .table.rb-table-transaction-items > thead > tr > th.col {
  text-align: left;
}
.rb-transaction-history .table.rb-table-transaction-items.rb-shipping-admin-liable > tbody > tr > td.col.rb-shipping-charges {
  color: #e57373;
  font-weight: 700;
}
html.rtl-layout .rb-transaction-history .table.rb-table-transaction-items > thead > tr > th.col {
  text-align: right;
}
.bg-success-orange {
  background-color: #ee6e20;
}
.vendor-content-top .order-summary-wrapper {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
}
.vendor-content-top .order-summary-wrapper h2,
.vendor-content-top .order-summary-wrapper div {
  text-align: center;
}
.vendor-content-top .order-summary-wrapper h2 {
  font-size: 2rem;
  margin: 0 0 0 0;
  font-weight: 600;
}
.vendor-content-top .order-summary-wrapper .text-muted {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
}
.vendor-content-top .order-summary-wrapper .status {
  font-size: 1.1rem;
}
.vendor-content-top .bg-success-orange .order-summary-wrapper {
  color: #fff;
}
.md-rb-toolbar-container .data-grid-filters-action-wrap {
  padding-left: 0;
}
.md-rb-toolbar-container .action.secondary,
.md-rb-toolbar-container .action.export {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px;
  line-height: 20px;
}
.md-rb-toolbar-container .action.secondary:before,
.md-rb-toolbar-container .action.export:before {
  line-height: 20px;
}
.md-rb-shipping-rates .export,
.md-rb-shipping-rates .import {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px;
  line-height: 20px;
}
.md-rb-shipping-rates .export:before,
.md-rb-shipping-rates .import:before {
  line-height: 20px;
  margin: 0;
}
.order-date-status .field > .info-detail {
  margin-bottom: 5px;
}
.order-date-status .field > .info-detail label.value {
  padding-left: 3px;
  font-weight: 600;
}
.filter-wrapper {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
}
.filter-wrapper .filter-row {
  margin-bottom: 20px;
}
.filter-wrapper .filter-row:after {
  clear: both;
  content: '';
  display: table;
}
.filter-wrapper .filter-row:before,
.filter-wrapper .filter-row:after {
  content: '';
  display: table;
}
.filter-wrapper .filter-row:after {
  clear: both;
}
.filter-wrapper .filter-row:last-child {
  margin-bottom: 0;
}
.filter-wrapper .filter-row .legend {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  color: #666666;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice) {
  margin-bottom: 10px;
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice) label {
  text-align: left;
  width: 20%;
  text-transform: capitalize;
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice) .control {
  width: 80%;
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice) .control.date-control {
  position: relative;
  /*                      .lib-icon-font(
                      @_icon-font-content: @icon-calendar,
                      @_icon-font-color: @primary__color__lighter,
                      @_icon-font-size: 24px,
                      @_icon-font-line-height: @icon-calendar__font-size,
                      @_icon-font-display: block,
                      @_icon-font-text-hide: true,
                      @_icon-font-position: after
                      );
                       &:after {
                         position: absolute;
                         bottom:6px;
                         right:10px;
                       }*/
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice) .control.date-control input.hasDatepicker {
  padding: 0 9px 0 40px;
}
.filter-wrapper .filter-row .fieldset > .field:not(.choice).full-width-field:not(.choice) .control {
  width: 100%;
}
.filter-wrapper .filter-row .fieldset.field-full-width > .field:not(.choice) label,
.filter-wrapper .filter-row .fieldset.field-full-width > .field:not(.choice) .control {
  width: 100%;
}
.filter-wrapper .filter-row .fieldset.field-full-width > .field:not(.choice) label {
  padding: 0 0 5px 0;
}
.filters-footer {
  text-align: right;
}
.rb-table-order-items > tbody > tr > td .price {
  font-weight: 400;
  font-size: 1.3rem;
}
.rb-table-order-items > tfoot > tr > th {
  text-align: right;
  color: inherit;
}
.rb-table-order-items > tfoot > tr > td.subtotal,
.rb-table-order-items > tfoot > tr > td.amount {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.rb-order-items .table.rb-table-order-items th {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items > tbody > tr > th,
.rb-order-items .table.rb-table-order-items > tfoot > tr > th,
.rb-order-items .table.rb-table-order-items > tbody > tr > td,
.rb-order-items .table.rb-table-order-items > tfoot > tr > td {
  vertical-align: top;
}
.rb-order-items .table.rb-table-order-items > thead > tr > th,
.rb-order-items .table.rb-table-order-items > thead > tr > td {
  vertical-align: bottom;
}
.rb-order-items .table.rb-table-order-items > thead > tr > th,
.rb-order-items .table.rb-table-order-items > tbody > tr > th,
.rb-order-items .table.rb-table-order-items > tfoot > tr > th,
.rb-order-items .table.rb-table-order-items > thead > tr > td,
.rb-order-items .table.rb-table-order-items > tbody > tr > td,
.rb-order-items .table.rb-table-order-items > tfoot > tr > td {
  padding: 11px 10px;
}
.rb-order-items .table.rb-table-order-items > thead > tr > td,
.rb-order-items .table.rb-table-order-items > tbody > tr > td,
.rb-order-items .table.rb-table-order-items > tfoot > tr > td {
  padding: 10px 10px 10px 10px;
}
.rb-order-items .table.rb-table-order-items > thead > tr > th,
.rb-order-items .table.rb-table-order-items > tbody > tr > th,
.rb-order-items .table.rb-table-order-items > tfoot > tr > th {
  padding: 10px 10px 10px 10px;
}
.rb-order-items .table.rb-table-order-items > thead > tr > th.col {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items > tbody > tr > td.col {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items > tbody > tr > td.col ul {
  padding: 0;
}
.rb-order-items .table.rb-table-order-items > tbody > tr > td.col ul li {
  list-style-type: none;
}
.rb-order-items .table.rb-table-order-items .items-container {
  border: 1px dashed #cccccc;
  margin-bottom: 25px;
}
.rb-order-items .table.rb-table-order-items .items-container:last-child {
  margin-bottom: 0;
}
.rb-order-items .table.rb-table-order-items .items-container .vendor-order-info {
  padding: 10px;
  border-bottom: 1px dashed #cccccc;
  background: #f4f4f4;
}
.rb-order-items .table.rb-table-order-items .items-container .vendor-order-info a {
  width: 16%;
  display: inline-block;
  color: #004c97;
  text-decoration: underline;
}
.rb-order-items .table.rb-table-order-items .items-container .vendor-order-info .vendor-info {
  width: 27%;
  display: inline-block;
  font-weight: 600;
}
.rb-order-items .table.rb-table-order-items .items-container .vendor-order-info .vendor-info.vendor-order-status {
  text-align: right;
  float: right;
}
.rb-order-items .table.rb-table-order-items .items-container .vendor-order-info .vendor-info.vendor-order-id {
  text-align: center;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items th {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tbody > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tfoot > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tbody > tr > td,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tfoot > tr > td {
  vertical-align: top;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > td {
  vertical-align: bottom;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tbody > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tfoot > tr > th,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > td,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tbody > tr > td,
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > tfoot > tr > td {
  padding: 11px 10px;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > th.subtotal {
  text-align: left;
}
.rb-order-items .table.rb-table-order-items .table.rb-table-vendor-individual-order-items > thead > tr > th.price {
  font-weight: 700;
}
.rb-order-items .table.rb-table-order-items > tfoot > tr > th {
  text-align: right;
}
.rb-order-items table.rb-order-shipment-table > tbody > tr > td.col-sku {
  width: 18rem;
}
.rb-order-items table.rb-order-shipment-table > tbody > tr > td.col-ordered-qty {
  width: 13rem;
}
.rb-order-items table.rb-order-shipment-table > tbody > tr > td.col-qty {
  width: 10rem;
}
table.rb-shipping-details > tbody > tr > th {
  width: 20rem;
}
.page-title-wrapper .order-status {
  margin: 0;
}
.page-title-wrapper div.order-date {
  margin-top: 0;
}
.page-title-wrapper div.order-date .label {
  font-weight: 600;
}
.order-addresses .payment-method .table {
  border: none;
}
.order-addresses .payment-method .table > tbody > tr > td,
.order-addresses .payment-method .table > tbody > tr > th {
  display: block;
  border: none;
  padding: 0;
  background: none;
  width: auto;
}
html.rtl-layout .filter-wrapper .filter-row .fieldset > .field:not(.choice) label {
  text-align: right;
}
html.rtl-layout .filters-footer {
  text-align: left;
}
.admin__data-grid-wrap-static .data-grid {
  box-sizing: border-box;
}
.admin__data-grid-wrap-static .data-grid thead {
  color: #41362f;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(even) td._dragging {
  background-color: rgba(245, 245, 245, 0.95);
}
.admin__data-grid-wrap-static .data-grid ul {
  margin-left: 1rem;
  padding-left: 1rem;
}
.admin__data-grid-wrap-static .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
}
.admin__data-grid-wrap-static .admin__data-grid-loading-mask .grid-loader {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.data-grid-filters-actions-wrap {
  float: right;
}
.rtl-layout .data-grid-filters-actions-wrap {
  float: left;
}
.data-grid-search-control-wrap {
  float: left;
  max-width: 45.5rem;
  position: relative;
  width: 35%;
}
.data-grid-search-control-wrap :-ms-input-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap ::-webkit-input-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap ::-moz-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap .action-submit {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  padding: .6rem 2rem .2rem;
  position: absolute;
  right: 0;
  top: 1px;
}
.data-grid-search-control-wrap .action-submit:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.data-grid-search-control-wrap .action-submit:active {
  transform: scale(0.9);
}
.data-grid-search-control-wrap .action-submit:hover:before {
  color: #231d1a;
}
._keyfocus .data-grid-search-control-wrap .action-submit:focus {
  box-shadow: 0 0 3px 1px #e9573f;
}
.data-grid-search-control-wrap .action-submit:before {
  content: "\e90c";
  font-size: 2rem;
  transition: color 0.1s linear;
  font-family: 'RB-Vendor-Promotion' !important;
}
.data-grid-search-control-wrap .action-submit > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.data-grid-search-control-wrap .action-menu {
  max-height: 19.25rem;
  overflow-y: auto;
  z-index: 398;
}
.data-grid-search-control-wrap .action-menu-item._selected {
  background-color: #e0f6fe;
}
.data-grid-search-control-wrap .data-grid-search-label {
  display: none;
}
.data-grid-search-control {
  padding-right: 6rem;
  width: 100%;
}
.data-grid-filters-action-wrap {
  float: left;
  padding-left: 20px;
}
.data-grid-filters-action-wrap .filters-active {
  display: none;
}
.admin__action-grid-select .admin__control-select {
  margin: -0.5rem 0.5rem 0 0;
  padding-bottom: .6rem;
  padding-top: .6rem;
}
.admin__data-grid-filters-wrap {
  opacity: 0;
  visibility: hidden;
  clear: both;
  font-size: 1.3rem;
  transition: opacity .3s ease;
}
.admin__data-grid-filters-wrap._show {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #656d77;
  border-top: 1px solid #656d77;
  margin-bottom: .7rem;
  padding: 3.6rem 0 3rem;
  position: relative;
  top: -1px;
  z-index: 280;
}
.admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer,
.admin__data-grid-filters-wrap._show .admin__data-grid-filters {
  display: block;
}
.admin__data-grid-filters-wrap .admin__form-field-legend,
.admin__data-grid-filters-wrap .admin__form-field-label {
  display: block;
  font-weight: bold;
  margin: 0 0 .3rem;
  text-align: left;
}
.admin__data-grid-filters-wrap .admin__form-field {
  display: inline-block;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: top;
  width: calc(100% / 4 - 4px);
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  display: block;
  float: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field:last-child {
  margin-bottom: 0;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-label {
  border: 1px solid transparent;
  float: left;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding-bottom: -7.7rem;
  padding-right: 1em;
  padding-top: -7.7rem;
  width: 25%;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-control {
  margin-left: 25%;
}
.admin__data-grid-filters-wrap .admin__form-field-label,
.admin__data-grid-filters-wrap .admin__control-text,
.admin__data-grid-filters-wrap .admin__control-select,
.admin__data-grid-filters-wrap .admin__action-multiselect {
  font-size: 1.3rem;
}
.admin__data-grid-filters-wrap .admin__control-select {
  height: 3.2rem;
  padding-top: -7.8rem;
}
.admin__data-grid-filters-wrap .admin__action-multiselect:before {
  height: 3.2rem;
  width: 3.2rem;
}
.admin__data-grid-filters-wrap .admin__control-text._has-datepicker,
.admin__data-grid-filters-wrap .admin__control-select {
  width: 100%;
}
.admin__data-grid-filters {
  display: none;
  margin-left: -2rem;
  margin-right: -2rem;
}
.admin__filters-legend {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.admin__data-grid-filters-footer {
  display: none;
  font-size: 13px;
}
.admin__data-grid-filters-footer .admin__footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.admin__data-grid-filters-footer .admin__footer-secondary-actions {
  float: left;
  width: 50%;
}
.admin__data-grid-filters-current {
  border-bottom: 0.1rem solid #656d77;
  border-top: 0.1rem solid #656d77;
  display: none;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
  padding-bottom: .8rem;
  padding-top: 1.1rem;
  width: 100%;
}
.admin__data-grid-filters-current._show {
  display: table;
  position: relative;
  top: -1px;
  z-index: 3;
}
.admin__data-grid-filters-current._show + .admin__data-grid-filters-wrap._show {
  margin-top: -1rem;
}
.admin__current-filters-list-wrap,
.admin__current-filters-title-wrap,
.admin__current-filters-actions-wrap {
  display: table-cell;
  vertical-align: top;
}
.admin__current-filters-title {
  margin-right: 1em;
  white-space: nowrap;
}
.admin__current-filters-list-wrap {
  width: 100%;
  word-break: break-all;
}
.admin__current-filters-list {
  margin-bottom: 0;
}
.admin__current-filters-list > li {
  display: inline-block;
  font-weight: 600;
  margin: 0 1rem .5rem;
  padding-right: 2.6rem;
  position: relative;
}
.admin__current-filters-list .action-remove {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1px;
}
.admin__current-filters-list .action-remove:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.admin__current-filters-list .action-remove:hover:before {
  color: #949494;
}
.admin__current-filters-list .action-remove:active {
  transform: scale(0.9);
}
.admin__current-filters-list .action-remove:before {
  color: #adadad;
  content: "\e90b";
  font-size: 1.6rem;
  transition: color 0.1s linear;
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__current-filters-list .action-remove > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.admin__current-filters-actions-wrap .action-clear {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}
.admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}
.admin__data-grid-pager-wrap .admin__control-select {
  width: auto;
}
.admin__data-grid-pager {
  display: inline-block;
  margin-left: 30px;
}
.admin__data-grid-pager .admin__control-text::-webkit-outer-spin-button,
.admin__data-grid-pager .admin__control-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.action-previous,
.action-next {
  width: 4.4rem;
  padding-left: 0;
  padding-right: 0;
}
.action-previous:before,
.action-next:before {
  font-weight: 700;
}
.action-previous > span,
.action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.action-previous:before {
  content: "\e90a";
  font-family: 'RB-Vendor-Promotion' !important;
}
.action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.action-next:before {
  content: "\e909";
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-bookmarks {
  opacity: 0.98;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  left: 0;
  right: -6px;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: 0;
  right: auto;
}
.admin__data-grid-action-bookmarks._active {
  z-index: 290;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown .admin__action-dropdown-text {
  display: inline-block;
  max-width: 15rem;
  min-width: 4.9rem;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  content: "\e903";
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  font-size: 1.3rem;
  left: 0;
  padding: 1rem 0 1rem;
  right: auto;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li {
  padding: 0 5rem 0 0;
  position: relative;
  white-space: nowrap;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action) {
  transition: background-color 0.1s linear;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action):hover {
  background-color: #e3e3e3;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item {
  max-width: 23rem;
  min-width: 18rem;
  white-space: normal;
  word-break: break-all;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit {
  display: none;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit .action-dropdown-menu-item-actions {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action {
  padding-left: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action + .action-dropdown-menu-item-last {
  padding-top: .5rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a {
  display: inline-block;
  padding-left: 1.1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-last {
  padding-bottom: 0;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item {
  display: none;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item-edit {
  display: block;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._active .action-dropdown-menu-link {
  font-weight: 600;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .admin__control-text {
  font-size: 1.3rem;
  min-width: 15rem;
  width: calc(100% - 4rem);
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-actions {
  border-left: 1px solid #ffffff;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-link {
  color: #41362f;
  display: block;
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.1rem;
}
.admin__data-grid-action-bookmarks .action-submit,
.admin__data-grid-action-bookmarks .action-delete,
.admin__data-grid-action-bookmarks .action-edit {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.admin__data-grid-action-bookmarks .action-submit:hover,
.admin__data-grid-action-bookmarks .action-delete:hover,
.admin__data-grid-action-bookmarks .action-edit:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.admin__data-grid-action-bookmarks .action-submit:before,
.admin__data-grid-action-bookmarks .action-delete:before,
.admin__data-grid-action-bookmarks .action-edit:before {
  font-size: 1.7rem;
}
.admin__data-grid-action-bookmarks .action-submit > span,
.admin__data-grid-action-bookmarks .action-delete > span,
.admin__data-grid-action-bookmarks .action-edit > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.admin__data-grid-action-bookmarks .action-delete,
.admin__data-grid-action-bookmarks .action-edit {
  padding: 0.6rem 1.4rem;
}
.admin__data-grid-action-bookmarks .action-delete:active,
.admin__data-grid-action-bookmarks .action-edit:active {
  transform: scale(0.9);
}
.admin__data-grid-action-bookmarks .action-submit {
  padding: 0.6rem 1rem 0.6rem 0.8rem;
}
.admin__data-grid-action-bookmarks .action-submit:active {
  position: relative;
  right: -1px;
}
.admin__data-grid-action-bookmarks .action-submit:before {
  content: "\e901";
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-bookmarks .action-delete:before {
  content: "\e90e";
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-bookmarks .action-edit {
  padding-top: 0.8rem;
}
.admin__data-grid-action-bookmarks .action-edit:before {
  content: "\e904";
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}
.admin__data-grid-action-columns .admin__action-dropdown:before {
  content: "\e90d";
  font-size: 1.8rem;
  margin-right: 0.7rem;
  vertical-align: top;
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #e0e0e0;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  width: 49.2rem;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 2.5rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 131.4px;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 47.4rem;
}
.admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 18.6px;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
}
.admin__data-grid-action-columns-menu .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}
.admin__data-grid-action-export._active {
  opacity: 0.98;
  z-index: 290;
}
.admin__data-grid-action-export .admin__action-dropdown:before {
  content: "\e905";
  font-size: 1.7rem;
  left: .3rem;
  margin-right: 0.7rem;
  vertical-align: top;
  font-family: 'RB-Vendor-Promotion' !important;
}
.admin__data-grid-action-export-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.admin__data-grid-action-export-menu .admin__action-dropdown-footer-main-actions {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  white-space: nowrap;
}
.admin__control-support-text {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.sticky-header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  left: 8.800000000000001rem;
  margin-top: -1px;
  padding: 5px 30px 0;
  position: fixed;
  right: 0;
  top: 77px;
  z-index: 398;
}
.sticky-header .admin__data-grid-wrap {
  margin-bottom: 0;
  overflow-x: visible;
  padding-bottom: 0;
}
.sticky-header .admin__data-grid-header-row {
  position: relative;
  text-align: right;
}
.sticky-header .admin__data-grid-header-row:last-child {
  margin: 0;
}
.sticky-header .data-grid-search-control-wrap,
.sticky-header .data-grid-filters-actions-wrap,
.sticky-header .admin__data-grid-filters-wrap,
.sticky-header .admin__data-grid-pager-wrap,
.sticky-header .admin__data-grid-actions-wrap {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.sticky-header .action-select-wrap {
  float: left;
  margin-right: 1.5rem;
  width: 16.66666667%;
}
.sticky-header .admin__control-support-text {
  float: left;
}
.sticky-header .data-grid-search-control-wrap {
  margin: -5px 0 0 1.1rem;
  width: auto;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-width: 3.8rem;
  padding: 1.2rem 0.6rem 1.7rem;
  position: relative;
  text-align: center;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label:before {
  color: #41362f;
  content: "\e90c";
  font-size: 2rem;
  transition: color 0.1s linear;
  font-family: 'RB-Vendor-Promotion' !important;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label:hover:before {
  color: #060504;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label span {
  display: none;
}
.sticky-header .data-grid-filters-actions-wrap {
  margin: -5px 0 0 1.1rem;
  padding-left: 0;
  position: relative;
}
.sticky-header .data-grid-filters-actions-wrap .action-default {
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  min-width: 3.8rem;
  padding: 1.2rem 0.6rem 1.7rem;
  text-align: center;
  transition: all 0.15s ease;
}
.sticky-header .data-grid-filters-actions-wrap .action-default span {
  display: none;
}
.sticky-header .data-grid-filters-actions-wrap .action-default:before {
  margin: 0;
}
.sticky-header .data-grid-filters-actions-wrap .action-default._active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #adadad;
  border-right-color: #adadad;
  border-top-color: #adadad;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 210;
}
.sticky-header .data-grid-filters-actions-wrap .action-default._active:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  left: -2px;
  position: absolute;
  right: -6px;
  top: 100%;
}
.sticky-header .data-grid-filters-action-wrap {
  padding: 0;
}
.sticky-header .admin__data-grid-filters-wrap {
  background-color: #ffffff;
  border: 1px solid #adadad;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 209;
}
.sticky-header .admin__data-grid-filters-current + .admin__data-grid-filters-wrap._show {
  margin-top: -6px;
}
.sticky-header .filters-active {
  background-color: #e04f00;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: .1rem .7rem;
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 211;
}
.sticky-header .filters-active:empty {
  padding-bottom: 0;
  padding-top: 0;
}
.sticky-header .admin__data-grid-actions-wrap {
  margin: -5px 0 0 1.1rem;
  padding-right: .3rem;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown {
  background-color: transparent;
  box-sizing: border-box;
  min-width: 3.8rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  text-align: center;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown .admin__action-dropdown-text {
  display: inline-block;
  max-width: 0;
  min-width: 0;
  overflow: hidden;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown:before {
  margin: 0;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
  margin-right: 1.1rem;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after,
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown:after {
  display: none;
}
.sticky-header .admin__data-grid-actions-wrap ._active .admin__action-dropdown {
  background-color: #ffffff;
}
.sticky-header .admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  position: relative;
  top: -3px;
}
.sticky-header .admin__data-grid-filters-current {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-control,
.sticky-header .data-grid-search-control-wrap .action-submit,
.sticky-header .admin__data-grid-pager .admin__control-text,
.sticky-header .admin__data-grid-pager-wrap .admin__control-support-text {
  display: none;
}
.sticky-header .action-next {
  margin: 0;
}
.sticky-header .data-grid {
  margin-bottom: -1px;
}
.data-grid-cap-left,
.data-grid-cap-right {
  background-color: #f8f8f8;
  bottom: -2px;
  position: absolute;
  top: 6rem;
  width: 30px;
  z-index: 201;
}
.data-grid-cap-left {
  left: 0;
}
.admin__data-grid-header {
  font-size: 13px;
}
.admin__data-grid-header-row + .admin__data-grid-header-row {
  margin-top: 19.1px;
}
.admin__data-grid-header-row:last-child {
  margin-bottom: 0;
}
.admin__data-grid-header-row .action-select-wrap {
  display: block;
}
.admin__data-grid-header-row .action-select {
  width: 100%;
}
.admin__data-grid-actions-wrap {
  float: right;
  margin-left: 1.1rem;
  margin-top: -0.5rem;
  text-align: right;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active + .admin__action-dropdown-wrap:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._hide + .admin__action-dropdown-wrap:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap:first-child:after {
  display: none;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  border-color: #adadad;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after {
  border-left: 1px solid #656d77;
  content: '';
  height: 3.2rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  z-index: 3;
}
.admin__data-grid-actions-wrap .admin__action-dropdown {
  padding-bottom: 1.7rem;
  padding-top: 1.2rem;
}
.admin__data-grid-actions-wrap .admin__action-dropdown:after {
  margin-top: -.4rem;
}
.admin__data-grid-outer-wrap {
  min-height: 44rem;
  position: relative;
}
.admin__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
}
.admin__data-grid-loading-mask .spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.data-grid-cell-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
body._in-resize {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: col-resize;
  user-select: none;
}
body._in-resize .data-grid-th,
body._in-resize .data-grid-th._sortable,
body._in-resize .data-grid-th._draggable {
  cursor: col-resize !important;
}
body._in-resize * {
  cursor: col-resize !important;
}
._layout-fixed {
  table-layout: fixed;
}
.data-grid {
  border: none;
  font-size: 1.3rem;
  margin-bottom: 0;
  width: 100%;
}
.data-grid:not(._dragging-copy) ._odd-row td._dragging {
  background-color: #d0d0d0;
}
.data-grid:not(._dragging-copy) ._dragging {
  background-color: #d9d9d9;
  color: rgba(48, 48, 48, 0.95);
}
.data-grid:not(._dragging-copy) ._dragging a {
  color: rgba(0, 169, 224, 0.95);
}
.data-grid:not(._dragging-copy) ._dragging a:hover {
  color: rgba(0, 0, 0, 0.95);
}
.data-grid._dragged {
  outline: 1px solid #007bdb;
}
.data-grid thead {
  background-color: transparent;
}
.data-grid tfoot th {
  padding: 1rem 1rem;
}
.data-grid tr._odd-row td {
  background-color: #f5f5f5;
}
.data-grid tr._odd-row td._update-status-active {
  background: #89e1ff;
}
.data-grid tr._odd-row td._update-status-upcoming {
  background: #b7ee63;
}
.data-grid tr:hover td._update-status-active,
.data-grid tr:hover td._update-status-upcoming {
  background-color: #e5f7fe;
}
.data-grid tr.data-grid-tr-no-data td {
  font-size: 16px;
  padding: 30px;
  text-align: center;
}
.data-grid tr.data-grid-tr-no-data:hover td {
  background-color: #ffffff;
  cursor: default;
}
.data-grid tr:active td {
  background-color: #e0f6fe;
}
.data-grid tr:hover td {
  background-color: #e5f7fe;
}
.data-grid tr._dragged td {
  background: #d0d0d0;
}
.data-grid tr._dragover-top td {
  box-shadow: inset 0 3px 0 0 #008bdb;
}
.data-grid tr._dragover-bottom td {
  box-shadow: inset 0 -3px 0 0 #008bdb;
}
.data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d6d6d6;
}
.data-grid tr._clickable,
.data-grid tr ._clickable {
  cursor: pointer;
}
.data-grid tr._disabled {
  pointer-events: none;
}
.data-grid th,
.data-grid td {
  font-size: 1.3rem;
  line-height: 1.42857143;
  transition: background-color 0.1s linear;
  vertical-align: top;
}
.data-grid th._resizing,
.data-grid td._resizing {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
}
.data-grid th._hidden,
.data-grid td._hidden {
  display: none;
}
.data-grid th._fit,
.data-grid td._fit {
  width: 1%;
}
.data-grid td {
  background-color: #ffffff;
  border-left: 0.1rem dashed #d6d6d6;
  border-right: 0.1rem dashed #d6d6d6;
  color: #303030;
  padding: 1rem 1rem;
}
.data-grid td:first-child {
  border-left-style: solid;
}
.data-grid td:last-child {
  border-right-style: solid;
}
.data-grid td .action-select-wrap {
  position: static;
}
.data-grid td .action-select {
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  padding: 0 3rem 0 0;
  position: relative;
}
.data-grid td .action-select:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.data-grid td .action-select:after {
  border-color: #00a9e0 transparent transparent transparent;
  margin: .6rem 0 0 .7rem;
  right: auto;
  top: auto;
}
.data-grid td .action-select:before {
  display: none;
}
.data-grid td .action-menu {
  left: auto;
  min-width: 10rem;
  right: 0;
  text-align: left;
  top: auto;
  z-index: 1;
}
.data-grid td._update-status-active {
  background: #bceeff;
}
.data-grid td._update-status-upcoming {
  background: #ccf391;
}
.data-grid th {
  background-color: #514943;
  border: 0.1rem solid #8a837f;
  border-left-color: transparent;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.data-grid th:first-child {
  border-left-color: #8a837f;
}
.data-grid th._dragover-left {
  box-shadow: inset 3px 0 0 0 #ffffff;
  z-index: 2;
}
.data-grid th._dragover-right {
  box-shadow: inset -3px 0 0 0 #ffffff;
}
.data-grid .shadow-div {
  cursor: col-resize;
  height: 100%;
  margin-right: -5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.data-grid .data-grid-th {
  background-clip: padding-box;
  color: #ffffff;
  padding: 1rem 1rem;
  position: relative;
  vertical-align: middle;
}
.data-grid .data-grid-th._resize-visible .shadow-div {
  cursor: auto;
  display: none;
}
.data-grid .data-grid-th._draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.data-grid .data-grid-th._sortable {
  cursor: pointer;
  transition: background-color 0.1s linear;
  z-index: 1;
}
.data-grid .data-grid-th._sortable:focus,
.data-grid .data-grid-th._sortable:hover {
  background-color: #5f564f;
}
.data-grid .data-grid-th._sortable:active {
  padding-bottom: 0.9rem;
  padding-top: 1.1rem;
}
.data-grid .data-grid-th.required > span:after {
  color: #f38a5e;
  content: '*';
  margin-left: .3rem;
}
.data-grid .data-grid-checkbox-cell {
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  vertical-align: middle;
  width: 5.2rem;
}
.data-grid .data-grid-checkbox-cell:hover {
  cursor: default;
}
.data-grid .data-grid-thumbnail-cell {
  text-align: center;
  width: 7rem;
}
.data-grid .data-grid-thumbnail-cell img {
  border: 1px solid #d6d6d6;
  width: 5rem;
}
.data-grid .data-grid-multicheck-cell {
  padding: 1rem 1rem 0.9rem;
  text-align: center;
  vertical-align: middle;
}
.data-grid .data-grid-onoff-cell {
  text-align: center;
  width: 12rem;
}
.data-grid .data-grid-actions-cell {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  width: 1%;
}
.data-grid._hidden {
  display: none;
}
.data-grid._dragging-copy {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  opacity: .95;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.data-grid._dragging-copy .data-grid-th {
  border: 1px solid #007bdb;
  border-bottom: none;
}
.data-grid._dragging-copy .data-grid-th,
.data-grid._dragging-copy .data-grid-th._sortable {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.data-grid._dragging-copy tr:last-child td {
  border-bottom: 1px solid #007bdb;
}
.data-grid._dragging-copy td {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel:hover td {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel td {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel td:before {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row:hover td {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:before,
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:after {
  left: 0;
  right: 0;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:before {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:only-child {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
  left: 0;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row .admin__control-text,
.data-grid._dragging-copy._in-edit .data-grid-editable-row .admin__control-select {
  opacity: 0.5;
}
.data-grid .data-grid-controls-row td {
  padding-top: -6.7rem;
}
.data-grid .data-grid-controls-row td.data-grid-checkbox-cell {
  padding-top: -7.7rem;
}
.data-grid .data-grid-controls-row td button,
.data-grid .data-grid-controls-row td [class*='admin__control-'],
.data-grid .data-grid-controls-row td .cart.table-wrapper .actions-toolbar > .action {
  margin-top: 6.6rem;
}
.data-grid._in-edit tr:hover td {
  background-color: #e6e6e6;
}
.data-grid._in-edit ._odd-row.data-grid-editable-row:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit ._odd-row.data-grid-editable-row td {
  background-color: #ffffff;
}
.data-grid._in-edit ._odd-row:hover td {
  background-color: #dcdcdc;
}
.data-grid._in-edit ._odd-row td {
  background-color: #dcdcdc;
}
.data-grid._in-edit .data-grid-editable-row-actions:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit .data-grid-editable-row-actions td {
  background-color: #ffffff;
}
.data-grid._in-edit td {
  background-color: #e6e6e6;
  pointer-events: none;
}
.data-grid._in-edit .data-grid-checkbox-cell {
  pointer-events: auto;
}
.data-grid._in-edit .data-grid-editable-row {
  border: 0.1rem solid #adadad;
  border-bottom-color: #c2c2c2;
}
.data-grid._in-edit .data-grid-editable-row:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit .data-grid-editable-row td {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-color: #ffffff;
  pointer-events: auto;
  vertical-align: middle;
}
.data-grid._in-edit .data-grid-editable-row td:first-child {
  border-left-color: #adadad;
  border-left-style: solid;
}
.data-grid._in-edit .data-grid-editable-row td:first-child:after {
  left: 0;
}
.data-grid._in-edit .data-grid-editable-row td:first-child:before {
  left: 0;
}
.data-grid._in-edit .data-grid-editable-row td:last-child {
  border-right-color: #adadad;
  border-right-style: solid;
  left: -0.1rem;
}
.data-grid._in-edit .data-grid-editable-row td:last-child:after {
  right: 0;
}
.data-grid._in-edit .data-grid-editable-row td:last-child:before {
  right: 0;
}
.data-grid._in-edit .data-grid-editable-row .admin__control-text,
.data-grid._in-edit .data-grid-editable-row .admin__control-select {
  width: 100%;
}
.data-grid._in-edit .data-grid-bulk-edit-panel td {
  vertical-align: bottom;
}
.data-grid .data-grid-editable-row td {
  border-left-color: #ffffff;
  border-left-style: solid;
  position: relative;
  z-index: 1;
}
.data-grid .data-grid-editable-row td:after {
  bottom: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  content: '';
  height: 0.9rem;
  left: 0;
  margin-top: -1rem;
  position: absolute;
  right: 0;
}
.data-grid .data-grid-editable-row td:before {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  height: 1rem;
  left: -10px;
  position: absolute;
  right: -10px;
  z-index: 1;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions:hover td {
  background-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td {
  background-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td:first-child {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td:last-child {
  left: 0;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel td {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel td:before {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel:hover td {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row-actions {
  left: 50%;
  margin-left: -12.5rem;
  margin-top: -2px;
  position: absolute;
  text-align: center;
}
.data-grid .data-grid-editable-row-actions td {
  width: 25rem;
}
.data-grid .data-grid-editable-row-actions [class*='action-'] {
  min-width: 9rem;
}
.data-grid .data-grid-draggable-row-cell {
  width: 1%;
}
.data-grid .data-grid-draggable-row-cell .draggable-handle {
  padding: 0;
}
.data-grid-th._sortable._ascend,
.data-grid-th._sortable._descend {
  padding-right: 2.7rem;
}
.data-grid-th._sortable._ascend:before,
.data-grid-th._sortable._descend:before {
  margin-top: -1em;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.data-grid-th._sortable._ascend:before {
  content: '\2193';
}
.data-grid-th._sortable._descend:before {
  content: '\2191';
}
.data-grid-checkbox-cell-inner {
  display: block;
  padding: 1.1rem 1.8rem 0.9rem;
  text-align: right;
}
.data-grid-checkbox-cell-inner:hover {
  cursor: pointer;
}
.data-grid-state-cell-inner {
  display: block;
  padding: 1.1rem 1.8rem 0.9rem;
  text-align: center;
}
.data-grid-state-cell-inner > span {
  display: inline-block;
  font-style: italic;
  padding: .6rem 0;
}
.data-grid-row-parent._active > td .data-grid-checkbox-cell-inner:before {
  content: "\e907";
  font-family: 'RB-Vendor-Promotion' !important;
}
.data-grid-row-parent > td .data-grid-checkbox-cell-inner {
  padding-left: 3.7rem;
  position: relative;
}
.data-grid-row-parent > td .data-grid-checkbox-cell-inner:before {
  content: "\e908";
  font-size: 1rem;
  font-weight: 700;
  left: 1.35rem;
  position: absolute;
  top: 1.6rem;
  font-family: 'RB-Vendor-Promotion' !important;
}
.data-grid-th._col-xs {
  width: 1%;
}
.data-grid-info-panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 20px 0.1rem -20px;
}
.data-grid-info-panel .messages {
  overflow: hidden;
}
.data-grid-info-panel .messages .message {
  margin: 1rem;
}
.data-grid-info-panel .messages .message:last-child {
  margin-bottom: 1rem;
}
.data-grid-info-panel-actions {
  padding: 1rem;
  text-align: right;
}
.data-grid-editable-row .admin__field-control {
  position: relative;
}
.data-grid-editable-row .admin__field-control._error:after {
  border-color: transparent #ee7d7d transparent transparent;
  border-style: solid;
  border-width: 0 12px 12px 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.data-grid-editable-row .admin__field-control._error .admin__control-text {
  border-color: #ee7d7d;
}
.data-grid-editable-row .admin__field-control._focus:after {
  display: none;
}
.data-grid-editable-row .admin__field-error {
  bottom: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  position: absolute;
  right: 0;
}
.data-grid-editable-row .admin__field-error:after,
.data-grid-editable-row .admin__field-error:before {
  border-style: solid;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
}
.data-grid-editable-row .admin__field-error:after {
  border-color: #fffbbb transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  margin-left: -10px;
  z-index: 1;
}
.data-grid-editable-row .admin__field-error:before {
  border-color: #ee7d7d transparent transparent transparent;
  border-width: 11px 12px 0 12px;
  margin-left: -12px;
}
.data-grid-bulk-edit-panel .admin__field-label-vertical {
  display: block;
  font-size: 1.2rem;
  margin-bottom: .5rem;
  text-align: left;
}
.data-grid-row-changed {
  cursor: default;
  display: block;
  opacity: .5;
  position: relative;
  width: 100%;
  z-index: 1;
}
.data-grid-row-changed:after {
  content: "\e904";
  display: inline-block;
}
.data-grid-row-changed .data-grid-row-changed-tooltip {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 1px;
  bottom: 100%;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 1.5rem;
  padding: 1rem;
  position: absolute;
  right: -1rem;
  text-transform: none;
  width: 27rem;
  word-break: normal;
  z-index: 2;
}
.data-grid-row-changed._changed {
  opacity: 1;
  z-index: 3;
}
.data-grid-row-changed._changed:hover .data-grid-row-changed-tooltip {
  display: block;
}
.data-grid-row-changed._changed:hover:before {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  bottom: 100%;
  box-shadow: 4px 4px 3px -1px rgba(0, 0, 0, 0.15);
  content: '';
  display: block;
  height: 1.6rem;
  left: 50%;
  margin: 0 0 0.7rem -0.8rem;
  position: absolute;
  transform: rotate(45deg);
  width: 1.6rem;
  z-index: 3;
}
.data-grid-column-tooltip {
  z-index: 100;
}
.data-grid-column-tooltip .data-tooltip {
  background-color: #ff0000;
  border-color: #008000;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  min-width: 24rem;
  padding: 1.5rem;
}
.data-grid-column-tooltip .data-tooltip .action-close {
  padding: 1.5rem;
  right: 0;
  top: 0;
}
.data-grid-column-tooltip .data-tooltip-tail:before {
  background-color: #ff0000;
  border-color: #008000;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.data-grid-column-tooltip .data-tooltip-tail:after {
  background-color: #ff0000;
}
.data-grid-column-tooltip .data-tooltip-content .items {
  max-height: 24rem;
  overflow-y: auto;
}
.data-grid-column-tooltip .data-tooltip-content .items .item {
  margin-bottom: .5rem;
}
.data-grid-column-tooltip .admin__tooltip-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.admin__control-short-label {
  margin-bottom: 10px;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell {
  overflow: hidden;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell-inner {
  position: relative;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell-inner:before {
  bottom: 0;
  content: '';
  height: 500%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.admin__data-grid-wrap-static .data-grid-checkbox-cell:hover {
  cursor: pointer;
}
.admin__data-grid-wrap-static .data-grid-checkbox-cell-inner {
  display: unset;
  margin: 0 1.8rem 0;
  padding: 0;
  text-align: center;
}
.adminhtml-cms-hierarchy-index .admin__data-grid-wrap-static .data-grid-actions-cell:first-child {
  padding: 0;
}
.adminhtml-export-index .admin__data-grid-wrap-static .data-grid-checkbox-cell-inner {
  margin: 0;
  padding: 1.1rem 1.8rem 1.9rem;
}
/*@icon-private: '\e629';
@icon-present: '\e62a';
@icon-gift-registry: '\e62b';*/
body.stickyy {
  padding-top: 60px;
}
body.stickyy .page-header.vendor-page-header {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  background: #f4f4f4;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
body.stickyy .page-header.vendor-page-header .nav-bar-logo .logo {
  border-bottom: none;
}
body.slideDown .page-header.vendor-page-header {
  animation: 0.5s ease 0s normal forwards 1 running slidedown;
  background: #fff;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
/******/
.vendor-profile-selling-categories ul.category-ul li.item {
  position: relative;
  padding: 0;
  margin: 0;
}
.vendor-profile-selling-categories ul.category-ul li.item:not(.level0) {
  padding: 10px 0 0 0;
  margin: 0;
}
.vendor-profile-selling-categories ul.category-ul li.item.has-children:not(.base) {
  border: 0;
}
.vendor-profile-selling-categories ul.category-ul li.item.has-children:not(.base):last-child {
  /*padding: 0;*/
  margin: 0;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 {
  padding: 10px 35px 10px 15px;
  border-bottom: 1px solid #d1d1d1;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2:last-child {
  border-bottom: 0;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 > label {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 ul .item.level-4 {
  padding-top: 10px;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 ul .item.level-4 > label {
  font-weight: 500;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 ul .item.level-3 {
  padding-top: 10px;
}
.vendor-profile-selling-categories ul.category-ul li.item.level-2 ul .item.level-3 > label {
  font-weight: bold;
}
.vendor-profile-selling-categories ul.category-ul li.item.has-children {
  padding-right: 30px;
}
.vendor-profile-selling-categories ul.category-ul li.item.has-children.expand > label:after {
  position: absolute;
  right: 10px;
  cursor: pointer;
  content: "\e622";
}
.vendor-profile-selling-categories ul.category-ul li.item.has-children:not(.expand) > label:after {
  position: absolute;
  right: 10px;
  content: "\e621";
}
.vendor-profile-selling-categories ul.category-ul.level-4 {
  padding-left: 25px;
}
.vendor-profile-selling-categories .f-right {
  float: right;
  color: #444;
  font-weight: 600;
  cursor: pointer;
}
/******/
.page-layout-vendor-2columns-left .page-main {
  padding: 0;
}
.image .image-fade {
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #9e9e9e;
  content: attr(data-image-hidden-label);
  font-weight: 600;
  left: 0;
  line-height: 150px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  z-index: 2;
}
.image.image-placeholder input[type="file"] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image .image-placeholder-text {
  font-size: 1.1rem;
  bottom: 0;
  color: #008bdb;
  left: 0;
  line-height: 1.333;
  margin-bottom: 15%;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.image.image-placeholder {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 125px;
  vertical-align: top;
}
.admin__scope-old .product-actions {
  padding: 5px 18px;
}
.admin__scope-old .product-actions .switcher {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 6px 6px;
}
.admin__scope-old .images {
  position: relative;
  border: 2px dotted #ccc;
  margin-bottom: 2px;
  padding: 5px 0 0;
}
.admin__scope-old .images .image {
  margin-bottom: 5px;
}
.admin__scope-old .image .spacer {
  width: 100%;
}
.admin__scope-old .image.image-placeholder .fileinput-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.admin__scope-old .image.image-placeholder .fileinput-button > span {
  display: none;
}
.admin__scope-old .image .product-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
.admin__scope-old .base-image .image-label {
  background: url(../Magedelight_Vendor/images/gallery-image-base-label.png) no-repeat;
  bottom: 0;
  height: 33px;
  right: 0;
  visibility: visible;
  width: 33px;
}
.admin__scope-old .image.base-image .image-label:before {
  display: none;
}
.admin__scope-old .image.base-image:hover .image-label:before {
  display: block;
}
.admin__scope-old .image.active {
  box-shadow: 0 0 10px #2ea9ec;
}
.admin__scope-old .image .actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.admin__scope-old .image .actions [class^="action-"] {
  z-index: 10;
}
.admin__scope-old .image .actions [class^="action-"],
.admin__scope-old .image .image-label,
.admin__scope-old .image[data-image-hidden] .actions [class^="action-"],
.admin__scope-old .image.hidden-for-front .actions [class^="action-"],
.admin__scope-old .image .actions .draggable-handle {
  visibility: hidden;
}
.admin__scope-old .image:hover .actions [class^="action-"],
.admin__scope-old .image:hover .image-label,
.admin__scope-old .image.base-image .image-label,
.admin__scope-old .image[data-image-hidden]:hover .actions .action-remove,
.admin__scope-old .hidden-for-front:hover .actions [class^="action-"],
.admin__scope-old .image:hover .actions .draggable-handle {
  visibility: visible;
}
.admin__scope-old .image .action-remove,
.admin__scope-old .image .action-make-base {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  filter: none;
}
.admin__scope-old .image .action-remove {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  text-decoration: none;
}
.admin__scope-old .image .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.admin__scope-old .image .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #ffffff;
  content: "\e604";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.admin__scope-old .image .action-remove:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.admin__scope-old .image .action-remove:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.admin__scope-old .image .action-make-base {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 7px 0;
}
.admin__scope-old .image .draggable-handle {
  cursor: move;
  line-height: inherit;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: -20px;
  height: 40px;
  z-index: 10;
  display: inline-block;
  text-decoration: none;
}
.admin__scope-old .image .draggable-handle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  content: "\e91c";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.admin__scope-old .image .draggable-handle:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.admin__scope-old .image .draggable-handle:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.admin__scope-old .gallery .image .action-make-base {
  width: 100%;
}
.admin__scope-old .image.base-image .action-make-base {
  display: none;
}
/* Gallery image panel */
.admin__scope-old .image-panel {
  position: relative;
  top: 5px;
  clear: both;
  background: #fff;
  padding: 20px 15px;
}
.admin__scope-old .image .file-row {
  background: #ffffff url(../Magedelight_Vendor/images/ajax-loader-big.gif) no-repeat 50% 50%;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: auto;
  z-index: 5;
}
.admin__scope-old .image-pointer {
  position: absolute;
  left: 50%;
  top: -11px;
  margin-left: -14px;
  width: 28px;
  height: 15px;
  background: url(../Magedelight_Vendor/images/gallery-image-panel-corner.png) no-repeat;
}
.admin__scope-old .image-panel-controls .fieldset-image-panel .field {
  margin-bottom: 20px;
}
.admin__scope-old .image-panel-controls .fieldset-image-panel > .field:not(.choice) .label {
  float: none;
  text-align: left;
  width: 100%;
}
.admin__scope-old .image-panel-controls .fieldset-image-panel .label {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 0;
}
.image-panel-controls .fieldset-image-panel .field > .control,
.admin__scope-old .image-panel-controls textarea {
  width: 100%;
  resize: vertical;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #333333;
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item {
  cursor: pointer;
  position: relative;
  border: none;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #ffffff;
  background: #e0f6fe;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item label,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item label {
  padding: 10px 20px 10px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item:hover,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item:hover {
  background: #afe8fc;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label:before,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #004c97;
  content: "\e906";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label:hover:before,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label:hover:before {
  color: #004c97;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label:before,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label:after,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item.selected label:before,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item.selected label:before {
  position: absolute;
  left: 10px;
  top: 8px;
}
.image-panel-controls .fieldset-image-panel .field > .control ul.multiselect-alt li.item:last-child,
.admin__scope-old .image-panel-controls textarea ul.multiselect-alt li.item:last-child {
  border-bottom: none;
}
.image-panel-controls .fieldset-image-panel .field > .control label.label,
.admin__scope-old .image-panel-controls textarea label.label {
  padding: 0px 0px 0px 25px;
}
.admin__scope-old .image-panel-preview img {
  width: 100%;
}
/* action in fieldset wrapper */
.admin__scope-old .admin__collapsible-block-wrapper .attribute-selector {
  height: 0;
  visibility: hidden;
}
.admin__scope-old .admin__collapsible-block-wrapper.opened .attribute-selector {
  height: auto;
  visibility: visible;
}
.admin__scope-old .action-manage-images {
  font: 11px/1.666 Arial, Verdana, sans-serif;
  color: #a29c94;
  text-decoration: underline;
}
/* Quantity filed on product */
.admin__scope-old .field-quantity_and_stock_status input[type="text"],
.admin__scope-old .field-weight .control .field:first-child {
  width: 140px;
  margin-right: 15px;
}
/*
.admin__scope-old .field-quantity_and_stock_status select {
    vertical-align: middle;
}
*/
/* Weight field */
.admin__scope-old .field-weight .control {
  display: table;
  width: 100%;
}
.admin__scope-old .field-weight .control .field:first-child .control {
  width: 100%;
}
.admin__scope-old .field-weight .choice {
  padding-top: 3px;
}
.admin__scope-old .field-price .addon > input {
  width: 99px;
  float: left;
}
.admin__scope-old .image-panel .fieldset > .field > .label {
  line-height: inherit;
}
.admin__scope-old .image-panel .fieldset > .field > .label span {
  font-weight: 400;
}
.admin__scope-old .image-panel-controls .fieldset-image-panel {
  padding: 2rem 0.5rem 0 0;
}
/* Validation for Product Fields with addons  */
.admin__scope-old .field-price .control,
.admin__scope-old .field-special_price .control,
.admin__scope-old .field-msrp .control,
.admin__scope-old .field-weight .control,
.admin__scope-old .field-quantity_and_stock_status .control {
  position: relative;
}
.admin__scope-old .field-price label.mage-error,
.admin__scope-old .field-special_price label.mage-error,
.admin__scope-old .field-msrp label.mage-error,
.admin__scope-old .field-weight label.mage-error,
.admin__scope-old .field-quantity_and_stock_status label.mage-error {
  position: static;
}
/*
    Custom Options
-------------------------------------- */
.admin__scope-old #product_options_container_top .field-option-title {
  width: 500px;
}
.admin__scope-old #product_options_container_top .field-option-input-type {
  width: 170px;
}
.admin__scope-old #product_options_container_top .col-draggable .draggable-handle {
  top: 7px;
}
.admin__scope-old #product_options_container_top .col-name,
.admin__scope-old #product_options_container_top .col-sku {
  width: 38%;
}
.admin__scope-old #product_options_container_top .add-select-row ~ label.mage-error {
  display: block;
  margin: 5px 0 0;
}
/*
    Tier Price Table
-------------------------------------- */
.admin__scope-old .tiers_table td {
  vertical-align: top;
}
.admin__scope-old .tiers_table .col-qty {
  text-align: left;
  width: 150px;
}
.admin__scope-old .tiers_table .col-qty > input[type="text"] {
  width: 60px;
  margin-right: 5px;
}
.admin__scope-old .tiers_table .col-qty span {
  font-size: 1rem;
  white-space: nowrap;
}
.admin__scope-old .tiers_table .col-price .input-text {
  width: 90px;
}
.admin__scope-old .new-variation-set {
  margin-left: 2.127659574%;
}
.admin__scope-old .not-applicable-attribute {
  display: none;
}
.admin__scope-old .attribute-selector {
  margin: -3px -4px 0 0;
}
.admin__scope-old .attribute-selector .dropdown-menu {
  left: auto;
  right: 0;
}
.admin__scope-old .attribute-selector .action-choose {
  margin: 0;
}
.admin__scope-old .attribute-selector .mage-suggest-dropdown > ul {
  position: relative;
  max-height: 200px;
  overflow: auto;
  z-index: 1;
}
.admin__scope-old .attribute-selector .dropdown-menu .actions {
  padding: 14px 12px;
}
.image {
  background: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 125px;
  vertical-align: top;
}
.image .product-image-wrapper {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
  height: 125px;
  line-height: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 125px;
}
.image .action-remove {
  bottom: 12px;
  cursor: pointer;
  height: 20px;
  left: 6px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
}
.image.image-placeholder .product-image-wrapper {
  display: inline-block;
  text-decoration: none;
}
.image.image-placeholder .product-image-wrapper:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: inherit;
  color: #999999;
  content: "\e90c";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image.image-placeholder .product-image-wrapper:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.image.image-placeholder .product-image-wrapper:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.image.image-placeholder .product-image-wrapper:before {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
ul.item-roles {
  margin: 0;
  padding: 0;
  list-style: none none;
  font-size: 0;
}
.image .item-role {
  background: #e3e3e3;
  color: #514943;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 .4rem .4rem 0;
  padding: .6rem;
  display: inline-block;
}
.status-history-table {
  margin-bottom: 20px;
}
.status-history-table .deal_id {
  width: 8%;
}
.status-history-table .product_name {
  width: 40%;
}
.table tbody tr td.data-grid-actions-cell .product-edit ul {
  padding: 0;
  margin: 0;
}
.table tbody tr td.data-grid-actions-cell .product-edit ul li {
  list-style: none;
  margin: 0;
}
.product-filter-status._active {
  position: relative;
  margin: 0px;
}
.product-filter-status._active .product-filter-status-dropdown {
  display: block;
}
.product-filter-status._active .filter-btn:after {
  font-size: 11px;
  line-height: 25px;
  color: inherit;
  content: "\e621";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-left: 10px;
}
.product-filter-status .filter-btn {
  display: block;
  padding: 17px 15px;
  height: auto;
  max-height: 74px;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  color: #0066c0;
  line-height: 25px;
}
.product-filter-status .filter-btn:after {
  font-size: 11px;
  line-height: 25px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-left: 10px;
}
.product-filter-status .product-filter-status-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 10px;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-top: 3px solid #0099cc;
}
.product-filter-status .product-filter-status-dropdown li {
  list-style: none;
  text-align: right;
}
.product-filter-status .product-filter-status-dropdown li a.active {
  font-weight: bold;
}
span.vendor-field-suffix {
  display: inline-block;
  width: 100%;
}
span.comment.notes {
  display: inline-block;
  width: 100%;
}
span.field-advice {
  display: inline-block;
  width: 100%;
}
.additional-description ._with-tooltip .field-tooltip,
.additional-short_description ._with-tooltip .field-tooltip {
  display: none;
}
.non-live .product-filter-status {
  margin: -12px 0 0 0;
  vertical-align: middle;
  display: inline-block;
}
#permissionsUserRolesGrid_table {
  width: 91%;
}
#permissionsUserRolesGrid_table > thead > tr > th {
  text-align: center;
}
#permissionsUserRolesGrid_table > thead > tr > th:first-child {
  width: 30%;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
}
.intl-tel-input .flag-container .selected-flag {
  margin: 1px;
  padding: 6px 6px 6px 6px;
  height: auto;
  width: 60px;
}
.intl-tel-input .flag-container .selected-flag .selected-dial-code {
  width: 35px;
}
.intl-tel-input .flag-container .selected-flag .iti-arrow {
  top: 14px;
  position: absolute;
  left: auto;
  right: 15px;
  width: 4px;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
.intl-tel-input .flag-container .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-y: scroll;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  position: absolute;
  top: 29px;
  width: 330px;
  max-height: 200px;
}
.intl-tel-input .flag-container .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .flag-container .country-list .country {
  line-height: 16px;
  padding: 4px 10px;
}
/* Backbutton functionality on vendor panel grid */
.rbuser-user-role_index .data-grid-filters-actions-wrap,
.rbvendor-order-shipment-new .data-grid-filters-actions-wrap,
.rbvendor-order-invoice-new .data-grid-filters-actions-wrap,
.rbvendor-product-approvededit .data-grid-filters-actions-wrap,
.rbvendor-product-create .data-grid-filters-actions-wrap,
.rbuser-user-edit .data-grid-filters-actions-wrap,
.rbsales-order_invoice-new .data-grid-filters-actions-wrap,
.rbvendor-product-edit .data-grid-filters-actions-wrap,
.rbvendor-product-offer .data-grid-filters-actions-wrap,
.rbcatalog-product-approvededit .data-grid-filters-actions-wrap {
  float: right;
}
.rtl-layout .rbuser-user-role_index .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-order-shipment-new .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-order-invoice-new .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-product-approvededit .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-product-create .data-grid-filters-actions-wrap,
.rtl-layout .rbuser-user-edit .data-grid-filters-actions-wrap,
.rtl-layout .rbsales-order_invoice-new .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-product-edit .data-grid-filters-actions-wrap,
.rtl-layout .rbvendor-product-offer .data-grid-filters-actions-wrap,
.rtl-layout .rbcatalog-product-approvededit .data-grid-filters-actions-wrap {
  float: left;
}
.image-panel-controls .fieldset > .field:not(.choice) .label {
  padding: 0 20px 0;
}
.rbrma-vendorrequest-view .quote-status,
.rbrma-vendorrequest-view .quote-status,
.rbrma-vendorrequest-view .return-status,
.rbrma-vendorrequest-view .order-status {
  display: inline-block;
  margin-bottom: 20px;
  border: 2px solid #e1e1e1;
  padding: 6px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
}
.rbrma-vendorrequest-view .page-title-wrapper .page-title {
  display: inline-block;
  width: auto;
}
.rbrma-vendorrequest-view .block-return-details {
  width: 100%;
  display: inline-block;
}
.rbrma-vendorrequest-view .block-return-details .block-content .box-returns-requested,
.rbrma-vendorrequest-view .block-return-details .block-content .box-treturns-shipping {
  float: left;
  width: 25%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  margin-right: 20px;
  min-height: 200px;
}
.rbrma-vendorrequest-view .block-return-details .block-content .box-returns-requested .box-title,
.rbrma-vendorrequest-view .block-return-details .block-content .box-treturns-shipping .box-title {
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.rbrma-vendorrequest-view .block-return-details .block-content .box-returns-requested .box-content,
.rbrma-vendorrequest-view .block-return-details .block-content .box-treturns-shipping .box-content {
  padding: 20px;
}
.rbrma-vendorrequest-view .returns-details-items .block-returns-items .block-title {
  display: none;
}
.rbrma-vendorrequest-view .vendor-main-content-wrapper .actions-toolbar {
  text-align: right;
  margin-bottom: 20px;
}
.rbrma-vendorrequest-view .vendor-main-content-wrapper .actions-toolbar .action.back:before {
  padding-right: 10px;
}
.rbbulkimport-product-import .download-category-template-sections .fileinput-button input {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current {
  margin-right: 10px;
}
.quick-edit-row {
  display: table;
  width: 100%;
}
.quick-edit-row .date-field {
  display: table-cell;
  width: 50%;
}
.popup-section-content-wrapper.terms-information ul {
  margin: 0;
  padding: 0;
}
.popup-section-content-wrapper.terms-information ul li {
  list-style-type: none;
}
.terms-content.fancybox-content {
  max-width: 50%;
}
.customer-query .info-detail.query {
  background: #ffffff;
  display: table;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 0 5px #cccccc;
}
.customer-query .info-detail.answer {
  background: #caf7a6;
  display: table;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 5px;
  float: right;
  box-shadow: 1px 0 5px #cccccc;
}
.customer-query .info-detail.answer .label {
  display: block;
}
.otp_code {
  padding: 0 30px;
}
.otp_code .fieldset > .field {
  margin-right: 0;
}
.otp_code .fieldset > .field:not(.choice) .label {
  background: #dfffff;
  width: 100%;
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding: 15px;
}
.otp_code .fieldset > .field:not(.choice) .control {
  width: 100%;
}
.otp_code .fieldset > .field.name {
  max-width: 390px;
  margin: 0 auto;
}
.otp_code .otp_cod_generatenote {
  display: none;
  padding: 12px 20px 12px 25px;
  font-size: 13px;
  background: #f4f4f4;
  color: #006400;
  margin-bottom: 10px;
}
.otp_code .suppliererror {
  display: none;
  padding: 12px 20px 12px 25px;
  font-size: 13px;
  background: #fae5e5;
  color: #ef5350;
  margin-bottom: 10px;
}
.sections .signup-steps .rb-container .signup-step-content .otp_code .fieldset .actions-toolbar {
  max-width: 390px;
  margin: 0 auto;
}
.sections .signup-steps .rb-container .signup-step-content .otp_code .fieldset > .actions-toolbar > .primary {
  width: 100%;
  float: none;
}
.sections .signup-steps .rb-container .signup-step-content .otp_code .fieldset > .actions-toolbar > .primary .btn-submit {
  float: none;
  width: 100%;
  margin: 20px 0;
}
.sections .signup-steps .rb-container .signup-step-content .otp_code .fieldset > .actions-toolbar > .primary .btn-sent {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #0099cc;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}
.rbvendor-account-register.page-layout-1column .column.main {
  background-color: #f5f5f5;
  min-height: auto;
}
.rbvendor-account-register.page-layout-1column .footer .footer-links-container {
  color: #000000;
}
.rbvendor-account-register.page-layout-1column .footer .links > li a {
  color: #000000;
}
.cms-page-view .page-footer .footer.content .copyright {
  color: #333333;
}
.page-layout-1column .footer .links > li a {
  color: #ffffff;
}
.page-layout-1column .footer .links > li a:hover {
  color: #00a9e0;
}
.page-layout-1column.cms-page-view .footer .links > li a {
  color: #000000;
}
.page-layout-1column.cms-page-view .footer .links > li a:hover {
  color: #00a9e0;
}
/**
 * Magedelight
 * Copyright (C) 2019 Magedelight <info@magedelight.com>
 *
 * @category Magedelight
 * @package Magedelight_Sales
 * @copyright Copyright (c) 2019 Mage Delight (http://www.magedelight.com/)
 * @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
 * @author Magedelight <info@magedelight.com>
 */
.credit-memo-wrapper .rbpanel-heading.heading-l {
  font-size: 1.8rem;
  background: none;
}
.credit-memo-wrapper .front__page-section-item .front__page-section-item-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.credit-memo-wrapper .table-wrapper .order-creditmemo-tables > tfoot > tr > th,
.credit-memo-wrapper .table-wrapper .order-creditmemo-tables > tfoot > tr > td {
  border: none;
  text-align: center;
}
.credit-memo-wrapper .order-subtotal-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border: none;
}
.credit-memo-wrapper .order-subtotal-table th {
  text-align: left;
}
.credit-memo-wrapper .order-subtotal-table > tbody > tr > th,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > th,
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td {
  vertical-align: top;
}
.credit-memo-wrapper .order-subtotal-table > thead > tr > th,
.credit-memo-wrapper .order-subtotal-table > thead > tr > td {
  vertical-align: bottom;
}
.credit-memo-wrapper .order-subtotal-table > thead > tr > th,
.credit-memo-wrapper .order-subtotal-table > tbody > tr > th,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > th,
.credit-memo-wrapper .order-subtotal-table > thead > tr > td,
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td {
  padding: 11px 10px;
}
.credit-memo-wrapper .order-subtotal-table > thead > tr > th,
.credit-memo-wrapper .order-subtotal-table > tbody > tr > th,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > th,
.credit-memo-wrapper .order-subtotal-table > thead > tr > td,
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td {
  border: none;
}
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td {
  vertical-align: middle;
}
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td:last-child,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td:last-child {
  text-align: right;
}
.credit-memo-wrapper .order-subtotal-table > tbody > tr > td .input-text,
.credit-memo-wrapper .order-subtotal-table > tfoot > tr > td .input-text {
  width: 6rem;
}
.custom-actions-toolbar {
  text-align: center;
  margin: 40px 0px 40px 0px;
}
.order-success-wrapper {
  border: 1px dashed #adadad;
  padding: 20px 15px 0;
  background: #ffffff;
}
.order-success-wrapper .title-info {
  margin: 0 0 20px 0;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 3rem;
}
.order-success-wrapper .order-info-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.order-success-wrapper .order-info-header .order-info-summary {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.order-success-wrapper .order-info-header .order-info-summary:before,
.order-success-wrapper .order-info-header .order-info-summary:after {
  content: '';
  display: table;
}
.order-success-wrapper .order-info-header .order-info-summary:after {
  clear: both;
}
.order-success-wrapper .order-info-header .order-info-summary .item {
  margin-bottom: 5px;
}
.order-success-wrapper .order-info-header .order-info-summary .item .item-lable {
  font-weight: 600;
  margin-right: 5px;
}
.order-success-wrapper .order-info-header .order-address-summary h4 {
  margin: 0 0 5px 0;
}
.order-success-wrapper .order-info-body h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.order-success-wrapper .table-wrapper .table > tfoot > tr > th {
  text-align: right;
}
.order-info-footer {
  border: 1px dashed #adadad;
  border-top: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 20px;
  margin-top: -1px;
  text-align: center;
}
/**
 * Magedelight
 * Copyright (C) 2019 Magedelight <info@magedelight.com>
 *
 * @category Magedelight
 * @package Magedelight_Catalog
 * @copyright Copyright (c) 2019 Mage Delight (http://www.magedelight.com/)
 * @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
 * @author Magedelight <info@magedelight.com>
 */
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul {
  margin-bottom: 0;
}
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul li.item.level-2 a {
  font-size: 1.3rem;
  padding-left: 0px;
  color: #00a2b1;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul li.item.level-2 a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e905";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul li.item.level-2 a:before {
  margin: -3px 5px 0 0;
}
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul li.item.level-2 a:hover {
  color: #00a9e0;
}
.download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul.level-2 .parent li.item {
  padding-left: 0px;
}
.download-category-template-sections .download-category-template-panel .rb-container .upload-catalog-steps ul.category-ul.level-2 .parent li.item {
  padding-left: 0px;
  padding-top: 10px;
  float: none !important;
  width: 100% !important;
}
.download-category-template-sections .download-category-template-panel .rb-container .upload-catalog-steps ul.category-ul.level-2 .parent li.item .file-upolad {
  margin: 10px 0;
}
.download-category-template-sections .fileupload-buttonbar .btn,
.download-category-template-sections .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.download-category-template-sections .progress-bar,
.download-category-template-sections .progress-animated .bar {
  background-color: #5cb85c;
  filter: none;
}
.download-category-template-sections .fileupload-process {
  float: right;
  display: none;
}
.download-category-template-sections .fileupload-processing .fileupload-process,
.download-category-template-sections .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../images/loading.gif") center no-repeat;
  background-size: contain;
}
.download-category-template-sections .files audio,
.download-category-template-sections .files video {
  max-width: 300px;
}
.download-category-template-sections .fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.download-category-template-sections .fileinput-button input {
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}
.mp-vendor-product-info {
  position: fixed;
  right: 0;
  top: 120px;
  background: #f9ea00;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mp-vendor-product-info .vendor-product-info .label {
  font-weight: 700;
}
.mp-vendor-product-info .vendor-product-info .label:after {
  content: ":";
}
.attribute-list {
  border: 1px solid #e0e0e0;
}
.attribute-list ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.attribute-list .category-wrapper-ul .category-title {
  font-size: 1.6rem;
  background: #f8f8f8;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.attribute-list .category-wrapper-ul .attribute-wrapper-ul {
  padding: 10px;
}
.attribute-list .category-wrapper-ul .attribute-wrapper-ul .attribute-title {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.attribute-list .category-wrapper-ul .attribute-wrapper-ul .attribute-options li {
  width: 33%;
  margin: 0;
  padding: 5px 8px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
}
.attribute-list .category-wrapper-ul .attribute-wrapper-ul .attribute-options li:hover {
  background: #f8f8f8;
}
.rbpanel .rbpanel-heading .bulkimport-guidelines {
  float: right;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.rbpanel .rbpanel-heading .bulkimport-guidelines:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e905";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset.bulkimport-step > .field:not(.choice) .control,
.fieldset.bulk-offer-update > .field:not(.choice) .control {
  float: none;
  width: 100%;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action {
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:hover,
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:active,
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:focus {
  text-decoration: none;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e905";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -5px 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:hover:before {
  color: inherit;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:active:before {
  color: inherit;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:focus,
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action.disabled,
.fieldset.bulk-offer-update > .actions-toolbar > .primary .action[disabled],
fieldset[disabled] .fieldset.bulk-offer-update > .actions-toolbar > .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fieldset.offer-download,
.fieldset.offer-upload {
  float: none;
  width: 100%;
  max-width: 370px;
}
.fieldset.offer-download {
  background: #f5f5f5;
  padding: 20px;
}
.fieldset.offer-download > .actions-toolbar > .primary {
  padding-left: 0 !important;
  text-align: center !important;
}
.bulkimport-guidelines .bulkimport-step2 {
  border: 1px solid #e0e0e0;
}
.bulkimport-guidelines .bulkimport-step2:before,
.bulkimport-guidelines .bulkimport-step2:after {
  content: '';
  display: table;
}
.bulkimport-guidelines .bulkimport-step2:after {
  clear: both;
}
.bulkimport-guidelines .bulkimport-step2 .title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  padding: 10px 20px;
  background: #f5f5f5;
}
.bulkimport-guidelines .bulkimport-step2 .field-description-wrapper {
  padding: 20px;
}
.bulkimport-guidelines .bulkimport-step2 .field-description-wrapper .field-description-container {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bulkimport-guidelines .bulkimport-step2 h2 {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.bulkimport-guidelines .bulkimport-step2 ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  color: #666666;
}
.bulkimport-guidelines .bulkimport-step2 ul li {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.bulkimport-guidelines .bulkimport-step2 ul li > strong:after {
  content: ":";
}
.rbvendor-categories-index ul.category-ul li.item.base > label:first-child,
.rbcatalog-bulkimport-index ul.category-ul li.item.base > label:first-child {
  font-size: 14px;
}
.rbvendor-categories-index .download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul,
.rbcatalog-bulkimport-index .download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul {
  padding-left: 0;
}
.rbvendor-categories-index .download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul.level-2 .level-2.expand,
.rbcatalog-bulkimport-index .download-category-template-sections .download-category-template-panel .rb-container .download-category-template-list ul.category-ul.level-2 .level-2.expand {
  padding-left: 0;
}
.rbvendor-categories-index .sections .signup-steps .rb-container .signup-step-content,
.rbcatalog-bulkimport-index .sections .signup-steps .rb-container .signup-step-content {
  margin-bottom: 0;
}
.rbcatalog-bulkimport-index .download-category-template-list .fieldset.offer-download {
  padding: 0;
}
.bulk-import-select-opt-box {
  display: table;
  width: 100%;
}
.bulk-import-select-opt-box .chosen-container .chosen-choices {
  padding: 7px;
  min-height: 48px;
}
.bulk-import-select-opt-box .chosen-container {
  display: table-cell;
  vertical-align: top;
}
.bulk-import-select-opt-box .chosen-container + .row {
  display: table-cell;
}
.bulk-import-select-opt-box .chosen-container + .row .primary.text-left {
  margin-top: 0 !important;
}
.bulk-import-select-opt-box .chosen-container + .row .primary.text-left .btn-download-attribute {
  height: 48px;
}
/**
 * Magedelight
 * Copyright (C) 2019 Magedelight <info@magedelight.com>
 *
 * @category Magedelight
 * @package Magedelight_Catalog
 * @copyright Copyright (c) 2019 Mage Delight (http://www.magedelight.com/)
 * @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
 * @author Magedelight <info@magedelight.com>
 */
.block-search .minisearch.loading .action.search:before {
  content: "";
}
.block-search .minisearch.loading .action.search {
  background-color: #666666;
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: relative;
}
.block-search .minisearch.loading .action.search:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 48px;
  width: 48px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.block-search .minisearch.loading .action.search:before {
  right: auto;
  left: -60px;
}
.search-autocomplete {
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 4px;
  width: 100%;
  display: none;
}
.search-autocomplete ul li {
  color: #000000;
  cursor: unset;
  padding: 10px;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background-color: #ffffff !important;
}
.search-autocomplete ul li:after {
  clear: both;
  content: '';
  display: block;
}
.search-autocomplete ul li.full-search .action.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 400;
  height: 40px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 40px;
}
.search-autocomplete ul li.full-search .action.close:before {
  color: #8f8f8f;
  content: "\e616";
  display: inline-block;
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.search-autocomplete ul li a {
  cursor: pointer;
}
.search-autocomplete ul li .qs-option-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #e0e0e0;
  padding: 2px;
  text-align: center;
}
.search-autocomplete ul li .qs-option-description {
  color: #000000;
  display: inline-block;
  float: left;
  padding-left: 5%;
  text-align: left;
  width: 70%;
}
.search-autocomplete ul li .qs-option-description .qs-option-title {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 100%;
  font-weight: 600;
}
.search-autocomplete ul li .qs-option-description .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.search-autocomplete ul li .qs-option-description .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.search-autocomplete ul li .qs-option-description .qs-option-price {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(56%);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #666;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
.main {
  border: none;
}
.product-offers-content .fieldset > .field.tier-pricing:not(.choice) .control {
  width: 75%;
}
.product-offers-content .fieldset > .field.tier-pricing:not(.choice) .control .tierpricing-container table {
  max-width: 100%;
}
.seller-info {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #e0e0e0;
  padding: 10px 0 0 20px;
  width: 70%;
}
.seller-info .sold-by {
  float: left;
  margin: 0 20px 0 0;
}
.seller-info .sold-by .seller-label {
  display: block;
  font-weight: 600;
}
.seller-info .sold-by .seller-name {
  font-weight: 600;
}
.seller-info > .rating-summary {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.seller-info > .more {
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 0;
}
.seller-info > .more a {
  text-decoration: underline;
}
.seller-info > .more span {
  color: #656d77;
  padding-left: 5px;
}
.seller-rating-wrapper {
  float: left;
  margin: 5px 10px 0 0;
  padding: 0;
}
.seller-rating-container {
  margin-bottom: 5px;
}
.seller-rating-container .seller-rating {
  display: inline-block;
  background: #ffb300;
  text-align: center;
  color: #ffffff;
  padding: 3px 5px;
  min-width: 40px;
  border-radius: 3px;
  font-size: 1.1rem;
}
.vendor-list-wrapper {
  clear: both;
}
.vendor-list-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.select-fixed-width select {
  max-width: 300px;
}
.vendor.table-wrapper {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.vendor.table-wrapper .items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.vendor.table-wrapper .items th {
  text-align: left;
}
.vendor.table-wrapper .items > tbody > tr > th,
.vendor.table-wrapper .items > tfoot > tr > th,
.vendor.table-wrapper .items > tbody > tr > td,
.vendor.table-wrapper .items > tfoot > tr > td {
  vertical-align: top;
}
.vendor.table-wrapper .items > thead > tr > th,
.vendor.table-wrapper .items > thead > tr > td {
  vertical-align: bottom;
}
.vendor.table-wrapper .items > thead > tr > th,
.vendor.table-wrapper .items > tbody > tr > th,
.vendor.table-wrapper .items > tfoot > tr > th,
.vendor.table-wrapper .items > thead > tr > td,
.vendor.table-wrapper .items > tbody > tr > td,
.vendor.table-wrapper .items > tfoot > tr > td {
  padding: 21px 10px;
}
.vendor.table-wrapper .items > thead > tr > td,
.vendor.table-wrapper .items > tbody > tr > td,
.vendor.table-wrapper .items > tfoot > tr > td {
  padding: 10px 10px 10px 10px;
}
.vendor.table-wrapper .items > thead > tr > th,
.vendor.table-wrapper .items > tbody > tr > th,
.vendor.table-wrapper .items > tfoot > tr > th {
  padding: 10px 10px 10px 10px;
}
.vendor.table-wrapper .items > thead > tr > th,
.vendor.table-wrapper .items > tbody > tr > th,
.vendor.table-wrapper .items > tfoot > tr > th {
  color: #111111;
  font-weight: 600;
}
.vendor.table-wrapper .items thead + .item {
  border-top: 1px solid #e0e0e0;
}
.vendor.table-wrapper .items > .item {
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
}
.vendor.table-wrapper .items > .item:last-child {
  border-bottom: none;
}
.vendor.table-wrapper .col {
  padding-top: 20px;
}
.vendor.table-wrapper .col .price,
.vendor.table-wrapper .col .special-price {
  font-size: 1.7rem;
  font-weight: 600;
}
.vendor.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.vendor.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.vendor.table-wrapper .vendor-action {
  text-align: right;
}
.vendor.table-wrapper .vendor-action > .action {
  background-image: none;
  background: #ffffff;
  border: 1px solid #999999;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 3px 10px 3px 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 0 0 0 #999 inset;
  transition-duration: 0.7s;
  letter-spacing: 1px;
}
.vendor.table-wrapper .vendor-action > .action:focus,
.vendor.table-wrapper .vendor-action > .action:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.vendor.table-wrapper .vendor-action > .action:hover {
  background: #333333;
  border: 1px solid #999999;
  color: #ffffff;
}
.vendor.table-wrapper .vendor-action > .action.disabled,
.vendor.table-wrapper .vendor-action > .action[disabled],
fieldset[disabled] .vendor.table-wrapper .vendor-action > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.vendor.table-wrapper .vendor-action > .action:hover {
  box-shadow: 0 100px 0 0 #999 inset;
}
.vendor.table-wrapper .vendor-price span {
  display: block;
  min-width: 120px;
}
.vendor.table-wrapper .view-sellers {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.vendor.table-wrapper .view-sellers:before {
  content: '';
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}
.vendor.table-wrapper .view-sellers .action.view-all-sellers {
  background-image: none;
  background: #999999;
  border: 2px solid #999999;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 3px;
  min-width: 300px;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}
.vendor.table-wrapper .view-sellers .action.view-all-sellers:focus,
.vendor.table-wrapper .view-sellers .action.view-all-sellers:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
.vendor.table-wrapper .view-sellers .action.view-all-sellers:hover {
  background: #ffffff;
  border: 2px solid #999999;
  color: #333333;
}
.vendor.table-wrapper .view-sellers .action.view-all-sellers.disabled,
.vendor.table-wrapper .view-sellers .action.view-all-sellers[disabled],
fieldset[disabled] .vendor.table-wrapper .view-sellers .action.view-all-sellers {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.vendor.table-wrapper .view-sellers .action.view-all-sellers:before {
  content: '';
}
.block-search .minisearch.loading .action.search:before {
  content: "";
}
.block-search .minisearch.loading .action.search {
  background-color: #666666;
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: relative;
}
.block-search .minisearch.loading .action.search:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 48px;
  width: 48px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.block-search .minisearch.loading .action.search:before {
  right: auto;
  left: -60px;
}
.search-autocomplete {
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 4px;
  width: 100%;
  display: none;
}
.search-autocomplete ul li {
  color: #000000;
  cursor: unset;
  padding: 10px;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background-color: #ffffff !important;
}
.search-autocomplete ul li:after {
  clear: both;
  content: '';
  display: block;
}
.search-autocomplete ul li.full-search .action.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 400;
  height: 40px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 40px;
}
.search-autocomplete ul li.full-search .action.close:before {
  color: #8f8f8f;
  content: "\e616";
  display: inline-block;
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.search-autocomplete ul li a {
  cursor: pointer;
}
.search-autocomplete ul li .qs-option-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #e0e0e0;
  padding: 2px;
  text-align: center;
}
.search-autocomplete ul li .qs-option-description {
  color: #000000;
  display: inline-block;
  float: left;
  padding-left: 5%;
  text-align: left;
  width: 70%;
}
.search-autocomplete ul li .qs-option-description .qs-option-title {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 100%;
  font-weight: 600;
}
.search-autocomplete ul li .qs-option-description .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.search-autocomplete ul li .qs-option-description .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.search-autocomplete ul li .qs-option-description .qs-option-price {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
.popup-section-content-wrapper.product-edit-live-popup {
  margin: 20px;
  border: 1px solid #e0e0e0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper:before,
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper:after {
  content: '';
  display: table;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper:after {
  clear: both;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-media {
  width: 50%;
  float: left;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-info-main {
  width: 50%;
  float: left;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-info-main .page-title-wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-info-main .product-info-sku-wrapper {
  background: #fafafa;
  padding: 10px;
  margin: 10px 0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-info-main .product-info-sku-wrapper .label {
  font-weight: 700;
  text-transform: uppercase;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details {
  margin: 20px 0 0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details:before,
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details:after {
  content: '';
  display: table;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details:after {
  clear: both;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .quick-edit-row {
  padding-top: 10px;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field {
  width: 50%;
  float: none;
  margin: 0;
  padding: 0 5px;
  display: table-cell;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper {
  width: 100%;
  padding: 0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper .control {
  width: 100%;
  display: table;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper .control .date-field {
  width: 50%;
  float: none;
  margin: 0;
  padding: 0 5px;
  display: table-cell;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper .control .date-field label {
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper .control .date-field .date-field-container ._has-datepicker {
  width: 100%;
}
.popup-section-content-wrapper .rbpanel-footer .actions-toolbar > .primary {
  text-align: left;
  margin: 0 0 10px 25px;
}
.popup-section-content-wrapper .rbpanel-footer .actions-toolbar > .primary .action {
  width: auto;
}
/****Tier price table***/
.tierpricing-container table {
  background: #EFEFEF;
  max-width: 650px;
}
.tierpricing-container table tr td,
.tierpricing-container table tr th {
  width: 23%;
  border-bottom: 1px solid #fff;
}
.tierpricing-container table tr td:last-child,
.tierpricing-container table tr th:last-child {
  width: 8%;
}
.tierpricing-container table tr th .required {
  color: red;
}
.tierpricing-container table tr td .fixed,
.tierpricing-container table tr td .percentage {
  position: relative;
}
.tierpricing-container table tr td .fixed input[type="text"],
.tierpricing-container table tr td .percentage input[type="text"] {
  padding-left: 25px;
}
.tierpricing-container table tr td .fixed > label,
.tierpricing-container table tr td .percentage > label {
  position: absolute;
  left: 10px;
  top: 12px;
}
.tierpricing-container table tr td button.action-delete,
.tierpricing-container table tr td .cart.table-wrapper .actions-toolbar > .action.action-delete {
  padding: 11px 0;
  border: 0;
  background: transparent;
  color: #000;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
}
.tierpricing-container table tr td button.action-delete > span,
.tierpricing-container table tr td .cart.table-wrapper .actions-toolbar > .action.action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tierpricing-container table tr td button.action-delete:before,
.tierpricing-container table tr td .cart.table-wrapper .actions-toolbar > .action.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e604";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/*******/
.table-mylisting .data-grid-cell-content ul {
  margin: 0;
  padding: 0;
}
.table-mylisting .data-grid-cell-content ul li {
  list-style-type: none;
}
.table-mylisting .data-grid-cell-content ul li:last-child {
  margin: 0;
}
.debitnote-subtotal {
  margin: 30px 0 0 0;
  padding: 10px 0px 30px 0px;
  border-top: 2px solid #f2f2f2;
}
.debitnote-subtotal .fieldset .field:not(.choice) {
  margin-bottom: 0;
}
.debitnote-subtotal .fieldset .field:not(.choice) .label {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.debitnote-subtotal .fieldset .field:not(.choice) .label.control {
  text-align: left;
}
.debitnote-subtotal .fieldset > .field.actions-toolbar {
  margin-top: 20px;
}
@font-face {
  font-family: 'mgn-noti-icon';
  src: url('../MDC_NotificationBoxExtend/fonts/mgn-noti-icon.woff2') format('woff2'), url('../MDC_NotificationBoxExtend/fonts/mgn-noti-icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mgn-noti-icon {
  font-family: 'mgn-noti-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgn-noti-icon.icon-noti:before {
  content: "\e900";
}
.mgn-noti-icon.icon-refresh:before {
  content: "\e901";
}
.mgn-noti-icon.icon-remove:before {
  content: "\e902";
}
.mgn-noti-icon.icon-star:before {
  content: "\e903";
}
.mgn-noti-icon.icon-star-bold:before {
  content: "\e904";
}
.notificationBox {
  padding-top: 5px;
}
.notificationBox .magenest-notification {
  padding-top: 0;
  margin-left: 5px;
}
.notificationBox .magenest-notification-icon:before {
  font-size: 20px;
}
.notificationBox .magenest-notification-count {
  top: 0;
}
.magenest-notification-hide {
  display: none;
}
.mdcnotibox-notification-index .admin__data-grid-wrap .data-grid tr td {
  background-color: #ffffff;
}
.mdcnotibox-notification-index .admin__data-grid-wrap .data-grid tr td.unread {
  background-color: #f0f0f0;
}
.mdcnotibox-notification-index .admin__data-grid-wrap .data-grid tr td.read {
  background-color: #ffffff;
}
.page-header .panel.header .notificationBox {
  padding-top: 10px;
}
.page-header .panel.header .notificationBox .magenest-notification-count {
  border: 1px solid #fff;
}
.page-header .panel.header .notificationBox .magenest-notification-icon:before {
  content: "\e900";
  font-family: 'RB-Vendor-Theme-Icons';
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}
.page-header .panel.header .magenest-notification {
  float: right;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .panel.header .magenest-notification * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .panel.header .magenest-notification-icon {
  display: inline-block;
  float: left;
  padding: 0px 0;
  cursor: pointer;
}
.page-header .panel.header .magenest-notification-icon img {
  display: none;
  max-height: 22px;
}
.page-header .panel.header .magenest-notification-icon:before {
  content: "\e900";
  font-family: 'mgn-noti-icon';
  font-size: 26px;
  line-height: 40px;
}
.page-header .panel.header .magenest-notification-count {
  position: absolute;
  right: 0;
  background: #222529;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 3px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.page-header .panel.header .magenest-notification-box {
  position: absolute;
  z-index: 9;
  top: 100%;
  font-size: 13px;
  background-color: #ffffff;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-content {
  background-color: var(--var-background);
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-title {
  display: block;
  padding: 10px 15px 8px;
  border-bottom: 2px solid #e5e5e5;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-link {
  display: block;
  padding: 10px 15px;
  text-align: center;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-link a {
  color: inherit;
  font-weight: bold;
  color: #333;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-list {
  max-height: 350px;
  overflow: auto;
  border-bottom: 1px solid #e5e5e5;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item + .magenest-notification-item {
  border-top: 1px solid #e5e5e5;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-link {
  position: relative;
  display: block;
  min-height: 68px;
  padding: 11px 20px 11px 85px;
  color: inherit;
  text-decoration: none;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-link:hover {
  background: rgba(153, 153, 153, 0.03);
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-link .mgn-noti-image {
  position: absolute;
  top: 11px;
  left: 20px;
  bottom: 11px;
  width: 46px;
  margin: 0;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-link .mgn-noti-image > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-link .mgn-noti-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-desc {
  display: block;
  margin-top: 2px;
}
.page-header .panel.header .magenest-notification-box .magenest-notification-content .magenest-notification-item .mgn-noti-created_at {
  margin: 5px 0 0;
  font-size: 11px;
  color: #949494;
}
.page-header .panel.header .magenest-notification-empty {
  padding: 10px 15px;
  text-align: center;
}
.notification-controller .reload-notification,
.notification-controller .delete-notification {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.magenest-notification-box div.magenest-notification-link a {
  color: #333;
}
.notibox-customer-notification .table-wrapper:last-child {
  margin-bottom: 20px;
}
.notibox-customer-notification .notification-controller {
  border-top: 1px solid #e3e3e3;
}
.notibox-customer-notification .notification-controller:after {
  content: "";
  display: block;
  clear: both;
}
.notibox-customer-notification .listCategory {
  border-top: 1px solid #e3e3e3;
}
.notibox-customer-notification .listCategory > label {
  margin: 6px 3px;
  display: inline-block;
}
.notibox-customer-notification .listCategory .category-notification-label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.notibox-customer-notification .listCategory .category-notification-btn {
  display: none;
}
.notibox-customer-notification .listCategory .category-notification-btn.is_filter ~ .category-notification-label {
  position: relative;
  padding-right: 20px;
  color: #fff;
  background-color: #2896cf;
  border-color: #2896cf;
}
.notibox-customer-notification .listCategory .category-notification-btn.is_filter ~ .category-notification-label:before,
.notibox-customer-notification .listCategory .category-notification-btn.is_filter ~ .category-notification-label:after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
}
.notibox-customer-notification .listCategory .category-notification-btn.is_filter ~ .category-notification-label:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notibox-customer-notification .listCategory .category-notification-btn.is_filter ~ .category-notification-label:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notibox-customer-notification .notification-selected {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  background-color: #f5f5f5;
}
.notibox-customer-notification .notification-selected p {
  margin: 0;
}
.notibox-customer-notification .select_notification,
.notibox-customer-notification .reload-notification,
.notibox-customer-notification .delete-notification,
.notibox-customer-notification .mark-as-read-notification {
  display: inline-block;
  vertical-align: middle;
}
.notibox-customer-notification .reload-notification a {
  font-size: 18px;
  color: #302929;
  text-decoration: none;
  cursor: pointer;
}
.notibox-customer-notification .delete-notification {
  font-size: 19px;
  color: #302929;
  cursor: pointer;
}
.notibox-customer-notification .mark-as-read-notification {
  float: right;
  line-height: 32px;
}
.notibox-customer-notification .mark-as-read-notification a {
  font-size: 12px;
}
table.mgn-notification-table {
  margin-bottom: 20px;
}
table.mgn-notification-table > tbody > tr > td {
  vertical-align: middle;
}
table.mgn-notification-table > tbody > tr > td.description {
  color: #8d8d8d;
  /*cursor: pointer;*/
}
table.mgn-notification-table > tbody > tr > td.created-at {
  font-weight: bold;
  /*cursor: pointer;*/
}
table.mgn-notification-table > tbody > tr > td.notification-type {
  /*cursor: pointer;*/
}
table.mgn-notification-table .checkbox-notification-label {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  /*cursor: pointer;*/
}
table.mgn-notification-table .checkbox-notification-input {
  display: none;
}
table.mgn-notification-table .checkbox-notification-input:checked ~ .checkbox-notification-label {
  border-color: #929292;
  background-color: #929292;
}
table.mgn-notification-table .checkbox-notification-input:checked ~ .checkbox-notification-label:before,
table.mgn-notification-table .checkbox-notification-input:checked ~ .checkbox-notification-label:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
table.mgn-notification-table .checkbox-notification-input:checked ~ .checkbox-notification-label:before {
  width: 11px;
  top: 8px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
table.mgn-notification-table .checkbox-notification-input:checked ~ .checkbox-notification-label:after {
  width: 7px;
  top: 10px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
table.mgn-notification-table .notification-type {
  font-weight: bold;
}
table.mgn-notification-table .notification-type-img {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  /*cursor: pointer;*/
}
table.mgn-notification-table .marking-important {
  display: block;
  min-width: 20px;
  color: #a7a7a7;
  /*cursor: pointer;*/
}
table.mgn-notification-table .marking-important:before {
  content: "\e903";
  font-family: 'mgn-noti-icon';
  font-size: 18px;
}
table.mgn-notification-table .marking-important.active {
  color: #ffc72c;
}
table.mgn-notification-table .marking-important.active:before {
  content: "\e904";
}
.magenest-notification-popup {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3.5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 3.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3.5px rgba(0, 0, 0, 0.16);
}
.magenest-notification-popup--close {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 3px 0;
  float: right;
}
.magenest-notification-popup--close:before,
.magenest-notification-popup--close:after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #302929;
  position: absolute;
  top: 4px;
  left: -1px;
}
.magenest-notification-popup--close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.magenest-notification-popup--close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.magenest-notification-popup .message {
  font-size: 15px;
  color: #6e6e6e;
}
.magenest-notification-popup .answer-wrapper {
  margin-top: 22px;
}
.magenest-notification-popup .answer-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.magenest-notification-popup .answer-wrapper .defer {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
  color: #9a9a9a;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #00a9e0;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: "\e61f";
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -20px;
}
.column.main .product-item {
  padding-left: 20px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: "\e613";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: "\e614";
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.3rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e9573f;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 50px;
  text-align: center;
  width: 50px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00a9e0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #00a9e0;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #00a9e0;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.popup-section-content-wrapper.product-edit-live-popup {
  margin-left: 1px;
  margin-right: 1px;
}
.popup-section-content-wrapper.product-edit-live-popup .page-title-wrapper h1 {
  font-size: 20px;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="text"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="password"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="url"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="tel"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="search"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="number"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="datetime"],
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field input[type="email"] {
  height: 37px;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper {
  margin-bottom: 0;
}
.popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field.date-field-wrapper .control .date-field {
  margin-bottom: 0;
}
.popup-section-content-wrapper.product-edit-live-popup .date-field-container .hasDatepicker + .ui-datepicker-trigger:before,
.popup-section-content-wrapper.product-edit-live-popup .date-field-container ._has-datepicker + .ui-datepicker-trigger:before,
.popup-section-content-wrapper.product-edit-live-popup .date-field-container .mage-error + .ui-datepicker-trigger:before {
  height: 35px;
  line-height: 33px !important;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e3e3e3;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e3e3e3;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e0e0e0;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #e0e0e0;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e611";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: "\e611";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: "\e616";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #656d77;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #656d77;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: "\e621";
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #00a9e0;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: "\e604";
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #656d77;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: "\e610";
  font-family: 'RB-Vendor-Theme-Icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: "\e610";
  font-family: 'RB-Vendor-Theme-Icons';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #f3a79b;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: "\e623";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 13px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: "\e610";
  font-family: 'RB-Vendor-Theme-Icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #656d77;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #00a9e0;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #656d77;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e912';
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e621";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #e0e0e0;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #656d77;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e621";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #656d77;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #00a9e0;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.cms-page-view .columns .column.main {
  max-width: 1200px;
  padding: 0;
  margin: 0px auto;
}
.cms-page-view .columns .column.main .vendor-cms-wrapper {
  background: #ffffff;
  padding: 20px;
  min-height: 300px;
}
.cms-page-view .columns .column.main .vendor-cms-wrapper .page-title-wrapper .page-title {
  margin: 0px 0px 10px 0px;
}
.column:not(.sidebar-main) .form.contact,
.column:not(.sidebar-additional) .form.contact {
  float: left !important;
  max-width: 840px !important;
  width: 100% !important;
}
.rtl-layout .column:not(.sidebar-main) .form.contact,
.rtl-layout .column:not(.sidebar-additional) .form.contact {
  float: right !important;
}
.rtl-layout .column:not(.sidebar-main) .form.contact > .fieldset,
.rtl-layout .column:not(.sidebar-additional) .form.contact > .fieldset {
  margin-bottom: 0;
}
.hljs {
  background: #282a36;
  display: block;
  overflow-x: auto;
  padding: .5em;
}
.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
  color: #8be9fd;
}
.hljs-keyword {
  color: #ff79c6;
}
.hljs,
.hljs-subst {
  color: #f8f8f2;
}
.hljs-title {
  color: #50fa7b;
}
.hljs-string,
.hljs-meta,
.hljs-name,
.hljs-type,
.hljs-attr,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #f1fa8c;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #6272a4;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
  font-weight: bold;
}
.hljs-literal,
.hljs-number {
  color: #bd93f9;
}
.hljs-emphasis {
  font-style: italic;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2rem;
  font-size: 1.6rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 10px 26px 10px 28px;
  color: #00a9e0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #00a9e0;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  color: #00a9e0;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #004c97;
  border: 2px solid #004c97;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 2px solid #004c97;
  color: #004c97;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 20px 7px 20px;
  font-size: 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 10px 26px 10px 28px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #666666;
  border: 2px solid #666666;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #656d77;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #656d77;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #656d77;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-collapsible-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
body {
  background-color: #ffffff;
}
.status-history .dataTables_wrapper .bottom .dataTables_info {
  float: left;
  font-weight: 600;
}
.status-history .dataTables_wrapper .bottom .dataTables_length {
  float: right;
}
.status-history .dataTables_wrapper .bottom .dataTables_length label {
  display: flex;
  align-items: center;
}
.status-history .dataTables_wrapper .bottom .dataTables_length label select {
  margin: 0 10px;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate {
  text-align: center;
  display: flex;
  justify-content: center;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate .paginate_button.previous {
  font-size: 0;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate .paginate_button.previous:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e617";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate .paginate_button.next {
  font-size: 0;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate .paginate_button.next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate span {
  line-height: 30px;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate span .paginate_button {
  border: 1px solid #e0e0e0;
  color: #0066c0;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  margin-right: 10px;
}
.status-history .dataTables_wrapper .bottom .dataTables_paginate span .paginate_button:last-child {
  margin-right: 0px;
}
.page-header {
  margin-bottom: 20px;
  border: 0;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.header .compare {
  display: none;
}
.page-main > .page-title-wrapper {
  padding: 0;
}
.page-main > .page-title-wrapper .page-title {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 15px 0 15px 0;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #faf3a2;
  border-color: #d6ca8e;
  color: #41362f;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #00a9e0;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #00a9e0;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer:before,
.page-footer:after {
  content: '';
  display: table;
}
.page-footer:after {
  clear: both;
}
.page-layout-1column .footer .footer-links-container {
  color: #ffffff;
}
.page-layout-1column .footer .links > li a {
  color: #ffffff;
}
.rbvendor-account-forgotpassword .footer .footer-links-container,
.rbvendor-account-createpassword .footer .footer-links-container {
  color: #333333;
}
.rbvendor-account-forgotpassword .footer .links > li a,
.rbvendor-account-createpassword .footer .links > li a {
  color: #333333;
}
.footer .footer-links-container {
  color: #333333;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.footer .footer-links-container:before,
.footer .footer-links-container:after {
  content: '';
  display: table;
}
.footer .footer-links-container:after {
  clear: both;
}
.footer .footer-links-container:after {
  clear: both;
  content: '';
  display: table;
}
.footer .links {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.footer .links > li {
  display: inline-block;
  vertical-align: top;
}
.footer .links > li {
  margin: 0;
  padding: 0 5px 0 0;
}
.footer .links > li:after {
  content: "|";
  margin-left: 9px;
}
.footer .links > li:last-child:after {
  content: "";
  margin-left: 0px;
}
.footer .links > li a {
  color: #333333;
}
.footer .links > li a:hover,
.footer .links > li a:focus {
  color: #00a9e0;
  text-decoration: none;
}
.footer .footer-links {
  text-align: center;
  width: 100%;
}
.footer .bugs {
  float: left;
  margin: 0;
  padding-top: 0;
  width: 100%;
  text-align: center;
}
.rbvendor-index-index .page-header .switcher,
.rbvendor-account-forgotpassword .page-header .switcher,
.rbvendor-index-index .page-footer .switcher,
.rbvendor-account-forgotpassword .page-footer .switcher {
  padding: 0;
  margin: 10px;
}
.forgot-password-section-items {
  background: #494b4d;
}
.page-header .switcher,
.page-header .switcher,
.page-footer .switcher {
  float: right;
  margin: 27px 20px;
}
.rtl-layout .page-header .switcher,
.rtl-layout .page-header .switcher,
.rtl-layout .page-footer .switcher {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.page-header .switcher .options,
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: #ffffff;
}
.page-header .switcher .options .action.toggle:active:after,
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  content: "\e621";
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: #ffffff;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-top: 3px solid #fff;
  padding: 7px 0;
  margin-top: 19px;
  right: 0;
}
.page-header .switcher .options ul.dropdown a,
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 2px 8px 2px 8px;
  color: #333;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  top: -15px;
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  top: -17px;
  left: auto;
  right: 9px;
}
.page-header .switcher after,
.page-header .switcher after,
.page-footer .switcher after {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.widget {
  clear: both;
}
html.rtl-layout .footer .col-md-6 {
  width: 100%;
}
html.rtl-layout .footer .links {
  text-align: center;
}
html.rtl-layout .footer .links li:after {
  margin-left: 0;
  margin-right: 5px;
}
/*--------------- Vendor Header ---------------*/
.logo {
  display: inline-block;
  z-index: 5;
  max-width: 60%;
  margin: 0;
}
header.page-header {
  background-color: #263238;
  z-index: 800;
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 0;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.page-header .switcher {
  margin-bottom: 12px;
  margin-top: 23px;
  margin-right: 0;
}
.page-header .nav-bar-logo {
  width: 25%;
  float: left;
  text-align: left;
  position: relative;
  z-index: 800;
  background-color: transparent !important;
}
.rtl-layout .page-header .nav-bar-logo {
  text-align: right;
  float: right;
}
.page-header .panel.header .navbar-nav-wrapper {
  float: right;
}
.rtl-layout .page-header .panel.header .navbar-nav-wrapper {
  float: left;
}
.rtl-layout .page-header .panel.header .navbar-nav-wrapper .navbar-nav {
  padding-right: 0;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding-left: 20px;
}
.rtl-layout .page-header .panel.header .navbar-nav-wrapper .navbar-nav > li {
  float: right;
  padding-left: 0px;
  padding-right: 20px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a {
  position: relative;
  display: block;
  padding: 0;
  /*.lib-css(height, 74px);
                            .lib-css(min-height, 74px);*/
  color: #ffffff;
  font-weight: 400;
  line-height: 25px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a span.rbvt-icon.rbvt-icon-help {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a span.rbvt-icon.rbvt-icon-help:before {
  font-size: 2.6rem;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a .avatar {
  height: 25px;
  width: auto;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a.profile {
  padding: 20px 0px 17px 0px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a.profile:hover {
  /*background: #f6f6f6;*/
  text-decoration: none;
  color: #fff;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a.profile .rbvt-icon-down:before {
  font-size: 12px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.contact-link a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.contact-link a:hover {
  text-decoration: none;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li > a {
  padding-top: 19px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown > a {
  display: inline-block;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 10px 0 0px 0;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-top: 3px solid #fff;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu li {
  margin-bottom: 0;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu li a {
  padding: 0px 10px 7px 10px;
  height: auto;
  font-size: 1.3rem;
  color: #263238;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu li a:hover {
  text-decoration: none;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
.rtl-layout .page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu {
  left: 0;
  right: auto;
  text-align: right;
}
.rtl-layout .page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.dropdown .dropdown-menu:before {
  right: auto;
  left: 11px;
}
.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li.open .dropdown-menu {
  display: block;
}
.page-header .nav-bar-logo {
  padding-top: 9px;
  /*.rtl-layout & {
            float: right;
            text-align: right;
        }*/
}
body.slideDown .page-header {
  animation: 0.5s ease 0s normal forwards 1 running slidedown;
  background: #263238;
  /*    transform: translateY(0px);
    -webkit-transform: translateY(0px);*/
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
body.stickyy .page-header {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  animation: 0.5s ease 0s normal forwards 1 running slidedown;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.stickyy .vendor-menu-wrapper .sidebar-menu-container {
  padding-top: 77px;
}
.vendor-menu-wrapper {
  z-index: 700;
  /*background-color: @menu__background-color;*/
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 16.66666667%;
}
.rtl-layout .vendor-menu-wrapper {
  left: auto;
  right: 0;
}
.vendor-menu-wrapper._fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.vendor-menu-wrapper._fixed ~ .page-wrapper {
  margin-left: 8.800000000000001rem;
}
.vendor-menu-wrapper .sidebar-menu-container {
  width: 100% !important;
  /*max-width: 100%; */
  background-color: #263238;
  padding-right: 0 !important;
  height: 100%;
  padding-top: 77px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu {
  margin: 0;
  padding: 0;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li {
  margin: 0 0 0px 0;
  position: relative;
  display: block;
  white-space: nowrap;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li:first-child {
  padding-top: 0px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul.nav.sub-nav {
  max-height: 0;
  transition: max-height 0s ease-out;
  overflow: hidden;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li:hover .nav.sub-nav {
  max-height: 500px;
  transition: max-height 0.85s ease-in;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a {
  padding: 10px 0px 10px 0px;
  line-height: normal;
  overflow: hidden;
  display: table;
  width: 100%;
  color: #ffffff;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a:hover {
  background: #11171a;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a span.sidebar-title {
  font-size: 1.5rem;
  display: table-cell;
  word-break: break-all;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a span.rbvt-icon {
  display: table-cell;
  top: 0;
  line-height: 35px;
  width: 15%;
  font-size: 19px;
  text-align: center;
  min-width: 30px;
  padding: 0 10px 0 11px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a span.sidebar-title {
  display: table-cell;
  width: 85%;
  padding-left: 0;
  vertical-align: middle;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret {
  display: inline-block;
  text-decoration: none;
  display: table-cell;
  cursor: pointer;
  width: 30px;
  position: relative;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e608";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:after {
  content: "\e617";
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:after {
  position: absolute;
  right: 8px;
  top: 14px;
}
.rtl-layout .vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret:after {
  right: auto;
  left: 8px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle:hover span.caret:after {
  content: "\e622";
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle.ui-accordion-header-active {
  background: #11171a;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle.ui-accordion-header-active span.caret {
  display: inline-block;
  text-decoration: none;
  display: table-cell;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle.ui-accordion-header-active span.caret:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: 'RB-Vendor-Theme-Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle.ui-accordion-header-active span.caret:before {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a.accordion-toggle.ui-accordion-header-active span.caret:after {
  font-family: 'RB-Vendor-Theme-Icons' !important;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li a:hover {
  text-decoration: none;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  background: #304047;
  padding: 0;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li {
  white-space: nowrap;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a {
  padding: 8px 0px 8px 50px;
  position: relative;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a:hover {
  background: #3b4d56;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li a:hover:before {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #004c97;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li:active a {
  background: #3b4d56;
  font-weight: 600;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li ul li:active a:before {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #004c97;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .menu-open + ul {
  display: block;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .menu-open + ul li {
  margin-bottom: 0;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .menu-open + ul li a {
  padding: 6px 20px 6px 45px;
  height: auto;
  line-height: normal;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0 0px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .rbvt-icon:hover:before {
  color: #004c97;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li .rbvt-icon:before {
  line-height: 35px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu li.active a {
  background: #11171a;
}
.vendor-menu-wrapper .sidebar-menu-container {
  /* Sidebar-Menu Sub Level Item - Label */
  /* Sidebar-Menu Multi-level - Links */
  /* Sidebar-Menu Multi-level - Label(xs) */
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu > li > ul > li > a > span:nth-child(1) {
  margin-right: 10px;
  font-size: 11px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu > li > ul > li > a > span.label {
  float: right;
  line-height: 17px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu > li > ul > li > ul li a {
  padding: 9px 12px 9px 30px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu > li > ul > li > ul li:last-child a {
  padding-bottom: 13px;
}
.vendor-menu-wrapper .sidebar-menu-container .sidebar-menu > li > ul > li > ul li a .label.label-xs {
  float: right;
  line-height: 17px;
}
.vendor-menu-wrapper.collapsed {
  width: 88px;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container {
  width: 100% !important;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li a {
  padding: 10px 5px 10px 5px;
  text-align: center;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li a span:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li a span.sidebar-title {
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li a.accordion-toggle span.caret {
  display: none;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li .rbvt-icon {
  display: inline-block;
  text-decoration: none;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li .rbvt-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  font-family: 'RB-Vendor-Theme-Icons';
  margin: 0 0px 5px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li .rbvt-icon:before {
  line-height: normal;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li:hover ul {
  position: absolute;
  left: 88px;
  top: 0;
  display: block !important;
}
.vendor-menu-wrapper.collapsed .sidebar-menu-container .sidebar-menu li:hover ul li a {
  text-align: left;
  padding-left: 10px;
}
/*--------------- Vendor Header ---------------*/
.footer .copyright {
  text-align: center;
  width: auto;
  padding: 5px 0 10px 0;
}
.rbsales-commission-index .vendor-content-top .rbpanel,
.rbsales-transaction-summary .vendor-content-top .rbpanel,
.rbsales-order-complete .vendor-content-top .rbpanel,
.rbsales-order-index .vendor-content-top .rbpanel {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
}
.rbsales-commission-index .vendor-content-top .rbpanel:hover,
.rbsales-transaction-summary .vendor-content-top .rbpanel:hover,
.rbsales-order-complete .vendor-content-top .rbpanel:hover,
.rbsales-order-index .vendor-content-top .rbpanel:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4), 0 0px 4px 0 rgba(0, 0, 0, 0.5);
}
.rbshippingmatrix-rates-index .toolbar-wrapper .topbar-left .data-grid-filters-action-wrap {
  padding-left: 0;
}
.rbshippingmatrix-rates-index .toolbar-wrapper .topbar-left .data-grid-filters-action-wrap .action.export {
  margin-left: 0;
  margin-right: 10px;
}
.vendor-dashboard-container > .row .row-gutter.dashboard-sales-summary > [class*='col-'] .rbpanel {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
}
.vendor-dashboard-container > .row .row-gutter.dashboard-sales-summary > [class*='col-'] .rbpanel:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4), 0 0px 4px 0 rgba(0, 0, 0, 0.5);
}
.vendor-dashboard-container {
  overflow: hidden;
  padding: 15px;
}
.page-title-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 0;
}
.breadcrumbs .items {
  padding: 10px;
}
.breadcrumbs .item:not(:last-child):after {
  font-size: 1.2rem;
}
.content-top {
  margin-bottom: 30px;
}
.content-top:after {
  clear: both;
  content: '';
  display: table;
}
.navbar-toggler {
  display: none;
  background-color: #263238;
  padding: 5px 12px;
  border: solid 1px #263238;
}
.navbar-toggler .rbvt-icon-menu:before {
  font-size: 2rem;
}
.cms-page-view .page-footer {
  background-color: #494b4d;
}
.cms-page-view .page-footer .footer.content .copyright {
  color: #ffffff;
}
.cms-page-view ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.ui-datepicker td {
  padding: 0;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .header,
  .main-content,
  .footer {
    padding: 20px 10px !important;
  }
  .footer td {
    display: block;
    width: auto !important;
  }
  .popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-media,
  .popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-info-main {
    width: 100%;
  }
  .popup-section-content-wrapper.product-edit-live-popup .popup-product-info-wrapper .popup-product-media {
    text-align: center;
  }
  .popup-section-content-wrapper.product-edit-live-popup .popup-product-info-details .fieldset .field {
    width: 100%;
    display: inline-block;
    padding: 0 0 10px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  header.page-header .nav-bar-logo {
    max-width: 130px;
    padding: 13px 0 0 25px;
  }
  header.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a.profile {
    font-size: 0;
    padding-left: 5px;
  }
  .rtl-layout header.page-header .panel.header .navbar-nav-wrapper .navbar-nav > li a.profile {
    padding-left: 0px;
    padding-right: 5px;
  }
  .sections .section-items .section-item-content {
    padding: 0;
  }
  .sections .section-items .section-item-content .login-form .formdivouter {
    width: 100%;
    padding: 10px;
  }
  .login-banner-sections .login-banner-section-items {
    padding: 10px 0;
  }
  .header.content.vendor-general-header-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sections .forgot-password-form {
    padding: 10px 0;
  }
  form.password.forget {
    padding: 10px;
  }
  .sections .forgot-password-form {
    padding: 10px 0 !important;
    max-width: 100%;
  }
  .sections .forgot-password-form .forgot-password-form-container .fieldset > .field.note {
    padding: 0;
  }
  .sections .forgot-password-form .forgot-password-form-container .field-footer-note {
    padding: 10px;
  }
  .sections .forgot-password-form .forgot-password-form-container .page-title-wrapper {
    padding: 10px;
    margin-bottom: 10px;
  }
  .rbvendor-index-index {
    /*.page-main {
      background: @color-light-black;
    }
    .login-form {
      padding: 0 0 @indent__s + @indent__xs;
    }*/
    /*.login-form .seller-login-wrapper div.seller-login-container {
        padding-top: 245px;
    }*/
  }
  .rbvendor-index-index .nav-toggle {
    display: none;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset,
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field,
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field:not(.choice) .control {
    width: 100%;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field.password {
    /*margin: 5px 0 5px 0;*/
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset > .field.password:not(.choice) .control {
    width: 100%;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar {
    width: 100%;
  }
  .logmod .logo {
    margin: 20px 0 0 0;
  }
  .variant-tab-content .toolbar-wrapper .toolbar-filter-wrapper {
    float: none;
    display: inline-block;
  }
  .variant-tab-content .toolbar-wrapper .toolbar-filter-wrapper .data-grid-filters-actions-wrap {
    margin-left: 0px !important;
  }
  .variant-tab-content .toolbar-wrapper .toolbar-filter-wrapper .data-grid-filters-action-wrap {
    padding-left: 0;
  }
  .variant-tab-content .toolbar-wrapper .toolbar-filter-wrapper .topbar-left {
    text-align: center !important;
  }
  .fieldset .field .variant-control .variant-group li {
    width: 50%;
  }
  .md-rb-toolbar-container .data-grid-filters-action-wrap {
    padding-left: 0;
  }
  .filter-wrapper .filter-row .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .filter-wrapper .date-field-container .hasDatepicker,
  .filter-wrapper .date-field-container ._has-datepicker {
    width: 100%;
  }
  .catalogue-upload-help span.sub-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
  }
  .table-wrapper.mgn-notification-wrapper {
    border-top: none;
    overflow: visible;
  }
  table.mgn-notification-table {
    margin: 0 -15px;
    width: auto;
    max-width: none;
  }
  table.mgn-notification-table > tbody > tr {
    position: relative;
    min-height: 126px;
    padding: 15px 100px 15px 70px;
    border-top: 1px solid #e3e3e3;
  }
  table.mgn-notification-table > tbody > tr > th,
  table.mgn-notification-table > tbody > tr > td {
    padding: 0 !important;
  }
  table.mgn-notification-table > tbody > tr > th:last-child,
  table.mgn-notification-table > tbody > tr > td:last-child {
    border-bottom: none !important;
  }
  table.mgn-notification-table > tbody > tr > th.check-box-notification,
  table.mgn-notification-table > tbody > tr > td.check-box-notification {
    position: absolute;
    top: 60px;
    left: 22px;
  }
  table.mgn-notification-table > tbody > tr > th.marking-notification,
  table.mgn-notification-table > tbody > tr > td.marking-notification {
    position: absolute;
    top: 90px;
    left: 22px;
  }
  table.mgn-notification-table > tbody > tr > th.notification-image,
  table.mgn-notification-table > tbody > tr > td.notification-image {
    position: absolute;
    top: 14px;
    left: 18px;
  }
  table.mgn-notification-table > tbody > tr > th.notification-type,
  table.mgn-notification-table > tbody > tr > td.notification-type {
    font-size: 16px;
    margin-bottom: 10px;
  }
  table.mgn-notification-table > tbody > tr > th.created-at,
  table.mgn-notification-table > tbody > tr > td.created-at {
    position: absolute;
    top: 17px;
    right: 15px;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #656d77;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #656d77;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'RB-Vendor-Theme-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
  .abs-icon-add-mobile {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: 'RB-Vendor-Theme-Icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: 'RB-Vendor-Theme-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-collapsible-nav .title.active:after {
    content: "\e621";
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .sections .panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb10-sm {
    margin-bottom: 10px !important;
  }
  .page-layout-2columns-left .page-main {
    background: transparent;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: 'RB-Vendor-Theme-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: 5px;
  }
  .navigation .parent .level-top.ui-state-active {
    margin-left: 0;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\e621";
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 20px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: 'RB-Vendor-Theme-Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: "\e621";
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-sections .header.links li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.3rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  body.rtl-layout .sidebar .product-items .product-item-info .product-item-photo {
    float: right;
    margin: 0 0 10px 10px;
    left: auto;
    right: 0;
  }
  body.rtl-layout .sidebar .product-items .product-item-details {
    margin-left: auto;
    margin-right: 105px;
  }
  body.rtl-layout .nav-toggle {
    right: 15px;
    left: auto;
  }
  body.rtl-layout .nav-toggle:before {
    left: auto;
    right: 0;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .toolbar-products {
    margin-top: 0;
    padding: 20px 5px 0;
  }
  .sorter {
    float: right;
  }
  .pager .pages,
  .pager .toolbar-amount,
  .pager .limiter {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .page-header .nav-bar-logo {
    width: 100%;
    max-width: 170px;
    padding: 7px 0 0 30px;
  }
  .rtl-layout .page-header .nav-bar-logo {
    padding-left: 0;
    padding-right: 30px;
  }
  .page-header .nav-bar-logo > a {
    max-width: 100%;
  }
  .page-header .header.panel {
    padding: 0 !important;
  }
  .page-header .navbar-toggler {
    position: absolute;
    left: 15px;
    top: 19px;
    z-index: 900;
    padding: 0;
  }
  .rtl-layout .page-header .navbar-toggler {
    left: auto;
    right: 15px;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .rbvendor-index-index .page-main {
    /*background: @color-light-black;*/
    padding: 0;
  }
  .rbvendor-index-index .footer {
    padding: 20px 0 !important;
  }
  .rbvendor-index-index .page-header {
    padding: 0;
  }
  .rbvendor-index-index .page-header .nav-bar-logo {
    width: 80%;
    float: none;
    text-align: center;
    padding: 10px 0 0 0;
    max-width: initial;
    margin: auto;
  }
  .rbvendor-index-index .page-header .nav-bar-logo .logo {
    max-width: 100%;
  }
  .rbvendor-index-index .page-header .header-link-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .primary {
    float: left;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info {
    width: 100%;
    float: none;
    padding: 0;
    max-width: 480px;
    margin: auto;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-form {
    width: 100%;
    float: none;
    text-align: center;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .block-title strong {
    font-size: 27px;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .md-demo-login-detail-box {
    width: 100%;
  }
  .rbvendor-index-index div.testimonial-container ul li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .rbvendor-index-index .selling-container .step-content .left-block {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .rbvendor-index-index .selling-container .step-content .right-block {
    width: 100%;
    float: none;
  }
  .rbvendor-index-index .selling-container .step-content .right-block .rb-info ul {
    display: block;
    width: 100%;
  }
  .rbvendor-index-index .selling-container .step-content .right-block .rb-info ul:first-child {
    margin-right: 0;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form {
    float: none;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rbvendor-index-index .page-header .rb-vendor-login-form .sign-in-title {
    text-align: left;
    max-width: 480px;
    font-size: 27px;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container {
    /*padding-top: 150px;*/
  }
  .logmod .logo {
    margin: 20px 0 0 0;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.3rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .sections .signup-steps {
    padding-top: 50px;
  }
  .sections .signup-steps .rb-container {
    max-width: 804px;
  }
  .sections .signup-steps .rb-container .signup-step-progress {
    margin-bottom: 25px;
  }
  .sections .signup-steps .rb-container .signup-step-progress ul li {
    margin: 0;
    padding: 0;
    list-style: none none;
    position: relative;
    text-align: center;
    float: left;
    width: 33.3333%;
  }
  .sections .signup-steps .rb-container .signup-step-progress ul li strong {
    font-size: 14px;
  }
  .sections .signup-steps .rb-container .signup-step-content {
    padding: 40px 0 20px 0;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar {
    margin: 0;
    padding: 0 0px 0 0px;
    text-align: right;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary {
    float: left;
    width: 100%;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary .action {
    /*margin: 0px;*/
    float: none;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary .btn-back {
    float: left;
    margin-left: 20px;
    padding: 10px;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary .btn-continue {
    float: right;
    padding: 10px;
  }
  .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary .btn-submit {
    float: right;
    padding: 10px;
  }
  .sections .signup-steps .rb-container .profile-step-content {
    padding: 0 0 20px 0;
  }
  .sections .signup-steps .rb-container .profile-step-content form .fieldset {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sections .signup-steps .rb-container .profile-step-content .title {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 30px 0;
    padding: 10px 15px 10px;
  }
  .sections .signup-steps .rb-container .profile-step-content .title:before,
  .sections .signup-steps .rb-container .profile-step-content .title:after {
    content: '';
    display: table;
  }
  .sections .signup-steps .rb-container .profile-step-content .title:after {
    clear: both;
  }
  .sections .signup-steps .rb-container .profile-step-content .title h3 {
    font-size: 1.4rem;
    margin: 0;
    float: left;
    line-height: 14px;
  }
  .sections .signup-steps .rb-container .profile-step-content .title .edit-link {
    float: right;
    position: relative;
    padding-left: 20px;
    line-height: 1.1;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  .sections .signup-steps .rb-container .profile-step-content .title .edit-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: "\e912";
    font-family: 'RB-Vendor-Theme-Icons';
    margin: 0 0px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .sections .signup-steps .rb-container .profile-step-content .title .edit-link:before {
    font-family: 'RB-Vendor-Theme-Icons' !important;
  }
  .sections .signup-steps .rb-container .profile-step-content .title .edit-link:after {
    font-family: 'RB-Vendor-Theme-Icons' !important;
  }
  .sections .signup-steps .rb-container .profile-step-content .title .edit-link:before {
    position: absolute;
    left: 0;
    top: -2px;
  }
  .sections .signup-steps .rb-container .profile-step-content input:disabled,
  .sections .signup-steps .rb-container .profile-step-content select:disabled,
  .sections .signup-steps .rb-container .profile-step-content textarea:disabled {
    border-width: 0;
    opacity: 1;
  }
  .sections .signup-steps .rb-container .profile-step-content input._has-datepicker:disabled,
  .sections .signup-steps .rb-container .profile-step-content select._has-datepicker:disabled,
  .sections .signup-steps .rb-container .profile-step-content textarea._has-datepicker:disabled {
    border: 1px solid #f7f7f7 !important;
  }
  .sections .signup-steps .rb-container .profile-step-content input[type="checkbox"]:disabled {
    opacity: 0;
  }
  .sections .signup-steps .rb-container .profile-step-content select:disabled {
    background: none;
  }
  .sections .signup-steps .rb-container .profile-step-content input.hasDatepicker:disabled:empty {
    display: block;
    border: 1px solid #f7f7f7 !important;
    opacity: 0.5;
  }
  .sections .signup-steps .rb-container .profile-step-content select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .sections .signup-steps .rb-container .profile-step-content textarea {
    min-height: 150px;
  }
  .sections .signup-steps .rb-container .profile-step-content textarea:disabled {
    border: 1px solid #d1d1d1;
    opacity: 0.5;
  }
  .sections .signup-steps .rb-container .profile-step-content.active .actions-toolbar,
  .sections .signup-steps .rb-container .profile-step-content.active .show-on-edit-field {
    display: none;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .actions-toolbar {
    display: block;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .actions-toolbar div.primary {
    /*.lib-css(text-align, left);
                                .lib-css(padding-left, 25%);
                                .primary {
                                    .lib-css(margin-right, 20px) !important;
                                }*/
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field {
    display: block;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.field-image .image-upload {
    float: left;
    width: 70%;
    padding-right: 2%;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.field-image .image-preview {
    float: right;
    width: 25%;
    text-align: right;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.field-image .image-preview .image {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    float: none;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.field-image .image-preview .image img {
    border: 1px solid #bbb;
    padding: 2px;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.field-image.status-active .image-preview {
    float: left;
    text-align: left;
  }
  .sections .signup-steps .rb-container .profile-step-content.edit .title .edit-link {
    display: none;
  }
  .sections .signup-steps.profile-steps {
    padding-top: 0;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0 0 0;
  }
  .sections .forgot-password-form {
    max-width: 580px;
    padding: 120px 0;
    margin: auto;
  }
  .sections .forgot-password-form .forgot-password-form-container {
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 0px;
    margin: 0 10px;
    /*.form.password.forget.reset {
                  width: 100%;
                  min-width: auto;
                  padding: 0px 20px;
              }*/
    /*.form.password {
                .forget,
                .reset {
                  padding-left: 20px;
                  padding-right: 20px;
                }
              }*/
  }
  .sections .forgot-password-form .forgot-password-form-container .fieldset .field.note {
    text-align: center;
  }
  .sections .forgot-password-form .forgot-password-form-container .form.password.forget {
    padding: 0px 20px;
  }
  .sections .forgot-password-form .forgot-password-form-container .page-title-wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
  }
  .sections .forgot-password-form .forgot-password-form-container .page-title-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .sections .forgot-password-form .forgot-password-form-container .page-title-wrapper .page-title {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  .sections .forgot-password-form .forgot-password-form-container .page-title-wrapper .action {
    float: right;
  }
  .sections .forgot-password-form .forgot-password-form-container .fieldset {
    margin-bottom: 20px;
  }
  .sections .forgot-password-form .forgot-password-form-container .fieldset > .field label {
    max-width: 180px;
    text-align: left;
  }
  .sections .forgot-password-form .forgot-password-form-container .fieldset > .field.note {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sections .forgot-password-form .forgot-password-form-container .actions-toolbar {
    margin-left: 0;
  }
  .sections .forgot-password-form .forgot-password-form-container .actions-toolbar > .primary {
    /*.lib-css(padding-left, 180px);*/
  }
  .sections .forgot-password-form .forgot-password-form-container .field-footer-note {
    border-top: 1px solid #e0e0e0;
    padding: 20px 20px 10px 20px;
    margin-top: 20px;
  }
  .sections .forgot-password-form .forgot-password-form-container .field-footer-note a {
    font-weight: 600;
  }
  .sections .forgot-password-form .back-to-login {
    text-align: center;
    margin-top: 10px;
  }
  .sections .forgot-password-form .action.back {
    color: #ffffff;
  }
  .sections .forgot-password-form .action.back:visited,
  .sections .forgot-password-form .action.back:before {
    color: #ffffff;
  }
  .rbpanel-body-top-container .actions-toolbar .primary {
    float: none;
  }
  .product.data.items .item.title.active .switch {
    background: #f5f5f5;
  }
  .breadcrumbs .page-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-center-button {
    text-align: center;
  }
  .md-rb-shipping-rates .md-rb-import-box .data-grid-filters-action-wrap {
    padding-left: 0;
  }
  .md-rb-shipping-rates .md-rb-import-box .topbar-right {
    width: 100%;
  }
  .fieldset.offer-download,
  .fieldset.offer-upload {
    margin-left: auto;
    margin-right: auto;
  }
  .rbcatalog-bulkimport-index .sections .signup-steps .rb-container .signup-step-content .fieldset > .actions-toolbar > .primary {
    width: 100%;
  }
  .rbcatalog-bulkimport-index .fieldset > .field .catalog-upload-button {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .rbcatalog-bulkimport-index .tab-content .sections .signup-steps.profile-steps {
    padding-left: 0;
    padding-right: 0;
  }
  .vendor.table-wrapper {
    padding: 10px;
  }
  .vendor.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    border-top: none;
  }
  .vendor.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > td.vendor-action {
    text-align: left;
    padding-left: 0;
  }
  .vendor.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > td.vendor-action:before {
    content: "";
  }
  .vendor.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > td.vendor-rating div {
    display: inline-block;
    vertical-align: middle;
  }
  .vendor.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > td.vendor-price span {
    display: inline-block;
    min-width: auto;
    padding-right: 10px;
  }
  .magenest-notification {
    /*margin-top: 0;*/
    margin-left: 15px;
    position: relative;
  }
  .magenest-notification-box {
    width: 100%;
    /*left: 0;*/
    right: 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.16);
  }
  .magenest-notification-box .magenest-notification-close {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 3px 0;
    float: right;
  }
  .magenest-notification-box .magenest-notification-close:before,
  .magenest-notification-box .magenest-notification-close:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background: #302929;
    position: absolute;
    top: 4px;
    left: -1px;
  }
  .magenest-notification-box .magenest-notification-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .magenest-notification-box .magenest-notification-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .notibox-customer-notification .notification-controller {
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .notibox-customer-notification .listCategory {
    margin: 0 -15px;
    padding: 8px 12px;
  }
  .notibox-customer-notification .notification-selected {
    margin: 0 -15px;
    padding: 5px 15px;
  }
  .notibox-customer-notification .reload-notification,
  .notibox-customer-notification .delete-notification {
    margin-left: 12px;
  }
  table.mgn-notification-table .notification-type-img {
    width: 29px;
    height: 29px;
  }
  .magenest-notification-popup {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 32px 35px 20px 20px;
  }
  .magenest-notification-popup .answer-wrapper {
    text-align: center;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e0e0e0;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .footer .footer-links-container .footer-links .links {
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
  }
  header .page-header {
    margin-bottom: 0;
  }
  .navbar-toggler {
    display: block;
  }
  .vendor-menu-wrapper {
    left: -320px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .rtl-layout .vendor-menu-wrapper {
    left: auto;
    right: -320px;
  }
  .menu_open .page-main .column.main:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
  }
  .menu_open .vendor-menu-wrapper {
    left: 0;
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .rtl-layout .menu_open .vendor-menu-wrapper {
    left: auto;
    right: 0;
  }
  .menu_open .vendor-menu-wrapper .sidebar-menu-container {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .magenest-notification {
    margin-left: -6px;
    margin-right: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seller-login-info h1 {
    font-size: 27px;
  }
  .rbvendor-index-index .testimonial-container ul li {
    margin: 0 4px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper,
  .page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper {
    padding: 15px;
  }
  .page-layout-vendor-1column .page-wrapper .vendor-main-content-wrapper .page-title-wrapper .page-title,
  .page-layout-vendor-2columns-left .page-wrapper .vendor-main-content-wrapper .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
  .page-header.vendor-page-header .header.panel .vendor-sales-notification {
    padding: 10px 0 10px 10px;
  }
  .rbcatalog-bulkimport-index .sections .signup-steps.profile-steps {
    width: 100%;
  }
  .fancybox-slide--iframe div.fancybox-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /*form {
    .variant-tab-content {
      .field-tooltip {
        right: 10px;
        .field-tooltip-content {
          left: auto;
          right: 28px;
          top: -2px;
          &:before,
          &:after {
              right: -20px;
              left: auto;
              border-left-color: #f4f4f4;
              border-right-color: transparent;
          }
          &:before {
              border-right-color: transparent;
              border-left-color: #666;
              right: -21px;
          }
        }
      }
    }
  }*/
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  /*.block-vendor-account-nav {
    .lib-css(border, 1px solid @border-color__base);
    .lib-css(background, @color-white);

      .block-title {
           .lib-css(background, @secondary__color);
           .lib-css(padding, 10px 15px);
           .lib-css(color, @color-white);
           .lib-css(text-transform, uppercase);
           .lib-font-size(@font-size__l);

           strong {
               .lib-css(font-weight, @font-weight__semibold);
           }

      }
    .block-content {
        .item {
          .lib-css(border-top, 1px solid @border-color__base );
          .lib-css(padding, 10px 15px);
          .lib-css(margin-bottom, 0);

          a {
             .lib-css(color, @secondary__color);
             .lib-font-size(@font-size__base);
             .lib-css(font-weight, @font-weight__semibold);

            &:hover {
              .lib-css(text-decoration, none);
            }
          }
         &:hover, &.active {
           .lib-css(background, lighten(@secondary__color, 56%));

           a {
              .lib-css(color, @primary__color);

           }
           &.active {
             a {
              .lib-css(color, @primary__color);
             .lib-css(font-weight, @font-weight__bold);

           }
           }

         }

        }

    }

}*/
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: auto;
  }
}
/*@icon-private: '\e629';
@icon-present: '\e62a';
@icon-gift-registry: '\e62b';
@icon-checked: '\f00c';
@icon-chevron-sign-up: '\f139';
@icon-chevron-sign-down: '\f13a';*/
/*
@screen__xxs: 320px;
@screen__xs: 480px;
@screen__s: 768px;
@screen__m: 992px;
@screen__l: 1200px;
@screen__xl: 1440px;
*/
/*@icon-wishlist-empty: false;
@icon-comment-reflected: false;
@icon-compare-empty: false;
@icon-arrow-up-thin: false;
@icon-arrow-right-thin: false;
@icon-arrow-left-thin: false;
@icon-arrow-down-thin: false;
*/
.comment-popup-configure.modal-popup.modal-slide .modal-footer {
  border-top-color: #e7e7e7;
}
.comment-popup-configure.modal-popup .fieldset > .field:not(.choice) .label,
.comment-popup-configure.modal-popup .fieldset > .field:not(.choice) .control {
  width: 100%;
  text-align: left;
}
.comment-popup-configure .order-details-items {
  border: 0;
  padding: 0;
  margin: 0;
}
.comment-popup-configure .order-details-items .firstcomment {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.comment-popup-configure .order-details-items .comments {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.comment-popup-configure .order-details-items .comment {
  width: 100%;
  margin: 0 0 20px 0;
  background: transparent;
  padding: 0;
}
.comment-popup-configure .order-details-items .comment .comment-text {
  white-space: pre-wrap;
  border-radius: 5px;
  color: #333;
  position: relative;
  background: #ededed;
  border: 1px solid #b5b5b5;
  padding: 11px 15px 10px 15px;
  margin: 10px 0 0px 0;
  width: 100%;
  box-sizing: border-box;
}
.comment-popup-configure .order-details-items .comment .comment-text:after,
.comment-popup-configure .order-details-items .comment .comment-text:before {
  bottom: 100%;
  left: 5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comment-popup-configure .order-details-items .comment .comment-text:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #b5b5b5;
  border-width: 11px;
  margin-left: 14px;
}
.comment-popup-configure .order-details-items .comment .comment-text:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ededed;
  border-width: 10px;
  margin-left: 15px;
}
.comment-popup-configure .order-details-items .comment.seller .comment-text {
  background: #ffb692;
  border-color: #d18159;
}
.comment-popup-configure .order-details-items .comment.seller .comment-text::before {
  border-bottom-color: #d18159;
}
.comment-popup-configure .order-details-items .comment.seller .comment-text::after {
  border-bottom-color: #ffb692;
}
.comment-popup-configure .order-details-items .comment.seller .aw-ctq__owner-name {
  color: #f4631b;
}
.comment-popup-configure .order-details-items .comment.seller .aw-ctq__owner-name .aw-ctq__date-created-value {
  color: #ff874c;
}
.comment-popup-configure .order-details-items .comment .aw-ctq__owner-name {
  color: #333;
  font-weight: bold;
}
.comment-popup-configure .order-details-items .comment .aw-ctq__owner-name .aw-ctq__date-created-value {
  font-weight: normal;
  padding-left: 5px;
  color: #777777;
}
.comment-popup-configure .order-details-items .comment .aw-ctq__owner-name .aw-ctq__date-created-value:before {
  content: "-";
  padding-right: 5px;
}
.rbvendor-account-forgotpassword.page-layout-1column .page-wrapper {
  background-image: url('../Magedelight_Vendor/images/login-bg.jpg');
  background-repeat: no-repeat;
}
.rbvendor-account-createpassword.page-layout-1column .back-to-login a:hover,
.rbvendor-account-forgotpassword.page-layout-1column .back-to-login a:hover,
.rbvendor-account-createpassword.page-layout-1column a,
.rbvendor-account-forgotpassword.page-layout-1column a {
  color: #f4631b;
}
.rbvendor-account-createpassword.page-layout-1column .action.primary.submit,
.rbvendor-account-forgotpassword.page-layout-1column .action.primary.submit {
  background: #f4631b;
  border-color: #f4631b;
}
.rbvendor-account-createpassword.page-layout-1column .action.primary.submit:hover,
.rbvendor-account-forgotpassword.page-layout-1column .action.primary.submit:hover {
  color: #f4631b;
  border-color: #f4631b;
}
.rbvendor-account-createpassword.page-layout-1column .footer,
.rbvendor-account-forgotpassword.page-layout-1column .footer {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rbvendor-account-createpassword.page-layout-1column footer.page-footer,
.rbvendor-account-forgotpassword.page-layout-1column footer.page-footer {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.rbvendor-account-createpassword.page-layout-1column .forgot-password-form .logo,
.rbvendor-account-forgotpassword.page-layout-1column .forgot-password-form .logo {
  box-shadow: none;
}
.sections .signup-steps .rb-container .profile-step-content.edit .show-on-edit-field.image-upload .note {
  display: inline-block;
  width: 100%;
  font-size: 11px;
}
#business-information-form .image-upload label {
  display: none;
}
#business-information-form .fieldset > .field .inputfile {
  width: auto;
  height: inherit;
  opacity: 1;
  overflow: inherit;
  position: inherit;
  z-index: inherit;
}
.rbvendor-index-index {
  /**Popup Form**/
}
.rbvendor-index-index .rbvendor-index-index.page-layout-1column .page-wrapper {
  background-repeat: no-repeat;
  background-color: #4b4970;
}
.rbvendor-index-index .page-header .nav-bar-logo .logo {
  max-width: 303px;
}
.rbvendor-index-index .column.main {
  min-height: 310px;
}
.rbvendor-index-index .footer {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rbvendor-index-index footer.page-footer {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.rbvendor-index-index .page-footer {
  margin: 0;
  background: transparent;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action {
  background: #f4631b;
  border-color: #f4631b;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form .actions-toolbar .action:hover {
  border-color: #f4631b;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form a,
.rbvendor-index-index .page-header .rb-vendor-login-form .top-forgot-pass-link a {
  color: #f4631b;
}
.rbvendor-index-index .login-form .seller-login-wrapper .seller-login-container .seler-registration-form a:hover,
.rbvendor-index-index .page-header .rb-vendor-login-form .top-forgot-pass-link a:hover {
  color: #000;
}
.rbvendor-index-index .page-header {
  top: 60px;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action {
  background: #f4631b;
  border-color: #f4631b;
}
.rbvendor-index-index .page-header .rb-vendor-login-form fieldset.fieldset.rb-vendor-login-fieldset .actions-toolbar .action:hover {
  border-color: #f4631b;
}
.rbvendor-index-index .fieldset > .field:not(.choice) .control,
.rbvendor-index-index .fieldset > .field:not(.choice) .info {
  width: 100%;
  position: relative;
}
.rbvendor-index-index .vendor-login-wrapper {
  margin-bottom: 30px;
}
.rbvendor-index-index .modal-slide .action-close {
  z-index: 9;
}
.rbvendor-index-index .rb-vendor-login-form {
  overflow: hidden;
}
.rbvendor-index-index .rb-vendor-login-form .signup {
  margin: 0 -30px -15px -30px;
}
.rbvendor-index-index .rb-vendor-login-form .signup a {
  background: #f4631b;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 10px;
}
.rbvendor-index-index .rb-vendor-login-form .signup a:hover {
  text-decoration: none;
}
.rbvendor-index-index .fieldset.seler-registration-form > .field input {
  height: 45px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border-color: #E0E0E0;
  border-radius: 3px;
}
.rbvendor-index-index .fieldset.seler-registration-form .intl-tel-input .flag-container {
  top: 7px;
}
.rbvendor-index-index .fieldset.seler-registration-form .hide-password {
  top: 6px;
  padding: 7px 15px 5px 15px;
  /*bottom: 10px;*/
}
.rbvendor-index-index .fieldset.seler-registration-form .pass-help-note {
  border: 0;
  clear: both;
  font-size: 10px;
  color: #666666;
}
.rbvendor-index-index .fieldset.seler-registration-form .pass-help-note strong {
  font-size: 10px;
  font-weight: 500;
  color: #252525;
}
.rbvendor-index-index .fieldset.seler-registration-form .block-title {
  margin-bottom: 15px;
}
.rbvendor-index-index .fieldset.seler-registration-form .block-title strong {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}
.rbvendor-index-index .fieldset.seler-registration-form .actions-toolbar .primary,
.rbvendor-index-index .fieldset.seler-registration-form .actions-toolbar .secondary {
  width: 100%;
}
.rbvendor-index-index .fieldset.seler-registration-form .actions-toolbar .action {
  background: #f4631b;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-color: transparent;
  width: 100%;
  padding: 15px 35px;
  margin: 0;
}
.rbvendor-index-index .fieldset.seler-registration-form .actions-toolbar .action:hover {
  background: #f4631b;
}
